@paraswap/dex-lib 4.0.27 → 4.0.28-cables

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 (247) 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/curve-v1/CurveBUSDv2.abi.json +1356 -0
  11. package/build/abi/curve-v1/CurveTokenV1.json +305 -0
  12. package/build/abi/curve-v1/CurveTokenV2.json +318 -0
  13. package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
  14. package/build/abi/curve-v1/CurveV2Swap.json +700 -0
  15. package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
  16. package/build/abi/curve-v1/FactoryRegistry.json +508 -0
  17. package/build/abi/curve-v1/StableSwapAave.json +1152 -0
  18. package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
  19. package/build/abi/curve-v1/StableSwapCompound.json +814 -0
  20. package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
  21. package/build/abi/curve-v1/StableSwapPax.json +865 -0
  22. package/build/abi/curve-v1/StableSwapSnow.json +900 -0
  23. package/build/abi/curve-v1/StableSwapUSDN.json +1004 -0
  24. package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
  25. package/build/abi/curve-v1/StableSwapY.json +814 -0
  26. package/build/abi/inception/inception-ineth.json +609 -0
  27. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  28. package/build/abi/kyberdmm.abi.json +1148 -0
  29. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  30. package/build/abi/nerve/nerve-metapool.json +790 -0
  31. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  32. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  33. package/build/dex/aave-v1/aave-v1.js +0 -1
  34. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  35. package/build/dex/algebra/config.js +1 -1
  36. package/build/dex/algebra/config.js.map +1 -1
  37. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  38. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  39. package/build/dex/bebop/websocket-fetcher.js +87 -0
  40. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  41. package/build/dex/cables/cables.d.ts +1 -1
  42. package/build/dex/cables/cables.js +26 -7
  43. package/build/dex/cables/cables.js.map +1 -1
  44. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  45. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  46. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  47. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  48. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  49. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  50. package/build/dex/idle-dao/scripts.d.ts +9 -0
  51. package/build/dex/idle-dao/scripts.js +552 -0
  52. package/build/dex/idle-dao/scripts.js.map +1 -0
  53. package/build/dex/inception/inception-event-pool.d.ts +4 -4
  54. package/build/dex/inception/inception-event-pool.js +9 -7
  55. package/build/dex/inception/inception-event-pool.js.map +1 -1
  56. package/build/dex/inception/inception-native.d.ts +43 -0
  57. package/build/dex/inception/inception-native.js +131 -0
  58. package/build/dex/inception/inception-native.js.map +1 -0
  59. package/build/dex/inception/inception-pool.d.ts +18 -0
  60. package/build/dex/inception/inception-pool.js +32 -0
  61. package/build/dex/inception/inception-pool.js.map +1 -0
  62. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  63. package/build/dex/inception/inception-price-feed.js +51 -0
  64. package/build/dex/inception/inception-price-feed.js.map +1 -0
  65. package/build/dex/inception/inception.d.ts +6 -6
  66. package/build/dex/inception/inception.js +40 -16
  67. package/build/dex/inception/inception.js.map +1 -1
  68. package/build/dex/inception/utils.d.ts +0 -1
  69. package/build/dex/inception/utils.js +1 -22
  70. package/build/dex/inception/utils.js.map +1 -1
  71. package/build/dex/platypus/platypus.js +3 -17
  72. package/build/dex/platypus/platypus.js.map +1 -1
  73. package/build/dex/swaap-v1/swaap-v1.js +0 -4
  74. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  75. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  76. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  77. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  78. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  79. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  80. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  81. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  82. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  83. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  84. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  85. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  86. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  87. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  88. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  89. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  90. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  91. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  92. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  93. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  94. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  95. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  96. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  97. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  98. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  99. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  100. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  101. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  102. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  103. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  104. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  105. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  106. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  107. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  108. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  109. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  110. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  111. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  112. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  113. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  114. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  115. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  116. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  117. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  118. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  119. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  120. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  121. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  122. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  123. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  124. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  125. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  126. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  127. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  128. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  129. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  130. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  131. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  132. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  133. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  134. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  135. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  136. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  137. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  138. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  139. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  140. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  141. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  142. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  143. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  144. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  145. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  146. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  147. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  148. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  149. package/package.json +1 -1
  150. package/src/dex/algebra/config.ts +1 -1
  151. package/src/dex/cables/cables.ts +37 -10
  152. package/.vscode/launch.json +0 -53
  153. package/.vscode/settings.json +0 -2
  154. package/.vscode/tasks.json +0 -15
  155. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
  156. package/build/abi/usual-m-smart-m/usualM.abi.json +0 -483
  157. package/build/dex/aave-v2/tokens-avalanche.json +0 -44
  158. package/build/dex/aave-v2/tokens-mainnet.json +0 -188
  159. package/build/dex/aave-v2/tokens-polygon.json +0 -44
  160. package/build/dex/bProtocol.d.ts +0 -18
  161. package/build/dex/bProtocol.js +0 -39
  162. package/build/dex/bProtocol.js.map +0 -1
  163. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +0 -729
  164. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +0 -732
  165. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +0 -1
  166. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +0 -1406
  167. package/build/dex/balancer-v3/abi/balancerRouter.js +0 -1175
  168. package/build/dex/balancer-v3/abi/balancerRouter.js.map +0 -1
  169. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +0 -2081
  170. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +0 -1851
  171. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +0 -1
  172. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.d.ts +0 -34
  173. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js +0 -406
  174. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js.map +0 -1
  175. package/build/dex/bancor.d.ts +0 -26
  176. package/build/dex/bancor.js +0 -58
  177. package/build/dex/bancor.js.map +0 -1
  178. package/build/dex/compound.d.ts +0 -18
  179. package/build/dex/compound.js +0 -46
  180. package/build/dex/compound.js.map +0 -1
  181. package/build/dex/curve-v2.d.ts +0 -58
  182. package/build/dex/curve-v2.js +0 -180
  183. package/build/dex/curve-v2.js.map +0 -1
  184. package/build/dex/dodo-v1.d.ts +0 -33
  185. package/build/dex/dodo-v1.js +0 -63
  186. package/build/dex/dodo-v1.js.map +0 -1
  187. package/build/dex/lido.d.ts +0 -19
  188. package/build/dex/lido.js +0 -42
  189. package/build/dex/lido.js.map +0 -1
  190. package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
  191. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  192. package/build/dex/maker-psm/scripts/validate-state.js +0 -185
  193. package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
  194. package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
  195. package/build/dex/onebit.d.ts +0 -25
  196. package/build/dex/onebit.js +0 -42
  197. package/build/dex/onebit.js.map +0 -1
  198. package/build/dex/smoothy.d.ts +0 -26
  199. package/build/dex/smoothy.js +0 -48
  200. package/build/dex/smoothy.js.map +0 -1
  201. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
  202. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
  203. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
  204. package/build/dex/stable-pool.d.ts +0 -28
  205. package/build/dex/stable-pool.js +0 -55
  206. package/build/dex/stable-pool.js.map +0 -1
  207. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  208. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  209. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  210. package/build/dex/trader-joe-v2.1.d.ts +0 -43
  211. package/build/dex/trader-joe-v2.1.js +0 -79
  212. package/build/dex/trader-joe-v2.1.js.map +0 -1
  213. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
  214. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
  215. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
  216. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
  217. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
  218. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
  219. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +0 -4
  220. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +0 -43
  221. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +0 -1
  222. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +0 -1
  223. package/build/dex/uniswap-v3/uniswap-v3-worker.js +0 -10
  224. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +0 -1
  225. package/build/dex/usual/usual-m-smart-m.d.ts +0 -17
  226. package/build/dex/usual/usual-m-smart-m.js +0 -50
  227. package/build/dex/usual/usual-m-smart-m.js.map +0 -1
  228. package/build/dex/usual-m-smart-m/config.d.ts +0 -3
  229. package/build/dex/usual-m-smart-m/config.js +0 -13
  230. package/build/dex/usual-m-smart-m/config.js.map +0 -1
  231. package/build/dex/usual-m-smart-m/types.d.ts +0 -7
  232. package/build/dex/usual-m-smart-m/types.js +0 -3
  233. package/build/dex/usual-m-smart-m/types.js.map +0 -1
  234. package/build/dex/usual-m-smart-m/usual-m-smart-m.d.ts +0 -35
  235. package/build/dex/usual-m-smart-m/usual-m-smart-m.js +0 -161
  236. package/build/dex/usual-m-smart-m/usual-m-smart-m.js.map +0 -1
  237. package/build/dex/usual-m-usd0/config.d.ts +0 -3
  238. package/build/dex/usual-m-usd0/config.js +0 -14
  239. package/build/dex/usual-m-usd0/config.js.map +0 -1
  240. package/build/dex/usual-m-usd0/types.d.ts +0 -8
  241. package/build/dex/usual-m-usd0/types.js +0 -3
  242. package/build/dex/usual-m-usd0/types.js.map +0 -1
  243. package/build/dex/usual-m-usd0/usual-m-usd0.d.ts +0 -35
  244. package/build/dex/usual-m-usd0/usual-m-usd0.js +0 -159
  245. package/build/dex/usual-m-usd0/usual-m-usd0.js.map +0 -1
  246. package/src/dex/balancer-v2/scripts/abi.json +0 -339
  247. package/src/dex/balancer-v2/scripts/test.test.ts +0 -121
