@paraswap/dex-lib 3.11.1 → 3.11.2

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 (280) hide show
  1. package/build/abi/Aave_GSM.json +751 -0
  2. package/build/abi/Balancer.json +257 -0
  3. package/build/abi/BalancerV2.json +1179 -0
  4. package/build/abi/RamsesV2Pool.abi.json +1554 -0
  5. package/build/abi/RamsesV2Quoter.abi.json +274 -0
  6. package/build/abi/USDM.json +807 -0
  7. package/build/abi/UniswapV2Router.json +397 -0
  8. package/build/abi/{wombat/pool.json → angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json} +594 -637
  9. package/build/abi/angle-transmuter/ChainlinkEACAggregatorProxy.json +509 -0
  10. package/build/abi/cables/CablesMainnetRFQ.json +1083 -0
  11. package/build/abi/curve-v1/CurveBUSDv2.abi.json +1356 -0
  12. package/build/abi/curve-v1/CurveTokenV1.json +305 -0
  13. package/build/abi/curve-v1/CurveTokenV2.json +318 -0
  14. package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
  15. package/build/abi/curve-v1/CurveV2Swap.json +700 -0
  16. package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
  17. package/build/abi/curve-v1/FactoryRegistry.json +508 -0
  18. package/build/abi/curve-v1/StableSwapAave.json +1152 -0
  19. package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
  20. package/build/abi/curve-v1/StableSwapCompound.json +814 -0
  21. package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
  22. package/build/abi/curve-v1/StableSwapPax.json +865 -0
  23. package/build/abi/curve-v1/StableSwapSnow.json +900 -0
  24. package/build/abi/curve-v1/StableSwapUSDN.json +1004 -0
  25. package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
  26. package/build/abi/curve-v1/StableSwapY.json +814 -0
  27. package/build/abi/inception/inception-ineth.json +609 -0
  28. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  29. package/build/abi/kyberdmm.abi.json +1148 -0
  30. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  31. package/build/abi/nerve/nerve-metapool.json +790 -0
  32. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  33. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  34. package/build/config.js +1 -0
  35. package/build/config.js.map +1 -1
  36. package/build/dex/aave-v1/aave-v1.js +0 -1
  37. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  38. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  39. package/build/dex/bebop/bebop.js +1 -1
  40. package/build/dex/bebop/bebop.js.map +1 -1
  41. package/build/dex/bebop/config.js +5 -0
  42. package/build/dex/bebop/config.js.map +1 -1
  43. package/build/dex/bebop/rate-fetcher.d.ts +3 -1
  44. package/build/dex/bebop/rate-fetcher.js +42 -2
  45. package/build/dex/bebop/rate-fetcher.js.map +1 -1
  46. package/build/dex/bebop/validators.d.ts +2 -0
  47. package/build/dex/bebop/validators.js +9 -1
  48. package/build/dex/bebop/validators.js.map +1 -1
  49. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  50. package/build/dex/bebop/websocket-fetcher.js +87 -0
  51. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  52. package/build/dex/cables/cables.d.ts +57 -0
  53. package/build/dex/cables/cables.js +471 -0
  54. package/build/dex/cables/cables.js.map +1 -0
  55. package/build/dex/cables/config.d.ts +4 -0
  56. package/build/dex/cables/config.js +15 -0
  57. package/build/dex/cables/config.js.map +1 -0
  58. package/build/dex/cables/constants.d.ts +19 -0
  59. package/build/dex/cables/constants.js +26 -0
  60. package/build/dex/cables/constants.js.map +1 -0
  61. package/build/dex/cables/rate-fetcher.d.ts +34 -0
  62. package/build/dex/cables/rate-fetcher.js +106 -0
  63. package/build/dex/cables/rate-fetcher.js.map +1 -0
  64. package/build/dex/cables/types.d.ts +106 -0
  65. package/build/dex/cables/types.js +12 -0
  66. package/build/dex/cables/types.js.map +1 -0
  67. package/build/dex/cables/validators.d.ts +5 -0
  68. package/build/dex/cables/validators.js +49 -0
  69. package/build/dex/cables/validators.js.map +1 -0
  70. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  71. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  72. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  73. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  74. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  75. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  76. package/build/dex/idle-dao/scripts.d.ts +9 -0
  77. package/build/dex/idle-dao/scripts.js +552 -0
  78. package/build/dex/idle-dao/scripts.js.map +1 -0
  79. package/build/dex/inception/inception-event-pool.d.ts +4 -4
  80. package/build/dex/inception/inception-event-pool.js +9 -7
  81. package/build/dex/inception/inception-event-pool.js.map +1 -1
  82. package/build/dex/inception/inception-native.d.ts +43 -0
  83. package/build/dex/inception/inception-native.js +131 -0
  84. package/build/dex/inception/inception-native.js.map +1 -0
  85. package/build/dex/inception/inception-pool.d.ts +18 -0
  86. package/build/dex/inception/inception-pool.js +32 -0
  87. package/build/dex/inception/inception-pool.js.map +1 -0
  88. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  89. package/build/dex/inception/inception-price-feed.js +51 -0
  90. package/build/dex/inception/inception-price-feed.js.map +1 -0
  91. package/build/dex/inception/inception.d.ts +6 -6
  92. package/build/dex/inception/inception.js +40 -16
  93. package/build/dex/inception/inception.js.map +1 -1
  94. package/build/dex/inception/utils.d.ts +0 -1
  95. package/build/dex/inception/utils.js +1 -22
  96. package/build/dex/inception/utils.js.map +1 -1
  97. package/build/dex/platypus/platypus.js +3 -17
  98. package/build/dex/platypus/platypus.js.map +1 -1
  99. package/build/dex/swaap-v1/swaap-v1.js +0 -4
  100. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  101. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  102. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  103. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  104. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  105. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  106. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  107. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  108. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  109. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  110. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  111. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  112. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  113. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  114. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  115. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  116. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  117. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  118. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  119. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  120. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  121. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  122. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  123. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  124. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  125. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  126. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  127. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  128. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  129. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  130. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  131. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  132. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  133. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  134. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  135. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  136. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  137. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  138. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  139. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  140. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  141. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  142. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  143. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  144. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  145. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  146. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  147. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  148. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  149. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  150. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  151. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  152. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  153. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  154. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  155. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  156. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  157. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  158. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  159. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  160. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  161. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  162. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  163. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  164. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  165. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  166. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  167. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  168. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  169. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  170. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  171. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  172. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  173. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  174. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  175. package/build/lib/fetcher/wsFetcher.d.ts +7 -3
  176. package/build/lib/fetcher/wsFetcher.js +64 -51
  177. package/build/lib/fetcher/wsFetcher.js.map +1 -1
  178. package/package.json +4 -2
  179. package/src/config.ts +1 -0
  180. package/src/dex/bebop/bebop-e2e.test.ts +21 -0
  181. package/src/dex/bebop/bebop.json +72 -0
  182. package/src/dex/bebop/bebop.proto +15 -0
  183. package/src/dex/bebop/bebop.ts +1 -1
  184. package/src/dex/bebop/config.ts +5 -0
  185. package/src/dex/bebop/rate-fetcher.ts +51 -6
  186. package/src/dex/bebop/validators.ts +10 -0
  187. package/src/lib/fetcher/wsFetcher.ts +79 -66
  188. package/.vscode/launch.json +0 -53
  189. package/.vscode/settings.json +0 -2
  190. package/.vscode/tasks.json +0 -15
  191. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
  192. package/build/dex/aave-v2/tokens-avalanche.json +0 -44
  193. package/build/dex/aave-v2/tokens-mainnet.json +0 -188
  194. package/build/dex/aave-v2/tokens-polygon.json +0 -44
  195. package/build/dex/bProtocol.d.ts +0 -18
  196. package/build/dex/bProtocol.js +0 -39
  197. package/build/dex/bProtocol.js.map +0 -1
  198. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +0 -729
  199. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +0 -732
  200. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +0 -1
  201. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +0 -1406
  202. package/build/dex/balancer-v3/abi/balancerRouter.js +0 -1175
  203. package/build/dex/balancer-v3/abi/balancerRouter.js.map +0 -1
  204. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +0 -2081
  205. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +0 -1851
  206. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +0 -1
  207. package/build/dex/balancer-v3/balancer-v3-pool.d.ts +0 -76
  208. package/build/dex/balancer-v3/balancer-v3-pool.js +0 -383
  209. package/build/dex/balancer-v3/balancer-v3-pool.js.map +0 -1
  210. package/build/dex/balancer-v3/balancer-v3.d.ts +0 -57
  211. package/build/dex/balancer-v3/balancer-v3.js +0 -373
  212. package/build/dex/balancer-v3/balancer-v3.js.map +0 -1
  213. package/build/dex/balancer-v3/config.d.ts +0 -8
  214. package/build/dex/balancer-v3/config.js +0 -24
  215. package/build/dex/balancer-v3/config.js.map +0 -1
  216. package/build/dex/balancer-v3/getOnChainState.d.ts +0 -10
  217. package/build/dex/balancer-v3/getOnChainState.js +0 -158
  218. package/build/dex/balancer-v3/getOnChainState.js.map +0 -1
  219. package/build/dex/balancer-v3/getPoolsApi.d.ts +0 -2
  220. package/build/dex/balancer-v3/getPoolsApi.js +0 -81
  221. package/build/dex/balancer-v3/getPoolsApi.js.map +0 -1
  222. package/build/dex/balancer-v3/getTopPoolsApi.d.ts +0 -13
  223. package/build/dex/balancer-v3/getTopPoolsApi.js +0 -62
  224. package/build/dex/balancer-v3/getTopPoolsApi.js.map +0 -1
  225. package/build/dex/balancer-v3/types.d.ts +0 -63
  226. package/build/dex/balancer-v3/types.js +0 -3
  227. package/build/dex/balancer-v3/types.js.map +0 -1
  228. package/build/dex/bancor.d.ts +0 -26
  229. package/build/dex/bancor.js +0 -58
  230. package/build/dex/bancor.js.map +0 -1
  231. package/build/dex/compound.d.ts +0 -18
  232. package/build/dex/compound.js +0 -46
  233. package/build/dex/compound.js.map +0 -1
  234. package/build/dex/curve-v2.d.ts +0 -58
  235. package/build/dex/curve-v2.js +0 -180
  236. package/build/dex/curve-v2.js.map +0 -1
  237. package/build/dex/dodo-v1.d.ts +0 -33
  238. package/build/dex/dodo-v1.js +0 -63
  239. package/build/dex/dodo-v1.js.map +0 -1
  240. package/build/dex/fluid-dex/fluid-dex-pool.d.ts +0 -47
  241. package/build/dex/fluid-dex/fluid-dex-pool.js +0 -119
  242. package/build/dex/fluid-dex/fluid-dex-pool.js.map +0 -1
  243. package/build/dex/lido.d.ts +0 -19
  244. package/build/dex/lido.js +0 -42
  245. package/build/dex/lido.js.map +0 -1
  246. package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
  247. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  248. package/build/dex/maker-psm/scripts/validate-state.js +0 -185
  249. package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
  250. package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
  251. package/build/dex/onebit.d.ts +0 -25
  252. package/build/dex/onebit.js +0 -42
  253. package/build/dex/onebit.js.map +0 -1
  254. package/build/dex/smoothy.d.ts +0 -26
  255. package/build/dex/smoothy.js +0 -48
  256. package/build/dex/smoothy.js.map +0 -1
  257. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
  258. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
  259. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
  260. package/build/dex/stable-pool.d.ts +0 -28
  261. package/build/dex/stable-pool.js +0 -55
  262. package/build/dex/stable-pool.js.map +0 -1
  263. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  264. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  265. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  266. package/build/dex/trader-joe-v2.1.d.ts +0 -43
  267. package/build/dex/trader-joe-v2.1.js +0 -79
  268. package/build/dex/trader-joe-v2.1.js.map +0 -1
  269. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
  270. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
  271. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
  272. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
  273. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
  274. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
  275. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +0 -4
  276. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +0 -43
  277. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +0 -1
  278. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +0 -1
  279. package/build/dex/uniswap-v3/uniswap-v3-worker.js +0 -10
  280. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +0 -1
