@paraswap/dex-lib 2.42.7 → 2.42.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/.vscode/launch.json +38 -0
  2. package/.vscode/settings.json +2 -0
  3. package/.vscode/tasks.json +15 -0
  4. package/build/dex/simple-exchange.d.ts +3 -0
  5. package/build/dex/simple-exchange.js +18 -2
  6. package/build/dex/simple-exchange.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/dex/simple-exchange.ts +37 -3
  9. package/.idea/aws.xml +0 -17
  10. package/.idea/codeStyles/Project.xml +0 -19
  11. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  12. package/.idea/misc.xml +0 -6
  13. package/.idea/modules.xml +0 -8
  14. package/.idea/paraswap-dex-lib.iml +0 -9
  15. package/.idea/prettier.xml +0 -7
  16. package/.idea/vcs.xml +0 -6
  17. package/build/abi/algebra/AlgebraPool.abi.json +0 -727
  18. package/build/abi/curve-v1/StableSwapFRXETH.json +0 -889
  19. package/build/abi/curve-v1/StableSwapWBETH.json +0 -1223
  20. package/build/abi/sushiswap-v3/QuoterV2.json +0 -267
  21. package/build/abi/sushiswap-v3/RouterProcessor3.json +0 -289
  22. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +0 -193
  23. package/build/abi/uniswap-v3/pancakeswap-v3/PancakeswapV3QuoterV2.abi.json +0 -285
  24. package/build/abi/uniswap-v3/pancakeswap-v3/PancakeswapV3Router.abi.json +0 -583
  25. package/build/abi/wBETH.json +0 -1527
  26. package/build/abi/woo-fi/WooFeeManager.abi.json +0 -318
  27. package/build/abi/woo-fi/WooPP.abi.json +0 -548
  28. package/build/abi/woo-fi/Wooracle.abi.json +0 -260
  29. package/build/dex/aave-v3/tokens/arbitrum.json +0 -50
  30. package/build/dex/aave-v3/tokens/avalanche.json +0 -74
  31. package/build/dex/aave-v3/tokens/fantom.json +0 -62
  32. package/build/dex/aave-v3/tokens/optimism.json +0 -50
  33. package/build/dex/aave-v3/tokens/polygon.json +0 -116
  34. package/build/dex/algebra/algebra-pool.d.ts +0 -114
  35. package/build/dex/algebra/algebra-pool.js +0 -448
  36. package/build/dex/algebra/algebra-pool.js.map +0 -1
  37. package/build/dex/balancer-v2/Gyro3Pool.d.ts +0 -43
  38. package/build/dex/balancer-v2/Gyro3Pool.js +0 -160
  39. package/build/dex/balancer-v2/Gyro3Pool.js.map +0 -1
  40. package/build/dex/balancer-v2/LinearMath.d.ts +0 -88
  41. package/build/dex/balancer-v2/LinearMath.js +0 -285
  42. package/build/dex/balancer-v2/LinearMath.js.map +0 -1
  43. package/build/dex/balancer-v2/LinearPool.d.ts +0 -81
  44. package/build/dex/balancer-v2/LinearPool.js +0 -444
  45. package/build/dex/balancer-v2/LinearPool.js.map +0 -1
  46. package/build/dex/balancer-v2/PhantomStablePool.d.ts +0 -90
  47. package/build/dex/balancer-v2/PhantomStablePool.js +0 -418
  48. package/build/dex/balancer-v2/PhantomStablePool.js.map +0 -1
  49. package/build/dex/balancer-v2/StableMath.d.ts +0 -9
  50. package/build/dex/balancer-v2/StableMath.js +0 -272
  51. package/build/dex/balancer-v2/StableMath.js.map +0 -1
  52. package/build/dex/balancer-v2/balancer-v2-pool.d.ts +0 -140
  53. package/build/dex/balancer-v2/balancer-v2-pool.js +0 -647
  54. package/build/dex/balancer-v2/balancer-v2-pool.js.map +0 -1
  55. package/build/dex/balancer-v2/pools/gyro/Gyro3Pool.d.ts +0 -33
  56. package/build/dex/balancer-v2/pools/gyro/Gyro3Pool.js +0 -128
  57. package/build/dex/balancer-v2/pools/gyro/Gyro3Pool.js.map +0 -1
  58. package/build/dex/balancer-v2/pools/gyro/GyroEPool.d.ts +0 -34
  59. package/build/dex/balancer-v2/pools/gyro/GyroEPool.js +0 -151
  60. package/build/dex/balancer-v2/pools/gyro/GyroEPool.js.map +0 -1
  61. package/build/dex/curve-v1/pools/frxETHpool.d.ts +0 -7
  62. package/build/dex/curve-v1/pools/frxETHpool.js +0 -27
  63. package/build/dex/curve-v1/pools/frxETHpool.js.map +0 -1
  64. package/build/dex/curve-v1/pools/wbETHpool.d.ts +0 -29
  65. package/build/dex/curve-v1/pools/wbETHpool.js +0 -408
  66. package/build/dex/curve-v1/pools/wbETHpool.js.map +0 -1
  67. package/build/dex/lighter-v1/abi/erc20.json +0 -222
  68. package/build/dex/lighter-v1/abi/factory.json +0 -291
  69. package/build/dex/lighter-v1/abi/order_book.json +0 -594
  70. package/build/dex/lighter-v1/abi/order_book_helper.json +0 -176
  71. package/build/dex/lighter-v1/abi/router.json +0 -488
  72. package/build/dex/lighter-v1/config.d.ts +0 -4
  73. package/build/dex/lighter-v1/config.js +0 -17
  74. package/build/dex/lighter-v1/config.js.map +0 -1
  75. package/build/dex/lighter-v1/constants.d.ts +0 -2
  76. package/build/dex/lighter-v1/constants.js +0 -13
  77. package/build/dex/lighter-v1/constants.js.map +0 -1
  78. package/build/dex/lighter-v1/lighter-v1-pool.d.ts +0 -57
  79. package/build/dex/lighter-v1/lighter-v1-pool.js +0 -310
  80. package/build/dex/lighter-v1/lighter-v1-pool.js.map +0 -1
  81. package/build/dex/lighter-v1/lighter-v1.d.ts +0 -45
  82. package/build/dex/lighter-v1/lighter-v1.js +0 -331
  83. package/build/dex/lighter-v1/lighter-v1.js.map +0 -1
  84. package/build/dex/lighter-v1/types.d.ts +0 -40
  85. package/build/dex/lighter-v1/types.js +0 -3
  86. package/build/dex/lighter-v1/types.js.map +0 -1
  87. package/build/dex/pancakeswap-v3/types.d.ts +0 -14
  88. package/build/dex/pancakeswap-v3/types.js +0 -3
  89. package/build/dex/pancakeswap-v3/types.js.map +0 -1
  90. package/build/dex/quickswap/camelot-v3.d.ts +0 -6
  91. package/build/dex/quickswap/camelot-v3.js +0 -19
  92. package/build/dex/quickswap/camelot-v3.js.map +0 -1
  93. package/build/dex/quickswap/zyberswap-v3.d.ts +0 -6
  94. package/build/dex/quickswap/zyberswap-v3.js +0 -19
  95. package/build/dex/quickswap/zyberswap-v3.js.map +0 -1
  96. package/build/dex/quickswap-v3.d.ts +0 -21
  97. package/build/dex/quickswap-v3.js +0 -40
  98. package/build/dex/quickswap-v3.js.map +0 -1
  99. package/build/dex/ramses-v2/config.d.ts +0 -4
  100. package/build/dex/ramses-v2/config.js +0 -28
  101. package/build/dex/ramses-v2/config.js.map +0 -1
  102. package/build/dex/ramses-v2/constants.d.ts +0 -28
  103. package/build/dex/ramses-v2/constants.js +0 -35
  104. package/build/dex/ramses-v2/constants.js.map +0 -1
  105. package/build/dex/ramses-v2/contract-math/BitMath.d.ts +0 -4
  106. package/build/dex/ramses-v2/contract-math/BitMath.js +0 -93
  107. package/build/dex/ramses-v2/contract-math/BitMath.js.map +0 -1
  108. package/build/dex/ramses-v2/contract-math/FixedPoint128.d.ts +0 -3
  109. package/build/dex/ramses-v2/contract-math/FixedPoint128.js +0 -8
  110. package/build/dex/ramses-v2/contract-math/FixedPoint128.js.map +0 -1
  111. package/build/dex/ramses-v2/contract-math/FixedPoint96.d.ts +0 -4
  112. package/build/dex/ramses-v2/contract-math/FixedPoint96.js +0 -9
  113. package/build/dex/ramses-v2/contract-math/FixedPoint96.js.map +0 -1
  114. package/build/dex/ramses-v2/contract-math/FullMath.d.ts +0 -4
  115. package/build/dex/ramses-v2/contract-math/FullMath.js +0 -19
  116. package/build/dex/ramses-v2/contract-math/FullMath.js.map +0 -1
  117. package/build/dex/ramses-v2/contract-math/LiquidityMath.d.ts +0 -3
  118. package/build/dex/ramses-v2/contract-math/LiquidityMath.js +0 -22
  119. package/build/dex/ramses-v2/contract-math/LiquidityMath.js.map +0 -1
  120. package/build/dex/ramses-v2/contract-math/Oracle.d.ts +0 -10
  121. package/build/dex/ramses-v2/contract-math/Oracle.js +0 -133
  122. package/build/dex/ramses-v2/contract-math/Oracle.js.map +0 -1
  123. package/build/dex/ramses-v2/contract-math/SqrtPriceMath.d.ts +0 -10
  124. package/build/dex/ramses-v2/contract-math/SqrtPriceMath.js +0 -91
  125. package/build/dex/ramses-v2/contract-math/SqrtPriceMath.js.map +0 -1
  126. package/build/dex/ramses-v2/contract-math/SwapMath.d.ts +0 -8
  127. package/build/dex/ramses-v2/contract-math/SwapMath.js +0 -70
  128. package/build/dex/ramses-v2/contract-math/SwapMath.js.map +0 -1
  129. package/build/dex/ramses-v2/contract-math/Tick.d.ts +0 -7
  130. package/build/dex/ramses-v2/contract-math/Tick.js +0 -45
  131. package/build/dex/ramses-v2/contract-math/Tick.js.map +0 -1
  132. package/build/dex/ramses-v2/contract-math/TickBitMap.d.ts +0 -8
  133. package/build/dex/ramses-v2/contract-math/TickBitMap.js +0 -87
  134. package/build/dex/ramses-v2/contract-math/TickBitMap.js.map +0 -1
  135. package/build/dex/ramses-v2/contract-math/TickMath.d.ts +0 -8
  136. package/build/dex/ramses-v2/contract-math/TickMath.js +0 -162
  137. package/build/dex/ramses-v2/contract-math/TickMath.js.map +0 -1
  138. package/build/dex/ramses-v2/contract-math/UnsafeMath.d.ts +0 -3
  139. package/build/dex/ramses-v2/contract-math/UnsafeMath.js +0 -10
  140. package/build/dex/ramses-v2/contract-math/UnsafeMath.js.map +0 -1
  141. package/build/dex/ramses-v2/contract-math/uniswap-v3-math.d.ts +0 -18
  142. package/build/dex/ramses-v2/contract-math/uniswap-v3-math.js +0 -392
  143. package/build/dex/ramses-v2/contract-math/uniswap-v3-math.js.map +0 -1
  144. package/build/dex/ramses-v2/contract-math/utils.d.ts +0 -3
  145. package/build/dex/ramses-v2/contract-math/utils.js +0 -16
  146. package/build/dex/ramses-v2/contract-math/utils.js.map +0 -1
  147. package/build/dex/ramses-v2/ramses-v2-pool.d.ts +0 -42
  148. package/build/dex/ramses-v2/ramses-v2-pool.js +0 -307
  149. package/build/dex/ramses-v2/ramses-v2-pool.js.map +0 -1
  150. package/build/dex/ramses-v2/ramses-v2.d.ts +0 -61
  151. package/build/dex/ramses-v2/ramses-v2.js +0 -690
  152. package/build/dex/ramses-v2/ramses-v2.js.map +0 -1
  153. package/build/dex/ramses-v2/types.d.ts +0 -154
  154. package/build/dex/ramses-v2/types.js +0 -9
  155. package/build/dex/ramses-v2/types.js.map +0 -1
  156. package/build/dex/ramses-v2/utils.d.ts +0 -6
  157. package/build/dex/ramses-v2/utils.js +0 -71
  158. package/build/dex/ramses-v2/utils.js.map +0 -1
  159. package/build/dex/solidly/forks-override/fvm.d.ts +0 -20
  160. package/build/dex/solidly/forks-override/fvm.js +0 -42
  161. package/build/dex/solidly/forks-override/fvm.js.map +0 -1
  162. package/build/dex/sushiswap-v3/config.d.ts +0 -4
  163. package/build/dex/sushiswap-v3/config.js +0 -132
  164. package/build/dex/sushiswap-v3/config.js.map +0 -1
  165. package/build/dex/sushiswap-v3/constants.d.ts +0 -4
  166. package/build/dex/sushiswap-v3/constants.js +0 -32
  167. package/build/dex/sushiswap-v3/constants.js.map +0 -1
  168. package/build/dex/sushiswap-v3/sushiswap-v3-original.d.ts +0 -56
  169. package/build/dex/sushiswap-v3/sushiswap-v3-original.js +0 -598
  170. package/build/dex/sushiswap-v3/sushiswap-v3-original.js.map +0 -1
  171. package/build/dex/sushiswap-v3/sushiswap-v3-pool.d.ts +0 -1
  172. package/build/dex/sushiswap-v3/sushiswap-v3-pool.js +0 -6
  173. package/build/dex/sushiswap-v3/sushiswap-v3-pool.js.map +0 -1
  174. package/build/dex/sushiswap-v3/sushiswap-v3.d.ts +0 -21
  175. package/build/dex/sushiswap-v3/sushiswap-v3.js +0 -58
  176. package/build/dex/sushiswap-v3/sushiswap-v3.js.map +0 -1
  177. package/build/dex/sushiswap-v3/token.d.ts +0 -6
  178. package/build/dex/sushiswap-v3/token.js +0 -23
  179. package/build/dex/sushiswap-v3/token.js.map +0 -1
  180. package/build/dex/sushiswap-v3/types.d.ts +0 -15
  181. package/build/dex/sushiswap-v3/types.js +0 -18
  182. package/build/dex/sushiswap-v3/types.js.map +0 -1
  183. package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.d.ts +0 -12
  184. package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.js +0 -23
  185. package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.js.map +0 -1
  186. package/build/dex/woo-fi/config.d.ts +0 -4
  187. package/build/dex/woo-fi/config.js +0 -141
  188. package/build/dex/woo-fi/config.js.map +0 -1
  189. package/build/dex/woo-fi/constants.d.ts +0 -5
  190. package/build/dex/woo-fi/constants.js +0 -20
  191. package/build/dex/woo-fi/constants.js.map +0 -1
  192. package/build/dex/woo-fi/types.d.ts +0 -48
  193. package/build/dex/woo-fi/types.js +0 -3
  194. package/build/dex/woo-fi/types.js.map +0 -1
  195. package/build/dex/woo-fi/woo-fi-decimal-math.d.ts +0 -14
  196. package/build/dex/woo-fi/woo-fi-decimal-math.js +0 -42
  197. package/build/dex/woo-fi/woo-fi-decimal-math.js.map +0 -1
  198. package/build/dex/woo-fi/woo-fi-math.d.ts +0 -31
  199. package/build/dex/woo-fi/woo-fi-math.js +0 -300
  200. package/build/dex/woo-fi/woo-fi-math.js.map +0 -1
  201. package/build/dex/woo-fi/woo-fi.d.ts +0 -65
  202. package/build/dex/woo-fi/woo-fi.js +0 -480
  203. package/build/dex/woo-fi/woo-fi.js.map +0 -1
