@pendle/core-v2 0.11.4-testnet → 0.11.6-testnet

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 (290) hide show
  1. package/deployments/43113-core.json +1 -1
  2. package/package.json +4 -2
  3. package/typechain-types/BaseSplitCodeFactory.ts +118 -0
  4. package/typechain-types/BaseSplitCodeFactoryContract.ts +267 -0
  5. package/typechain-types/ERC20Permit.ts +521 -0
  6. package/typechain-types/IBooster.ts +275 -0
  7. package/typechain-types/ICrvDepositor.ts +174 -0
  8. package/typechain-types/ICrvPool.ts +397 -0
  9. package/typechain-types/ICvxCrv.ts +81 -0
  10. package/typechain-types/IERC20Permit.ts +175 -0
  11. package/typechain-types/IPFeeDistributor.ts +2 -7
  12. package/typechain-types/IPMsgReceiverApp.ts +104 -0
  13. package/typechain-types/IPMsgSendEndpoint.ts +156 -0
  14. package/typechain-types/IRewards.ts +539 -0
  15. package/typechain-types/Pendle3CrvHelper.ts +133 -0
  16. package/typechain-types/Pendle3CrvTokenSCY.ts +1250 -0
  17. package/typechain-types/PendleConvexCurveLP2PoolSCY.ts +1250 -0
  18. package/typechain-types/PendleConvexCurveLP3PoolSCY.ts +1269 -0
  19. package/typechain-types/PendleConvexCurveLP4PoolSCY.ts +1288 -0
  20. package/typechain-types/PendleConvexCurveLPSCY.ts +1212 -0
  21. package/typechain-types/PendleCvxCRVSCY.ts +1138 -0
  22. package/typechain-types/PendleERC20Permit.ts +443 -0
  23. package/typechain-types/PendleFeeDistributor.ts +2 -41
  24. package/typechain-types/PendleFeeDistributorFactory.ts +28 -1
  25. package/typechain-types/PendleMsgReceiveEndpointUpg.ts +491 -0
  26. package/typechain-types/PendleMsgReceiverAppUpg.ts +250 -0
  27. package/typechain-types/PendleMsgSendEndpointUpg.ts +581 -0
  28. package/typechain-types/PendleMsgSenderAppUpg.ts +289 -0
  29. package/typechain-types/SCYBaseWithDynamicRewards.ts +1063 -0
  30. package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +226 -0
  31. package/typechain-types/factories/BaseSplitCodeFactory__factory.ts +102 -0
  32. package/typechain-types/factories/ERC20Permit__factory.ts +368 -0
  33. package/typechain-types/factories/IBooster__factory.ts +189 -0
  34. package/typechain-types/factories/ICrvDepositor__factory.ts +90 -0
  35. package/typechain-types/factories/ICrvPool__factory.ts +244 -0
  36. package/typechain-types/factories/ICvxCrv__factory.ts +36 -0
  37. package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
  38. package/typechain-types/factories/IPFeeDistributor__factory.ts +0 -5
  39. package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
  40. package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +78 -0
  41. package/typechain-types/factories/IRewards__factory.ts +263 -0
  42. package/typechain-types/factories/Pendle3CrvHelper__factory.ts +129 -0
  43. package/typechain-types/factories/Pendle3CrvTokenSCY__factory.ts +1050 -0
  44. package/typechain-types/factories/PendleConvexCurveLP2PoolSCY__factory.ts +1054 -0
  45. package/typechain-types/factories/PendleConvexCurveLP3PoolSCY__factory.ts +1067 -0
  46. package/typechain-types/factories/PendleConvexCurveLP4PoolSCY__factory.ts +1080 -0
  47. package/typechain-types/factories/PendleConvexCurveLPSCY__factory.ts +892 -0
  48. package/typechain-types/factories/PendleCvxCRVSCY__factory.ts +938 -0
  49. package/typechain-types/factories/PendleERC20Permit__factory.ts +405 -0
  50. package/typechain-types/factories/PendleFeeDistributorFactory__factory.ts +30 -2
  51. package/typechain-types/factories/PendleFeeDistributor__factory.ts +1 -19
  52. package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +374 -0
  53. package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +131 -0
  54. package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +393 -0
  55. package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +154 -0
  56. package/typechain-types/factories/SCYBaseWithDynamicRewards__factory.ts +775 -0
  57. package/typechain-types/hardhat.d.ts +215 -71
  58. package/typechain-types/index.ts +50 -16
  59. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +0 -4
  60. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +0 -810
  61. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +0 -4
  62. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.json +0 -10
  63. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.dbg.json +0 -4
  64. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.json +0 -833
  65. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
  66. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +0 -27
  67. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +0 -4
  68. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +0 -838
  69. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.dbg.json +0 -4
  70. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.json +0 -723
  71. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.dbg.json +0 -4
  72. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.json +0 -728
  73. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.dbg.json +0 -4
  74. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.json +0 -705
  75. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.dbg.json +0 -4
  76. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.json +0 -864
  77. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +0 -4
  78. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +0 -736
  79. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.dbg.json +0 -4
  80. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.json +0 -718
  81. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.dbg.json +0 -4
  82. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.json +0 -784
  83. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.dbg.json +0 -4
  84. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.json +0 -671
  85. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +0 -4
  86. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +0 -737
  87. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.dbg.json +0 -4
  88. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.json +0 -190
  89. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.dbg.json +0 -4
  90. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.json +0 -148
  91. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  92. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -242
  93. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  94. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -306
  95. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  96. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -369
  97. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  98. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.json +0 -109
  99. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  100. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -865
  101. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  102. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -365
  103. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  104. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -615
  105. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  106. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -434
  107. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  108. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -156
  109. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  110. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +0 -964
  111. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  112. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +0 -379
  113. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  114. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.json +0 -254
  115. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +0 -4
  116. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +0 -323
  117. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  118. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -35
  119. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  120. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -378
  121. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  122. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -440
  123. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  124. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -755
  125. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
  126. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1043
  127. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +0 -4
  128. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +0 -58
  129. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
  130. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.json +0 -811
  131. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.dbg.json +0 -4
  132. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.json +0 -35
  133. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
  134. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.json +0 -477
  135. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
  136. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.json +0 -477
  137. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
  138. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +0 -24
  139. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  140. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  141. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +0 -4
  142. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +0 -252
  143. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +0 -4
  144. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +0 -87
  145. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +0 -4
  146. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +0 -59
  147. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +0 -4
  148. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +0 -81
  149. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +0 -4
  150. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +0 -74
  151. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.dbg.json +0 -4
  152. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.json +0 -53
  153. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.dbg.json +0 -4
  154. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.json +0 -45
  155. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +0 -4
  156. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +0 -318
  157. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.dbg.json +0 -4
  158. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.json +0 -162
  159. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.dbg.json +0 -4
  160. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.json +0 -87
  161. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +0 -4
  162. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +0 -1001
  163. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +0 -4
  164. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +0 -769
  165. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +0 -4
  166. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +0 -35
  167. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +0 -4
  168. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +0 -435
  169. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +0 -4
  170. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +0 -435
  171. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +0 -4
  172. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +0 -2631
  173. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  174. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -43
  175. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  176. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -135
  177. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  178. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -158
  179. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +0 -4
  180. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +0 -24
  181. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  182. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -35
  183. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  184. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -703
  185. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  186. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -122
  187. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  188. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  189. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +0 -4
  190. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +0 -24
  191. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  192. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  193. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  194. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  195. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  196. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -130
  197. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.dbg.json +0 -4
  198. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.json +0 -142
  199. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  200. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -232
  201. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  202. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -642
  203. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +0 -4
  204. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +0 -350
  205. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +0 -4
  206. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +0 -375
  207. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +0 -4
  208. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +0 -324
  209. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +0 -4
  210. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +0 -92
  211. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  212. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  213. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.dbg.json +0 -4
  214. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.json +0 -199
  215. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.dbg.json +0 -4
  216. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.json +0 -168
  217. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +0 -4
  218. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +0 -92
  219. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.dbg.json +0 -4
  220. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.json +0 -137
  221. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.dbg.json +0 -4
  222. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.json +0 -135
  223. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +0 -4
  224. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +0 -63
  225. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +0 -4
  226. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.json +0 -667
  227. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.dbg.json +0 -4
  228. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.json +0 -252
  229. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  230. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  231. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +0 -4
  232. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +0 -132
  233. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  234. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  235. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +0 -4
  236. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +0 -148
  237. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.dbg.json +0 -4
  238. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.json +0 -74
  239. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.dbg.json +0 -4
  240. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.json +0 -77
  241. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  242. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  243. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.dbg.json +0 -4
  244. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.json +0 -10
  245. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  246. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  247. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  248. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  249. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  250. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.json +0 -10
  251. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  252. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  253. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  254. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.json +0 -10
  255. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  256. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.json +0 -10
  257. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.dbg.json +0 -4
  258. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.json +0 -10
  259. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  260. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.json +0 -10
  261. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +0 -4
  262. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +0 -35
  263. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +0 -4
  264. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.json +0 -136
  265. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +0 -4
  266. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.json +0 -24
  267. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  268. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  269. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
  270. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.json +0 -10
  271. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
  272. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.json +0 -10
  273. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  274. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +0 -10
  275. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +0 -4
  276. package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +0 -10
  277. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.dbg.json +0 -4
  278. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.json +0 -10
  279. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.dbg.json +0 -4
  280. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.json +0 -10
  281. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +0 -4
  282. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +0 -93
  283. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +0 -4
  284. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +0 -2152
  285. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.dbg.json +0 -4
  286. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.json +0 -134
  287. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
  288. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -86
  289. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  290. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +0 -37
