@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,769 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IPActionMintRedeem",
4
- "sourceName": "contracts/interfaces/IPActionMintRedeem.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": "receiver",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": true,
23
- "internalType": "address",
24
- "name": "YT",
25
- "type": "address"
26
- },
27
- {
28
- "indexed": false,
29
- "internalType": "uint256",
30
- "name": "netScyIn",
31
- "type": "uint256"
32
- },
33
- {
34
- "indexed": false,
35
- "internalType": "uint256",
36
- "name": "netPyOut",
37
- "type": "uint256"
38
- }
39
- ],
40
- "name": "MintPyFromScy",
41
- "type": "event"
42
- },
43
- {
44
- "anonymous": false,
45
- "inputs": [
46
- {
47
- "indexed": true,
48
- "internalType": "address",
49
- "name": "caller",
50
- "type": "address"
51
- },
52
- {
53
- "indexed": true,
54
- "internalType": "address",
55
- "name": "receiver",
56
- "type": "address"
57
- },
58
- {
59
- "indexed": true,
60
- "internalType": "address",
61
- "name": "YT",
62
- "type": "address"
63
- },
64
- {
65
- "indexed": false,
66
- "internalType": "address",
67
- "name": "tokenIn",
68
- "type": "address"
69
- },
70
- {
71
- "indexed": false,
72
- "internalType": "uint256",
73
- "name": "netTokenIn",
74
- "type": "uint256"
75
- },
76
- {
77
- "indexed": false,
78
- "internalType": "uint256",
79
- "name": "netPyOut",
80
- "type": "uint256"
81
- }
82
- ],
83
- "name": "MintPyFromToken",
84
- "type": "event"
85
- },
86
- {
87
- "anonymous": false,
88
- "inputs": [
89
- {
90
- "indexed": true,
91
- "internalType": "address",
92
- "name": "caller",
93
- "type": "address"
94
- },
95
- {
96
- "indexed": true,
97
- "internalType": "address",
98
- "name": "receiver",
99
- "type": "address"
100
- },
101
- {
102
- "indexed": true,
103
- "internalType": "address",
104
- "name": "SCY",
105
- "type": "address"
106
- },
107
- {
108
- "indexed": false,
109
- "internalType": "address",
110
- "name": "tokenIn",
111
- "type": "address"
112
- },
113
- {
114
- "indexed": false,
115
- "internalType": "uint256",
116
- "name": "netTokenIn",
117
- "type": "uint256"
118
- },
119
- {
120
- "indexed": false,
121
- "internalType": "uint256",
122
- "name": "netScyOut",
123
- "type": "uint256"
124
- }
125
- ],
126
- "name": "MintScyFromToken",
127
- "type": "event"
128
- },
129
- {
130
- "anonymous": false,
131
- "inputs": [
132
- {
133
- "indexed": true,
134
- "internalType": "address",
135
- "name": "user",
136
- "type": "address"
137
- },
138
- {
139
- "indexed": false,
140
- "internalType": "address[]",
141
- "name": "scys",
142
- "type": "address[]"
143
- },
144
- {
145
- "indexed": false,
146
- "internalType": "address[]",
147
- "name": "yts",
148
- "type": "address[]"
149
- },
150
- {
151
- "indexed": false,
152
- "internalType": "address[]",
153
- "name": "markets",
154
- "type": "address[]"
155
- },
156
- {
157
- "indexed": false,
158
- "internalType": "uint256[][]",
159
- "name": "scyRewards",
160
- "type": "uint256[][]"
161
- },
162
- {
163
- "indexed": false,
164
- "internalType": "uint256[]",
165
- "name": "ytInterests",
166
- "type": "uint256[]"
167
- },
168
- {
169
- "indexed": false,
170
- "internalType": "uint256[][]",
171
- "name": "ytRewards",
172
- "type": "uint256[][]"
173
- },
174
- {
175
- "indexed": false,
176
- "internalType": "uint256[][]",
177
- "name": "marketRewards",
178
- "type": "uint256[][]"
179
- }
180
- ],
181
- "name": "RedeemDueInterestAndRewards",
182
- "type": "event"
183
- },
184
- {
185
- "anonymous": false,
186
- "inputs": [
187
- {
188
- "indexed": true,
189
- "internalType": "address",
190
- "name": "user",
191
- "type": "address"
192
- },
193
- {
194
- "indexed": false,
195
- "internalType": "address[]",
196
- "name": "scys",
197
- "type": "address[]"
198
- },
199
- {
200
- "indexed": false,
201
- "internalType": "address[]",
202
- "name": "yts",
203
- "type": "address[]"
204
- },
205
- {
206
- "indexed": false,
207
- "internalType": "address[]",
208
- "name": "markets",
209
- "type": "address[]"
210
- },
211
- {
212
- "indexed": true,
213
- "internalType": "address",
214
- "name": "tokenOut",
215
- "type": "address"
216
- },
217
- {
218
- "indexed": false,
219
- "internalType": "uint256",
220
- "name": "netTokenOut",
221
- "type": "uint256"
222
- }
223
- ],
224
- "name": "RedeemDueInterestAndRewardsThenSwapAll",
225
- "type": "event"
226
- },
227
- {
228
- "anonymous": false,
229
- "inputs": [
230
- {
231
- "indexed": true,
232
- "internalType": "address",
233
- "name": "caller",
234
- "type": "address"
235
- },
236
- {
237
- "indexed": true,
238
- "internalType": "address",
239
- "name": "receiver",
240
- "type": "address"
241
- },
242
- {
243
- "indexed": true,
244
- "internalType": "address",
245
- "name": "YT",
246
- "type": "address"
247
- },
248
- {
249
- "indexed": false,
250
- "internalType": "uint256",
251
- "name": "netPyIn",
252
- "type": "uint256"
253
- },
254
- {
255
- "indexed": false,
256
- "internalType": "uint256",
257
- "name": "netScyOut",
258
- "type": "uint256"
259
- }
260
- ],
261
- "name": "RedeemPyToScy",
262
- "type": "event"
263
- },
264
- {
265
- "anonymous": false,
266
- "inputs": [
267
- {
268
- "indexed": true,
269
- "internalType": "address",
270
- "name": "caller",
271
- "type": "address"
272
- },
273
- {
274
- "indexed": true,
275
- "internalType": "address",
276
- "name": "receiver",
277
- "type": "address"
278
- },
279
- {
280
- "indexed": true,
281
- "internalType": "address",
282
- "name": "YT",
283
- "type": "address"
284
- },
285
- {
286
- "indexed": false,
287
- "internalType": "uint256",
288
- "name": "netPyIn",
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": "RedeemPyToToken",
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": "receiver",
320
- "type": "address"
321
- },
322
- {
323
- "indexed": true,
324
- "internalType": "address",
325
- "name": "SCY",
326
- "type": "address"
327
- },
328
- {
329
- "indexed": false,
330
- "internalType": "uint256",
331
- "name": "netScyIn",
332
- "type": "uint256"
333
- },
334
- {
335
- "indexed": false,
336
- "internalType": "address",
337
- "name": "tokenOut",
338
- "type": "address"
339
- },
340
- {
341
- "indexed": false,
342
- "internalType": "uint256",
343
- "name": "netTokenOut",
344
- "type": "uint256"
345
- }
346
- ],
347
- "name": "RedeemScyToToken",
348
- "type": "event"
349
- },
350
- {
351
- "inputs": [
352
- {
353
- "internalType": "address",
354
- "name": "receiver",
355
- "type": "address"
356
- },
357
- {
358
- "internalType": "address",
359
- "name": "YT",
360
- "type": "address"
361
- },
362
- {
363
- "internalType": "uint256",
364
- "name": "netScyIn",
365
- "type": "uint256"
366
- },
367
- {
368
- "internalType": "uint256",
369
- "name": "minPyOut",
370
- "type": "uint256"
371
- }
372
- ],
373
- "name": "mintPyFromScy",
374
- "outputs": [
375
- {
376
- "internalType": "uint256",
377
- "name": "netPyOut",
378
- "type": "uint256"
379
- }
380
- ],
381
- "stateMutability": "nonpayable",
382
- "type": "function"
383
- },
384
- {
385
- "inputs": [
386
- {
387
- "internalType": "address",
388
- "name": "receiver",
389
- "type": "address"
390
- },
391
- {
392
- "internalType": "address",
393
- "name": "YT",
394
- "type": "address"
395
- },
396
- {
397
- "internalType": "uint256",
398
- "name": "minPyOut",
399
- "type": "uint256"
400
- },
401
- {
402
- "components": [
403
- {
404
- "internalType": "address",
405
- "name": "tokenIn",
406
- "type": "address"
407
- },
408
- {
409
- "internalType": "uint256",
410
- "name": "netTokenIn",
411
- "type": "uint256"
412
- },
413
- {
414
- "internalType": "address",
415
- "name": "tokenMintScy",
416
- "type": "address"
417
- },
418
- {
419
- "internalType": "bytes",
420
- "name": "kybercall",
421
- "type": "bytes"
422
- }
423
- ],
424
- "internalType": "struct TokenInput",
425
- "name": "input",
426
- "type": "tuple"
427
- }
428
- ],
429
- "name": "mintPyFromToken",
430
- "outputs": [
431
- {
432
- "internalType": "uint256",
433
- "name": "netPyOut",
434
- "type": "uint256"
435
- }
436
- ],
437
- "stateMutability": "payable",
438
- "type": "function"
439
- },
440
- {
441
- "inputs": [
442
- {
443
- "internalType": "address",
444
- "name": "receiver",
445
- "type": "address"
446
- },
447
- {
448
- "internalType": "address",
449
- "name": "SCY",
450
- "type": "address"
451
- },
452
- {
453
- "internalType": "uint256",
454
- "name": "minScyOut",
455
- "type": "uint256"
456
- },
457
- {
458
- "components": [
459
- {
460
- "internalType": "address",
461
- "name": "tokenIn",
462
- "type": "address"
463
- },
464
- {
465
- "internalType": "uint256",
466
- "name": "netTokenIn",
467
- "type": "uint256"
468
- },
469
- {
470
- "internalType": "address",
471
- "name": "tokenMintScy",
472
- "type": "address"
473
- },
474
- {
475
- "internalType": "bytes",
476
- "name": "kybercall",
477
- "type": "bytes"
478
- }
479
- ],
480
- "internalType": "struct TokenInput",
481
- "name": "input",
482
- "type": "tuple"
483
- }
484
- ],
485
- "name": "mintScyFromToken",
486
- "outputs": [
487
- {
488
- "internalType": "uint256",
489
- "name": "netScyOut",
490
- "type": "uint256"
491
- }
492
- ],
493
- "stateMutability": "payable",
494
- "type": "function"
495
- },
496
- {
497
- "inputs": [
498
- {
499
- "internalType": "address",
500
- "name": "user",
501
- "type": "address"
502
- },
503
- {
504
- "internalType": "address[]",
505
- "name": "scys",
506
- "type": "address[]"
507
- },
508
- {
509
- "internalType": "address[]",
510
- "name": "yts",
511
- "type": "address[]"
512
- },
513
- {
514
- "internalType": "address[]",
515
- "name": "markets",
516
- "type": "address[]"
517
- }
518
- ],
519
- "name": "redeemDueInterestAndRewards",
520
- "outputs": [
521
- {
522
- "internalType": "uint256[][]",
523
- "name": "scyRewards",
524
- "type": "uint256[][]"
525
- },
526
- {
527
- "internalType": "uint256[]",
528
- "name": "ytInterests",
529
- "type": "uint256[]"
530
- },
531
- {
532
- "internalType": "uint256[][]",
533
- "name": "ytRewards",
534
- "type": "uint256[][]"
535
- },
536
- {
537
- "internalType": "uint256[][]",
538
- "name": "marketRewards",
539
- "type": "uint256[][]"
540
- }
541
- ],
542
- "stateMutability": "nonpayable",
543
- "type": "function"
544
- },
545
- {
546
- "inputs": [
547
- {
548
- "internalType": "address[]",
549
- "name": "scys",
550
- "type": "address[]"
551
- },
552
- {
553
- "components": [
554
- {
555
- "internalType": "address[]",
556
- "name": "yts",
557
- "type": "address[]"
558
- },
559
- {
560
- "internalType": "address[]",
561
- "name": "scyAddrs",
562
- "type": "address[]"
563
- },
564
- {
565
- "internalType": "address[]",
566
- "name": "tokenRedeemScys",
567
- "type": "address[]"
568
- }
569
- ],
570
- "internalType": "struct IPActionMintRedeem.RouterYtRedeemStruct",
571
- "name": "dataYT",
572
- "type": "tuple"
573
- },
574
- {
575
- "internalType": "address[]",
576
- "name": "markets",
577
- "type": "address[]"
578
- },
579
- {
580
- "components": [
581
- {
582
- "internalType": "address[]",
583
- "name": "tokens",
584
- "type": "address[]"
585
- },
586
- {
587
- "internalType": "bytes[]",
588
- "name": "kybercalls",
589
- "type": "bytes[]"
590
- },
591
- {
592
- "internalType": "address",
593
- "name": "outputToken",
594
- "type": "address"
595
- }
596
- ],
597
- "internalType": "struct IPActionMintRedeem.RouterSwapAllStruct",
598
- "name": "dataSwap",
599
- "type": "tuple"
600
- }
601
- ],
602
- "name": "redeemDueInterestAndRewardsThenSwapAll",
603
- "outputs": [
604
- {
605
- "internalType": "uint256",
606
- "name": "netTokenOut",
607
- "type": "uint256"
608
- },
609
- {
610
- "internalType": "uint256[]",
611
- "name": "amountsSwapped",
612
- "type": "uint256[]"
613
- }
614
- ],
615
- "stateMutability": "nonpayable",
616
- "type": "function"
617
- },
618
- {
619
- "inputs": [
620
- {
621
- "internalType": "address",
622
- "name": "receiver",
623
- "type": "address"
624
- },
625
- {
626
- "internalType": "address",
627
- "name": "YT",
628
- "type": "address"
629
- },
630
- {
631
- "internalType": "uint256",
632
- "name": "netPyIn",
633
- "type": "uint256"
634
- },
635
- {
636
- "internalType": "uint256",
637
- "name": "minScyOut",
638
- "type": "uint256"
639
- }
640
- ],
641
- "name": "redeemPyToScy",
642
- "outputs": [
643
- {
644
- "internalType": "uint256",
645
- "name": "netScyOut",
646
- "type": "uint256"
647
- }
648
- ],
649
- "stateMutability": "nonpayable",
650
- "type": "function"
651
- },
652
- {
653
- "inputs": [
654
- {
655
- "internalType": "address",
656
- "name": "receiver",
657
- "type": "address"
658
- },
659
- {
660
- "internalType": "address",
661
- "name": "YT",
662
- "type": "address"
663
- },
664
- {
665
- "internalType": "uint256",
666
- "name": "netPyIn",
667
- "type": "uint256"
668
- },
669
- {
670
- "components": [
671
- {
672
- "internalType": "address",
673
- "name": "tokenOut",
674
- "type": "address"
675
- },
676
- {
677
- "internalType": "uint256",
678
- "name": "minTokenOut",
679
- "type": "uint256"
680
- },
681
- {
682
- "internalType": "address",
683
- "name": "tokenRedeemScy",
684
- "type": "address"
685
- },
686
- {
687
- "internalType": "bytes",
688
- "name": "kybercall",
689
- "type": "bytes"
690
- }
691
- ],
692
- "internalType": "struct TokenOutput",
693
- "name": "output",
694
- "type": "tuple"
695
- }
696
- ],
697
- "name": "redeemPyToToken",
698
- "outputs": [
699
- {
700
- "internalType": "uint256",
701
- "name": "netTokenOut",
702
- "type": "uint256"
703
- }
704
- ],
705
- "stateMutability": "nonpayable",
706
- "type": "function"
707
- },
708
- {
709
- "inputs": [
710
- {
711
- "internalType": "address",
712
- "name": "receiver",
713
- "type": "address"
714
- },
715
- {
716
- "internalType": "address",
717
- "name": "SCY",
718
- "type": "address"
719
- },
720
- {
721
- "internalType": "uint256",
722
- "name": "netScyIn",
723
- "type": "uint256"
724
- },
725
- {
726
- "components": [
727
- {
728
- "internalType": "address",
729
- "name": "tokenOut",
730
- "type": "address"
731
- },
732
- {
733
- "internalType": "uint256",
734
- "name": "minTokenOut",
735
- "type": "uint256"
736
- },
737
- {
738
- "internalType": "address",
739
- "name": "tokenRedeemScy",
740
- "type": "address"
741
- },
742
- {
743
- "internalType": "bytes",
744
- "name": "kybercall",
745
- "type": "bytes"
746
- }
747
- ],
748
- "internalType": "struct TokenOutput",
749
- "name": "output",
750
- "type": "tuple"
751
- }
752
- ],
753
- "name": "redeemScyToToken",
754
- "outputs": [
755
- {
756
- "internalType": "uint256",
757
- "name": "netTokenOut",
758
- "type": "uint256"
759
- }
760
- ],
761
- "stateMutability": "nonpayable",
762
- "type": "function"
763
- }
764
- ],
765
- "bytecode": "0x",
766
- "deployedBytecode": "0x",
767
- "linkReferences": {},
768
- "deployedLinkReferences": {}
769
- }