@paraswap/dex-lib 4.8.21 → 4.8.23-deth.0

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 (610) hide show
  1. package/build/abi/AaveV2_lending_pool.json +53 -0
  2. package/build/abi/BProtocol.json +1155 -0
  3. package/build/abi/Bancor.json +392 -0
  4. package/build/abi/Compound_CETH.json +12 -0
  5. package/build/abi/Jarvis.json +1172 -0
  6. package/build/abi/MStableAsset.json +1545 -0
  7. package/build/abi/OneInchLp.json +1304 -0
  8. package/build/abi/Onebit.json +736 -0
  9. package/build/abi/SSPM.json +829 -0
  10. package/build/abi/Shell.json +1294 -0
  11. package/build/abi/Smoothy.json +1049 -0
  12. package/build/abi/StaderOracle.json +2170 -0
  13. package/build/abi/TraderJoeV2Router.json +50 -0
  14. package/build/abi/aave-weth-gateway-avalanche.json +242 -0
  15. package/build/abi/aave-weth-gateway-polygon.json +242 -0
  16. package/build/abi/aave-weth-gateway.json +24 -0
  17. package/build/abi/bunni-v2/BunniHook.abi.json +1921 -0
  18. package/build/abi/bunni-v2/BunniHub.abi.json +1598 -0
  19. package/build/abi/bunni-v2/BunniToken.abi.json +833 -0
  20. package/build/abi/bunni-v2/FeeOverrideHooklet.abi.json +1947 -0
  21. package/build/abi/bunni-v2/FloodPlain.abi.json +1195 -0
  22. package/build/abi/bunni-v2/PoolManager.abi.json +1366 -0
  23. package/build/abi/bunni-v2/V4Quoter.abi.json +637 -0
  24. package/build/abi/concentrator/arUSD.json +568 -0
  25. package/build/abi/concentrator/arUSD5115.json +1746 -0
  26. package/build/abi/deth/delta.abi.json +22 -0
  27. package/build/abi/gmx/fast-price-events.json +70 -0
  28. package/build/abi/gmx/fast-price-feed.json +748 -0
  29. package/build/abi/gmx/reader.json +337 -0
  30. package/build/abi/gmx/vault-price-feed.json +477 -0
  31. package/build/abi/gmx/vault.json +2002 -0
  32. package/build/abi/idle-dao/idle-cdo-factory.json +38 -0
  33. package/build/abi/idle-dao/idle-cdo.json +1245 -0
  34. package/build/abi/infusion/InfusionFactory.json +147 -0
  35. package/build/abi/infusion/InfusionPair.json +658 -0
  36. package/build/abi/infusion/InfusionRouter.json +442 -0
  37. package/build/abi/jarvis/ChainlinkAccessControlledOffchainAggregator.json +1009 -0
  38. package/build/abi/jarvis/SynthereumPriceFeed.json +381 -0
  39. package/build/abi/jarvis/jarvis-v6-pool.json +1041 -0
  40. package/build/abi/kyberdmm/kyber-dmm-exchange-router.abi.json +1148 -0
  41. package/build/abi/kyberdmm/kyber-dmm-factory.abi.json +335 -0
  42. package/build/abi/kyberdmm/kyber-dmm-pool.abi.json +803 -0
  43. package/build/abi/maker-psm/pot.json +322 -0
  44. package/build/abi/maker-psm/psm.json +243 -0
  45. package/build/abi/maker-psm/vat.json +363 -0
  46. package/build/abi/nomiswap-v2/nomiswap-v2-pool.json +773 -0
  47. package/build/abi/quick-perps/fast-price-events.json +70 -0
  48. package/build/abi/quick-perps/fast-price-feed.json +741 -0
  49. package/build/abi/quick-perps/reader.json +313 -0
  50. package/build/abi/quick-perps/vault-price-feed.json +323 -0
  51. package/build/abi/quick-perps/vault.json +1953 -0
  52. package/build/abi/synthetix/CombinedSynthetix.abi.json +442 -0
  53. package/build/abi/uniswap-v2/excalibur-pool.json +881 -0
  54. package/build/abi/uniswap-v2/mdex-factory.json +759 -0
  55. package/build/abi/wUSDM.json +757 -0
  56. package/build/abi/wombat/asset.json +743 -0
  57. package/build/abi/wombat/bmw.json +1247 -0
  58. package/build/abi/wombat/pool-v2.json +1289 -0
  59. package/build/abi/wombat/pool-v3.json +2013 -0
  60. package/build/abi/zrx.v2.json +1967 -0
  61. package/build/abi/zrx.v3.json +3454 -0
  62. package/build/abi/zrx.v4.json +2193 -0
  63. package/build/dex/OneInchLp.d.ts +24 -0
  64. package/build/dex/OneInchLp.js +43 -0
  65. package/build/dex/OneInchLp.js.map +1 -0
  66. package/build/dex/aave-v2/aave-v2.d.ts +33 -0
  67. package/build/dex/aave-v2/aave-v2.js +328 -0
  68. package/build/dex/aave-v2/aave-v2.js.map +1 -0
  69. package/build/dex/aave-v2/config.d.ts +14 -0
  70. package/build/dex/aave-v2/config.js +49 -0
  71. package/build/dex/aave-v2/config.js.map +1 -0
  72. package/build/dex/aave-v2/tokenlist.json +904 -0
  73. package/build/dex/aave-v2/tokens.d.ts +8 -0
  74. package/build/dex/aave-v2/tokens.js +65 -0
  75. package/build/dex/aave-v2/tokens.js.map +1 -0
  76. package/build/dex/aave-v2/types.d.ts +33 -0
  77. package/build/dex/aave-v2/types.js +11 -0
  78. package/build/dex/aave-v2/types.js.map +1 -0
  79. package/build/dex/bProtocol/bProtocol.d.ts +15 -0
  80. package/build/dex/bProtocol/bProtocol.js +56 -0
  81. package/build/dex/bProtocol/bProtocol.js.map +1 -0
  82. package/build/dex/bProtocol/types.d.ts +11 -0
  83. package/build/dex/bProtocol/types.js +8 -0
  84. package/build/dex/bProtocol/types.js.map +1 -0
  85. package/build/dex/bancor/bancor.d.ts +15 -0
  86. package/build/dex/bancor/bancor.js +74 -0
  87. package/build/dex/bancor/bancor.js.map +1 -0
  88. package/build/dex/bancor/config.d.ts +6 -0
  89. package/build/dex/bancor/config.js +11 -0
  90. package/build/dex/bancor/config.js.map +1 -0
  91. package/build/dex/bancor/types.d.ts +16 -0
  92. package/build/dex/bancor/types.js +8 -0
  93. package/build/dex/bancor/types.js.map +1 -0
  94. package/build/dex/bunni-v2/bunni-v2-pool.d.ts +62 -0
  95. package/build/dex/bunni-v2/bunni-v2-pool.js +505 -0
  96. package/build/dex/bunni-v2/bunni-v2-pool.js.map +1 -0
  97. package/build/dex/bunni-v2/bunni-v2.d.ts +51 -0
  98. package/build/dex/bunni-v2/bunni-v2.js +460 -0
  99. package/build/dex/bunni-v2/bunni-v2.js.map +1 -0
  100. package/build/dex/{renegade → bunni-v2}/config.d.ts +1 -1
  101. package/build/dex/bunni-v2/config.js +130 -0
  102. package/build/dex/bunni-v2/config.js.map +1 -0
  103. package/build/dex/bunni-v2/encoder.d.ts +19 -0
  104. package/build/dex/bunni-v2/encoder.js +400 -0
  105. package/build/dex/bunni-v2/encoder.js.map +1 -0
  106. package/build/dex/bunni-v2/getOnChainState.d.ts +26 -0
  107. package/build/dex/bunni-v2/getOnChainState.js +493 -0
  108. package/build/dex/bunni-v2/getOnChainState.js.map +1 -0
  109. package/build/dex/bunni-v2/hook/BunniSwapMath.d.ts +7 -0
  110. package/build/dex/bunni-v2/hook/BunniSwapMath.js +198 -0
  111. package/build/dex/bunni-v2/hook/BunniSwapMath.js.map +1 -0
  112. package/build/dex/bunni-v2/hook/SwapMath.d.ts +8 -0
  113. package/build/dex/bunni-v2/hook/SwapMath.js +65 -0
  114. package/build/dex/bunni-v2/hook/SwapMath.js.map +1 -0
  115. package/build/dex/bunni-v2/hooklet/FeeOverrideHooklet.d.ts +33 -0
  116. package/build/dex/bunni-v2/hooklet/FeeOverrideHooklet.js +33 -0
  117. package/build/dex/bunni-v2/hooklet/FeeOverrideHooklet.js.map +1 -0
  118. package/build/dex/bunni-v2/hooklet/index.d.ts +21 -0
  119. package/build/dex/bunni-v2/hooklet/index.js +64 -0
  120. package/build/dex/bunni-v2/hooklet/index.js.map +1 -0
  121. package/build/dex/bunni-v2/ldf/CarpetedDoubleGeometricDistribution.d.ts +70 -0
  122. package/build/dex/bunni-v2/ldf/CarpetedDoubleGeometricDistribution.js +277 -0
  123. package/build/dex/bunni-v2/ldf/CarpetedDoubleGeometricDistribution.js.map +1 -0
  124. package/build/dex/bunni-v2/ldf/CarpetedGeometricDistribution.d.ts +64 -0
  125. package/build/dex/bunni-v2/ldf/CarpetedGeometricDistribution.js +262 -0
  126. package/build/dex/bunni-v2/ldf/CarpetedGeometricDistribution.js.map +1 -0
  127. package/build/dex/bunni-v2/ldf/DoubleGeometricDistribution.d.ts +60 -0
  128. package/build/dex/bunni-v2/ldf/DoubleGeometricDistribution.js +224 -0
  129. package/build/dex/bunni-v2/ldf/DoubleGeometricDistribution.js.map +1 -0
  130. package/build/dex/bunni-v2/ldf/GeometricDistribution.d.ts +56 -0
  131. package/build/dex/bunni-v2/ldf/GeometricDistribution.js +489 -0
  132. package/build/dex/bunni-v2/ldf/GeometricDistribution.js.map +1 -0
  133. package/build/dex/bunni-v2/ldf/LDFType.d.ts +5 -0
  134. package/build/dex/bunni-v2/ldf/LDFType.js +10 -0
  135. package/build/dex/bunni-v2/ldf/LDFType.js.map +1 -0
  136. package/build/dex/bunni-v2/ldf/ShiftMode.d.ts +7 -0
  137. package/build/dex/bunni-v2/ldf/ShiftMode.js +19 -0
  138. package/build/dex/bunni-v2/ldf/ShiftMode.js.map +1 -0
  139. package/build/dex/bunni-v2/ldf/UniformDistribution.d.ts +55 -0
  140. package/build/dex/bunni-v2/ldf/UniformDistribution.js +291 -0
  141. package/build/dex/bunni-v2/ldf/UniformDistribution.js.map +1 -0
  142. package/build/dex/bunni-v2/ldf/index.d.ts +15 -0
  143. package/build/dex/bunni-v2/ldf/index.js +21 -0
  144. package/build/dex/bunni-v2/ldf/index.js.map +1 -0
  145. package/build/dex/bunni-v2/lib/AmAmmPayload.d.ts +4 -0
  146. package/build/dex/bunni-v2/lib/AmAmmPayload.js +10 -0
  147. package/build/dex/bunni-v2/lib/AmAmmPayload.js.map +1 -0
  148. package/build/dex/bunni-v2/lib/BitMath.d.ts +4 -0
  149. package/build/dex/bunni-v2/lib/BitMath.js +24 -0
  150. package/build/dex/bunni-v2/lib/BitMath.js.map +1 -0
  151. package/build/dex/bunni-v2/lib/Constants.d.ts +15 -0
  152. package/build/dex/bunni-v2/lib/Constants.js +19 -0
  153. package/build/dex/bunni-v2/lib/Constants.js.map +1 -0
  154. package/build/dex/bunni-v2/lib/ExpMath.d.ts +5 -0
  155. package/build/dex/bunni-v2/lib/ExpMath.js +121 -0
  156. package/build/dex/bunni-v2/lib/ExpMath.js.map +1 -0
  157. package/build/dex/bunni-v2/lib/FeeMath.d.ts +2 -0
  158. package/build/dex/bunni-v2/lib/FeeMath.js +27 -0
  159. package/build/dex/bunni-v2/lib/FeeMath.js.map +1 -0
  160. package/build/dex/bunni-v2/lib/FixedPointMath.d.ts +3 -0
  161. package/build/dex/bunni-v2/lib/FixedPointMath.js +15 -0
  162. package/build/dex/bunni-v2/lib/FixedPointMath.js.map +1 -0
  163. package/build/dex/bunni-v2/lib/FullMathX96.d.ts +4 -0
  164. package/build/dex/bunni-v2/lib/FullMathX96.js +21 -0
  165. package/build/dex/bunni-v2/lib/FullMathX96.js.map +1 -0
  166. package/build/dex/bunni-v2/lib/IdleBalance.d.ts +11 -0
  167. package/build/dex/bunni-v2/lib/IdleBalance.js +33 -0
  168. package/build/dex/bunni-v2/lib/IdleBalance.js.map +1 -0
  169. package/build/dex/bunni-v2/lib/LiquidityAmounts.d.ts +6 -0
  170. package/build/dex/bunni-v2/lib/LiquidityAmounts.js +25 -0
  171. package/build/dex/bunni-v2/lib/LiquidityAmounts.js.map +1 -0
  172. package/build/dex/bunni-v2/lib/Math.d.ts +28 -0
  173. package/build/dex/bunni-v2/lib/Math.js +169 -0
  174. package/build/dex/bunni-v2/lib/Math.js.map +1 -0
  175. package/build/dex/bunni-v2/lib/Oracle.d.ts +27 -0
  176. package/build/dex/bunni-v2/lib/Oracle.js +180 -0
  177. package/build/dex/bunni-v2/lib/Oracle.js.map +1 -0
  178. package/build/dex/bunni-v2/lib/QueryLDF.d.ts +12 -0
  179. package/build/dex/bunni-v2/lib/QueryLDF.js +90 -0
  180. package/build/dex/bunni-v2/lib/QueryLDF.js.map +1 -0
  181. package/build/dex/bunni-v2/lib/QueryTwap.d.ts +2 -0
  182. package/build/dex/bunni-v2/lib/QueryTwap.js +13 -0
  183. package/build/dex/bunni-v2/lib/QueryTwap.js.map +1 -0
  184. package/build/dex/bunni-v2/lib/SqrtPriceMath.d.ts +8 -0
  185. package/build/dex/bunni-v2/lib/SqrtPriceMath.js +84 -0
  186. package/build/dex/bunni-v2/lib/SqrtPriceMath.js.map +1 -0
  187. package/build/dex/bunni-v2/lib/TickMath.d.ts +11 -0
  188. package/build/dex/bunni-v2/lib/TickMath.js +100 -0
  189. package/build/dex/bunni-v2/lib/TickMath.js.map +1 -0
  190. package/build/dex/bunni-v2/lib/VaultMath.d.ts +2 -0
  191. package/build/dex/bunni-v2/lib/VaultMath.js +11 -0
  192. package/build/dex/bunni-v2/lib/VaultMath.js.map +1 -0
  193. package/build/dex/bunni-v2/logic/AmAmm.d.ts +11 -0
  194. package/build/dex/bunni-v2/logic/AmAmm.js +156 -0
  195. package/build/dex/bunni-v2/logic/AmAmm.js.map +1 -0
  196. package/build/dex/bunni-v2/logic/BunniHookLogic.d.ts +10 -0
  197. package/build/dex/bunni-v2/logic/BunniHookLogic.js +298 -0
  198. package/build/dex/bunni-v2/logic/BunniHookLogic.js.map +1 -0
  199. package/build/dex/bunni-v2/logic/BunniHubLogic.d.ts +5 -0
  200. package/build/dex/bunni-v2/logic/BunniHubLogic.js +245 -0
  201. package/build/dex/bunni-v2/logic/BunniHubLogic.js.map +1 -0
  202. package/build/dex/bunni-v2/logic/BunniQuoter.d.ts +12 -0
  203. package/build/dex/bunni-v2/logic/BunniQuoter.js +201 -0
  204. package/build/dex/bunni-v2/logic/BunniQuoter.js.map +1 -0
  205. package/build/dex/bunni-v2/subgraph.d.ts +7 -0
  206. package/build/dex/bunni-v2/subgraph.js +184 -0
  207. package/build/dex/bunni-v2/subgraph.js.map +1 -0
  208. package/build/dex/bunni-v2/types.d.ts +257 -0
  209. package/build/dex/{renegade/api → bunni-v2}/types.js.map +1 -1
  210. package/build/dex/bunni-v2/utils.d.ts +12 -0
  211. package/build/dex/bunni-v2/utils.js +182 -0
  212. package/build/dex/bunni-v2/utils.js.map +1 -0
  213. package/build/dex/compound/compound.d.ts +15 -0
  214. package/build/dex/compound/compound.js +57 -0
  215. package/build/dex/compound/compound.js.map +1 -0
  216. package/build/dex/compound/types.d.ts +8 -0
  217. package/build/dex/compound/types.js +9 -0
  218. package/build/dex/compound/types.js.map +1 -0
  219. package/build/dex/concentrator-arusd/concentrator-arusd-event.d.ts +17 -0
  220. package/build/dex/concentrator-arusd/concentrator-arusd-event.js +69 -0
  221. package/build/dex/concentrator-arusd/concentrator-arusd-event.js.map +1 -0
  222. package/build/dex/concentrator-arusd/concentrator-arusd.d.ts +41 -0
  223. package/build/dex/concentrator-arusd/concentrator-arusd.js +202 -0
  224. package/build/dex/concentrator-arusd/concentrator-arusd.js.map +1 -0
  225. package/build/dex/concentrator-arusd/config.d.ts +3 -0
  226. package/build/dex/concentrator-arusd/config.js +14 -0
  227. package/build/dex/concentrator-arusd/config.js.map +1 -0
  228. package/build/dex/concentrator-arusd/types.d.ts +14 -0
  229. package/build/dex/concentrator-arusd/types.js +3 -0
  230. package/build/dex/concentrator-arusd/types.js.map +1 -0
  231. package/build/dex/concentrator-arusd/utils.d.ts +4 -0
  232. package/build/dex/concentrator-arusd/utils.js +26 -0
  233. package/build/dex/concentrator-arusd/utils.js.map +1 -0
  234. package/build/dex/curve-v1/forks/swerve/config.d.ts +4 -0
  235. package/build/dex/curve-v1/forks/swerve/config.js +47 -0
  236. package/build/dex/curve-v1/forks/swerve/config.js.map +1 -0
  237. package/build/dex/curve-v1/forks/swerve/swerve.d.ts +16 -0
  238. package/build/dex/curve-v1/forks/swerve/swerve.js +46 -0
  239. package/build/dex/curve-v1/forks/swerve/swerve.js.map +1 -0
  240. package/build/dex/deth/config.d.ts +6 -0
  241. package/build/dex/deth/config.js +41 -0
  242. package/build/dex/deth/config.js.map +1 -0
  243. package/build/dex/deth/dETH.d.ts +29 -0
  244. package/build/dex/deth/dETH.js +130 -0
  245. package/build/dex/deth/dETH.js.map +1 -0
  246. package/build/dex/ekubo/pools/base-pool.d.ts +47 -0
  247. package/build/dex/ekubo/pools/base-pool.js +184 -0
  248. package/build/dex/ekubo/pools/base-pool.js.map +1 -0
  249. package/build/dex/ekubo/pools/iface.d.ts +46 -0
  250. package/build/dex/ekubo/pools/iface.js +75 -0
  251. package/build/dex/ekubo/pools/iface.js.map +1 -0
  252. package/build/dex/ekubo/pools/math/price.d.ts +7 -0
  253. package/build/dex/ekubo/pools/math/price.js +112 -0
  254. package/build/dex/ekubo/pools/math/price.js.map +1 -0
  255. package/build/dex/ekubo/pools/oracle-pool.d.ts +10 -0
  256. package/build/dex/ekubo/pools/oracle-pool.js +19 -0
  257. package/build/dex/ekubo/pools/oracle-pool.js.map +1 -0
  258. package/build/dex/ekubo/pools/pool-utils.d.ts +44 -0
  259. package/build/dex/ekubo/pools/pool-utils.js +240 -0
  260. package/build/dex/ekubo/pools/pool-utils.js.map +1 -0
  261. package/build/dex/gmx/config.d.ts +11 -0
  262. package/build/dex/gmx/config.js +61 -0
  263. package/build/dex/gmx/config.js.map +1 -0
  264. package/build/dex/gmx/fast-price-feed.d.ts +26 -0
  265. package/build/dex/gmx/fast-price-feed.js +184 -0
  266. package/build/dex/gmx/fast-price-feed.js.map +1 -0
  267. package/build/dex/gmx/gmx.d.ts +54 -0
  268. package/build/dex/gmx/gmx.js +247 -0
  269. package/build/dex/gmx/gmx.js.map +1 -0
  270. package/build/dex/gmx/pool.d.ts +21 -0
  271. package/build/dex/gmx/pool.js +212 -0
  272. package/build/dex/gmx/pool.js.map +1 -0
  273. package/build/dex/gmx/types.d.ts +100 -0
  274. package/build/dex/gmx/types.js +3 -0
  275. package/build/dex/gmx/types.js.map +1 -0
  276. package/build/dex/gmx/usdg.d.ts +15 -0
  277. package/build/dex/gmx/usdg.js +62 -0
  278. package/build/dex/gmx/usdg.js.map +1 -0
  279. package/build/dex/gmx/vault-price-feed.d.ts +47 -0
  280. package/build/dex/gmx/vault-price-feed.js +245 -0
  281. package/build/dex/gmx/vault-price-feed.js.map +1 -0
  282. package/build/dex/gmx/vault-utils.d.ts +8 -0
  283. package/build/dex/gmx/vault-utils.js +42 -0
  284. package/build/dex/gmx/vault-utils.js.map +1 -0
  285. package/build/dex/gmx/vault.d.ts +46 -0
  286. package/build/dex/gmx/vault.js +182 -0
  287. package/build/dex/gmx/vault.js.map +1 -0
  288. package/build/dex/idle-dao/config.d.ts +5 -0
  289. package/build/dex/idle-dao/config.js +24 -0
  290. package/build/dex/idle-dao/config.js.map +1 -0
  291. package/build/dex/idle-dao/idle-dao.d.ts +42 -0
  292. package/build/dex/idle-dao/idle-dao.js +279 -0
  293. package/build/dex/idle-dao/idle-dao.js.map +1 -0
  294. package/build/dex/idle-dao/token_list.d.ts +4 -0
  295. package/build/dex/idle-dao/token_list.js +289 -0
  296. package/build/dex/idle-dao/token_list.js.map +1 -0
  297. package/build/dex/idle-dao/tokens.d.ts +9 -0
  298. package/build/dex/idle-dao/tokens.js +68 -0
  299. package/build/dex/idle-dao/tokens.js.map +1 -0
  300. package/build/dex/idle-dao/types.d.ts +35 -0
  301. package/build/dex/idle-dao/types.js +11 -0
  302. package/build/dex/idle-dao/types.js.map +1 -0
  303. package/build/dex/idle-dao/utils.d.ts +8 -0
  304. package/build/dex/idle-dao/utils.js +149 -0
  305. package/build/dex/idle-dao/utils.js.map +1 -0
  306. package/build/dex/index.js +2 -0
  307. package/build/dex/index.js.map +1 -1
  308. package/build/dex/infusion/config.d.ts +3 -0
  309. package/build/dex/infusion/config.js +20 -0
  310. package/build/dex/infusion/config.js.map +1 -0
  311. package/build/dex/infusion/infusion-stable-pool.d.ts +4 -0
  312. package/build/dex/infusion/infusion-stable-pool.js +74 -0
  313. package/build/dex/infusion/infusion-stable-pool.js.map +1 -0
  314. package/build/dex/infusion/infusion.d.ts +51 -0
  315. package/build/dex/infusion/infusion.js +500 -0
  316. package/build/dex/infusion/infusion.js.map +1 -0
  317. package/build/dex/infusion/types.d.ts +45 -0
  318. package/build/dex/infusion/types.js +3 -0
  319. package/build/dex/infusion/types.js.map +1 -0
  320. package/build/dex/infusion/utils/isStablePair.d.ts +2 -0
  321. package/build/dex/infusion/utils/isStablePair.js +18 -0
  322. package/build/dex/infusion/utils/isStablePair.js.map +1 -0
  323. package/build/dex/jarvis-v6/chainLinkpriceFeed-event.d.ts +15 -0
  324. package/build/dex/jarvis-v6/chainLinkpriceFeed-event.js +51 -0
  325. package/build/dex/jarvis-v6/chainLinkpriceFeed-event.js.map +1 -0
  326. package/build/dex/jarvis-v6/config.d.ts +4 -0
  327. package/build/dex/jarvis-v6/config.js +244 -0
  328. package/build/dex/jarvis-v6/config.js.map +1 -0
  329. package/build/dex/jarvis-v6/jarvis-v6-events.d.ts +27 -0
  330. package/build/dex/jarvis-v6/jarvis-v6-events.js +54 -0
  331. package/build/dex/jarvis-v6/jarvis-v6-events.js.map +1 -0
  332. package/build/dex/jarvis-v6/jarvis-v6.d.ts +49 -0
  333. package/build/dex/jarvis-v6/jarvis-v6.js +321 -0
  334. package/build/dex/jarvis-v6/jarvis-v6.js.map +1 -0
  335. package/build/dex/jarvis-v6/syntheteumPool-event.d.ts +15 -0
  336. package/build/dex/jarvis-v6/syntheteumPool-event.js +49 -0
  337. package/build/dex/jarvis-v6/syntheteumPool-event.js.map +1 -0
  338. package/build/dex/jarvis-v6/types.d.ts +48 -0
  339. package/build/dex/jarvis-v6/types.js +9 -0
  340. package/build/dex/jarvis-v6/types.js.map +1 -0
  341. package/build/dex/jarvis-v6/utils.d.ts +13 -0
  342. package/build/dex/jarvis-v6/utils.js +75 -0
  343. package/build/dex/jarvis-v6/utils.js.map +1 -0
  344. package/build/dex/jarvis.d.ts +56 -0
  345. package/build/dex/jarvis.js +163 -0
  346. package/build/dex/jarvis.js.map +1 -0
  347. package/build/dex/kyberdmm/config.d.ts +9 -0
  348. package/build/dex/kyberdmm/config.js +59 -0
  349. package/build/dex/kyberdmm/config.js.map +1 -0
  350. package/build/dex/kyberdmm/fee-formula.d.ts +15 -0
  351. package/build/dex/kyberdmm/fee-formula.js +88 -0
  352. package/build/dex/kyberdmm/fee-formula.js.map +1 -0
  353. package/build/dex/kyberdmm/kyberdmm.d.ts +55 -0
  354. package/build/dex/kyberdmm/kyberdmm.js +447 -0
  355. package/build/dex/kyberdmm/kyberdmm.js.map +1 -0
  356. package/build/dex/kyberdmm/math-ext.d.ts +2 -0
  357. package/build/dex/kyberdmm/math-ext.js +27 -0
  358. package/build/dex/kyberdmm/math-ext.js.map +1 -0
  359. package/build/dex/kyberdmm/pool.d.ts +50 -0
  360. package/build/dex/kyberdmm/pool.js +157 -0
  361. package/build/dex/kyberdmm/pool.js.map +1 -0
  362. package/build/dex/kyberdmm/types.d.ts +81 -0
  363. package/build/dex/kyberdmm/types.js +9 -0
  364. package/build/dex/kyberdmm/types.js.map +1 -0
  365. package/build/dex/mStable.d.ts +44 -0
  366. package/build/dex/mStable.js +75 -0
  367. package/build/dex/mStable.js.map +1 -0
  368. package/build/dex/maker-psm/config.d.ts +11 -0
  369. package/build/dex/maker-psm/config.js +53 -0
  370. package/build/dex/maker-psm/config.js.map +1 -0
  371. package/build/dex/maker-psm/maker-psm.d.ts +103 -0
  372. package/build/dex/maker-psm/maker-psm.js +493 -0
  373. package/build/dex/maker-psm/maker-psm.js.map +1 -0
  374. package/build/dex/maker-psm/types.d.ts +39 -0
  375. package/build/dex/maker-psm/types.js +3 -0
  376. package/build/dex/maker-psm/types.js.map +1 -0
  377. package/build/dex/onebit/onebit.d.ts +16 -0
  378. package/build/dex/onebit/onebit.js +61 -0
  379. package/build/dex/onebit/onebit.js.map +1 -0
  380. package/build/dex/onebit/types.d.ts +14 -0
  381. package/build/dex/onebit/types.js +8 -0
  382. package/build/dex/onebit/types.js.map +1 -0
  383. package/build/dex/quick-perps/config.d.ts +11 -0
  384. package/build/dex/quick-perps/config.js +27 -0
  385. package/build/dex/quick-perps/config.js.map +1 -0
  386. package/build/dex/quick-perps/fast-price-feed.d.ts +26 -0
  387. package/build/dex/quick-perps/fast-price-feed.js +184 -0
  388. package/build/dex/quick-perps/fast-price-feed.js.map +1 -0
  389. package/build/dex/quick-perps/pool.d.ts +21 -0
  390. package/build/dex/quick-perps/pool.js +229 -0
  391. package/build/dex/quick-perps/pool.js.map +1 -0
  392. package/build/dex/quick-perps/quick-perps.d.ts +53 -0
  393. package/build/dex/quick-perps/quick-perps.js +247 -0
  394. package/build/dex/quick-perps/quick-perps.js.map +1 -0
  395. package/build/dex/quick-perps/types.d.ts +98 -0
  396. package/build/dex/quick-perps/types.js +3 -0
  397. package/build/dex/quick-perps/types.js.map +1 -0
  398. package/build/dex/quick-perps/usdq.d.ts +15 -0
  399. package/build/dex/quick-perps/usdq.js +62 -0
  400. package/build/dex/quick-perps/usdq.js.map +1 -0
  401. package/build/dex/quick-perps/vault-price-feed.d.ts +43 -0
  402. package/build/dex/quick-perps/vault-price-feed.js +203 -0
  403. package/build/dex/quick-perps/vault-price-feed.js.map +1 -0
  404. package/build/dex/quick-perps/vault-utils.d.ts +8 -0
  405. package/build/dex/quick-perps/vault-utils.js +42 -0
  406. package/build/dex/quick-perps/vault-utils.js.map +1 -0
  407. package/build/dex/quick-perps/vault.d.ts +46 -0
  408. package/build/dex/quick-perps/vault.js +182 -0
  409. package/build/dex/quick-perps/vault.js.map +1 -0
  410. package/build/dex/quickswap/thena-fusion.d.ts +6 -0
  411. package/build/dex/quickswap/thena-fusion.js +19 -0
  412. package/build/dex/quickswap/thena-fusion.js.map +1 -0
  413. package/build/dex/se-vlr/config.d.ts +3 -0
  414. package/build/dex/se-vlr/config.js +24 -0
  415. package/build/dex/se-vlr/config.js.map +1 -0
  416. package/build/dex/se-vlr/se-vlr-pool.d.ts +39 -0
  417. package/build/dex/se-vlr/se-vlr-pool.js +70 -0
  418. package/build/dex/se-vlr/se-vlr-pool.js.map +1 -0
  419. package/build/dex/se-vlr/se-vlr.d.ts +35 -0
  420. package/build/dex/se-vlr/se-vlr.js +131 -0
  421. package/build/dex/se-vlr/se-vlr.js.map +1 -0
  422. package/build/dex/se-vlr/types.d.ts +6 -0
  423. package/build/dex/se-vlr/types.js +3 -0
  424. package/build/dex/se-vlr/types.js.map +1 -0
  425. package/build/dex/shell.d.ts +25 -0
  426. package/build/dex/shell.js +41 -0
  427. package/build/dex/shell.js.map +1 -0
  428. package/build/dex/smoothy/smoothy.d.ts +16 -0
  429. package/build/dex/smoothy/smoothy.js +60 -0
  430. package/build/dex/smoothy/smoothy.js.map +1 -0
  431. package/build/dex/smoothy/types.d.ts +15 -0
  432. package/build/dex/smoothy/types.js +8 -0
  433. package/build/dex/smoothy/types.js.map +1 -0
  434. package/build/dex/solidly/forks-override/aerodrome.d.ts +14 -0
  435. package/build/dex/solidly/forks-override/aerodrome.js +46 -0
  436. package/build/dex/solidly/forks-override/aerodrome.js.map +1 -0
  437. package/build/dex/solidly/forks-override/chronos.d.ts +23 -0
  438. package/build/dex/solidly/forks-override/chronos.js +141 -0
  439. package/build/dex/solidly/forks-override/chronos.js.map +1 -0
  440. package/build/dex/solidly/forks-override/usdfi.d.ts +8 -0
  441. package/build/dex/solidly/forks-override/usdfi.js +15 -0
  442. package/build/dex/solidly/forks-override/usdfi.js.map +1 -0
  443. package/build/dex/solidly/forks-override/velocimeter.d.ts +23 -0
  444. package/build/dex/solidly/forks-override/velocimeter.js +77 -0
  445. package/build/dex/solidly/forks-override/velocimeter.js.map +1 -0
  446. package/build/dex/stader/config.d.ts +3 -0
  447. package/build/dex/stader/config.js +14 -0
  448. package/build/dex/stader/config.js.map +1 -0
  449. package/build/dex/stader/stader-pool.d.ts +19 -0
  450. package/build/dex/stader/stader-pool.js +56 -0
  451. package/build/dex/stader/stader-pool.js.map +1 -0
  452. package/build/dex/stader/stader.d.ts +42 -0
  453. package/build/dex/stader/stader.js +195 -0
  454. package/build/dex/stader/stader.js.map +1 -0
  455. package/build/dex/stader/types.d.ts +13 -0
  456. package/build/dex/stader/types.js +8 -0
  457. package/build/dex/stader/types.js.map +1 -0
  458. package/build/dex/stader/utils.d.ts +4 -0
  459. package/build/dex/stader/utils.js +23 -0
  460. package/build/dex/stader/utils.js.map +1 -0
  461. package/build/dex/synthetix/config.d.ts +4 -0
  462. package/build/dex/synthetix/config.js +53 -0
  463. package/build/dex/synthetix/config.js.map +1 -0
  464. package/build/dex/synthetix/constants.d.ts +23 -0
  465. package/build/dex/synthetix/constants.js +32 -0
  466. package/build/dex/synthetix/constants.js.map +1 -0
  467. package/build/dex/synthetix/contract-math/DexPriceAggregatorUniswapV3.d.ts +17 -0
  468. package/build/dex/synthetix/contract-math/DexPriceAggregatorUniswapV3.js +102 -0
  469. package/build/dex/synthetix/contract-math/DexPriceAggregatorUniswapV3.js.map +1 -0
  470. package/build/dex/synthetix/contract-math/ExchangeRates.d.ts +8 -0
  471. package/build/dex/synthetix/contract-math/ExchangeRates.js +77 -0
  472. package/build/dex/synthetix/contract-math/ExchangeRates.js.map +1 -0
  473. package/build/dex/synthetix/contract-math/ExchangeRatesWithDexPricing.d.ts +17 -0
  474. package/build/dex/synthetix/contract-math/ExchangeRatesWithDexPricing.js +126 -0
  475. package/build/dex/synthetix/contract-math/ExchangeRatesWithDexPricing.js.map +1 -0
  476. package/build/dex/synthetix/contract-math/FullMath.d.ts +3 -0
  477. package/build/dex/synthetix/contract-math/FullMath.js +14 -0
  478. package/build/dex/synthetix/contract-math/FullMath.js.map +1 -0
  479. package/build/dex/synthetix/contract-math/OracleLibrary.d.ts +8 -0
  480. package/build/dex/synthetix/contract-math/OracleLibrary.js +60 -0
  481. package/build/dex/synthetix/contract-math/OracleLibrary.js.map +1 -0
  482. package/build/dex/synthetix/contract-math/SafeDecimalMath.d.ts +9 -0
  483. package/build/dex/synthetix/contract-math/SafeDecimalMath.js +41 -0
  484. package/build/dex/synthetix/contract-math/SafeDecimalMath.js.map +1 -0
  485. package/build/dex/synthetix/contract-math/TickMath.d.ts +7 -0
  486. package/build/dex/synthetix/contract-math/TickMath.js +63 -0
  487. package/build/dex/synthetix/contract-math/TickMath.js.map +1 -0
  488. package/build/dex/synthetix/contract-math/synthetix-math.d.ts +17 -0
  489. package/build/dex/synthetix/contract-math/synthetix-math.js +127 -0
  490. package/build/dex/synthetix/contract-math/synthetix-math.js.map +1 -0
  491. package/build/dex/synthetix/synthetix-state.d.ts +36 -0
  492. package/build/dex/synthetix/synthetix-state.js +615 -0
  493. package/build/dex/synthetix/synthetix-state.js.map +1 -0
  494. package/build/dex/synthetix/synthetix.d.ts +45 -0
  495. package/build/dex/synthetix/synthetix.js +304 -0
  496. package/build/dex/synthetix/synthetix.js.map +1 -0
  497. package/build/dex/synthetix/types.d.ts +90 -0
  498. package/build/dex/synthetix/types.js +3 -0
  499. package/build/dex/synthetix/types.js.map +1 -0
  500. package/build/dex/synthetix/utils.d.ts +10 -0
  501. package/build/dex/synthetix/utils.js +91 -0
  502. package/build/dex/synthetix/utils.js.map +1 -0
  503. package/build/dex/trader-joe-v2.1/trader-joe-v2.1.d.ts +7 -0
  504. package/build/dex/trader-joe-v2.1/trader-joe-v2.1.js +20 -0
  505. package/build/dex/trader-joe-v2.1/trader-joe-v2.1.js.map +1 -0
  506. package/build/dex/trader-joe-v2.d.ts +40 -0
  507. package/build/dex/trader-joe-v2.js +74 -0
  508. package/build/dex/trader-joe-v2.js.map +1 -0
  509. package/build/dex/uniswap-v2/dfyn.d.ts +19 -0
  510. package/build/dex/uniswap-v2/dfyn.js +61 -0
  511. package/build/dex/uniswap-v2/dfyn.js.map +1 -0
  512. package/build/dex/uniswap-v2/excalibur.d.ts +24 -0
  513. package/build/dex/uniswap-v2/excalibur.js +47 -0
  514. package/build/dex/uniswap-v2/excalibur.js.map +1 -0
  515. package/build/dex/uniswap-v2/mdex.d.ts +24 -0
  516. package/build/dex/uniswap-v2/mdex.js +50 -0
  517. package/build/dex/uniswap-v2/mdex.js.map +1 -0
  518. package/build/dex/uniswap-v2/nomiswap-v2.d.ts +24 -0
  519. package/build/dex/uniswap-v2/nomiswap-v2.js +57 -0
  520. package/build/dex/uniswap-v2/nomiswap-v2.js.map +1 -0
  521. package/build/dex/uniswap-v3/config.js +1 -1
  522. package/build/dex/uniswap-v3/uniswap-v3-new.d.ts +94 -0
  523. package/build/dex/uniswap-v3/uniswap-v3-new.js +923 -0
  524. package/build/dex/uniswap-v3/uniswap-v3-new.js.map +1 -0
  525. package/build/dex/uniswap-v4/contract-math/Position.d.ts +3 -0
  526. package/build/dex/uniswap-v4/contract-math/Position.js +10 -0
  527. package/build/dex/uniswap-v4/contract-math/Position.js.map +1 -0
  528. package/build/dex/usual-bond/config.d.ts +3 -0
  529. package/build/dex/usual-bond/config.js +13 -0
  530. package/build/dex/usual-bond/config.js.map +1 -0
  531. package/build/dex/usual-bond/types.d.ts +7 -0
  532. package/build/dex/usual-bond/types.js +3 -0
  533. package/build/dex/usual-bond/types.js.map +1 -0
  534. package/build/dex/usual-bond/usual-bond.d.ts +35 -0
  535. package/build/dex/usual-bond/usual-bond.js +176 -0
  536. package/build/dex/usual-bond/usual-bond.js.map +1 -0
  537. package/build/dex/wombat/config.d.ts +4 -0
  538. package/build/dex/wombat/config.js +77 -0
  539. package/build/dex/wombat/config.js.map +1 -0
  540. package/build/dex/wombat/types.d.ts +34 -0
  541. package/build/dex/wombat/types.js +3 -0
  542. package/build/dex/wombat/types.js.map +1 -0
  543. package/build/dex/wombat/utils.d.ts +10 -0
  544. package/build/dex/wombat/utils.js +79 -0
  545. package/build/dex/wombat/utils.js.map +1 -0
  546. package/build/dex/wombat/wombat-bmw.d.ts +40 -0
  547. package/build/dex/wombat/wombat-bmw.js +136 -0
  548. package/build/dex/wombat/wombat-bmw.js.map +1 -0
  549. package/build/dex/wombat/wombat-pool.d.ts +60 -0
  550. package/build/dex/wombat/wombat-pool.js +488 -0
  551. package/build/dex/wombat/wombat-pool.js.map +1 -0
  552. package/build/dex/wombat/wombat-quoter.d.ts +17 -0
  553. package/build/dex/wombat/wombat-quoter.js +192 -0
  554. package/build/dex/wombat/wombat-quoter.js.map +1 -0
  555. package/build/dex/wombat/wombat.d.ts +58 -0
  556. package/build/dex/wombat/wombat.js +298 -0
  557. package/build/dex/wombat/wombat.js.map +1 -0
  558. package/build/dex/wusdm/config.d.ts +3 -0
  559. package/build/dex/wusdm/config.js +43 -0
  560. package/build/dex/wusdm/config.js.map +1 -0
  561. package/build/dex/wusdm/constants.d.ts +2 -0
  562. package/build/dex/wusdm/constants.js +6 -0
  563. package/build/dex/wusdm/constants.js.map +1 -0
  564. package/build/dex/wusdm/types.d.ts +18 -0
  565. package/build/dex/wusdm/types.js +11 -0
  566. package/build/dex/wusdm/types.js.map +1 -0
  567. package/build/dex/wusdm/wusdm-pool.d.ts +21 -0
  568. package/build/dex/wusdm/wusdm-pool.js +74 -0
  569. package/build/dex/wusdm/wusdm-pool.js.map +1 -0
  570. package/build/dex/wusdm/wusdm.d.ts +46 -0
  571. package/build/dex/wusdm/wusdm.js +243 -0
  572. package/build/dex/wusdm/wusdm.js.map +1 -0
  573. package/build/dex/zerox/config.d.ts +2 -0
  574. package/build/dex/zerox/config.js +33 -0
  575. package/build/dex/zerox/config.js.map +1 -0
  576. package/build/dex/zerox/index.d.ts +22 -0
  577. package/build/dex/zerox/index.js +225 -0
  578. package/build/dex/zerox/index.js.map +1 -0
  579. package/build/dex/zerox/order.d.ts +88 -0
  580. package/build/dex/zerox/order.js +53 -0
  581. package/build/dex/zerox/order.js.map +1 -0
  582. package/build/dex/zerox/types.d.ts +73 -0
  583. package/build/dex/zerox/types.js +21 -0
  584. package/build/dex/zerox/types.js.map +1 -0
  585. package/package.json +1 -1
  586. package/build/dex/renegade/api/auth.d.ts +0 -1
  587. package/build/dex/renegade/api/auth.js +0 -63
  588. package/build/dex/renegade/api/auth.js.map +0 -1
  589. package/build/dex/renegade/api/renegade-client.d.ts +0 -18
  590. package/build/dex/renegade/api/renegade-client.js +0 -82
  591. package/build/dex/renegade/api/renegade-client.js.map +0 -1
  592. package/build/dex/renegade/api/types.d.ts +0 -110
  593. package/build/dex/renegade/config.js +0 -16
  594. package/build/dex/renegade/config.js.map +0 -1
  595. package/build/dex/renegade/constants.d.ts +0 -25
  596. package/build/dex/renegade/constants.js +0 -47
  597. package/build/dex/renegade/constants.js.map +0 -1
  598. package/build/dex/renegade/rate-fetcher.d.ts +0 -23
  599. package/build/dex/renegade/rate-fetcher.js +0 -135
  600. package/build/dex/renegade/rate-fetcher.js.map +0 -1
  601. package/build/dex/renegade/renegade-levels-response.d.ts +0 -22
  602. package/build/dex/renegade/renegade-levels-response.js +0 -99
  603. package/build/dex/renegade/renegade-levels-response.js.map +0 -1
  604. package/build/dex/renegade/renegade.d.ts +0 -57
  605. package/build/dex/renegade/renegade.js +0 -499
  606. package/build/dex/renegade/renegade.js.map +0 -1
  607. package/build/dex/renegade/types.d.ts +0 -38
  608. package/build/dex/renegade/types.js +0 -4
  609. package/build/dex/renegade/types.js.map +0 -1
  610. /package/build/dex/{renegade/api → bunni-v2}/types.js +0 -0