@@ -1,318 +0,0 @@
1
- [
2
- {
3
- "inputs": [
4
- { "internalType": "address", "name": "newQuoteToken", "type": "address" },
5
- {
6
- "internalType": "address",
7
- "name": "newRebateManager",
8
- "type": "address"
9
- },
10
- {
11
- "internalType": "address",
12
- "name": "newVaultManager",
13
- "type": "address"
14
- },
15
- {
16
- "internalType": "address",
17
- "name": "newAccessManager",
18
- "type": "address"
19
- },
20
- { "internalType": "address", "name": "newTreasury", "type": "address" }
21
- ],
22
- "stateMutability": "nonpayable",
23
- "type": "constructor"
24
- },
25
- {
26
- "anonymous": false,
27
- "inputs": [
28
- {
29
- "indexed": true,
30
- "internalType": "address",
31
- "name": "token",
32
- "type": "address"
33
- },
34
- {
35
- "indexed": false,
36
- "internalType": "uint256",
37
- "name": "newFeeRate",
38
- "type": "uint256"
39
- }
40
- ],
41
- "name": "FeeRateUpdated",
42
- "type": "event"
43
- },
44
- {
45
- "anonymous": false,
46
- "inputs": [
47
- {
48
- "indexed": true,
49
- "internalType": "address",
50
- "name": "previousOwner",
51
- "type": "address"
52
- },
53
- {
54
- "indexed": true,
55
- "internalType": "address",
56
- "name": "newOwner",
57
- "type": "address"
58
- }
59
- ],
60
- "name": "OwnershipTransferPrepared",
61
- "type": "event"
62
- },
63
- {
64
- "anonymous": false,
65
- "inputs": [
66
- {
67
- "indexed": true,
68
- "internalType": "address",
69
- "name": "previousOwner",
70
- "type": "address"
71
- },
72
- {
73
- "indexed": true,
74
- "internalType": "address",
75
- "name": "newOwner",
76
- "type": "address"
77
- }
78
- ],
79
- "name": "OwnershipTransferred",
80
- "type": "event"
81
- },
82
- {
83
- "anonymous": false,
84
- "inputs": [
85
- {
86
- "indexed": true,
87
- "internalType": "address",
88
- "name": "token",
89
- "type": "address"
90
- },
91
- {
92
- "indexed": true,
93
- "internalType": "address",
94
- "name": "to",
95
- "type": "address"
96
- },
97
- {
98
- "indexed": false,
99
- "internalType": "uint256",
100
- "name": "amount",
101
- "type": "uint256"
102
- }
103
- ],
104
- "name": "Withdraw",
105
- "type": "event"
106
- },
107
- {
108
- "inputs": [],
109
- "name": "_NEW_OWNER_",
110
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
111
- "stateMutability": "view",
112
- "type": "function"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "_OWNER_",
117
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
118
- "stateMutability": "view",
119
- "type": "function"
120
- },
121
- {
122
- "inputs": [],
123
- "name": "accessManager",
124
- "outputs": [
125
- {
126
- "internalType": "contract IWooAccessManager",
127
- "name": "",
128
- "type": "address"
129
- }
130
- ],
131
- "stateMutability": "view",
132
- "type": "function"
133
- },
134
- {
135
- "inputs": [],
136
- "name": "claimOwnership",
137
- "outputs": [],
138
- "stateMutability": "nonpayable",
139
- "type": "function"
140
- },
141
- {
142
- "inputs": [
143
- { "internalType": "uint256", "name": "amount", "type": "uint256" },
144
- { "internalType": "address", "name": "brokerAddr", "type": "address" }
145
- ],
146
- "name": "collectFee",
147
- "outputs": [],
148
- "stateMutability": "nonpayable",
149
- "type": "function"
150
- },
151
- {
152
- "inputs": [],
153
- "name": "distributeFees",
154
- "outputs": [],
155
- "stateMutability": "nonpayable",
156
- "type": "function"
157
- },
158
- {
159
- "inputs": [
160
- { "internalType": "address", "name": "token", "type": "address" },
161
- { "internalType": "address", "name": "to", "type": "address" }
162
- ],
163
- "name": "emergencyWithdraw",
164
- "outputs": [],
165
- "stateMutability": "nonpayable",
166
- "type": "function"
167
- },
168
- {
169
- "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
170
- "name": "feeRate",
171
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
172
- "stateMutability": "view",
173
- "type": "function"
174
- },
175
- {
176
- "inputs": [
177
- { "internalType": "address", "name": "newOwner", "type": "address" }
178
- ],
179
- "name": "initOwner",
180
- "outputs": [],
181
- "stateMutability": "nonpayable",
182
- "type": "function"
183
- },
184
- {
185
- "inputs": [],
186
- "name": "quoteToken",
187
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
188
- "stateMutability": "view",
189
- "type": "function"
190
- },
191
- {
192
- "inputs": [],
193
- "name": "rebateAmount",
194
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
195
- "stateMutability": "view",
196
- "type": "function"
197
- },
198
- {
199
- "inputs": [],
200
- "name": "rebateManager",
201
- "outputs": [
202
- {
203
- "internalType": "contract IWooRebateManager",
204
- "name": "",
205
- "type": "address"
206
- }
207
- ],
208
- "stateMutability": "view",
209
- "type": "function"
210
- },
211
- {
212
- "inputs": [
213
- {
214
- "internalType": "address",
215
- "name": "newAccessManager",
216
- "type": "address"
217
- }
218
- ],
219
- "name": "setAccessManager",
220
- "outputs": [],
221
- "stateMutability": "nonpayable",
222
- "type": "function"
223
- },
224
- {
225
- "inputs": [
226
- { "internalType": "address", "name": "token", "type": "address" },
227
- { "internalType": "uint256", "name": "newFeeRate", "type": "uint256" }
228
- ],
229
- "name": "setFeeRate",
230
- "outputs": [],
231
- "stateMutability": "nonpayable",
232
- "type": "function"
233
- },
234
- {
235
- "inputs": [
236
- {
237
- "internalType": "address",
238
- "name": "newRebateManager",
239
- "type": "address"
240
- }
241
- ],
242
- "name": "setRebateManager",
243
- "outputs": [],
244
- "stateMutability": "nonpayable",
245
- "type": "function"
246
- },
247
- {
248
- "inputs": [
249
- { "internalType": "address", "name": "newTreasury", "type": "address" }
250
- ],
251
- "name": "setTreasury",
252
- "outputs": [],
253
- "stateMutability": "nonpayable",
254
- "type": "function"
255
- },
256
- {
257
- "inputs": [
258
- {
259
- "internalType": "address",
260
- "name": "newVaultManager",
261
- "type": "address"
262
- }
263
- ],
264
- "name": "setVaultManager",
265
- "outputs": [],
266
- "stateMutability": "nonpayable",
267
- "type": "function"
268
- },
269
- {
270
- "inputs": [
271
- {
272
- "internalType": "uint256",
273
- "name": "newVaultRewardRate",
274
- "type": "uint256"
275
- }
276
- ],
277
- "name": "setVaultRewardRate",
278
- "outputs": [],
279
- "stateMutability": "nonpayable",
280
- "type": "function"
281
- },
282
- {
283
- "inputs": [
284
- { "internalType": "address", "name": "newOwner", "type": "address" }
285
- ],
286
- "name": "transferOwnership",
287
- "outputs": [],
288
- "stateMutability": "nonpayable",
289
- "type": "function"
290
- },
291
- {
292
- "inputs": [],
293
- "name": "treasury",
294
- "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
295
- "stateMutability": "view",
296
- "type": "function"
297
- },
298
- {
299
- "inputs": [],
300
- "name": "vaultManager",
301
- "outputs": [
302
- {
303
- "internalType": "contract IWooVaultManager",
304
- "name": "",
305
- "type": "address"
306
- }
307
- ],
308
- "stateMutability": "view",
309
- "type": "function"
310
- },
311
- {
312
- "inputs": [],
313
- "name": "vaultRewardRate",
314
- "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
315
- "stateMutability": "view",
316
- "type": "function"
317
- }
318
- ]