@@ -1,1001 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IPActionAddRemoveLiq",
4
- "sourceName": "contracts/interfaces/IPActionAddRemoveLiq.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "caller",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "market",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": true,
23
- "internalType": "address",
24
- "name": "receiver",
25
- "type": "address"
26
- },
27
- {
28
- "indexed": false,
29
- "internalType": "uint256",
30
- "name": "netScyUsed",
31
- "type": "uint256"
32
- },
33
- {
34
- "indexed": false,
35
- "internalType": "uint256",
36
- "name": "netPtUsed",
37
- "type": "uint256"
38
- },
39
- {
40
- "indexed": false,
41
- "internalType": "uint256",
42
- "name": "netLpOut",
43
- "type": "uint256"
44
- }
45
- ],
46
- "name": "AddLiquidityDualScyAndPt",
47
- "type": "event"
48
- },
49
- {
50
- "anonymous": false,
51
- "inputs": [
52
- {
53
- "indexed": true,
54
- "internalType": "address",
55
- "name": "caller",
56
- "type": "address"
57
- },
58
- {
59
- "indexed": true,
60
- "internalType": "address",
61
- "name": "market",
62
- "type": "address"
63
- },
64
- {
65
- "indexed": true,
66
- "internalType": "address",
67
- "name": "receiver",
68
- "type": "address"
69
- },
70
- {
71
- "indexed": false,
72
- "internalType": "address",
73
- "name": "tokenIn",
74
- "type": "address"
75
- },
76
- {
77
- "indexed": false,
78
- "internalType": "uint256",
79
- "name": "tokenUsed",
80
- "type": "uint256"
81
- },
82
- {
83
- "indexed": false,
84
- "internalType": "uint256",
85
- "name": "netPtUsed",
86
- "type": "uint256"
87
- },
88
- {
89
- "indexed": false,
90
- "internalType": "uint256",
91
- "name": "netLpOut",
92
- "type": "uint256"
93
- }
94
- ],
95
- "name": "AddLiquidityDualTokenAndPt",
96
- "type": "event"
97
- },
98
- {
99
- "anonymous": false,
100
- "inputs": [
101
- {
102
- "indexed": true,
103
- "internalType": "address",
104
- "name": "caller",
105
- "type": "address"
106
- },
107
- {
108
- "indexed": true,
109
- "internalType": "address",
110
- "name": "market",
111
- "type": "address"
112
- },
113
- {
114
- "indexed": true,
115
- "internalType": "address",
116
- "name": "receiver",
117
- "type": "address"
118
- },
119
- {
120
- "indexed": false,
121
- "internalType": "uint256",
122
- "name": "netPtIn",
123
- "type": "uint256"
124
- },
125
- {
126
- "indexed": false,
127
- "internalType": "uint256",
128
- "name": "netLpOut",
129
- "type": "uint256"
130
- }
131
- ],
132
- "name": "AddLiquiditySinglePt",
133
- "type": "event"
134
- },
135
- {
136
- "anonymous": false,
137
- "inputs": [
138
- {
139
- "indexed": true,
140
- "internalType": "address",
141
- "name": "caller",
142
- "type": "address"
143
- },
144
- {
145
- "indexed": true,
146
- "internalType": "address",
147
- "name": "market",
148
- "type": "address"
149
- },
150
- {
151
- "indexed": true,
152
- "internalType": "address",
153
- "name": "receiver",
154
- "type": "address"
155
- },
156
- {
157
- "indexed": false,
158
- "internalType": "uint256",
159
- "name": "netScyIn",
160
- "type": "uint256"
161
- },
162
- {
163
- "indexed": false,
164
- "internalType": "uint256",
165
- "name": "netLpOut",
166
- "type": "uint256"
167
- }
168
- ],
169
- "name": "AddLiquiditySingleScy",
170
- "type": "event"
171
- },
172
- {
173
- "anonymous": false,
174
- "inputs": [
175
- {
176
- "indexed": true,
177
- "internalType": "address",
178
- "name": "caller",
179
- "type": "address"
180
- },
181
- {
182
- "indexed": true,
183
- "internalType": "address",
184
- "name": "market",
185
- "type": "address"
186
- },
187
- {
188
- "indexed": true,
189
- "internalType": "address",
190
- "name": "token",
191
- "type": "address"
192
- },
193
- {
194
- "indexed": false,
195
- "internalType": "address",
196
- "name": "receiver",
197
- "type": "address"
198
- },
199
- {
200
- "indexed": false,
201
- "internalType": "uint256",
202
- "name": "netTokenIn",
203
- "type": "uint256"
204
- },
205
- {
206
- "indexed": false,
207
- "internalType": "uint256",
208
- "name": "netLpOut",
209
- "type": "uint256"
210
- }
211
- ],
212
- "name": "AddLiquiditySingleToken",
213
- "type": "event"
214
- },
215
- {
216
- "anonymous": false,
217
- "inputs": [
218
- {
219
- "indexed": true,
220
- "internalType": "address",
221
- "name": "caller",
222
- "type": "address"
223
- },
224
- {
225
- "indexed": true,
226
- "internalType": "address",
227
- "name": "market",
228
- "type": "address"
229
- },
230
- {
231
- "indexed": true,
232
- "internalType": "address",
233
- "name": "receiver",
234
- "type": "address"
235
- },
236
- {
237
- "indexed": false,
238
- "internalType": "uint256",
239
- "name": "netLpToRemove",
240
- "type": "uint256"
241
- },
242
- {
243
- "indexed": false,
244
- "internalType": "uint256",
245
- "name": "netPtOut",
246
- "type": "uint256"
247
- },
248
- {
249
- "indexed": false,
250
- "internalType": "uint256",
251
- "name": "netScyOut",
252
- "type": "uint256"
253
- }
254
- ],
255
- "name": "RemoveLiquidityDualScyAndPt",
256
- "type": "event"
257
- },
258
- {
259
- "anonymous": false,
260
- "inputs": [
261
- {
262
- "indexed": true,
263
- "internalType": "address",
264
- "name": "caller",
265
- "type": "address"
266
- },
267
- {
268
- "indexed": true,
269
- "internalType": "address",
270
- "name": "market",
271
- "type": "address"
272
- },
273
- {
274
- "indexed": true,
275
- "internalType": "address",
276
- "name": "receiver",
277
- "type": "address"
278
- },
279
- {
280
- "indexed": false,
281
- "internalType": "uint256",
282
- "name": "netLpToRemove",
283
- "type": "uint256"
284
- },
285
- {
286
- "indexed": false,
287
- "internalType": "uint256",
288
- "name": "netPtOut",
289
- "type": "uint256"
290
- },
291
- {
292
- "indexed": false,
293
- "internalType": "address",
294
- "name": "tokenOut",
295
- "type": "address"
296
- },
297
- {
298
- "indexed": false,
299
- "internalType": "uint256",
300
- "name": "netTokenOut",
301
- "type": "uint256"
302
- }
303
- ],
304
- "name": "RemoveLiquidityDualTokenAndPt",
305
- "type": "event"
306
- },
307
- {
308
- "anonymous": false,
309
- "inputs": [
310
- {
311
- "indexed": true,
312
- "internalType": "address",
313
- "name": "caller",
314
- "type": "address"
315
- },
316
- {
317
- "indexed": true,
318
- "internalType": "address",
319
- "name": "market",
320
- "type": "address"
321
- },
322
- {
323
- "indexed": true,
324
- "internalType": "address",
325
- "name": "receiver",
326
- "type": "address"
327
- },
328
- {
329
- "indexed": false,
330
- "internalType": "uint256",
331
- "name": "netLpToRemove",
332
- "type": "uint256"
333
- },
334
- {
335
- "indexed": false,
336
- "internalType": "uint256",
337
- "name": "netPtOut",
338
- "type": "uint256"
339
- }
340
- ],
341
- "name": "RemoveLiquiditySinglePt",
342
- "type": "event"
343
- },
344
- {
345
- "anonymous": false,
346
- "inputs": [
347
- {
348
- "indexed": true,
349
- "internalType": "address",
350
- "name": "caller",
351
- "type": "address"
352
- },
353
- {
354
- "indexed": true,
355
- "internalType": "address",
356
- "name": "market",
357
- "type": "address"
358
- },
359
- {
360
- "indexed": true,
361
- "internalType": "address",
362
- "name": "receiver",
363
- "type": "address"
364
- },
365
- {
366
- "indexed": false,
367
- "internalType": "uint256",
368
- "name": "netLpToRemove",
369
- "type": "uint256"
370
- },
371
- {
372
- "indexed": false,
373
- "internalType": "uint256",
374
- "name": "netScyOut",
375
- "type": "uint256"
376
- }
377
- ],
378
- "name": "RemoveLiquiditySingleScy",
379
- "type": "event"
380
- },
381
- {
382
- "anonymous": false,
383
- "inputs": [
384
- {
385
- "indexed": true,
386
- "internalType": "address",
387
- "name": "caller",
388
- "type": "address"
389
- },
390
- {
391
- "indexed": true,
392
- "internalType": "address",
393
- "name": "market",
394
- "type": "address"
395
- },
396
- {
397
- "indexed": true,
398
- "internalType": "address",
399
- "name": "token",
400
- "type": "address"
401
- },
402
- {
403
- "indexed": false,
404
- "internalType": "address",
405
- "name": "receiver",
406
- "type": "address"
407
- },
408
- {
409
- "indexed": false,
410
- "internalType": "uint256",
411
- "name": "netLpToRemove",
412
- "type": "uint256"
413
- },
414
- {
415
- "indexed": false,
416
- "internalType": "uint256",
417
- "name": "netTokenOut",
418
- "type": "uint256"
419
- }
420
- ],
421
- "name": "RemoveLiquiditySingleToken",
422
- "type": "event"
423
- },
424
- {
425
- "inputs": [
426
- {
427
- "internalType": "address",
428
- "name": "receiver",
429
- "type": "address"
430
- },
431
- {
432
- "internalType": "address",
433
- "name": "market",
434
- "type": "address"
435
- },
436
- {
437
- "internalType": "uint256",
438
- "name": "netScyDesired",
439
- "type": "uint256"
440
- },
441
- {
442
- "internalType": "uint256",
443
- "name": "netPtDesired",
444
- "type": "uint256"
445
- },
446
- {
447
- "internalType": "uint256",
448
- "name": "minLpOut",
449
- "type": "uint256"
450
- }
451
- ],
452
- "name": "addLiquidityDualScyAndPt",
453
- "outputs": [
454
- {
455
- "internalType": "uint256",
456
- "name": "netLpOut",
457
- "type": "uint256"
458
- },
459
- {
460
- "internalType": "uint256",
461
- "name": "scyUsed",
462
- "type": "uint256"
463
- },
464
- {
465
- "internalType": "uint256",
466
- "name": "netPtUsed",
467
- "type": "uint256"
468
- }
469
- ],
470
- "stateMutability": "nonpayable",
471
- "type": "function"
472
- },
473
- {
474
- "inputs": [
475
- {
476
- "internalType": "address",
477
- "name": "receiver",
478
- "type": "address"
479
- },
480
- {
481
- "internalType": "address",
482
- "name": "market",
483
- "type": "address"
484
- },
485
- {
486
- "internalType": "address",
487
- "name": "tokenIn",
488
- "type": "address"
489
- },
490
- {
491
- "internalType": "uint256",
492
- "name": "netTokenDesired",
493
- "type": "uint256"
494
- },
495
- {
496
- "internalType": "uint256",
497
- "name": "netPtDesired",
498
- "type": "uint256"
499
- },
500
- {
501
- "internalType": "uint256",
502
- "name": "minLpOut",
503
- "type": "uint256"
504
- }
505
- ],
506
- "name": "addLiquidityDualTokenAndPt",
507
- "outputs": [
508
- {
509
- "internalType": "uint256",
510
- "name": "netLpOut",
511
- "type": "uint256"
512
- },
513
- {
514
- "internalType": "uint256",
515
- "name": "netTokenUsed",
516
- "type": "uint256"
517
- },
518
- {
519
- "internalType": "uint256",
520
- "name": "netPtUsed",
521
- "type": "uint256"
522
- }
523
- ],
524
- "stateMutability": "payable",
525
- "type": "function"
526
- },
527
- {
528
- "inputs": [
529
- {
530
- "internalType": "address",
531
- "name": "receiver",
532
- "type": "address"
533
- },
534
- {
535
- "internalType": "address",
536
- "name": "market",
537
- "type": "address"
538
- },
539
- {
540
- "internalType": "uint256",
541
- "name": "netPtIn",
542
- "type": "uint256"
543
- },
544
- {
545
- "internalType": "uint256",
546
- "name": "minLpOut",
547
- "type": "uint256"
548
- },
549
- {
550
- "components": [
551
- {
552
- "internalType": "uint256",
553
- "name": "guessMin",
554
- "type": "uint256"
555
- },
556
- {
557
- "internalType": "uint256",
558
- "name": "guessMax",
559
- "type": "uint256"
560
- },
561
- {
562
- "internalType": "uint256",
563
- "name": "guessOffchain",
564
- "type": "uint256"
565
- },
566
- {
567
- "internalType": "uint256",
568
- "name": "maxIteration",
569
- "type": "uint256"
570
- },
571
- {
572
- "internalType": "uint256",
573
- "name": "eps",
574
- "type": "uint256"
575
- }
576
- ],
577
- "internalType": "struct ApproxParams",
578
- "name": "guessPtSwapToScy",
579
- "type": "tuple"
580
- }
581
- ],
582
- "name": "addLiquiditySinglePt",
583
- "outputs": [
584
- {
585
- "internalType": "uint256",
586
- "name": "netLpOut",
587
- "type": "uint256"
588
- }
589
- ],
590
- "stateMutability": "nonpayable",
591
- "type": "function"
592
- },
593
- {
594
- "inputs": [
595
- {
596
- "internalType": "address",
597
- "name": "receiver",
598
- "type": "address"
599
- },
600
- {
601
- "internalType": "address",
602
- "name": "market",
603
- "type": "address"
604
- },
605
- {
606
- "internalType": "uint256",
607
- "name": "netScyIn",
608
- "type": "uint256"
609
- },
610
- {
611
- "internalType": "uint256",
612
- "name": "minLpOut",
613
- "type": "uint256"
614
- },
615
- {
616
- "components": [
617
- {
618
- "internalType": "uint256",
619
- "name": "guessMin",
620
- "type": "uint256"
621
- },
622
- {
623
- "internalType": "uint256",
624
- "name": "guessMax",
625
- "type": "uint256"
626
- },
627
- {
628
- "internalType": "uint256",
629
- "name": "guessOffchain",
630
- "type": "uint256"
631
- },
632
- {
633
- "internalType": "uint256",
634
- "name": "maxIteration",
635
- "type": "uint256"
636
- },
637
- {
638
- "internalType": "uint256",
639
- "name": "eps",
640
- "type": "uint256"
641
- }
642
- ],
643
- "internalType": "struct ApproxParams",
644
- "name": "guessPtReceivedFromScy",
645
- "type": "tuple"
646
- }
647
- ],
648
- "name": "addLiquiditySingleScy",
649
- "outputs": [
650
- {
651
- "internalType": "uint256",
652
- "name": "netLpOut",
653
- "type": "uint256"
654
- }
655
- ],
656
- "stateMutability": "nonpayable",
657
- "type": "function"
658
- },
659
- {
660
- "inputs": [
661
- {
662
- "internalType": "address",
663
- "name": "receiver",
664
- "type": "address"
665
- },
666
- {
667
- "internalType": "address",
668
- "name": "market",
669
- "type": "address"
670
- },
671
- {
672
- "internalType": "uint256",
673
- "name": "minLpOut",
674
- "type": "uint256"
675
- },
676
- {
677
- "components": [
678
- {
679
- "internalType": "uint256",
680
- "name": "guessMin",
681
- "type": "uint256"
682
- },
683
- {
684
- "internalType": "uint256",
685
- "name": "guessMax",
686
- "type": "uint256"
687
- },
688
- {
689
- "internalType": "uint256",
690
- "name": "guessOffchain",
691
- "type": "uint256"
692
- },
693
- {
694
- "internalType": "uint256",
695
- "name": "maxIteration",
696
- "type": "uint256"
697
- },
698
- {
699
- "internalType": "uint256",
700
- "name": "eps",
701
- "type": "uint256"
702
- }
703
- ],
704
- "internalType": "struct ApproxParams",
705
- "name": "guessPtReceivedFromScy",
706
- "type": "tuple"
707
- },
708
- {
709
- "components": [
710
- {
711
- "internalType": "address",
712
- "name": "tokenIn",
713
- "type": "address"
714
- },
715
- {
716
- "internalType": "uint256",
717
- "name": "netTokenIn",
718
- "type": "uint256"
719
- },
720
- {
721
- "internalType": "address",
722
- "name": "tokenMintScy",
723
- "type": "address"
724
- },
725
- {
726
- "internalType": "bytes",
727
- "name": "kybercall",
728
- "type": "bytes"
729
- }
730
- ],
731
- "internalType": "struct TokenInput",
732
- "name": "input",
733
- "type": "tuple"
734
- }
735
- ],
736
- "name": "addLiquiditySingleToken",
737
- "outputs": [
738
- {
739
- "internalType": "uint256",
740
- "name": "netLpOut",
741
- "type": "uint256"
742
- }
743
- ],
744
- "stateMutability": "payable",
745
- "type": "function"
746
- },
747
- {
748
- "inputs": [
749
- {
750
- "internalType": "address",
751
- "name": "receiver",
752
- "type": "address"
753
- },
754
- {
755
- "internalType": "address",
756
- "name": "market",
757
- "type": "address"
758
- },
759
- {
760
- "internalType": "uint256",
761
- "name": "netLpToRemove",
762
- "type": "uint256"
763
- },
764
- {
765
- "internalType": "uint256",
766
- "name": "minScyOut",
767
- "type": "uint256"
768
- },
769
- {
770
- "internalType": "uint256",
771
- "name": "minPtOut",
772
- "type": "uint256"
773
- }
774
- ],
775
- "name": "removeLiquidityDualScyAndPt",
776
- "outputs": [
777
- {
778
- "internalType": "uint256",
779
- "name": "netScyOut",
780
- "type": "uint256"
781
- },
782
- {
783
- "internalType": "uint256",
784
- "name": "netPtOut",
785
- "type": "uint256"
786
- }
787
- ],
788
- "stateMutability": "nonpayable",
789
- "type": "function"
790
- },
791
- {
792
- "inputs": [
793
- {
794
- "internalType": "address",
795
- "name": "receiver",
796
- "type": "address"
797
- },
798
- {
799
- "internalType": "address",
800
- "name": "market",
801
- "type": "address"
802
- },
803
- {
804
- "internalType": "uint256",
805
- "name": "netLpToRemove",
806
- "type": "uint256"
807
- },
808
- {
809
- "internalType": "address",
810
- "name": "tokenOut",
811
- "type": "address"
812
- },
813
- {
814
- "internalType": "uint256",
815
- "name": "minTokenOut",
816
- "type": "uint256"
817
- },
818
- {
819
- "internalType": "uint256",
820
- "name": "minPtOut",
821
- "type": "uint256"
822
- }
823
- ],
824
- "name": "removeLiquidityDualTokenAndPt",
825
- "outputs": [
826
- {
827
- "internalType": "uint256",
828
- "name": "netTokenOut",
829
- "type": "uint256"
830
- },
831
- {
832
- "internalType": "uint256",
833
- "name": "netPtOut",
834
- "type": "uint256"
835
- }
836
- ],
837
- "stateMutability": "nonpayable",
838
- "type": "function"
839
- },
840
- {
841
- "inputs": [
842
- {
843
- "internalType": "address",
844
- "name": "receiver",
845
- "type": "address"
846
- },
847
- {
848
- "internalType": "address",
849
- "name": "market",
850
- "type": "address"
851
- },
852
- {
853
- "internalType": "uint256",
854
- "name": "netLpToRemove",
855
- "type": "uint256"
856
- },
857
- {
858
- "internalType": "uint256",
859
- "name": "minPtOut",
860
- "type": "uint256"
861
- },
862
- {
863
- "components": [
864
- {
865
- "internalType": "uint256",
866
- "name": "guessMin",
867
- "type": "uint256"
868
- },
869
- {
870
- "internalType": "uint256",
871
- "name": "guessMax",
872
- "type": "uint256"
873
- },
874
- {
875
- "internalType": "uint256",
876
- "name": "guessOffchain",
877
- "type": "uint256"
878
- },
879
- {
880
- "internalType": "uint256",
881
- "name": "maxIteration",
882
- "type": "uint256"
883
- },
884
- {
885
- "internalType": "uint256",
886
- "name": "eps",
887
- "type": "uint256"
888
- }
889
- ],
890
- "internalType": "struct ApproxParams",
891
- "name": "guessPtOut",
892
- "type": "tuple"
893
- }
894
- ],
895
- "name": "removeLiquiditySinglePt",
896
- "outputs": [
897
- {
898
- "internalType": "uint256",
899
- "name": "netPtOut",
900
- "type": "uint256"
901
- }
902
- ],
903
- "stateMutability": "nonpayable",
904
- "type": "function"
905
- },
906
- {
907
- "inputs": [
908
- {
909
- "internalType": "address",
910
- "name": "receiver",
911
- "type": "address"
912
- },
913
- {
914
- "internalType": "address",
915
- "name": "market",
916
- "type": "address"
917
- },
918
- {
919
- "internalType": "uint256",
920
- "name": "netLpToRemove",
921
- "type": "uint256"
922
- },
923
- {
924
- "internalType": "uint256",
925
- "name": "minScyOut",
926
- "type": "uint256"
927
- }
928
- ],
929
- "name": "removeLiquiditySingleScy",
930
- "outputs": [
931
- {
932
- "internalType": "uint256",
933
- "name": "netScyOut",
934
- "type": "uint256"
935
- }
936
- ],
937
- "stateMutability": "nonpayable",
938
- "type": "function"
939
- },
940
- {
941
- "inputs": [
942
- {
943
- "internalType": "address",
944
- "name": "receiver",
945
- "type": "address"
946
- },
947
- {
948
- "internalType": "address",
949
- "name": "market",
950
- "type": "address"
951
- },
952
- {
953
- "internalType": "uint256",
954
- "name": "netLpToRemove",
955
- "type": "uint256"
956
- },
957
- {
958
- "components": [
959
- {
960
- "internalType": "address",
961
- "name": "tokenOut",
962
- "type": "address"
963
- },
964
- {
965
- "internalType": "uint256",
966
- "name": "minTokenOut",
967
- "type": "uint256"
968
- },
969
- {
970
- "internalType": "address",
971
- "name": "tokenRedeemScy",
972
- "type": "address"
973
- },
974
- {
975
- "internalType": "bytes",
976
- "name": "kybercall",
977
- "type": "bytes"
978
- }
979
- ],
980
- "internalType": "struct TokenOutput",
981
- "name": "output",
982
- "type": "tuple"
983
- }
984
- ],
985
- "name": "removeLiquiditySingleToken",
986
- "outputs": [
987
- {
988
- "internalType": "uint256",
989
- "name": "netTokenOut",
990
- "type": "uint256"
991
- }
992
- ],
993
- "stateMutability": "nonpayable",
994
- "type": "function"
995
- }
996
- ],
997
- "bytecode": "0x",
998
- "deployedBytecode": "0x",
999
- "linkReferences": {},
1000
- "deployedLinkReferences": {}
1001
- }