@@ -0,0 +1,1545 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "_nexus",
7
+ "type": "address"
8
+ }
9
+ ],
10
+ "stateMutability": "nonpayable",
11
+ "type": "constructor"
12
+ },
13
+ {
14
+ "anonymous": false,
15
+ "inputs": [
16
+ {
17
+ "indexed": true,
18
+ "internalType": "address",
19
+ "name": "owner",
20
+ "type": "address"
21
+ },
22
+ {
23
+ "indexed": true,
24
+ "internalType": "address",
25
+ "name": "spender",
26
+ "type": "address"
27
+ },
28
+ {
29
+ "indexed": false,
30
+ "internalType": "uint256",
31
+ "name": "value",
32
+ "type": "uint256"
33
+ }
34
+ ],
35
+ "name": "Approval",
36
+ "type": "event"
37
+ },
38
+ {
39
+ "anonymous": false,
40
+ "inputs": [
41
+ {
42
+ "indexed": false,
43
+ "internalType": "uint256",
44
+ "name": "cacheSize",
45
+ "type": "uint256"
46
+ }
47
+ ],
48
+ "name": "CacheSizeChanged",
49
+ "type": "event"
50
+ },
51
+ {
52
+ "anonymous": false,
53
+ "inputs": [
54
+ {
55
+ "indexed": false,
56
+ "internalType": "uint256",
57
+ "name": "swapFee",
58
+ "type": "uint256"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256",
63
+ "name": "redemptionFee",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "FeesChanged",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": false,
75
+ "internalType": "address",
76
+ "name": "forgeValidator",
77
+ "type": "address"
78
+ }
79
+ ],
80
+ "name": "ForgeValidatorChanged",
81
+ "type": "event"
82
+ },
83
+ {
84
+ "anonymous": false,
85
+ "inputs": [
86
+ {
87
+ "indexed": true,
88
+ "internalType": "address",
89
+ "name": "minter",
90
+ "type": "address"
91
+ },
92
+ {
93
+ "indexed": false,
94
+ "internalType": "address",
95
+ "name": "recipient",
96
+ "type": "address"
97
+ },
98
+ {
99
+ "indexed": false,
100
+ "internalType": "uint256",
101
+ "name": "mAssetQuantity",
102
+ "type": "uint256"
103
+ },
104
+ {
105
+ "indexed": false,
106
+ "internalType": "address",
107
+ "name": "input",
108
+ "type": "address"
109
+ },
110
+ {
111
+ "indexed": false,
112
+ "internalType": "uint256",
113
+ "name": "inputQuantity",
114
+ "type": "uint256"
115
+ }
116
+ ],
117
+ "name": "Minted",
118
+ "type": "event"
119
+ },
120
+ {
121
+ "anonymous": false,
122
+ "inputs": [
123
+ {
124
+ "indexed": true,
125
+ "internalType": "address",
126
+ "name": "minter",
127
+ "type": "address"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "address",
132
+ "name": "recipient",
133
+ "type": "address"
134
+ },
135
+ {
136
+ "indexed": false,
137
+ "internalType": "uint256",
138
+ "name": "mAssetQuantity",
139
+ "type": "uint256"
140
+ },
141
+ {
142
+ "indexed": false,
143
+ "internalType": "address[]",
144
+ "name": "inputs",
145
+ "type": "address[]"
146
+ },
147
+ {
148
+ "indexed": false,
149
+ "internalType": "uint256[]",
150
+ "name": "inputQuantities",
151
+ "type": "uint256[]"
152
+ }
153
+ ],
154
+ "name": "MintedMulti",
155
+ "type": "event"
156
+ },
157
+ {
158
+ "anonymous": false,
159
+ "inputs": [
160
+ {
161
+ "indexed": true,
162
+ "internalType": "address",
163
+ "name": "redeemer",
164
+ "type": "address"
165
+ },
166
+ {
167
+ "indexed": false,
168
+ "internalType": "address",
169
+ "name": "recipient",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": false,
174
+ "internalType": "uint256",
175
+ "name": "mAssetQuantity",
176
+ "type": "uint256"
177
+ },
178
+ {
179
+ "indexed": false,
180
+ "internalType": "address",
181
+ "name": "output",
182
+ "type": "address"
183
+ },
184
+ {
185
+ "indexed": false,
186
+ "internalType": "uint256",
187
+ "name": "outputQuantity",
188
+ "type": "uint256"
189
+ },
190
+ {
191
+ "indexed": false,
192
+ "internalType": "uint256",
193
+ "name": "scaledFee",
194
+ "type": "uint256"
195
+ }
196
+ ],
197
+ "name": "Redeemed",
198
+ "type": "event"
199
+ },
200
+ {
201
+ "anonymous": false,
202
+ "inputs": [
203
+ {
204
+ "indexed": true,
205
+ "internalType": "address",
206
+ "name": "redeemer",
207
+ "type": "address"
208
+ },
209
+ {
210
+ "indexed": false,
211
+ "internalType": "address",
212
+ "name": "recipient",
213
+ "type": "address"
214
+ },
215
+ {
216
+ "indexed": false,
217
+ "internalType": "uint256",
218
+ "name": "mAssetQuantity",
219
+ "type": "uint256"
220
+ },
221
+ {
222
+ "indexed": false,
223
+ "internalType": "address[]",
224
+ "name": "outputs",
225
+ "type": "address[]"
226
+ },
227
+ {
228
+ "indexed": false,
229
+ "internalType": "uint256[]",
230
+ "name": "outputQuantity",
231
+ "type": "uint256[]"
232
+ },
233
+ {
234
+ "indexed": false,
235
+ "internalType": "uint256",
236
+ "name": "scaledFee",
237
+ "type": "uint256"
238
+ }
239
+ ],
240
+ "name": "RedeemedMulti",
241
+ "type": "event"
242
+ },
243
+ {
244
+ "anonymous": false,
245
+ "inputs": [
246
+ {
247
+ "indexed": true,
248
+ "internalType": "address",
249
+ "name": "swapper",
250
+ "type": "address"
251
+ },
252
+ {
253
+ "indexed": false,
254
+ "internalType": "address",
255
+ "name": "input",
256
+ "type": "address"
257
+ },
258
+ {
259
+ "indexed": false,
260
+ "internalType": "address",
261
+ "name": "output",
262
+ "type": "address"
263
+ },
264
+ {
265
+ "indexed": false,
266
+ "internalType": "uint256",
267
+ "name": "outputAmount",
268
+ "type": "uint256"
269
+ },
270
+ {
271
+ "indexed": false,
272
+ "internalType": "uint256",
273
+ "name": "scaledFee",
274
+ "type": "uint256"
275
+ },
276
+ {
277
+ "indexed": false,
278
+ "internalType": "address",
279
+ "name": "recipient",
280
+ "type": "address"
281
+ }
282
+ ],
283
+ "name": "Swapped",
284
+ "type": "event"
285
+ },
286
+ {
287
+ "anonymous": false,
288
+ "inputs": [
289
+ {
290
+ "indexed": true,
291
+ "internalType": "address",
292
+ "name": "from",
293
+ "type": "address"
294
+ },
295
+ {
296
+ "indexed": true,
297
+ "internalType": "address",
298
+ "name": "to",
299
+ "type": "address"
300
+ },
301
+ {
302
+ "indexed": false,
303
+ "internalType": "uint256",
304
+ "name": "value",
305
+ "type": "uint256"
306
+ }
307
+ ],
308
+ "name": "Transfer",
309
+ "type": "event"
310
+ },
311
+ {
312
+ "anonymous": false,
313
+ "inputs": [
314
+ {
315
+ "indexed": false,
316
+ "internalType": "uint128",
317
+ "name": "min",
318
+ "type": "uint128"
319
+ },
320
+ {
321
+ "indexed": false,
322
+ "internalType": "uint128",
323
+ "name": "max",
324
+ "type": "uint128"
325
+ }
326
+ ],
327
+ "name": "WeightLimitsChanged",
328
+ "type": "event"
329
+ },
330
+ {
331
+ "inputs": [
332
+ {
333
+ "internalType": "address",
334
+ "name": "owner",
335
+ "type": "address"
336
+ },
337
+ {
338
+ "internalType": "address",
339
+ "name": "spender",
340
+ "type": "address"
341
+ }
342
+ ],
343
+ "name": "allowance",
344
+ "outputs": [
345
+ {
346
+ "internalType": "uint256",
347
+ "name": "",
348
+ "type": "uint256"
349
+ }
350
+ ],
351
+ "stateMutability": "view",
352
+ "type": "function"
353
+ },
354
+ {
355
+ "inputs": [],
356
+ "name": "ampData",
357
+ "outputs": [
358
+ {
359
+ "internalType": "uint64",
360
+ "name": "initialA",
361
+ "type": "uint64"
362
+ },
363
+ {
364
+ "internalType": "uint64",
365
+ "name": "targetA",
366
+ "type": "uint64"
367
+ },
368
+ {
369
+ "internalType": "uint64",
370
+ "name": "rampStartTime",
371
+ "type": "uint64"
372
+ },
373
+ {
374
+ "internalType": "uint64",
375
+ "name": "rampEndTime",
376
+ "type": "uint64"
377
+ }
378
+ ],
379
+ "stateMutability": "view",
380
+ "type": "function"
381
+ },
382
+ {
383
+ "inputs": [
384
+ {
385
+ "internalType": "address",
386
+ "name": "spender",
387
+ "type": "address"
388
+ },
389
+ {
390
+ "internalType": "uint256",
391
+ "name": "amount",
392
+ "type": "uint256"
393
+ }
394
+ ],
395
+ "name": "approve",
396
+ "outputs": [
397
+ {
398
+ "internalType": "bool",
399
+ "name": "",
400
+ "type": "bool"
401
+ }
402
+ ],
403
+ "stateMutability": "nonpayable",
404
+ "type": "function"
405
+ },
406
+ {
407
+ "inputs": [
408
+ {
409
+ "internalType": "uint256",
410
+ "name": "",
411
+ "type": "uint256"
412
+ }
413
+ ],
414
+ "name": "bAssetData",
415
+ "outputs": [
416
+ {
417
+ "internalType": "uint128",
418
+ "name": "ratio",
419
+ "type": "uint128"
420
+ },
421
+ {
422
+ "internalType": "uint128",
423
+ "name": "vaultBalance",
424
+ "type": "uint128"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ {
433
+ "internalType": "address",
434
+ "name": "",
435
+ "type": "address"
436
+ }
437
+ ],
438
+ "name": "bAssetIndexes",
439
+ "outputs": [
440
+ {
441
+ "internalType": "uint8",
442
+ "name": "",
443
+ "type": "uint8"
444
+ }
445
+ ],
446
+ "stateMutability": "view",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "uint256",
453
+ "name": "",
454
+ "type": "uint256"
455
+ }
456
+ ],
457
+ "name": "bAssetPersonal",
458
+ "outputs": [
459
+ {
460
+ "internalType": "address",
461
+ "name": "addr",
462
+ "type": "address"
463
+ },
464
+ {
465
+ "internalType": "address",
466
+ "name": "integrator",
467
+ "type": "address"
468
+ },
469
+ {
470
+ "internalType": "bool",
471
+ "name": "hasTxFee",
472
+ "type": "bool"
473
+ },
474
+ {
475
+ "internalType": "enum BassetStatus",
476
+ "name": "status",
477
+ "type": "uint8"
478
+ }
479
+ ],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [
485
+ {
486
+ "internalType": "address",
487
+ "name": "account",
488
+ "type": "address"
489
+ }
490
+ ],
491
+ "name": "balanceOf",
492
+ "outputs": [
493
+ {
494
+ "internalType": "uint256",
495
+ "name": "",
496
+ "type": "uint256"
497
+ }
498
+ ],
499
+ "stateMutability": "view",
500
+ "type": "function"
501
+ },
502
+ {
503
+ "inputs": [],
504
+ "name": "basket",
505
+ "outputs": [
506
+ {
507
+ "internalType": "bool",
508
+ "name": "undergoingRecol",
509
+ "type": "bool"
510
+ },
511
+ {
512
+ "internalType": "bool",
513
+ "name": "failed",
514
+ "type": "bool"
515
+ }
516
+ ],
517
+ "stateMutability": "view",
518
+ "type": "function"
519
+ },
520
+ {
521
+ "inputs": [],
522
+ "name": "cacheSize",
523
+ "outputs": [
524
+ {
525
+ "internalType": "uint256",
526
+ "name": "",
527
+ "type": "uint256"
528
+ }
529
+ ],
530
+ "stateMutability": "view",
531
+ "type": "function"
532
+ },
533
+ {
534
+ "inputs": [],
535
+ "name": "collectInterest",
536
+ "outputs": [
537
+ {
538
+ "internalType": "uint256",
539
+ "name": "mintAmount",
540
+ "type": "uint256"
541
+ },
542
+ {
543
+ "internalType": "uint256",
544
+ "name": "newSupply",
545
+ "type": "uint256"
546
+ }
547
+ ],
548
+ "stateMutability": "nonpayable",
549
+ "type": "function"
550
+ },
551
+ {
552
+ "inputs": [],
553
+ "name": "collectPlatformInterest",
554
+ "outputs": [
555
+ {
556
+ "internalType": "uint256",
557
+ "name": "mintAmount",
558
+ "type": "uint256"
559
+ },
560
+ {
561
+ "internalType": "uint256",
562
+ "name": "newSupply",
563
+ "type": "uint256"
564
+ }
565
+ ],
566
+ "stateMutability": "nonpayable",
567
+ "type": "function"
568
+ },
569
+ {
570
+ "inputs": [],
571
+ "name": "decimals",
572
+ "outputs": [
573
+ {
574
+ "internalType": "uint8",
575
+ "name": "",
576
+ "type": "uint8"
577
+ }
578
+ ],
579
+ "stateMutability": "view",
580
+ "type": "function"
581
+ },
582
+ {
583
+ "inputs": [
584
+ {
585
+ "internalType": "address",
586
+ "name": "spender",
587
+ "type": "address"
588
+ },
589
+ {
590
+ "internalType": "uint256",
591
+ "name": "subtractedValue",
592
+ "type": "uint256"
593
+ }
594
+ ],
595
+ "name": "decreaseAllowance",
596
+ "outputs": [
597
+ {
598
+ "internalType": "bool",
599
+ "name": "",
600
+ "type": "bool"
601
+ }
602
+ ],
603
+ "stateMutability": "nonpayable",
604
+ "type": "function"
605
+ },
606
+ {
607
+ "inputs": [],
608
+ "name": "forgeValidator",
609
+ "outputs": [
610
+ {
611
+ "internalType": "contract IInvariantValidator",
612
+ "name": "",
613
+ "type": "address"
614
+ }
615
+ ],
616
+ "stateMutability": "view",
617
+ "type": "function"
618
+ },
619
+ {
620
+ "inputs": [],
621
+ "name": "getBasket",
622
+ "outputs": [
623
+ {
624
+ "internalType": "bool",
625
+ "name": "",
626
+ "type": "bool"
627
+ },
628
+ {
629
+ "internalType": "bool",
630
+ "name": "",
631
+ "type": "bool"
632
+ }
633
+ ],
634
+ "stateMutability": "view",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [
639
+ {
640
+ "internalType": "address",
641
+ "name": "_bAsset",
642
+ "type": "address"
643
+ }
644
+ ],
645
+ "name": "getBasset",
646
+ "outputs": [
647
+ {
648
+ "components": [
649
+ {
650
+ "internalType": "address",
651
+ "name": "addr",
652
+ "type": "address"
653
+ },
654
+ {
655
+ "internalType": "address",
656
+ "name": "integrator",
657
+ "type": "address"
658
+ },
659
+ {
660
+ "internalType": "bool",
661
+ "name": "hasTxFee",
662
+ "type": "bool"
663
+ },
664
+ {
665
+ "internalType": "enum BassetStatus",
666
+ "name": "status",
667
+ "type": "uint8"
668
+ }
669
+ ],
670
+ "internalType": "struct BassetPersonal",
671
+ "name": "personal",
672
+ "type": "tuple"
673
+ },
674
+ {
675
+ "components": [
676
+ {
677
+ "internalType": "uint128",
678
+ "name": "ratio",
679
+ "type": "uint128"
680
+ },
681
+ {
682
+ "internalType": "uint128",
683
+ "name": "vaultBalance",
684
+ "type": "uint128"
685
+ }
686
+ ],
687
+ "internalType": "struct BassetData",
688
+ "name": "data",
689
+ "type": "tuple"
690
+ }
691
+ ],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "getBassets",
698
+ "outputs": [
699
+ {
700
+ "components": [
701
+ {
702
+ "internalType": "address",
703
+ "name": "addr",
704
+ "type": "address"
705
+ },
706
+ {
707
+ "internalType": "address",
708
+ "name": "integrator",
709
+ "type": "address"
710
+ },
711
+ {
712
+ "internalType": "bool",
713
+ "name": "hasTxFee",
714
+ "type": "bool"
715
+ },
716
+ {
717
+ "internalType": "enum BassetStatus",
718
+ "name": "status",
719
+ "type": "uint8"
720
+ }
721
+ ],
722
+ "internalType": "struct BassetPersonal[]",
723
+ "name": "personal",
724
+ "type": "tuple[]"
725
+ },
726
+ {
727
+ "components": [
728
+ {
729
+ "internalType": "uint128",
730
+ "name": "ratio",
731
+ "type": "uint128"
732
+ },
733
+ {
734
+ "internalType": "uint128",
735
+ "name": "vaultBalance",
736
+ "type": "uint128"
737
+ }
738
+ ],
739
+ "internalType": "struct BassetData[]",
740
+ "name": "data",
741
+ "type": "tuple[]"
742
+ }
743
+ ],
744
+ "stateMutability": "view",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "getConfig",
750
+ "outputs": [
751
+ {
752
+ "components": [
753
+ {
754
+ "internalType": "uint256",
755
+ "name": "a",
756
+ "type": "uint256"
757
+ },
758
+ {
759
+ "components": [
760
+ {
761
+ "internalType": "uint128",
762
+ "name": "min",
763
+ "type": "uint128"
764
+ },
765
+ {
766
+ "internalType": "uint128",
767
+ "name": "max",
768
+ "type": "uint128"
769
+ }
770
+ ],
771
+ "internalType": "struct WeightLimits",
772
+ "name": "limits",
773
+ "type": "tuple"
774
+ }
775
+ ],
776
+ "internalType": "struct InvariantConfig",
777
+ "name": "config",
778
+ "type": "tuple"
779
+ }
780
+ ],
781
+ "stateMutability": "view",
782
+ "type": "function"
783
+ },
784
+ {
785
+ "inputs": [
786
+ {
787
+ "internalType": "address[]",
788
+ "name": "_inputs",
789
+ "type": "address[]"
790
+ },
791
+ {
792
+ "internalType": "uint256[]",
793
+ "name": "_inputQuantities",
794
+ "type": "uint256[]"
795
+ }
796
+ ],
797
+ "name": "getMintMultiOutput",
798
+ "outputs": [
799
+ {
800
+ "internalType": "uint256",
801
+ "name": "mintOutput",
802
+ "type": "uint256"
803
+ }
804
+ ],
805
+ "stateMutability": "view",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [
810
+ {
811
+ "internalType": "address",
812
+ "name": "_input",
813
+ "type": "address"
814
+ },
815
+ {
816
+ "internalType": "uint256",
817
+ "name": "_inputQuantity",
818
+ "type": "uint256"
819
+ }
820
+ ],
821
+ "name": "getMintOutput",
822
+ "outputs": [
823
+ {
824
+ "internalType": "uint256",
825
+ "name": "mintOutput",
826
+ "type": "uint256"
827
+ }
828
+ ],
829
+ "stateMutability": "view",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "inputs": [
834
+ {
835
+ "internalType": "address[]",
836
+ "name": "_outputs",
837
+ "type": "address[]"
838
+ },
839
+ {
840
+ "internalType": "uint256[]",
841
+ "name": "_outputQuantities",
842
+ "type": "uint256[]"
843
+ }
844
+ ],
845
+ "name": "getRedeemExactBassetsOutput",
846
+ "outputs": [
847
+ {
848
+ "internalType": "uint256",
849
+ "name": "mAssetQuantity",
850
+ "type": "uint256"
851
+ }
852
+ ],
853
+ "stateMutability": "view",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [
858
+ {
859
+ "internalType": "address",
860
+ "name": "_output",
861
+ "type": "address"
862
+ },
863
+ {
864
+ "internalType": "uint256",
865
+ "name": "_mAssetQuantity",
866
+ "type": "uint256"
867
+ }
868
+ ],
869
+ "name": "getRedeemOutput",
870
+ "outputs": [
871
+ {
872
+ "internalType": "uint256",
873
+ "name": "bAssetOutput",
874
+ "type": "uint256"
875
+ }
876
+ ],
877
+ "stateMutability": "view",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [
882
+ {
883
+ "internalType": "address",
884
+ "name": "_input",
885
+ "type": "address"
886
+ },
887
+ {
888
+ "internalType": "address",
889
+ "name": "_output",
890
+ "type": "address"
891
+ },
892
+ {
893
+ "internalType": "uint256",
894
+ "name": "_inputQuantity",
895
+ "type": "uint256"
896
+ }
897
+ ],
898
+ "name": "getSwapOutput",
899
+ "outputs": [
900
+ {
901
+ "internalType": "uint256",
902
+ "name": "swapOutput",
903
+ "type": "uint256"
904
+ }
905
+ ],
906
+ "stateMutability": "view",
907
+ "type": "function"
908
+ },
909
+ {
910
+ "inputs": [
911
+ {
912
+ "internalType": "address",
913
+ "name": "_bAsset",
914
+ "type": "address"
915
+ },
916
+ {
917
+ "internalType": "bool",
918
+ "name": "_belowPeg",
919
+ "type": "bool"
920
+ }
921
+ ],
922
+ "name": "handlePegLoss",
923
+ "outputs": [],
924
+ "stateMutability": "nonpayable",
925
+ "type": "function"
926
+ },
927
+ {
928
+ "inputs": [
929
+ {
930
+ "internalType": "address",
931
+ "name": "spender",
932
+ "type": "address"
933
+ },
934
+ {
935
+ "internalType": "uint256",
936
+ "name": "addedValue",
937
+ "type": "uint256"
938
+ }
939
+ ],
940
+ "name": "increaseAllowance",
941
+ "outputs": [
942
+ {
943
+ "internalType": "bool",
944
+ "name": "",
945
+ "type": "bool"
946
+ }
947
+ ],
948
+ "stateMutability": "nonpayable",
949
+ "type": "function"
950
+ },
951
+ {
952
+ "inputs": [
953
+ {
954
+ "internalType": "string",
955
+ "name": "_nameArg",
956
+ "type": "string"
957
+ },
958
+ {
959
+ "internalType": "string",
960
+ "name": "_symbolArg",
961
+ "type": "string"
962
+ },
963
+ {
964
+ "internalType": "address",
965
+ "name": "_forgeValidator",
966
+ "type": "address"
967
+ },
968
+ {
969
+ "components": [
970
+ {
971
+ "internalType": "address",
972
+ "name": "addr",
973
+ "type": "address"
974
+ },
975
+ {
976
+ "internalType": "address",
977
+ "name": "integrator",
978
+ "type": "address"
979
+ },
980
+ {
981
+ "internalType": "bool",
982
+ "name": "hasTxFee",
983
+ "type": "bool"
984
+ },
985
+ {
986
+ "internalType": "enum BassetStatus",
987
+ "name": "status",
988
+ "type": "uint8"
989
+ }
990
+ ],
991
+ "internalType": "struct BassetPersonal[]",
992
+ "name": "_bAssets",
993
+ "type": "tuple[]"
994
+ },
995
+ {
996
+ "components": [
997
+ {
998
+ "internalType": "uint256",
999
+ "name": "a",
1000
+ "type": "uint256"
1001
+ },
1002
+ {
1003
+ "components": [
1004
+ {
1005
+ "internalType": "uint128",
1006
+ "name": "min",
1007
+ "type": "uint128"
1008
+ },
1009
+ {
1010
+ "internalType": "uint128",
1011
+ "name": "max",
1012
+ "type": "uint128"
1013
+ }
1014
+ ],
1015
+ "internalType": "struct WeightLimits",
1016
+ "name": "limits",
1017
+ "type": "tuple"
1018
+ }
1019
+ ],
1020
+ "internalType": "struct InvariantConfig",
1021
+ "name": "_config",
1022
+ "type": "tuple"
1023
+ }
1024
+ ],
1025
+ "name": "initialize",
1026
+ "outputs": [],
1027
+ "stateMutability": "nonpayable",
1028
+ "type": "function"
1029
+ },
1030
+ {
1031
+ "inputs": [],
1032
+ "name": "maxBassets",
1033
+ "outputs": [
1034
+ {
1035
+ "internalType": "uint8",
1036
+ "name": "",
1037
+ "type": "uint8"
1038
+ }
1039
+ ],
1040
+ "stateMutability": "view",
1041
+ "type": "function"
1042
+ },
1043
+ {
1044
+ "inputs": [
1045
+ {
1046
+ "internalType": "address[]",
1047
+ "name": "_bAssets",
1048
+ "type": "address[]"
1049
+ },
1050
+ {
1051
+ "internalType": "address",
1052
+ "name": "_newIntegration",
1053
+ "type": "address"
1054
+ }
1055
+ ],
1056
+ "name": "migrateBassets",
1057
+ "outputs": [],
1058
+ "stateMutability": "nonpayable",
1059
+ "type": "function"
1060
+ },
1061
+ {
1062
+ "inputs": [
1063
+ {
1064
+ "internalType": "address",
1065
+ "name": "_input",
1066
+ "type": "address"
1067
+ },
1068
+ {
1069
+ "internalType": "uint256",
1070
+ "name": "_inputQuantity",
1071
+ "type": "uint256"
1072
+ },
1073
+ {
1074
+ "internalType": "uint256",
1075
+ "name": "_minOutputQuantity",
1076
+ "type": "uint256"
1077
+ },
1078
+ {
1079
+ "internalType": "address",
1080
+ "name": "_recipient",
1081
+ "type": "address"
1082
+ }
1083
+ ],
1084
+ "name": "mint",
1085
+ "outputs": [
1086
+ {
1087
+ "internalType": "uint256",
1088
+ "name": "mintOutput",
1089
+ "type": "uint256"
1090
+ }
1091
+ ],
1092
+ "stateMutability": "nonpayable",
1093
+ "type": "function"
1094
+ },
1095
+ {
1096
+ "inputs": [
1097
+ {
1098
+ "internalType": "address[]",
1099
+ "name": "_inputs",
1100
+ "type": "address[]"
1101
+ },
1102
+ {
1103
+ "internalType": "uint256[]",
1104
+ "name": "_inputQuantities",
1105
+ "type": "uint256[]"
1106
+ },
1107
+ {
1108
+ "internalType": "uint256",
1109
+ "name": "_minOutputQuantity",
1110
+ "type": "uint256"
1111
+ },
1112
+ {
1113
+ "internalType": "address",
1114
+ "name": "_recipient",
1115
+ "type": "address"
1116
+ }
1117
+ ],
1118
+ "name": "mintMulti",
1119
+ "outputs": [
1120
+ {
1121
+ "internalType": "uint256",
1122
+ "name": "mintOutput",
1123
+ "type": "uint256"
1124
+ }
1125
+ ],
1126
+ "stateMutability": "nonpayable",
1127
+ "type": "function"
1128
+ },
1129
+ {
1130
+ "inputs": [],
1131
+ "name": "name",
1132
+ "outputs": [
1133
+ {
1134
+ "internalType": "string",
1135
+ "name": "",
1136
+ "type": "string"
1137
+ }
1138
+ ],
1139
+ "stateMutability": "view",
1140
+ "type": "function"
1141
+ },
1142
+ {
1143
+ "inputs": [
1144
+ {
1145
+ "internalType": "address",
1146
+ "name": "_bAsset",
1147
+ "type": "address"
1148
+ }
1149
+ ],
1150
+ "name": "negateIsolation",
1151
+ "outputs": [],
1152
+ "stateMutability": "nonpayable",
1153
+ "type": "function"
1154
+ },
1155
+ {
1156
+ "inputs": [],
1157
+ "name": "nexus",
1158
+ "outputs": [
1159
+ {
1160
+ "internalType": "contract INexus",
1161
+ "name": "",
1162
+ "type": "address"
1163
+ }
1164
+ ],
1165
+ "stateMutability": "view",
1166
+ "type": "function"
1167
+ },
1168
+ {
1169
+ "inputs": [
1170
+ {
1171
+ "internalType": "address",
1172
+ "name": "_output",
1173
+ "type": "address"
1174
+ },
1175
+ {
1176
+ "internalType": "uint256",
1177
+ "name": "_mAssetQuantity",
1178
+ "type": "uint256"
1179
+ },
1180
+ {
1181
+ "internalType": "uint256",
1182
+ "name": "_minOutputQuantity",
1183
+ "type": "uint256"
1184
+ },
1185
+ {
1186
+ "internalType": "address",
1187
+ "name": "_recipient",
1188
+ "type": "address"
1189
+ }
1190
+ ],
1191
+ "name": "redeem",
1192
+ "outputs": [
1193
+ {
1194
+ "internalType": "uint256",
1195
+ "name": "outputQuantity",
1196
+ "type": "uint256"
1197
+ }
1198
+ ],
1199
+ "stateMutability": "nonpayable",
1200
+ "type": "function"
1201
+ },
1202
+ {
1203
+ "inputs": [
1204
+ {
1205
+ "internalType": "address[]",
1206
+ "name": "_outputs",
1207
+ "type": "address[]"
1208
+ },
1209
+ {
1210
+ "internalType": "uint256[]",
1211
+ "name": "_outputQuantities",
1212
+ "type": "uint256[]"
1213
+ },
1214
+ {
1215
+ "internalType": "uint256",
1216
+ "name": "_maxMassetQuantity",
1217
+ "type": "uint256"
1218
+ },
1219
+ {
1220
+ "internalType": "address",
1221
+ "name": "_recipient",
1222
+ "type": "address"
1223
+ }
1224
+ ],
1225
+ "name": "redeemExactBassets",
1226
+ "outputs": [
1227
+ {
1228
+ "internalType": "uint256",
1229
+ "name": "mAssetQuantity",
1230
+ "type": "uint256"
1231
+ }
1232
+ ],
1233
+ "stateMutability": "nonpayable",
1234
+ "type": "function"
1235
+ },
1236
+ {
1237
+ "inputs": [
1238
+ {
1239
+ "internalType": "uint256",
1240
+ "name": "_mAssetQuantity",
1241
+ "type": "uint256"
1242
+ },
1243
+ {
1244
+ "internalType": "uint256[]",
1245
+ "name": "_minOutputQuantities",
1246
+ "type": "uint256[]"
1247
+ },
1248
+ {
1249
+ "internalType": "address",
1250
+ "name": "_recipient",
1251
+ "type": "address"
1252
+ }
1253
+ ],
1254
+ "name": "redeemMasset",
1255
+ "outputs": [
1256
+ {
1257
+ "internalType": "uint256[]",
1258
+ "name": "outputQuantities",
1259
+ "type": "uint256[]"
1260
+ }
1261
+ ],
1262
+ "stateMutability": "nonpayable",
1263
+ "type": "function"
1264
+ },
1265
+ {
1266
+ "inputs": [],
1267
+ "name": "redemptionFee",
1268
+ "outputs": [
1269
+ {
1270
+ "internalType": "uint256",
1271
+ "name": "",
1272
+ "type": "uint256"
1273
+ }
1274
+ ],
1275
+ "stateMutability": "view",
1276
+ "type": "function"
1277
+ },
1278
+ {
1279
+ "inputs": [
1280
+ {
1281
+ "internalType": "uint256",
1282
+ "name": "_cacheSize",
1283
+ "type": "uint256"
1284
+ }
1285
+ ],
1286
+ "name": "setCacheSize",
1287
+ "outputs": [],
1288
+ "stateMutability": "nonpayable",
1289
+ "type": "function"
1290
+ },
1291
+ {
1292
+ "inputs": [
1293
+ {
1294
+ "internalType": "uint256",
1295
+ "name": "_swapFee",
1296
+ "type": "uint256"
1297
+ },
1298
+ {
1299
+ "internalType": "uint256",
1300
+ "name": "_redemptionFee",
1301
+ "type": "uint256"
1302
+ }
1303
+ ],
1304
+ "name": "setFees",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "address",
1313
+ "name": "_bAsset",
1314
+ "type": "address"
1315
+ },
1316
+ {
1317
+ "internalType": "bool",
1318
+ "name": "_flag",
1319
+ "type": "bool"
1320
+ }
1321
+ ],
1322
+ "name": "setTransferFeesFlag",
1323
+ "outputs": [],
1324
+ "stateMutability": "nonpayable",
1325
+ "type": "function"
1326
+ },
1327
+ {
1328
+ "inputs": [
1329
+ {
1330
+ "internalType": "uint128",
1331
+ "name": "_min",
1332
+ "type": "uint128"
1333
+ },
1334
+ {
1335
+ "internalType": "uint128",
1336
+ "name": "_max",
1337
+ "type": "uint128"
1338
+ }
1339
+ ],
1340
+ "name": "setWeightLimits",
1341
+ "outputs": [],
1342
+ "stateMutability": "nonpayable",
1343
+ "type": "function"
1344
+ },
1345
+ {
1346
+ "inputs": [
1347
+ {
1348
+ "internalType": "uint256",
1349
+ "name": "_targetA",
1350
+ "type": "uint256"
1351
+ },
1352
+ {
1353
+ "internalType": "uint256",
1354
+ "name": "_rampEndTime",
1355
+ "type": "uint256"
1356
+ }
1357
+ ],
1358
+ "name": "startRampA",
1359
+ "outputs": [],
1360
+ "stateMutability": "nonpayable",
1361
+ "type": "function"
1362
+ },
1363
+ {
1364
+ "inputs": [],
1365
+ "name": "stopRampA",
1366
+ "outputs": [],
1367
+ "stateMutability": "nonpayable",
1368
+ "type": "function"
1369
+ },
1370
+ {
1371
+ "inputs": [],
1372
+ "name": "surplus",
1373
+ "outputs": [
1374
+ {
1375
+ "internalType": "uint256",
1376
+ "name": "",
1377
+ "type": "uint256"
1378
+ }
1379
+ ],
1380
+ "stateMutability": "view",
1381
+ "type": "function"
1382
+ },
1383
+ {
1384
+ "inputs": [
1385
+ {
1386
+ "internalType": "address",
1387
+ "name": "_input",
1388
+ "type": "address"
1389
+ },
1390
+ {
1391
+ "internalType": "address",
1392
+ "name": "_output",
1393
+ "type": "address"
1394
+ },
1395
+ {
1396
+ "internalType": "uint256",
1397
+ "name": "_inputQuantity",
1398
+ "type": "uint256"
1399
+ },
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "_minOutputQuantity",
1403
+ "type": "uint256"
1404
+ },
1405
+ {
1406
+ "internalType": "address",
1407
+ "name": "_recipient",
1408
+ "type": "address"
1409
+ }
1410
+ ],
1411
+ "name": "swap",
1412
+ "outputs": [
1413
+ {
1414
+ "internalType": "uint256",
1415
+ "name": "swapOutput",
1416
+ "type": "uint256"
1417
+ }
1418
+ ],
1419
+ "stateMutability": "nonpayable",
1420
+ "type": "function"
1421
+ },
1422
+ {
1423
+ "inputs": [],
1424
+ "name": "swapFee",
1425
+ "outputs": [
1426
+ {
1427
+ "internalType": "uint256",
1428
+ "name": "",
1429
+ "type": "uint256"
1430
+ }
1431
+ ],
1432
+ "stateMutability": "view",
1433
+ "type": "function"
1434
+ },
1435
+ {
1436
+ "inputs": [],
1437
+ "name": "symbol",
1438
+ "outputs": [
1439
+ {
1440
+ "internalType": "string",
1441
+ "name": "",
1442
+ "type": "string"
1443
+ }
1444
+ ],
1445
+ "stateMutability": "view",
1446
+ "type": "function"
1447
+ },
1448
+ {
1449
+ "inputs": [],
1450
+ "name": "totalSupply",
1451
+ "outputs": [
1452
+ {
1453
+ "internalType": "uint256",
1454
+ "name": "",
1455
+ "type": "uint256"
1456
+ }
1457
+ ],
1458
+ "stateMutability": "view",
1459
+ "type": "function"
1460
+ },
1461
+ {
1462
+ "inputs": [
1463
+ {
1464
+ "internalType": "address",
1465
+ "name": "recipient",
1466
+ "type": "address"
1467
+ },
1468
+ {
1469
+ "internalType": "uint256",
1470
+ "name": "amount",
1471
+ "type": "uint256"
1472
+ }
1473
+ ],
1474
+ "name": "transfer",
1475
+ "outputs": [
1476
+ {
1477
+ "internalType": "bool",
1478
+ "name": "",
1479
+ "type": "bool"
1480
+ }
1481
+ ],
1482
+ "stateMutability": "nonpayable",
1483
+ "type": "function"
1484
+ },
1485
+ {
1486
+ "inputs": [
1487
+ {
1488
+ "internalType": "address",
1489
+ "name": "sender",
1490
+ "type": "address"
1491
+ },
1492
+ {
1493
+ "internalType": "address",
1494
+ "name": "recipient",
1495
+ "type": "address"
1496
+ },
1497
+ {
1498
+ "internalType": "uint256",
1499
+ "name": "amount",
1500
+ "type": "uint256"
1501
+ }
1502
+ ],
1503
+ "name": "transferFrom",
1504
+ "outputs": [
1505
+ {
1506
+ "internalType": "bool",
1507
+ "name": "",
1508
+ "type": "bool"
1509
+ }
1510
+ ],
1511
+ "stateMutability": "nonpayable",
1512
+ "type": "function"
1513
+ },
1514
+ {
1515
+ "inputs": [
1516
+ {
1517
+ "internalType": "address",
1518
+ "name": "_newForgeValidator",
1519
+ "type": "address"
1520
+ }
1521
+ ],
1522
+ "name": "upgradeForgeValidator",
1523
+ "outputs": [],
1524
+ "stateMutability": "nonpayable",
1525
+ "type": "function"
1526
+ },
1527
+ {
1528
+ "inputs": [],
1529
+ "name": "weightLimits",
1530
+ "outputs": [
1531
+ {
1532
+ "internalType": "uint128",
1533
+ "name": "min",
1534
+ "type": "uint128"
1535
+ },
1536
+ {
1537
+ "internalType": "uint128",
1538
+ "name": "max",
1539
+ "type": "uint128"
1540
+ }
1541
+ ],
1542
+ "stateMutability": "view",
1543
+ "type": "function"
1544
+ }
1545
+ ]