@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,700 @@
1
+ [
2
+ {
3
+ "name": "TokenExchange",
4
+ "inputs": [
5
+ { "name": "buyer", "type": "address", "indexed": true },
6
+ { "name": "sold_id", "type": "uint256", "indexed": false },
7
+ { "name": "tokens_sold", "type": "uint256", "indexed": false },
8
+ { "name": "bought_id", "type": "uint256", "indexed": false },
9
+ { "name": "tokens_bought", "type": "uint256", "indexed": false }
10
+ ],
11
+ "anonymous": false,
12
+ "type": "event"
13
+ },
14
+ {
15
+ "name": "AddLiquidity",
16
+ "inputs": [
17
+ { "name": "provider", "type": "address", "indexed": true },
18
+ { "name": "token_amounts", "type": "uint256[3]", "indexed": false },
19
+ { "name": "fee", "type": "uint256", "indexed": false },
20
+ { "name": "token_supply", "type": "uint256", "indexed": false }
21
+ ],
22
+ "anonymous": false,
23
+ "type": "event"
24
+ },
25
+ {
26
+ "name": "RemoveLiquidity",
27
+ "inputs": [
28
+ { "name": "provider", "type": "address", "indexed": true },
29
+ { "name": "token_amounts", "type": "uint256[3]", "indexed": false },
30
+ { "name": "token_supply", "type": "uint256", "indexed": false }
31
+ ],
32
+ "anonymous": false,
33
+ "type": "event"
34
+ },
35
+ {
36
+ "name": "RemoveLiquidityOne",
37
+ "inputs": [
38
+ { "name": "provider", "type": "address", "indexed": true },
39
+ { "name": "token_amount", "type": "uint256", "indexed": false },
40
+ { "name": "coin_index", "type": "uint256", "indexed": false },
41
+ { "name": "coin_amount", "type": "uint256", "indexed": false }
42
+ ],
43
+ "anonymous": false,
44
+ "type": "event"
45
+ },
46
+ {
47
+ "name": "CommitNewAdmin",
48
+ "inputs": [
49
+ { "name": "deadline", "type": "uint256", "indexed": true },
50
+ { "name": "admin", "type": "address", "indexed": true }
51
+ ],
52
+ "anonymous": false,
53
+ "type": "event"
54
+ },
55
+ {
56
+ "name": "NewAdmin",
57
+ "inputs": [{ "name": "admin", "type": "address", "indexed": true }],
58
+ "anonymous": false,
59
+ "type": "event"
60
+ },
61
+ {
62
+ "name": "CommitNewParameters",
63
+ "inputs": [
64
+ { "name": "deadline", "type": "uint256", "indexed": true },
65
+ { "name": "admin_fee", "type": "uint256", "indexed": false },
66
+ { "name": "mid_fee", "type": "uint256", "indexed": false },
67
+ { "name": "out_fee", "type": "uint256", "indexed": false },
68
+ { "name": "fee_gamma", "type": "uint256", "indexed": false },
69
+ { "name": "price_threshold", "type": "uint256", "indexed": false },
70
+ { "name": "adjustment_step", "type": "uint256", "indexed": false },
71
+ { "name": "ma_half_time", "type": "uint256", "indexed": false }
72
+ ],
73
+ "anonymous": false,
74
+ "type": "event"
75
+ },
76
+ {
77
+ "name": "NewParameters",
78
+ "inputs": [
79
+ { "name": "admin_fee", "type": "uint256", "indexed": false },
80
+ { "name": "mid_fee", "type": "uint256", "indexed": false },
81
+ { "name": "out_fee", "type": "uint256", "indexed": false },
82
+ { "name": "fee_gamma", "type": "uint256", "indexed": false },
83
+ { "name": "price_threshold", "type": "uint256", "indexed": false },
84
+ { "name": "adjustment_step", "type": "uint256", "indexed": false },
85
+ { "name": "ma_half_time", "type": "uint256", "indexed": false }
86
+ ],
87
+ "anonymous": false,
88
+ "type": "event"
89
+ },
90
+ {
91
+ "name": "RampAgamma",
92
+ "inputs": [
93
+ { "name": "initial_A", "type": "uint256", "indexed": false },
94
+ { "name": "future_A", "type": "uint256", "indexed": false },
95
+ { "name": "initial_time", "type": "uint256", "indexed": false },
96
+ { "name": "future_time", "type": "uint256", "indexed": false }
97
+ ],
98
+ "anonymous": false,
99
+ "type": "event"
100
+ },
101
+ {
102
+ "name": "StopRampA",
103
+ "inputs": [
104
+ { "name": "current_A", "type": "uint256", "indexed": false },
105
+ { "name": "current_gamma", "type": "uint256", "indexed": false },
106
+ { "name": "time", "type": "uint256", "indexed": false }
107
+ ],
108
+ "anonymous": false,
109
+ "type": "event"
110
+ },
111
+ {
112
+ "name": "ClaimAdminFee",
113
+ "inputs": [
114
+ { "name": "admin", "type": "address", "indexed": true },
115
+ { "name": "tokens", "type": "uint256", "indexed": false }
116
+ ],
117
+ "anonymous": false,
118
+ "type": "event"
119
+ },
120
+ {
121
+ "stateMutability": "nonpayable",
122
+ "type": "constructor",
123
+ "inputs": [
124
+ { "name": "owner", "type": "address" },
125
+ { "name": "A", "type": "uint256" },
126
+ { "name": "gamma", "type": "uint256" },
127
+ { "name": "mid_fee", "type": "uint256" },
128
+ { "name": "out_fee", "type": "uint256" },
129
+ { "name": "price_threshold", "type": "uint256" },
130
+ { "name": "fee_gamma", "type": "uint256" },
131
+ { "name": "adjustment_step", "type": "uint256" },
132
+ { "name": "admin_fee", "type": "uint256" },
133
+ { "name": "ma_half_time", "type": "uint256" },
134
+ { "name": "initial_prices", "type": "uint256[2]" }
135
+ ],
136
+ "outputs": [],
137
+ "name": "constructor"
138
+ },
139
+ { "stateMutability": "payable", "type": "fallback" },
140
+ {
141
+ "stateMutability": "view",
142
+ "type": "function",
143
+ "name": "price_oracle",
144
+ "inputs": [{ "name": "k", "type": "uint256" }],
145
+ "outputs": [{ "name": "", "type": "uint256" }],
146
+ "gas": 2061
147
+ },
148
+ {
149
+ "stateMutability": "view",
150
+ "type": "function",
151
+ "name": "price_scale",
152
+ "inputs": [{ "name": "k", "type": "uint256" }],
153
+ "outputs": [{ "name": "", "type": "uint256" }],
154
+ "gas": 2091
155
+ },
156
+ {
157
+ "stateMutability": "view",
158
+ "type": "function",
159
+ "name": "last_prices",
160
+ "inputs": [{ "name": "k", "type": "uint256" }],
161
+ "outputs": [{ "name": "", "type": "uint256" }],
162
+ "gas": 2121
163
+ },
164
+ {
165
+ "stateMutability": "view",
166
+ "type": "function",
167
+ "name": "token",
168
+ "inputs": [],
169
+ "outputs": [{ "name": "", "type": "address" }],
170
+ "gas": 468
171
+ },
172
+ {
173
+ "stateMutability": "view",
174
+ "type": "function",
175
+ "name": "coins",
176
+ "inputs": [{ "name": "i", "type": "uint256" }],
177
+ "outputs": [{ "name": "", "type": "address" }],
178
+ "gas": 582
179
+ },
180
+ {
181
+ "stateMutability": "view",
182
+ "type": "function",
183
+ "name": "A",
184
+ "inputs": [],
185
+ "outputs": [{ "name": "", "type": "uint256" }],
186
+ "gas": 937
187
+ },
188
+ {
189
+ "stateMutability": "view",
190
+ "type": "function",
191
+ "name": "gamma",
192
+ "inputs": [],
193
+ "outputs": [{ "name": "", "type": "uint256" }],
194
+ "gas": 7284
195
+ },
196
+ {
197
+ "stateMutability": "view",
198
+ "type": "function",
199
+ "name": "A_precise",
200
+ "inputs": [],
201
+ "outputs": [{ "name": "", "type": "uint256" }],
202
+ "gas": 929
203
+ },
204
+ {
205
+ "stateMutability": "view",
206
+ "type": "function",
207
+ "name": "fee",
208
+ "inputs": [],
209
+ "outputs": [{ "name": "", "type": "uint256" }],
210
+ "gas": 11233
211
+ },
212
+ {
213
+ "stateMutability": "view",
214
+ "type": "function",
215
+ "name": "fee_calc",
216
+ "inputs": [{ "name": "xp", "type": "uint256[3]" }],
217
+ "outputs": [{ "name": "", "type": "uint256" }],
218
+ "gas": 5856
219
+ },
220
+ {
221
+ "stateMutability": "view",
222
+ "type": "function",
223
+ "name": "get_virtual_price",
224
+ "inputs": [],
225
+ "outputs": [{ "name": "", "type": "uint256" }],
226
+ "gas": 6242
227
+ },
228
+ {
229
+ "stateMutability": "payable",
230
+ "type": "function",
231
+ "name": "exchange",
232
+ "inputs": [
233
+ { "name": "i", "type": "uint256" },
234
+ { "name": "j", "type": "uint256" },
235
+ { "name": "dx", "type": "uint256" },
236
+ { "name": "min_dy", "type": "uint256" }
237
+ ],
238
+ "outputs": []
239
+ },
240
+ {
241
+ "stateMutability": "payable",
242
+ "type": "function",
243
+ "name": "exchange",
244
+ "inputs": [
245
+ { "name": "i", "type": "uint256" },
246
+ { "name": "j", "type": "uint256" },
247
+ { "name": "dx", "type": "uint256" },
248
+ { "name": "min_dy", "type": "uint256" },
249
+ { "name": "use_eth", "type": "bool" }
250
+ ],
251
+ "outputs": []
252
+ },
253
+ {
254
+ "stateMutability": "view",
255
+ "type": "function",
256
+ "name": "get_dy",
257
+ "inputs": [
258
+ { "name": "i", "type": "uint256" },
259
+ { "name": "j", "type": "uint256" },
260
+ { "name": "dx", "type": "uint256" }
261
+ ],
262
+ "outputs": [{ "name": "", "type": "uint256" }],
263
+ "gas": 1752
264
+ },
265
+ {
266
+ "stateMutability": "view",
267
+ "type": "function",
268
+ "name": "get_dy_underlying",
269
+ "inputs": [
270
+ { "name": "i", "type": "uint256" },
271
+ { "name": "j", "type": "uint256" },
272
+ { "name": "dx", "type": "uint256" }
273
+ ],
274
+ "outputs": [{ "name": "", "type": "uint256" }],
275
+ "gas": 1752
276
+ },
277
+ {
278
+ "stateMutability": "view",
279
+ "type": "function",
280
+ "name": "calc_token_fee",
281
+ "inputs": [
282
+ { "name": "amounts", "type": "uint256[3]" },
283
+ { "name": "xp", "type": "uint256[3]" }
284
+ ],
285
+ "outputs": [{ "name": "", "type": "uint256" }],
286
+ "gas": 16102
287
+ },
288
+ {
289
+ "stateMutability": "nonpayable",
290
+ "type": "function",
291
+ "name": "add_liquidity",
292
+ "inputs": [
293
+ { "name": "amounts", "type": "uint256[3]" },
294
+ { "name": "min_mint_amount", "type": "uint256" }
295
+ ],
296
+ "outputs": [],
297
+ "gas": 612749
298
+ },
299
+ {
300
+ "stateMutability": "nonpayable",
301
+ "type": "function",
302
+ "name": "remove_liquidity",
303
+ "inputs": [
304
+ { "name": "_amount", "type": "uint256" },
305
+ { "name": "min_amounts", "type": "uint256[3]" }
306
+ ],
307
+ "outputs": [],
308
+ "gas": 214927
309
+ },
310
+ {
311
+ "stateMutability": "view",
312
+ "type": "function",
313
+ "name": "calc_token_amount",
314
+ "inputs": [
315
+ { "name": "amounts", "type": "uint256[3]" },
316
+ { "name": "deposit", "type": "bool" }
317
+ ],
318
+ "outputs": [{ "name": "", "type": "uint256" }],
319
+ "gas": 2059
320
+ },
321
+ {
322
+ "stateMutability": "view",
323
+ "type": "function",
324
+ "name": "calc_withdraw_one_coin",
325
+ "inputs": [
326
+ { "name": "token_amount", "type": "uint256" },
327
+ { "name": "i", "type": "uint256" }
328
+ ],
329
+ "outputs": [{ "name": "", "type": "uint256" }],
330
+ "gas": 8739
331
+ },
332
+ {
333
+ "stateMutability": "nonpayable",
334
+ "type": "function",
335
+ "name": "remove_liquidity_one_coin",
336
+ "inputs": [
337
+ { "name": "token_amount", "type": "uint256" },
338
+ { "name": "i", "type": "uint256" },
339
+ { "name": "min_amount", "type": "uint256" }
340
+ ],
341
+ "outputs": [],
342
+ "gas": 530164
343
+ },
344
+ {
345
+ "stateMutability": "nonpayable",
346
+ "type": "function",
347
+ "name": "claim_admin_fees",
348
+ "inputs": [],
349
+ "outputs": [],
350
+ "gas": 313340
351
+ },
352
+ {
353
+ "stateMutability": "nonpayable",
354
+ "type": "function",
355
+ "name": "ramp_A_gamma",
356
+ "inputs": [
357
+ { "name": "future_A", "type": "uint256" },
358
+ { "name": "future_gamma", "type": "uint256" },
359
+ { "name": "future_time", "type": "uint256" }
360
+ ],
361
+ "outputs": [],
362
+ "gas": 154231
363
+ },
364
+ {
365
+ "stateMutability": "nonpayable",
366
+ "type": "function",
367
+ "name": "stop_ramp_A_gamma",
368
+ "inputs": [],
369
+ "outputs": [],
370
+ "gas": 151281
371
+ },
372
+ {
373
+ "stateMutability": "nonpayable",
374
+ "type": "function",
375
+ "name": "commit_new_parameters",
376
+ "inputs": [
377
+ { "name": "_new_mid_fee", "type": "uint256" },
378
+ { "name": "_new_out_fee", "type": "uint256" },
379
+ { "name": "_new_admin_fee", "type": "uint256" },
380
+ { "name": "_new_fee_gamma", "type": "uint256" },
381
+ { "name": "_new_price_threshold", "type": "uint256" },
382
+ { "name": "_new_adjustment_step", "type": "uint256" },
383
+ { "name": "_new_ma_half_time", "type": "uint256" }
384
+ ],
385
+ "outputs": [],
386
+ "gas": 294599
387
+ },
388
+ {
389
+ "stateMutability": "nonpayable",
390
+ "type": "function",
391
+ "name": "apply_new_parameters",
392
+ "inputs": [],
393
+ "outputs": [],
394
+ "gas": 592670
395
+ },
396
+ {
397
+ "stateMutability": "nonpayable",
398
+ "type": "function",
399
+ "name": "revert_new_parameters",
400
+ "inputs": [],
401
+ "outputs": [],
402
+ "gas": 21952
403
+ },
404
+ {
405
+ "stateMutability": "nonpayable",
406
+ "type": "function",
407
+ "name": "commit_transfer_ownership",
408
+ "inputs": [{ "name": "_owner", "type": "address" }],
409
+ "outputs": [],
410
+ "gas": 74690
411
+ },
412
+ {
413
+ "stateMutability": "nonpayable",
414
+ "type": "function",
415
+ "name": "apply_transfer_ownership",
416
+ "inputs": [],
417
+ "outputs": [],
418
+ "gas": 60767
419
+ },
420
+ {
421
+ "stateMutability": "nonpayable",
422
+ "type": "function",
423
+ "name": "revert_transfer_ownership",
424
+ "inputs": [],
425
+ "outputs": [],
426
+ "gas": 22042
427
+ },
428
+ {
429
+ "stateMutability": "nonpayable",
430
+ "type": "function",
431
+ "name": "kill_me",
432
+ "inputs": [],
433
+ "outputs": [],
434
+ "gas": 37965
435
+ },
436
+ {
437
+ "stateMutability": "nonpayable",
438
+ "type": "function",
439
+ "name": "unkill_me",
440
+ "inputs": [],
441
+ "outputs": [],
442
+ "gas": 22102
443
+ },
444
+ {
445
+ "stateMutability": "nonpayable",
446
+ "type": "function",
447
+ "name": "set_admin_fee_receiver",
448
+ "inputs": [{ "name": "_admin_fee_receiver", "type": "address" }],
449
+ "outputs": [],
450
+ "gas": 37235
451
+ },
452
+ {
453
+ "stateMutability": "view",
454
+ "type": "function",
455
+ "name": "last_prices_timestamp",
456
+ "inputs": [],
457
+ "outputs": [{ "name": "", "type": "uint256" }],
458
+ "gas": 2108
459
+ },
460
+ {
461
+ "stateMutability": "view",
462
+ "type": "function",
463
+ "name": "initial_A_gamma",
464
+ "inputs": [],
465
+ "outputs": [{ "name": "", "type": "uint256" }],
466
+ "gas": 2138
467
+ },
468
+ {
469
+ "stateMutability": "view",
470
+ "type": "function",
471
+ "name": "future_A_gamma",
472
+ "inputs": [],
473
+ "outputs": [{ "name": "", "type": "uint256" }],
474
+ "gas": 2168
475
+ },
476
+ {
477
+ "stateMutability": "view",
478
+ "type": "function",
479
+ "name": "initial_A_gamma_time",
480
+ "inputs": [],
481
+ "outputs": [{ "name": "", "type": "uint256" }],
482
+ "gas": 2198
483
+ },
484
+ {
485
+ "stateMutability": "view",
486
+ "type": "function",
487
+ "name": "future_A_gamma_time",
488
+ "inputs": [],
489
+ "outputs": [{ "name": "", "type": "uint256" }],
490
+ "gas": 2228
491
+ },
492
+ {
493
+ "stateMutability": "view",
494
+ "type": "function",
495
+ "name": "price_threshold",
496
+ "inputs": [],
497
+ "outputs": [{ "name": "", "type": "uint256" }],
498
+ "gas": 2258
499
+ },
500
+ {
501
+ "stateMutability": "view",
502
+ "type": "function",
503
+ "name": "future_price_threshoold",
504
+ "inputs": [],
505
+ "outputs": [{ "name": "", "type": "uint256" }],
506
+ "gas": 2288
507
+ },
508
+ {
509
+ "stateMutability": "view",
510
+ "type": "function",
511
+ "name": "fee_gamma",
512
+ "inputs": [],
513
+ "outputs": [{ "name": "", "type": "uint256" }],
514
+ "gas": 2318
515
+ },
516
+ {
517
+ "stateMutability": "view",
518
+ "type": "function",
519
+ "name": "future_fee_gamma",
520
+ "inputs": [],
521
+ "outputs": [{ "name": "", "type": "uint256" }],
522
+ "gas": 2348
523
+ },
524
+ {
525
+ "stateMutability": "view",
526
+ "type": "function",
527
+ "name": "adjustment_step",
528
+ "inputs": [],
529
+ "outputs": [{ "name": "", "type": "uint256" }],
530
+ "gas": 2378
531
+ },
532
+ {
533
+ "stateMutability": "view",
534
+ "type": "function",
535
+ "name": "future_adjustment_step",
536
+ "inputs": [],
537
+ "outputs": [{ "name": "", "type": "uint256" }],
538
+ "gas": 2408
539
+ },
540
+ {
541
+ "stateMutability": "view",
542
+ "type": "function",
543
+ "name": "ma_half_time",
544
+ "inputs": [],
545
+ "outputs": [{ "name": "", "type": "uint256" }],
546
+ "gas": 2438
547
+ },
548
+ {
549
+ "stateMutability": "view",
550
+ "type": "function",
551
+ "name": "future_ma_half_time",
552
+ "inputs": [],
553
+ "outputs": [{ "name": "", "type": "uint256" }],
554
+ "gas": 2468
555
+ },
556
+ {
557
+ "stateMutability": "view",
558
+ "type": "function",
559
+ "name": "mid_fee",
560
+ "inputs": [],
561
+ "outputs": [{ "name": "", "type": "uint256" }],
562
+ "gas": 2498
563
+ },
564
+ {
565
+ "stateMutability": "view",
566
+ "type": "function",
567
+ "name": "out_fee",
568
+ "inputs": [],
569
+ "outputs": [{ "name": "", "type": "uint256" }],
570
+ "gas": 2528
571
+ },
572
+ {
573
+ "stateMutability": "view",
574
+ "type": "function",
575
+ "name": "admin_fee",
576
+ "inputs": [],
577
+ "outputs": [{ "name": "", "type": "uint256" }],
578
+ "gas": 2558
579
+ },
580
+ {
581
+ "stateMutability": "view",
582
+ "type": "function",
583
+ "name": "future_mid_fee",
584
+ "inputs": [],
585
+ "outputs": [{ "name": "", "type": "uint256" }],
586
+ "gas": 2588
587
+ },
588
+ {
589
+ "stateMutability": "view",
590
+ "type": "function",
591
+ "name": "future_out_fee",
592
+ "inputs": [],
593
+ "outputs": [{ "name": "", "type": "uint256" }],
594
+ "gas": 2618
595
+ },
596
+ {
597
+ "stateMutability": "view",
598
+ "type": "function",
599
+ "name": "future_admin_fee",
600
+ "inputs": [],
601
+ "outputs": [{ "name": "", "type": "uint256" }],
602
+ "gas": 2648
603
+ },
604
+ {
605
+ "stateMutability": "view",
606
+ "type": "function",
607
+ "name": "balances",
608
+ "inputs": [{ "name": "arg0", "type": "uint256" }],
609
+ "outputs": [{ "name": "", "type": "uint256" }],
610
+ "gas": 2787
611
+ },
612
+ {
613
+ "stateMutability": "view",
614
+ "type": "function",
615
+ "name": "D",
616
+ "inputs": [],
617
+ "outputs": [{ "name": "", "type": "uint256" }],
618
+ "gas": 2708
619
+ },
620
+ {
621
+ "stateMutability": "view",
622
+ "type": "function",
623
+ "name": "owner",
624
+ "inputs": [],
625
+ "outputs": [{ "name": "", "type": "address" }],
626
+ "gas": 2738
627
+ },
628
+ {
629
+ "stateMutability": "view",
630
+ "type": "function",
631
+ "name": "future_owner",
632
+ "inputs": [],
633
+ "outputs": [{ "name": "", "type": "address" }],
634
+ "gas": 2768
635
+ },
636
+ {
637
+ "stateMutability": "view",
638
+ "type": "function",
639
+ "name": "xcp_profit",
640
+ "inputs": [],
641
+ "outputs": [{ "name": "", "type": "uint256" }],
642
+ "gas": 2798
643
+ },
644
+ {
645
+ "stateMutability": "view",
646
+ "type": "function",
647
+ "name": "xcp_profit_a",
648
+ "inputs": [],
649
+ "outputs": [{ "name": "", "type": "uint256" }],
650
+ "gas": 2828
651
+ },
652
+ {
653
+ "stateMutability": "view",
654
+ "type": "function",
655
+ "name": "virtual_price",
656
+ "inputs": [],
657
+ "outputs": [{ "name": "", "type": "uint256" }],
658
+ "gas": 2858
659
+ },
660
+ {
661
+ "stateMutability": "view",
662
+ "type": "function",
663
+ "name": "is_killed",
664
+ "inputs": [],
665
+ "outputs": [{ "name": "", "type": "bool" }],
666
+ "gas": 2888
667
+ },
668
+ {
669
+ "stateMutability": "view",
670
+ "type": "function",
671
+ "name": "kill_deadline",
672
+ "inputs": [],
673
+ "outputs": [{ "name": "", "type": "uint256" }],
674
+ "gas": 2918
675
+ },
676
+ {
677
+ "stateMutability": "view",
678
+ "type": "function",
679
+ "name": "transfer_ownership_deadline",
680
+ "inputs": [],
681
+ "outputs": [{ "name": "", "type": "uint256" }],
682
+ "gas": 2948
683
+ },
684
+ {
685
+ "stateMutability": "view",
686
+ "type": "function",
687
+ "name": "admin_actions_deadline",
688
+ "inputs": [],
689
+ "outputs": [{ "name": "", "type": "uint256" }],
690
+ "gas": 2978
691
+ },
692
+ {
693
+ "stateMutability": "view",
694
+ "type": "function",
695
+ "name": "admin_fee_receiver",
696
+ "inputs": [],
697
+ "outputs": [{ "name": "", "type": "address" }],
698
+ "gas": 3008
699
+ }
700
+ ]