@@ -0,0 +1,751 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ { "internalType": "address", "name": "ghoToken", "type": "address" },
5
+ {
6
+ "internalType": "address",
7
+ "name": "underlyingAsset",
8
+ "type": "address"
9
+ },
10
+ { "internalType": "address", "name": "priceStrategy", "type": "address" }
11
+ ],
12
+ "stateMutability": "nonpayable",
13
+ "type": "constructor"
14
+ },
15
+ {
16
+ "anonymous": false,
17
+ "inputs": [
18
+ {
19
+ "indexed": true,
20
+ "internalType": "address",
21
+ "name": "burner",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "indexed": false,
26
+ "internalType": "uint256",
27
+ "name": "amount",
28
+ "type": "uint256"
29
+ },
30
+ {
31
+ "indexed": false,
32
+ "internalType": "uint256",
33
+ "name": "ghoOutstanding",
34
+ "type": "uint256"
35
+ }
36
+ ],
37
+ "name": "BurnAfterSeize",
38
+ "type": "event"
39
+ },
40
+ {
41
+ "anonymous": false,
42
+ "inputs": [
43
+ {
44
+ "indexed": true,
45
+ "internalType": "address",
46
+ "name": "originator",
47
+ "type": "address"
48
+ },
49
+ {
50
+ "indexed": true,
51
+ "internalType": "address",
52
+ "name": "receiver",
53
+ "type": "address"
54
+ },
55
+ {
56
+ "indexed": false,
57
+ "internalType": "uint256",
58
+ "name": "underlyingAmount",
59
+ "type": "uint256"
60
+ },
61
+ {
62
+ "indexed": false,
63
+ "internalType": "uint256",
64
+ "name": "ghoAmount",
65
+ "type": "uint256"
66
+ },
67
+ {
68
+ "indexed": false,
69
+ "internalType": "uint256",
70
+ "name": "fee",
71
+ "type": "uint256"
72
+ }
73
+ ],
74
+ "name": "BuyAsset",
75
+ "type": "event"
76
+ },
77
+ {
78
+ "anonymous": false,
79
+ "inputs": [
80
+ {
81
+ "indexed": false,
82
+ "internalType": "uint256",
83
+ "name": "oldExposureCap",
84
+ "type": "uint256"
85
+ },
86
+ {
87
+ "indexed": false,
88
+ "internalType": "uint256",
89
+ "name": "newExposureCap",
90
+ "type": "uint256"
91
+ }
92
+ ],
93
+ "name": "ExposureCapUpdated",
94
+ "type": "event"
95
+ },
96
+ {
97
+ "anonymous": false,
98
+ "inputs": [
99
+ {
100
+ "indexed": true,
101
+ "internalType": "address",
102
+ "name": "oldFeeStrategy",
103
+ "type": "address"
104
+ },
105
+ {
106
+ "indexed": true,
107
+ "internalType": "address",
108
+ "name": "newFeeStrategy",
109
+ "type": "address"
110
+ }
111
+ ],
112
+ "name": "FeeStrategyUpdated",
113
+ "type": "event"
114
+ },
115
+ {
116
+ "anonymous": false,
117
+ "inputs": [
118
+ {
119
+ "indexed": true,
120
+ "internalType": "address",
121
+ "name": "ghoTreasury",
122
+ "type": "address"
123
+ },
124
+ {
125
+ "indexed": true,
126
+ "internalType": "address",
127
+ "name": "asset",
128
+ "type": "address"
129
+ },
130
+ {
131
+ "indexed": false,
132
+ "internalType": "uint256",
133
+ "name": "amount",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "FeesDistributedToTreasury",
138
+ "type": "event"
139
+ },
140
+ {
141
+ "anonymous": false,
142
+ "inputs": [
143
+ {
144
+ "indexed": true,
145
+ "internalType": "address",
146
+ "name": "oldGhoTreasury",
147
+ "type": "address"
148
+ },
149
+ {
150
+ "indexed": true,
151
+ "internalType": "address",
152
+ "name": "newGhoTreasury",
153
+ "type": "address"
154
+ }
155
+ ],
156
+ "name": "GhoTreasuryUpdated",
157
+ "type": "event"
158
+ },
159
+ {
160
+ "anonymous": false,
161
+ "inputs": [
162
+ {
163
+ "indexed": true,
164
+ "internalType": "bytes32",
165
+ "name": "role",
166
+ "type": "bytes32"
167
+ },
168
+ {
169
+ "indexed": true,
170
+ "internalType": "bytes32",
171
+ "name": "previousAdminRole",
172
+ "type": "bytes32"
173
+ },
174
+ {
175
+ "indexed": true,
176
+ "internalType": "bytes32",
177
+ "name": "newAdminRole",
178
+ "type": "bytes32"
179
+ }
180
+ ],
181
+ "name": "RoleAdminChanged",
182
+ "type": "event"
183
+ },
184
+ {
185
+ "anonymous": false,
186
+ "inputs": [
187
+ {
188
+ "indexed": true,
189
+ "internalType": "bytes32",
190
+ "name": "role",
191
+ "type": "bytes32"
192
+ },
193
+ {
194
+ "indexed": true,
195
+ "internalType": "address",
196
+ "name": "account",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "indexed": true,
201
+ "internalType": "address",
202
+ "name": "sender",
203
+ "type": "address"
204
+ }
205
+ ],
206
+ "name": "RoleGranted",
207
+ "type": "event"
208
+ },
209
+ {
210
+ "anonymous": false,
211
+ "inputs": [
212
+ {
213
+ "indexed": true,
214
+ "internalType": "bytes32",
215
+ "name": "role",
216
+ "type": "bytes32"
217
+ },
218
+ {
219
+ "indexed": true,
220
+ "internalType": "address",
221
+ "name": "account",
222
+ "type": "address"
223
+ },
224
+ {
225
+ "indexed": true,
226
+ "internalType": "address",
227
+ "name": "sender",
228
+ "type": "address"
229
+ }
230
+ ],
231
+ "name": "RoleRevoked",
232
+ "type": "event"
233
+ },
234
+ {
235
+ "anonymous": false,
236
+ "inputs": [
237
+ {
238
+ "indexed": true,
239
+ "internalType": "address",
240
+ "name": "seizer",
241
+ "type": "address"
242
+ },
243
+ {
244
+ "indexed": true,
245
+ "internalType": "address",
246
+ "name": "recipient",
247
+ "type": "address"
248
+ },
249
+ {
250
+ "indexed": false,
251
+ "internalType": "uint256",
252
+ "name": "underlyingAmount",
253
+ "type": "uint256"
254
+ },
255
+ {
256
+ "indexed": false,
257
+ "internalType": "uint256",
258
+ "name": "ghoOutstanding",
259
+ "type": "uint256"
260
+ }
261
+ ],
262
+ "name": "Seized",
263
+ "type": "event"
264
+ },
265
+ {
266
+ "anonymous": false,
267
+ "inputs": [
268
+ {
269
+ "indexed": true,
270
+ "internalType": "address",
271
+ "name": "originator",
272
+ "type": "address"
273
+ },
274
+ {
275
+ "indexed": true,
276
+ "internalType": "address",
277
+ "name": "receiver",
278
+ "type": "address"
279
+ },
280
+ {
281
+ "indexed": false,
282
+ "internalType": "uint256",
283
+ "name": "underlyingAmount",
284
+ "type": "uint256"
285
+ },
286
+ {
287
+ "indexed": false,
288
+ "internalType": "uint256",
289
+ "name": "ghoAmount",
290
+ "type": "uint256"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "internalType": "uint256",
295
+ "name": "fee",
296
+ "type": "uint256"
297
+ }
298
+ ],
299
+ "name": "SellAsset",
300
+ "type": "event"
301
+ },
302
+ {
303
+ "anonymous": false,
304
+ "inputs": [
305
+ {
306
+ "indexed": true,
307
+ "internalType": "address",
308
+ "name": "freezer",
309
+ "type": "address"
310
+ },
311
+ {
312
+ "indexed": false,
313
+ "internalType": "bool",
314
+ "name": "enabled",
315
+ "type": "bool"
316
+ }
317
+ ],
318
+ "name": "SwapFreeze",
319
+ "type": "event"
320
+ },
321
+ {
322
+ "anonymous": false,
323
+ "inputs": [
324
+ {
325
+ "indexed": true,
326
+ "internalType": "address",
327
+ "name": "tokenRescued",
328
+ "type": "address"
329
+ },
330
+ {
331
+ "indexed": true,
332
+ "internalType": "address",
333
+ "name": "recipient",
334
+ "type": "address"
335
+ },
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint256",
339
+ "name": "amountRescued",
340
+ "type": "uint256"
341
+ }
342
+ ],
343
+ "name": "TokensRescued",
344
+ "type": "event"
345
+ },
346
+ {
347
+ "inputs": [],
348
+ "name": "BUY_ASSET_WITH_SIG_TYPEHASH",
349
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
350
+ "stateMutability": "view",
351
+ "type": "function"
352
+ },
353
+ {
354
+ "inputs": [],
355
+ "name": "CONFIGURATOR_ROLE",
356
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
357
+ "stateMutability": "view",
358
+ "type": "function"
359
+ },
360
+ {
361
+ "inputs": [],
362
+ "name": "DEFAULT_ADMIN_ROLE",
363
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
364
+ "stateMutability": "view",
365
+ "type": "function"
366
+ },
367
+ {
368
+ "inputs": [],
369
+ "name": "DOMAIN_SEPARATOR",
370
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
371
+ "stateMutability": "view",
372
+ "type": "function"
373
+ },
374
+ {
375
+ "inputs": [],
376
+ "name": "GHO_TOKEN",
377
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
378
+ "stateMutability": "view",
379
+ "type": "function"
380
+ },
381
+ {
382
+ "inputs": [],
383
+ "name": "GSM_REVISION",
384
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
385
+ "stateMutability": "pure",
386
+ "type": "function"
387
+ },
388
+ {
389
+ "inputs": [],
390
+ "name": "LIQUIDATOR_ROLE",
391
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
392
+ "stateMutability": "view",
393
+ "type": "function"
394
+ },
395
+ {
396
+ "inputs": [],
397
+ "name": "PRICE_STRATEGY",
398
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
399
+ "stateMutability": "view",
400
+ "type": "function"
401
+ },
402
+ {
403
+ "inputs": [],
404
+ "name": "SELL_ASSET_WITH_SIG_TYPEHASH",
405
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
406
+ "stateMutability": "view",
407
+ "type": "function"
408
+ },
409
+ {
410
+ "inputs": [],
411
+ "name": "SWAP_FREEZER_ROLE",
412
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "TOKEN_RESCUER_ROLE",
419
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
420
+ "stateMutability": "view",
421
+ "type": "function"
422
+ },
423
+ {
424
+ "inputs": [],
425
+ "name": "UNDERLYING_ASSET",
426
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
433
+ ],
434
+ "name": "burnAfterSeize",
435
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
436
+ "stateMutability": "nonpayable",
437
+ "type": "function"
438
+ },
439
+ {
440
+ "inputs": [
441
+ { "internalType": "uint256", "name": "minAmount", "type": "uint256" },
442
+ { "internalType": "address", "name": "receiver", "type": "address" }
443
+ ],
444
+ "name": "buyAsset",
445
+ "outputs": [
446
+ { "internalType": "uint256", "name": "", "type": "uint256" },
447
+ { "internalType": "uint256", "name": "", "type": "uint256" }
448
+ ],
449
+ "stateMutability": "nonpayable",
450
+ "type": "function"
451
+ },
452
+ {
453
+ "inputs": [
454
+ { "internalType": "address", "name": "originator", "type": "address" },
455
+ { "internalType": "uint256", "name": "minAmount", "type": "uint256" },
456
+ { "internalType": "address", "name": "receiver", "type": "address" },
457
+ { "internalType": "uint256", "name": "deadline", "type": "uint256" },
458
+ { "internalType": "bytes", "name": "signature", "type": "bytes" }
459
+ ],
460
+ "name": "buyAssetWithSig",
461
+ "outputs": [
462
+ { "internalType": "uint256", "name": "", "type": "uint256" },
463
+ { "internalType": "uint256", "name": "", "type": "uint256" }
464
+ ],
465
+ "stateMutability": "nonpayable",
466
+ "type": "function"
467
+ },
468
+ {
469
+ "inputs": [],
470
+ "name": "canSwap",
471
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
472
+ "stateMutability": "view",
473
+ "type": "function"
474
+ },
475
+ {
476
+ "inputs": [],
477
+ "name": "distributeFeesToTreasury",
478
+ "outputs": [],
479
+ "stateMutability": "nonpayable",
480
+ "type": "function"
481
+ },
482
+ {
483
+ "inputs": [],
484
+ "name": "getAccruedFees",
485
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
486
+ "stateMutability": "view",
487
+ "type": "function"
488
+ },
489
+ {
490
+ "inputs": [
491
+ { "internalType": "uint256", "name": "maxGhoAmount", "type": "uint256" }
492
+ ],
493
+ "name": "getAssetAmountForBuyAsset",
494
+ "outputs": [
495
+ { "internalType": "uint256", "name": "", "type": "uint256" },
496
+ { "internalType": "uint256", "name": "", "type": "uint256" },
497
+ { "internalType": "uint256", "name": "", "type": "uint256" },
498
+ { "internalType": "uint256", "name": "", "type": "uint256" }
499
+ ],
500
+ "stateMutability": "view",
501
+ "type": "function"
502
+ },
503
+ {
504
+ "inputs": [
505
+ { "internalType": "uint256", "name": "minGhoAmount", "type": "uint256" }
506
+ ],
507
+ "name": "getAssetAmountForSellAsset",
508
+ "outputs": [
509
+ { "internalType": "uint256", "name": "", "type": "uint256" },
510
+ { "internalType": "uint256", "name": "", "type": "uint256" },
511
+ { "internalType": "uint256", "name": "", "type": "uint256" },
512
+ { "internalType": "uint256", "name": "", "type": "uint256" }
513
+ ],
514
+ "stateMutability": "view",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [],
519
+ "name": "getAvailableLiquidity",
520
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
521
+ "stateMutability": "view",
522
+ "type": "function"
523
+ },
524
+ {
525
+ "inputs": [],
526
+ "name": "getAvailableUnderlyingExposure",
527
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
528
+ "stateMutability": "view",
529
+ "type": "function"
530
+ },
531
+ {
532
+ "inputs": [],
533
+ "name": "getExposureCap",
534
+ "outputs": [{ "internalType": "uint128", "name": "", "type": "uint128" }],
535
+ "stateMutability": "view",
536
+ "type": "function"
537
+ },
538
+ {
539
+ "inputs": [],
540
+ "name": "getFeeStrategy",
541
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
542
+ "stateMutability": "view",
543
+ "type": "function"
544
+ },
545
+ {
546
+ "inputs": [
547
+ { "internalType": "uint256", "name": "minAssetAmount", "type": "uint256" }
548
+ ],
549
+ "name": "getGhoAmountForBuyAsset",
550
+ "outputs": [
551
+ { "internalType": "uint256", "name": "", "type": "uint256" },
552
+ { "internalType": "uint256", "name": "", "type": "uint256" },
553
+ { "internalType": "uint256", "name": "", "type": "uint256" },
554
+ { "internalType": "uint256", "name": "", "type": "uint256" }
555
+ ],
556
+ "stateMutability": "view",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [
561
+ { "internalType": "uint256", "name": "maxAssetAmount", "type": "uint256" }
562
+ ],
563
+ "name": "getGhoAmountForSellAsset",
564
+ "outputs": [
565
+ { "internalType": "uint256", "name": "", "type": "uint256" },
566
+ { "internalType": "uint256", "name": "", "type": "uint256" },
567
+ { "internalType": "uint256", "name": "", "type": "uint256" },
568
+ { "internalType": "uint256", "name": "", "type": "uint256" }
569
+ ],
570
+ "stateMutability": "view",
571
+ "type": "function"
572
+ },
573
+ {
574
+ "inputs": [],
575
+ "name": "getGhoTreasury",
576
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
577
+ "stateMutability": "view",
578
+ "type": "function"
579
+ },
580
+ {
581
+ "inputs": [],
582
+ "name": "getIsFrozen",
583
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
584
+ "stateMutability": "view",
585
+ "type": "function"
586
+ },
587
+ {
588
+ "inputs": [],
589
+ "name": "getIsSeized",
590
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [
596
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" }
597
+ ],
598
+ "name": "getRoleAdmin",
599
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
600
+ "stateMutability": "view",
601
+ "type": "function"
602
+ },
603
+ {
604
+ "inputs": [
605
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
606
+ { "internalType": "address", "name": "account", "type": "address" }
607
+ ],
608
+ "name": "grantRole",
609
+ "outputs": [],
610
+ "stateMutability": "nonpayable",
611
+ "type": "function"
612
+ },
613
+ {
614
+ "inputs": [
615
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
616
+ { "internalType": "address", "name": "account", "type": "address" }
617
+ ],
618
+ "name": "hasRole",
619
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
620
+ "stateMutability": "view",
621
+ "type": "function"
622
+ },
623
+ {
624
+ "inputs": [
625
+ { "internalType": "address", "name": "admin", "type": "address" },
626
+ { "internalType": "address", "name": "ghoTreasury", "type": "address" },
627
+ { "internalType": "uint128", "name": "exposureCap", "type": "uint128" }
628
+ ],
629
+ "name": "initialize",
630
+ "outputs": [],
631
+ "stateMutability": "nonpayable",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
636
+ "name": "nonces",
637
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
638
+ "stateMutability": "view",
639
+ "type": "function"
640
+ },
641
+ {
642
+ "inputs": [
643
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
644
+ { "internalType": "address", "name": "account", "type": "address" }
645
+ ],
646
+ "name": "renounceRole",
647
+ "outputs": [],
648
+ "stateMutability": "nonpayable",
649
+ "type": "function"
650
+ },
651
+ {
652
+ "inputs": [
653
+ { "internalType": "address", "name": "token", "type": "address" },
654
+ { "internalType": "address", "name": "to", "type": "address" },
655
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
656
+ ],
657
+ "name": "rescueTokens",
658
+ "outputs": [],
659
+ "stateMutability": "nonpayable",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [
664
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
665
+ { "internalType": "address", "name": "account", "type": "address" }
666
+ ],
667
+ "name": "revokeRole",
668
+ "outputs": [],
669
+ "stateMutability": "nonpayable",
670
+ "type": "function"
671
+ },
672
+ {
673
+ "inputs": [],
674
+ "name": "seize",
675
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
676
+ "stateMutability": "nonpayable",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [
681
+ { "internalType": "uint256", "name": "maxAmount", "type": "uint256" },
682
+ { "internalType": "address", "name": "receiver", "type": "address" }
683
+ ],
684
+ "name": "sellAsset",
685
+ "outputs": [
686
+ { "internalType": "uint256", "name": "", "type": "uint256" },
687
+ { "internalType": "uint256", "name": "", "type": "uint256" }
688
+ ],
689
+ "stateMutability": "nonpayable",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "inputs": [
694
+ { "internalType": "address", "name": "originator", "type": "address" },
695
+ { "internalType": "uint256", "name": "maxAmount", "type": "uint256" },
696
+ { "internalType": "address", "name": "receiver", "type": "address" },
697
+ { "internalType": "uint256", "name": "deadline", "type": "uint256" },
698
+ { "internalType": "bytes", "name": "signature", "type": "bytes" }
699
+ ],
700
+ "name": "sellAssetWithSig",
701
+ "outputs": [
702
+ { "internalType": "uint256", "name": "", "type": "uint256" },
703
+ { "internalType": "uint256", "name": "", "type": "uint256" }
704
+ ],
705
+ "stateMutability": "nonpayable",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [{ "internalType": "bool", "name": "enable", "type": "bool" }],
710
+ "name": "setSwapFreeze",
711
+ "outputs": [],
712
+ "stateMutability": "nonpayable",
713
+ "type": "function"
714
+ },
715
+ {
716
+ "inputs": [
717
+ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }
718
+ ],
719
+ "name": "supportsInterface",
720
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
721
+ "stateMutability": "view",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [
726
+ { "internalType": "uint128", "name": "exposureCap", "type": "uint128" }
727
+ ],
728
+ "name": "updateExposureCap",
729
+ "outputs": [],
730
+ "stateMutability": "nonpayable",
731
+ "type": "function"
732
+ },
733
+ {
734
+ "inputs": [
735
+ { "internalType": "address", "name": "feeStrategy", "type": "address" }
736
+ ],
737
+ "name": "updateFeeStrategy",
738
+ "outputs": [],
739
+ "stateMutability": "nonpayable",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "inputs": [
744
+ { "internalType": "address", "name": "newGhoTreasury", "type": "address" }
745
+ ],
746
+ "name": "updateGhoTreasury",
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ }
751
+ ]