@@ -0,0 +1,1152 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": true,
7
+ "name": "buyer",
8
+ "type": "address"
9
+ },
10
+ {
11
+ "indexed": false,
12
+ "name": "sold_id",
13
+ "type": "int128"
14
+ },
15
+ {
16
+ "indexed": false,
17
+ "name": "tokens_sold",
18
+ "type": "uint256"
19
+ },
20
+ {
21
+ "indexed": false,
22
+ "name": "bought_id",
23
+ "type": "int128"
24
+ },
25
+ {
26
+ "indexed": false,
27
+ "name": "tokens_bought",
28
+ "type": "uint256"
29
+ }
30
+ ],
31
+ "name": "TokenExchange",
32
+ "type": "event"
33
+ },
34
+ {
35
+ "anonymous": false,
36
+ "inputs": [
37
+ {
38
+ "indexed": true,
39
+ "name": "buyer",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "indexed": false,
44
+ "name": "sold_id",
45
+ "type": "int128"
46
+ },
47
+ {
48
+ "indexed": false,
49
+ "name": "tokens_sold",
50
+ "type": "uint256"
51
+ },
52
+ {
53
+ "indexed": false,
54
+ "name": "bought_id",
55
+ "type": "int128"
56
+ },
57
+ {
58
+ "indexed": false,
59
+ "name": "tokens_bought",
60
+ "type": "uint256"
61
+ }
62
+ ],
63
+ "name": "TokenExchangeUnderlying",
64
+ "type": "event"
65
+ },
66
+ {
67
+ "anonymous": false,
68
+ "inputs": [
69
+ {
70
+ "indexed": true,
71
+ "name": "provider",
72
+ "type": "address"
73
+ },
74
+ {
75
+ "indexed": false,
76
+ "name": "token_amounts",
77
+ "type": "uint256[3]"
78
+ },
79
+ {
80
+ "indexed": false,
81
+ "name": "fees",
82
+ "type": "uint256[3]"
83
+ },
84
+ {
85
+ "indexed": false,
86
+ "name": "invariant",
87
+ "type": "uint256"
88
+ },
89
+ {
90
+ "indexed": false,
91
+ "name": "token_supply",
92
+ "type": "uint256"
93
+ }
94
+ ],
95
+ "name": "AddLiquidity",
96
+ "type": "event"
97
+ },
98
+ {
99
+ "anonymous": false,
100
+ "inputs": [
101
+ {
102
+ "indexed": true,
103
+ "name": "provider",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "indexed": false,
108
+ "name": "token_amounts",
109
+ "type": "uint256[3]"
110
+ },
111
+ {
112
+ "indexed": false,
113
+ "name": "fees",
114
+ "type": "uint256[3]"
115
+ },
116
+ {
117
+ "indexed": false,
118
+ "name": "token_supply",
119
+ "type": "uint256"
120
+ }
121
+ ],
122
+ "name": "RemoveLiquidity",
123
+ "type": "event"
124
+ },
125
+ {
126
+ "anonymous": false,
127
+ "inputs": [
128
+ {
129
+ "indexed": true,
130
+ "name": "provider",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "indexed": false,
135
+ "name": "token_amount",
136
+ "type": "uint256"
137
+ },
138
+ {
139
+ "indexed": false,
140
+ "name": "coin_amount",
141
+ "type": "uint256"
142
+ }
143
+ ],
144
+ "name": "RemoveLiquidityOne",
145
+ "type": "event"
146
+ },
147
+ {
148
+ "anonymous": false,
149
+ "inputs": [
150
+ {
151
+ "indexed": true,
152
+ "name": "provider",
153
+ "type": "address"
154
+ },
155
+ {
156
+ "indexed": false,
157
+ "name": "token_amounts",
158
+ "type": "uint256[3]"
159
+ },
160
+ {
161
+ "indexed": false,
162
+ "name": "fees",
163
+ "type": "uint256[3]"
164
+ },
165
+ {
166
+ "indexed": false,
167
+ "name": "invariant",
168
+ "type": "uint256"
169
+ },
170
+ {
171
+ "indexed": false,
172
+ "name": "token_supply",
173
+ "type": "uint256"
174
+ }
175
+ ],
176
+ "name": "RemoveLiquidityImbalance",
177
+ "type": "event"
178
+ },
179
+ {
180
+ "anonymous": false,
181
+ "inputs": [
182
+ {
183
+ "indexed": true,
184
+ "name": "deadline",
185
+ "type": "uint256"
186
+ },
187
+ {
188
+ "indexed": true,
189
+ "name": "admin",
190
+ "type": "address"
191
+ }
192
+ ],
193
+ "name": "CommitNewAdmin",
194
+ "type": "event"
195
+ },
196
+ {
197
+ "anonymous": false,
198
+ "inputs": [
199
+ {
200
+ "indexed": true,
201
+ "name": "admin",
202
+ "type": "address"
203
+ }
204
+ ],
205
+ "name": "NewAdmin",
206
+ "type": "event"
207
+ },
208
+ {
209
+ "anonymous": false,
210
+ "inputs": [
211
+ {
212
+ "indexed": true,
213
+ "name": "deadline",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "indexed": false,
218
+ "name": "fee",
219
+ "type": "uint256"
220
+ },
221
+ {
222
+ "indexed": false,
223
+ "name": "admin_fee",
224
+ "type": "uint256"
225
+ },
226
+ {
227
+ "indexed": false,
228
+ "name": "offpeg_fee_multiplier",
229
+ "type": "uint256"
230
+ }
231
+ ],
232
+ "name": "CommitNewFee",
233
+ "type": "event"
234
+ },
235
+ {
236
+ "anonymous": false,
237
+ "inputs": [
238
+ {
239
+ "indexed": false,
240
+ "name": "fee",
241
+ "type": "uint256"
242
+ },
243
+ {
244
+ "indexed": false,
245
+ "name": "admin_fee",
246
+ "type": "uint256"
247
+ },
248
+ {
249
+ "indexed": false,
250
+ "name": "offpeg_fee_multiplier",
251
+ "type": "uint256"
252
+ }
253
+ ],
254
+ "name": "NewFee",
255
+ "type": "event"
256
+ },
257
+ {
258
+ "anonymous": false,
259
+ "inputs": [
260
+ {
261
+ "indexed": false,
262
+ "name": "old_A",
263
+ "type": "uint256"
264
+ },
265
+ {
266
+ "indexed": false,
267
+ "name": "new_A",
268
+ "type": "uint256"
269
+ },
270
+ {
271
+ "indexed": false,
272
+ "name": "initial_time",
273
+ "type": "uint256"
274
+ },
275
+ {
276
+ "indexed": false,
277
+ "name": "future_time",
278
+ "type": "uint256"
279
+ }
280
+ ],
281
+ "name": "RampA",
282
+ "type": "event"
283
+ },
284
+ {
285
+ "anonymous": false,
286
+ "inputs": [
287
+ {
288
+ "indexed": false,
289
+ "name": "A",
290
+ "type": "uint256"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "name": "t",
295
+ "type": "uint256"
296
+ }
297
+ ],
298
+ "name": "StopRampA",
299
+ "type": "event"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "name": "_coins",
305
+ "type": "address[3]"
306
+ },
307
+ {
308
+ "name": "_underlying_coins",
309
+ "type": "address[3]"
310
+ },
311
+ {
312
+ "name": "_pool_token",
313
+ "type": "address"
314
+ },
315
+ {
316
+ "name": "_aave_lending_pool",
317
+ "type": "address"
318
+ },
319
+ {
320
+ "name": "_A",
321
+ "type": "uint256"
322
+ },
323
+ {
324
+ "name": "_fee",
325
+ "type": "uint256"
326
+ },
327
+ {
328
+ "name": "_admin_fee",
329
+ "type": "uint256"
330
+ },
331
+ {
332
+ "name": "_offpeg_fee_multiplier",
333
+ "type": "uint256"
334
+ }
335
+ ],
336
+ "outputs": [],
337
+ "stateMutability": "nonpayable",
338
+ "type": "constructor"
339
+ },
340
+ {
341
+ "gas": 5199,
342
+ "inputs": [],
343
+ "name": "A",
344
+ "outputs": [
345
+ {
346
+ "name": "",
347
+ "type": "uint256"
348
+ }
349
+ ],
350
+ "stateMutability": "view",
351
+ "type": "function"
352
+ },
353
+ {
354
+ "gas": 5161,
355
+ "inputs": [],
356
+ "name": "A_precise",
357
+ "outputs": [
358
+ {
359
+ "name": "",
360
+ "type": "uint256"
361
+ }
362
+ ],
363
+ "stateMutability": "view",
364
+ "type": "function"
365
+ },
366
+ {
367
+ "gas": 10278,
368
+ "inputs": [
369
+ {
370
+ "name": "i",
371
+ "type": "int128"
372
+ },
373
+ {
374
+ "name": "j",
375
+ "type": "int128"
376
+ }
377
+ ],
378
+ "name": "dynamic_fee",
379
+ "outputs": [
380
+ {
381
+ "name": "",
382
+ "type": "uint256"
383
+ }
384
+ ],
385
+ "stateMutability": "view",
386
+ "type": "function"
387
+ },
388
+ {
389
+ "gas": 2731,
390
+ "inputs": [
391
+ {
392
+ "name": "i",
393
+ "type": "uint256"
394
+ }
395
+ ],
396
+ "name": "balances",
397
+ "outputs": [
398
+ {
399
+ "name": "",
400
+ "type": "uint256"
401
+ }
402
+ ],
403
+ "stateMutability": "view",
404
+ "type": "function"
405
+ },
406
+ {
407
+ "gas": 2680120,
408
+ "inputs": [],
409
+ "name": "get_virtual_price",
410
+ "outputs": [
411
+ {
412
+ "name": "",
413
+ "type": "uint256"
414
+ }
415
+ ],
416
+ "stateMutability": "view",
417
+ "type": "function"
418
+ },
419
+ {
420
+ "gas": 5346581,
421
+ "inputs": [
422
+ {
423
+ "name": "_amounts",
424
+ "type": "uint256[3]"
425
+ },
426
+ {
427
+ "name": "is_deposit",
428
+ "type": "bool"
429
+ }
430
+ ],
431
+ "name": "calc_token_amount",
432
+ "outputs": [
433
+ {
434
+ "name": "",
435
+ "type": "uint256"
436
+ }
437
+ ],
438
+ "stateMutability": "view",
439
+ "type": "function"
440
+ },
441
+ {
442
+ "inputs": [
443
+ {
444
+ "name": "_amounts",
445
+ "type": "uint256[3]"
446
+ },
447
+ {
448
+ "name": "_min_mint_amount",
449
+ "type": "uint256"
450
+ }
451
+ ],
452
+ "name": "add_liquidity",
453
+ "outputs": [
454
+ {
455
+ "name": "",
456
+ "type": "uint256"
457
+ }
458
+ ],
459
+ "stateMutability": "nonpayable",
460
+ "type": "function"
461
+ },
462
+ {
463
+ "inputs": [
464
+ {
465
+ "name": "_amounts",
466
+ "type": "uint256[3]"
467
+ },
468
+ {
469
+ "name": "_min_mint_amount",
470
+ "type": "uint256"
471
+ },
472
+ {
473
+ "name": "_use_underlying",
474
+ "type": "bool"
475
+ }
476
+ ],
477
+ "name": "add_liquidity",
478
+ "outputs": [
479
+ {
480
+ "name": "",
481
+ "type": "uint256"
482
+ }
483
+ ],
484
+ "stateMutability": "nonpayable",
485
+ "type": "function"
486
+ },
487
+ {
488
+ "gas": 6239547,
489
+ "inputs": [
490
+ {
491
+ "name": "i",
492
+ "type": "int128"
493
+ },
494
+ {
495
+ "name": "j",
496
+ "type": "int128"
497
+ },
498
+ {
499
+ "name": "dx",
500
+ "type": "uint256"
501
+ }
502
+ ],
503
+ "name": "get_dy",
504
+ "outputs": [
505
+ {
506
+ "name": "",
507
+ "type": "uint256"
508
+ }
509
+ ],
510
+ "stateMutability": "view",
511
+ "type": "function"
512
+ },
513
+ {
514
+ "gas": 6239577,
515
+ "inputs": [
516
+ {
517
+ "name": "i",
518
+ "type": "int128"
519
+ },
520
+ {
521
+ "name": "j",
522
+ "type": "int128"
523
+ },
524
+ {
525
+ "name": "dx",
526
+ "type": "uint256"
527
+ }
528
+ ],
529
+ "name": "get_dy_underlying",
530
+ "outputs": [
531
+ {
532
+ "name": "",
533
+ "type": "uint256"
534
+ }
535
+ ],
536
+ "stateMutability": "view",
537
+ "type": "function"
538
+ },
539
+ {
540
+ "gas": 6361682,
541
+ "inputs": [
542
+ {
543
+ "name": "i",
544
+ "type": "int128"
545
+ },
546
+ {
547
+ "name": "j",
548
+ "type": "int128"
549
+ },
550
+ {
551
+ "name": "dx",
552
+ "type": "uint256"
553
+ },
554
+ {
555
+ "name": "min_dy",
556
+ "type": "uint256"
557
+ }
558
+ ],
559
+ "name": "exchange",
560
+ "outputs": [
561
+ {
562
+ "name": "",
563
+ "type": "uint256"
564
+ }
565
+ ],
566
+ "stateMutability": "nonpayable",
567
+ "type": "function"
568
+ },
569
+ {
570
+ "gas": 6369753,
571
+ "inputs": [
572
+ {
573
+ "name": "i",
574
+ "type": "int128"
575
+ },
576
+ {
577
+ "name": "j",
578
+ "type": "int128"
579
+ },
580
+ {
581
+ "name": "dx",
582
+ "type": "uint256"
583
+ },
584
+ {
585
+ "name": "min_dy",
586
+ "type": "uint256"
587
+ }
588
+ ],
589
+ "name": "exchange_underlying",
590
+ "outputs": [
591
+ {
592
+ "name": "",
593
+ "type": "uint256"
594
+ }
595
+ ],
596
+ "stateMutability": "nonpayable",
597
+ "type": "function"
598
+ },
599
+ {
600
+ "inputs": [
601
+ {
602
+ "name": "_amount",
603
+ "type": "uint256"
604
+ },
605
+ {
606
+ "name": "_min_amounts",
607
+ "type": "uint256[3]"
608
+ }
609
+ ],
610
+ "name": "remove_liquidity",
611
+ "outputs": [
612
+ {
613
+ "name": "",
614
+ "type": "uint256[3]"
615
+ }
616
+ ],
617
+ "stateMutability": "nonpayable",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [
622
+ {
623
+ "name": "_amount",
624
+ "type": "uint256"
625
+ },
626
+ {
627
+ "name": "_min_amounts",
628
+ "type": "uint256[3]"
629
+ },
630
+ {
631
+ "name": "_use_underlying",
632
+ "type": "bool"
633
+ }
634
+ ],
635
+ "name": "remove_liquidity",
636
+ "outputs": [
637
+ {
638
+ "name": "",
639
+ "type": "uint256[3]"
640
+ }
641
+ ],
642
+ "stateMutability": "nonpayable",
643
+ "type": "function"
644
+ },
645
+ {
646
+ "inputs": [
647
+ {
648
+ "name": "_amounts",
649
+ "type": "uint256[3]"
650
+ },
651
+ {
652
+ "name": "_max_burn_amount",
653
+ "type": "uint256"
654
+ }
655
+ ],
656
+ "name": "remove_liquidity_imbalance",
657
+ "outputs": [
658
+ {
659
+ "name": "",
660
+ "type": "uint256"
661
+ }
662
+ ],
663
+ "stateMutability": "nonpayable",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [
668
+ {
669
+ "name": "_amounts",
670
+ "type": "uint256[3]"
671
+ },
672
+ {
673
+ "name": "_max_burn_amount",
674
+ "type": "uint256"
675
+ },
676
+ {
677
+ "name": "_use_underlying",
678
+ "type": "bool"
679
+ }
680
+ ],
681
+ "name": "remove_liquidity_imbalance",
682
+ "outputs": [
683
+ {
684
+ "name": "",
685
+ "type": "uint256"
686
+ }
687
+ ],
688
+ "stateMutability": "nonpayable",
689
+ "type": "function"
690
+ },
691
+ {
692
+ "gas": 4449067,
693
+ "inputs": [
694
+ {
695
+ "name": "_token_amount",
696
+ "type": "uint256"
697
+ },
698
+ {
699
+ "name": "i",
700
+ "type": "int128"
701
+ }
702
+ ],
703
+ "name": "calc_withdraw_one_coin",
704
+ "outputs": [
705
+ {
706
+ "name": "",
707
+ "type": "uint256"
708
+ }
709
+ ],
710
+ "stateMutability": "view",
711
+ "type": "function"
712
+ },
713
+ {
714
+ "inputs": [
715
+ {
716
+ "name": "_token_amount",
717
+ "type": "uint256"
718
+ },
719
+ {
720
+ "name": "i",
721
+ "type": "int128"
722
+ },
723
+ {
724
+ "name": "_min_amount",
725
+ "type": "uint256"
726
+ }
727
+ ],
728
+ "name": "remove_liquidity_one_coin",
729
+ "outputs": [
730
+ {
731
+ "name": "",
732
+ "type": "uint256"
733
+ }
734
+ ],
735
+ "stateMutability": "nonpayable",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [
740
+ {
741
+ "name": "_token_amount",
742
+ "type": "uint256"
743
+ },
744
+ {
745
+ "name": "i",
746
+ "type": "int128"
747
+ },
748
+ {
749
+ "name": "_min_amount",
750
+ "type": "uint256"
751
+ },
752
+ {
753
+ "name": "_use_underlying",
754
+ "type": "bool"
755
+ }
756
+ ],
757
+ "name": "remove_liquidity_one_coin",
758
+ "outputs": [
759
+ {
760
+ "name": "",
761
+ "type": "uint256"
762
+ }
763
+ ],
764
+ "stateMutability": "nonpayable",
765
+ "type": "function"
766
+ },
767
+ {
768
+ "gas": 151954,
769
+ "inputs": [
770
+ {
771
+ "name": "_future_A",
772
+ "type": "uint256"
773
+ },
774
+ {
775
+ "name": "_future_time",
776
+ "type": "uint256"
777
+ }
778
+ ],
779
+ "name": "ramp_A",
780
+ "outputs": [],
781
+ "stateMutability": "nonpayable",
782
+ "type": "function"
783
+ },
784
+ {
785
+ "gas": 148715,
786
+ "inputs": [],
787
+ "name": "stop_ramp_A",
788
+ "outputs": [],
789
+ "stateMutability": "nonpayable",
790
+ "type": "function"
791
+ },
792
+ {
793
+ "gas": 146482,
794
+ "inputs": [
795
+ {
796
+ "name": "new_fee",
797
+ "type": "uint256"
798
+ },
799
+ {
800
+ "name": "new_admin_fee",
801
+ "type": "uint256"
802
+ },
803
+ {
804
+ "name": "new_offpeg_fee_multiplier",
805
+ "type": "uint256"
806
+ }
807
+ ],
808
+ "name": "commit_new_fee",
809
+ "outputs": [],
810
+ "stateMutability": "nonpayable",
811
+ "type": "function"
812
+ },
813
+ {
814
+ "gas": 133744,
815
+ "inputs": [],
816
+ "name": "apply_new_fee",
817
+ "outputs": [],
818
+ "stateMutability": "nonpayable",
819
+ "type": "function"
820
+ },
821
+ {
822
+ "gas": 21985,
823
+ "inputs": [],
824
+ "name": "revert_new_parameters",
825
+ "outputs": [],
826
+ "stateMutability": "nonpayable",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "gas": 74723,
831
+ "inputs": [
832
+ {
833
+ "name": "_owner",
834
+ "type": "address"
835
+ }
836
+ ],
837
+ "name": "commit_transfer_ownership",
838
+ "outputs": [],
839
+ "stateMutability": "nonpayable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "gas": 60800,
844
+ "inputs": [],
845
+ "name": "apply_transfer_ownership",
846
+ "outputs": [],
847
+ "stateMutability": "nonpayable",
848
+ "type": "function"
849
+ },
850
+ {
851
+ "gas": 22075,
852
+ "inputs": [],
853
+ "name": "revert_transfer_ownership",
854
+ "outputs": [],
855
+ "stateMutability": "nonpayable",
856
+ "type": "function"
857
+ },
858
+ {
859
+ "gas": 71651,
860
+ "inputs": [],
861
+ "name": "withdraw_admin_fees",
862
+ "outputs": [],
863
+ "stateMutability": "nonpayable",
864
+ "type": "function"
865
+ },
866
+ {
867
+ "gas": 62276,
868
+ "inputs": [],
869
+ "name": "donate_admin_fees",
870
+ "outputs": [],
871
+ "stateMutability": "nonpayable",
872
+ "type": "function"
873
+ },
874
+ {
875
+ "gas": 38058,
876
+ "inputs": [],
877
+ "name": "kill_me",
878
+ "outputs": [],
879
+ "stateMutability": "nonpayable",
880
+ "type": "function"
881
+ },
882
+ {
883
+ "gas": 22195,
884
+ "inputs": [],
885
+ "name": "unkill_me",
886
+ "outputs": [],
887
+ "stateMutability": "nonpayable",
888
+ "type": "function"
889
+ },
890
+ {
891
+ "gas": 37325,
892
+ "inputs": [
893
+ {
894
+ "name": "referral_code",
895
+ "type": "uint256"
896
+ }
897
+ ],
898
+ "name": "set_aave_referral",
899
+ "outputs": [],
900
+ "stateMutability": "nonpayable",
901
+ "type": "function"
902
+ },
903
+ {
904
+ "gas": 2310,
905
+ "inputs": [
906
+ {
907
+ "name": "arg0",
908
+ "type": "uint256"
909
+ }
910
+ ],
911
+ "name": "coins",
912
+ "outputs": [
913
+ {
914
+ "name": "",
915
+ "type": "address"
916
+ }
917
+ ],
918
+ "stateMutability": "view",
919
+ "type": "function"
920
+ },
921
+ {
922
+ "gas": 2340,
923
+ "inputs": [
924
+ {
925
+ "name": "arg0",
926
+ "type": "uint256"
927
+ }
928
+ ],
929
+ "name": "underlying_coins",
930
+ "outputs": [
931
+ {
932
+ "name": "",
933
+ "type": "address"
934
+ }
935
+ ],
936
+ "stateMutability": "view",
937
+ "type": "function"
938
+ },
939
+ {
940
+ "gas": 2370,
941
+ "inputs": [
942
+ {
943
+ "name": "arg0",
944
+ "type": "uint256"
945
+ }
946
+ ],
947
+ "name": "admin_balances",
948
+ "outputs": [
949
+ {
950
+ "name": "",
951
+ "type": "uint256"
952
+ }
953
+ ],
954
+ "stateMutability": "view",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "gas": 2291,
959
+ "inputs": [],
960
+ "name": "fee",
961
+ "outputs": [
962
+ {
963
+ "name": "",
964
+ "type": "uint256"
965
+ }
966
+ ],
967
+ "stateMutability": "view",
968
+ "type": "function"
969
+ },
970
+ {
971
+ "gas": 2321,
972
+ "inputs": [],
973
+ "name": "offpeg_fee_multiplier",
974
+ "outputs": [
975
+ {
976
+ "name": "",
977
+ "type": "uint256"
978
+ }
979
+ ],
980
+ "stateMutability": "view",
981
+ "type": "function"
982
+ },
983
+ {
984
+ "gas": 2351,
985
+ "inputs": [],
986
+ "name": "admin_fee",
987
+ "outputs": [
988
+ {
989
+ "name": "",
990
+ "type": "uint256"
991
+ }
992
+ ],
993
+ "stateMutability": "view",
994
+ "type": "function"
995
+ },
996
+ {
997
+ "gas": 2381,
998
+ "inputs": [],
999
+ "name": "owner",
1000
+ "outputs": [
1001
+ {
1002
+ "name": "",
1003
+ "type": "address"
1004
+ }
1005
+ ],
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "gas": 2411,
1011
+ "inputs": [],
1012
+ "name": "lp_token",
1013
+ "outputs": [
1014
+ {
1015
+ "name": "",
1016
+ "type": "address"
1017
+ }
1018
+ ],
1019
+ "stateMutability": "view",
1020
+ "type": "function"
1021
+ },
1022
+ {
1023
+ "gas": 2441,
1024
+ "inputs": [],
1025
+ "name": "initial_A",
1026
+ "outputs": [
1027
+ {
1028
+ "name": "",
1029
+ "type": "uint256"
1030
+ }
1031
+ ],
1032
+ "stateMutability": "view",
1033
+ "type": "function"
1034
+ },
1035
+ {
1036
+ "gas": 2471,
1037
+ "inputs": [],
1038
+ "name": "future_A",
1039
+ "outputs": [
1040
+ {
1041
+ "name": "",
1042
+ "type": "uint256"
1043
+ }
1044
+ ],
1045
+ "stateMutability": "view",
1046
+ "type": "function"
1047
+ },
1048
+ {
1049
+ "gas": 2501,
1050
+ "inputs": [],
1051
+ "name": "initial_A_time",
1052
+ "outputs": [
1053
+ {
1054
+ "name": "",
1055
+ "type": "uint256"
1056
+ }
1057
+ ],
1058
+ "stateMutability": "view",
1059
+ "type": "function"
1060
+ },
1061
+ {
1062
+ "gas": 2531,
1063
+ "inputs": [],
1064
+ "name": "future_A_time",
1065
+ "outputs": [
1066
+ {
1067
+ "name": "",
1068
+ "type": "uint256"
1069
+ }
1070
+ ],
1071
+ "stateMutability": "view",
1072
+ "type": "function"
1073
+ },
1074
+ {
1075
+ "gas": 2561,
1076
+ "inputs": [],
1077
+ "name": "admin_actions_deadline",
1078
+ "outputs": [
1079
+ {
1080
+ "name": "",
1081
+ "type": "uint256"
1082
+ }
1083
+ ],
1084
+ "stateMutability": "view",
1085
+ "type": "function"
1086
+ },
1087
+ {
1088
+ "gas": 2591,
1089
+ "inputs": [],
1090
+ "name": "transfer_ownership_deadline",
1091
+ "outputs": [
1092
+ {
1093
+ "name": "",
1094
+ "type": "uint256"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "gas": 2621,
1102
+ "inputs": [],
1103
+ "name": "future_fee",
1104
+ "outputs": [
1105
+ {
1106
+ "name": "",
1107
+ "type": "uint256"
1108
+ }
1109
+ ],
1110
+ "stateMutability": "view",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "gas": 2651,
1115
+ "inputs": [],
1116
+ "name": "future_admin_fee",
1117
+ "outputs": [
1118
+ {
1119
+ "name": "",
1120
+ "type": "uint256"
1121
+ }
1122
+ ],
1123
+ "stateMutability": "view",
1124
+ "type": "function"
1125
+ },
1126
+ {
1127
+ "gas": 2681,
1128
+ "inputs": [],
1129
+ "name": "future_offpeg_fee_multiplier",
1130
+ "outputs": [
1131
+ {
1132
+ "name": "",
1133
+ "type": "uint256"
1134
+ }
1135
+ ],
1136
+ "stateMutability": "view",
1137
+ "type": "function"
1138
+ },
1139
+ {
1140
+ "gas": 2711,
1141
+ "inputs": [],
1142
+ "name": "future_owner",
1143
+ "outputs": [
1144
+ {
1145
+ "name": "",
1146
+ "type": "address"
1147
+ }
1148
+ ],
1149
+ "stateMutability": "view",
1150
+ "type": "function"
1151
+ }
1152
+ ]