@pendle/core-v2 5.11.3-alpha → 5.11.5-alpha

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 (430) hide show
  1. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +4 -0
  2. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +378 -0
  3. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +4 -0
  4. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +48 -0
  5. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +4 -0
  6. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +396 -0
  7. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +4 -0
  8. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +174 -0
  9. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +4 -0
  10. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +10 -0
  11. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +4 -0
  12. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +10 -0
  13. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +4 -0
  14. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +438 -0
  15. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +4 -0
  16. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +539 -0
  17. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +4 -0
  18. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +529 -0
  19. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +4 -0
  20. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +432 -0
  21. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +4 -0
  22. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +468 -0
  23. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +4 -0
  24. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +1204 -0
  25. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +4 -0
  26. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +681 -0
  27. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +4 -0
  28. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +776 -0
  29. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +4 -0
  30. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +390 -0
  31. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +4 -0
  32. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +143 -0
  33. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +4 -0
  34. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +10 -0
  35. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +4 -0
  36. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +10 -0
  37. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +4 -0
  38. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +10 -0
  39. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +4 -0
  40. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +10 -0
  41. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
  42. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +10 -0
  43. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +4 -0
  44. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +100 -0
  45. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +4 -0
  46. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +128 -0
  47. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +4 -0
  48. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +610 -0
  49. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +4 -0
  50. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +1131 -0
  51. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +4 -0
  52. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +77 -0
  53. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +4 -0
  54. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +40 -0
  55. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +4 -0
  56. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +10 -0
  57. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +4 -0
  58. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +10 -0
  59. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +4 -0
  60. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +48 -0
  61. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +4 -0
  62. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +401 -0
  63. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +4 -0
  64. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +590 -0
  65. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +4 -0
  66. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +886 -0
  67. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +4 -0
  68. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +254 -0
  69. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +4 -0
  70. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +394 -0
  71. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +4 -0
  72. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +370 -0
  73. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +4 -0
  74. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +246 -0
  75. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +4 -0
  76. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +10 -0
  77. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +4 -0
  78. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +10 -0
  79. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +4 -0
  80. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +10 -0
  81. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +4 -0
  82. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +37 -0
  83. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +4 -0
  84. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +99 -0
  85. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +4 -0
  86. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +1436 -0
  87. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
  88. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +10 -0
  89. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +4 -0
  90. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +10 -0
  91. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +4 -0
  92. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +10 -0
  93. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +4 -0
  94. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +10 -0
  95. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
  96. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +10 -0
  97. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +4 -0
  98. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +10 -0
  99. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
  100. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +598 -0
  101. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +4 -0
  102. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +498 -0
  103. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +4 -0
  104. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +48 -0
  105. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +4 -0
  106. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +119 -0
  107. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +4 -0
  108. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +39 -0
  109. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +4 -0
  110. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +34 -0
  111. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +4 -0
  112. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +3402 -0
  113. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +4 -0
  114. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +68 -0
  115. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +4 -0
  116. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +307 -0
  117. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +4 -0
  118. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +603 -0
  119. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +4 -0
  120. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +1281 -0
  121. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +4 -0
  122. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +242 -0
  123. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +4 -0
  124. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +2990 -0
  125. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +4 -0
  126. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +1825 -0
  127. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +4 -0
  128. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +1479 -0
  129. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
  130. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +1451 -0
  131. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +4 -0
  132. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +2439 -0
  133. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +4 -0
  134. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +2439 -0
  135. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +4 -0
  136. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +40 -0
  137. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +4 -0
  138. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +7848 -0
  139. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +4 -0
  140. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +563 -0
  141. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +4 -0
  142. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +589 -0
  143. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +4 -0
  144. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +49 -0
  145. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +4 -0
  146. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +97 -0
  147. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +4 -0
  148. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +97 -0
  149. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +4 -0
  150. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +1351 -0
  151. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +4 -0
  152. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +122 -0
  153. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +4 -0
  154. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +91 -0
  155. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +4 -0
  156. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +262 -0
  157. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +4 -0
  158. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +426 -0
  159. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +4 -0
  160. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +74 -0
  161. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +4 -0
  162. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +24 -0
  163. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +4 -0
  164. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +123 -0
  165. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +4 -0
  166. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +169 -0
  167. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +4 -0
  168. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +62 -0
  169. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +4 -0
  170. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +160 -0
  171. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +4 -0
  172. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +183 -0
  173. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
  174. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +137 -0
  175. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +4 -0
  176. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +48 -0
  177. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +4 -0
  178. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +40 -0
  179. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +4 -0
  180. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +56 -0
  181. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +4 -0
  182. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +10 -0
  183. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +4 -0
  184. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +736 -0
  185. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +4 -0
  186. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +45 -0
  187. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +4 -0
  188. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +820 -0
  189. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +4 -0
  190. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +153 -0
  191. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +4 -0
  192. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +202 -0
  193. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +4 -0
  194. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +34 -0
  195. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +4 -0
  196. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +833 -0
  197. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +4 -0
  198. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +150 -0
  199. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +4 -0
  200. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +55 -0
  201. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +4 -0
  202. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +24 -0
  203. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +4 -0
  204. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +73 -0
  205. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +4 -0
  206. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +251 -0
  207. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +4 -0
  208. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +67 -0
  209. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +4 -0
  210. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +24 -0
  211. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +4 -0
  212. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +215 -0
  213. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
  214. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +38 -0
  215. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +4 -0
  216. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +162 -0
  217. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +4 -0
  218. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +24 -0
  219. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +4 -0
  220. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +347 -0
  221. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +4 -0
  222. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +30 -0
  223. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
  224. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +3941 -0
  225. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +4 -0
  226. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +37 -0
  227. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +4 -0
  228. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +104 -0
  229. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +4 -0
  230. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +348 -0
  231. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +4 -0
  232. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +321 -0
  233. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +4 -0
  234. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +266 -0
  235. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
  236. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +681 -0
  237. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +4 -0
  238. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +679 -0
  239. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +4 -0
  240. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +148 -0
  241. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +4 -0
  242. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +40 -0
  243. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +4 -0
  244. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +643 -0
  245. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
  246. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +252 -0
  247. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +4 -0
  248. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +75 -0
  249. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +4 -0
  250. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +10 -0
  251. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +4 -0
  252. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +1059 -0
  253. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +4 -0
  254. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +1086 -0
  255. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +4 -0
  256. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +99 -0
  257. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +4 -0
  258. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +149 -0
  259. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +4 -0
  260. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +37 -0
  261. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +4 -0
  262. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +114 -0
  263. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +4 -0
  264. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +35 -0
  265. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +4 -0
  266. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +57 -0
  267. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +4 -0
  268. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +303 -0
  269. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +4 -0
  270. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +180 -0
  271. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +4 -0
  272. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +262 -0
  273. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +4 -0
  274. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +10 -0
  275. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +4 -0
  276. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +206 -0
  277. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +4 -0
  278. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +300 -0
  279. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +4 -0
  280. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +30 -0
  281. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +4 -0
  282. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +572 -0
  283. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +4 -0
  284. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +174 -0
  285. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +4 -0
  286. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +322 -0
  287. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +4 -0
  288. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +307 -0
  289. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
  290. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +496 -0
  291. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +4 -0
  292. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +345 -0
  293. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +4 -0
  294. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +237 -0
  295. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +4 -0
  296. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +153 -0
  297. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +4 -0
  298. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +89 -0
  299. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +4 -0
  300. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +159 -0
  301. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +4 -0
  302. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +435 -0
  303. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +4 -0
  304. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +76 -0
  305. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +4 -0
  306. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +84 -0
  307. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +4 -0
  308. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +63 -0
  309. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +4 -0
  310. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +35 -0
  311. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +4 -0
  312. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +975 -0
  313. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +4 -0
  314. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +420 -0
  315. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +4 -0
  316. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +272 -0
  317. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +4 -0
  318. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +235 -0
  319. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +4 -0
  320. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +10 -0
  321. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +4 -0
  322. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +4030 -0
  323. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +4 -0
  324. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +35 -0
  325. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +4 -0
  326. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +307 -0
  327. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +4 -0
  328. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +723 -0
  329. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +4 -0
  330. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +1392 -0
  331. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +4 -0
  332. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +247 -0
  333. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +4 -0
  334. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +1523 -0
  335. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +4 -0
  336. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +93 -0
  337. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +4 -0
  338. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +10 -0
  339. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +4 -0
  340. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +10 -0
  341. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +4 -0
  342. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +10 -0
  343. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +4 -0
  344. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +10 -0
  345. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +4 -0
  346. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +427 -0
  347. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +4 -0
  348. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +10 -0
  349. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +4 -0
  350. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +274 -0
  351. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +4 -0
  352. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +343 -0
  353. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +4 -0
  354. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +305 -0
  355. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +4 -0
  356. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +10 -0
  357. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +4 -0
  358. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +183 -0
  359. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +4 -0
  360. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +183 -0
  361. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +4 -0
  362. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +10 -0
  363. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +4 -0
  364. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +24 -0
  365. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +4 -0
  366. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +24 -0
  367. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +4 -0
  368. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +79 -0
  369. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +4 -0
  370. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +24 -0
  371. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +4 -0
  372. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +131 -0
  373. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +4 -0
  374. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +84 -0
  375. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +4 -0
  376. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +3476 -0
  377. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +4 -0
  378. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +68 -0
  379. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +4 -0
  380. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +3006 -0
  381. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +4 -0
  382. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +1889 -0
  383. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
  384. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +1451 -0
  385. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +4 -0
  386. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2503 -0
  387. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +4 -0
  388. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2503 -0
  389. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
  390. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
  391. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +4 -0
  392. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +34 -0
  393. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
  394. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
  395. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +4 -0
  396. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +10 -0
  397. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +4 -0
  398. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +10 -0
  399. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +4 -0
  400. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +10 -0
  401. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +4 -0
  402. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +10 -0
  403. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +4 -0
  404. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +10 -0
  405. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +4 -0
  406. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +10 -0
  407. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +4 -0
  408. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +10 -0
  409. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +4 -0
  410. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +10 -0
  411. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +4 -0
  412. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +10 -0
  413. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +4 -0
  414. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +81 -0
  415. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +4 -0
  416. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +407 -0
  417. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +4 -0
  418. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +10 -0
  419. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +4 -0
  420. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +577 -0
  421. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +4 -0
  422. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +10 -0
  423. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +4 -0
  424. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +40 -0
  425. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +4 -0
  426. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +82 -0
  427. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +4 -0
  428. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +280 -0
  429. package/deployments/999-core.json +3 -3
  430. package/package.json +2 -2
@@ -0,0 +1,2439 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPActionSwapPTV3",
4
+ "sourceName": "contracts/interfaces/IPActionSwapPTV3.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": "netSyUsed",
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": "AddLiquidityDualSyAndPt",
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": "tokenIn",
68
+ "type": "address"
69
+ },
70
+ {
71
+ "indexed": false,
72
+ "internalType": "address",
73
+ "name": "receiver",
74
+ "type": "address"
75
+ },
76
+ {
77
+ "indexed": false,
78
+ "internalType": "uint256",
79
+ "name": "netTokenUsed",
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
+ "indexed": false,
96
+ "internalType": "uint256",
97
+ "name": "netSyInterm",
98
+ "type": "uint256"
99
+ }
100
+ ],
101
+ "name": "AddLiquidityDualTokenAndPt",
102
+ "type": "event"
103
+ },
104
+ {
105
+ "anonymous": false,
106
+ "inputs": [
107
+ {
108
+ "indexed": true,
109
+ "internalType": "address",
110
+ "name": "caller",
111
+ "type": "address"
112
+ },
113
+ {
114
+ "indexed": true,
115
+ "internalType": "address",
116
+ "name": "market",
117
+ "type": "address"
118
+ },
119
+ {
120
+ "indexed": true,
121
+ "internalType": "address",
122
+ "name": "receiver",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "indexed": false,
127
+ "internalType": "uint256",
128
+ "name": "netPtIn",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "indexed": false,
133
+ "internalType": "uint256",
134
+ "name": "netLpOut",
135
+ "type": "uint256"
136
+ }
137
+ ],
138
+ "name": "AddLiquiditySinglePt",
139
+ "type": "event"
140
+ },
141
+ {
142
+ "anonymous": false,
143
+ "inputs": [
144
+ {
145
+ "indexed": true,
146
+ "internalType": "address",
147
+ "name": "caller",
148
+ "type": "address"
149
+ },
150
+ {
151
+ "indexed": true,
152
+ "internalType": "address",
153
+ "name": "market",
154
+ "type": "address"
155
+ },
156
+ {
157
+ "indexed": true,
158
+ "internalType": "address",
159
+ "name": "receiver",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "indexed": false,
164
+ "internalType": "uint256",
165
+ "name": "netSyIn",
166
+ "type": "uint256"
167
+ },
168
+ {
169
+ "indexed": false,
170
+ "internalType": "uint256",
171
+ "name": "netLpOut",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "AddLiquiditySingleSy",
176
+ "type": "event"
177
+ },
178
+ {
179
+ "anonymous": false,
180
+ "inputs": [
181
+ {
182
+ "indexed": true,
183
+ "internalType": "address",
184
+ "name": "caller",
185
+ "type": "address"
186
+ },
187
+ {
188
+ "indexed": true,
189
+ "internalType": "address",
190
+ "name": "market",
191
+ "type": "address"
192
+ },
193
+ {
194
+ "indexed": true,
195
+ "internalType": "address",
196
+ "name": "receiver",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "indexed": false,
201
+ "internalType": "uint256",
202
+ "name": "netSyIn",
203
+ "type": "uint256"
204
+ },
205
+ {
206
+ "indexed": false,
207
+ "internalType": "uint256",
208
+ "name": "netSyMintPy",
209
+ "type": "uint256"
210
+ },
211
+ {
212
+ "indexed": false,
213
+ "internalType": "uint256",
214
+ "name": "netLpOut",
215
+ "type": "uint256"
216
+ },
217
+ {
218
+ "indexed": false,
219
+ "internalType": "uint256",
220
+ "name": "netYtOut",
221
+ "type": "uint256"
222
+ }
223
+ ],
224
+ "name": "AddLiquiditySingleSyKeepYt",
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": "market",
240
+ "type": "address"
241
+ },
242
+ {
243
+ "indexed": true,
244
+ "internalType": "address",
245
+ "name": "token",
246
+ "type": "address"
247
+ },
248
+ {
249
+ "indexed": false,
250
+ "internalType": "address",
251
+ "name": "receiver",
252
+ "type": "address"
253
+ },
254
+ {
255
+ "indexed": false,
256
+ "internalType": "uint256",
257
+ "name": "netTokenIn",
258
+ "type": "uint256"
259
+ },
260
+ {
261
+ "indexed": false,
262
+ "internalType": "uint256",
263
+ "name": "netLpOut",
264
+ "type": "uint256"
265
+ },
266
+ {
267
+ "indexed": false,
268
+ "internalType": "uint256",
269
+ "name": "netSyInterm",
270
+ "type": "uint256"
271
+ }
272
+ ],
273
+ "name": "AddLiquiditySingleToken",
274
+ "type": "event"
275
+ },
276
+ {
277
+ "anonymous": false,
278
+ "inputs": [
279
+ {
280
+ "indexed": true,
281
+ "internalType": "address",
282
+ "name": "caller",
283
+ "type": "address"
284
+ },
285
+ {
286
+ "indexed": true,
287
+ "internalType": "address",
288
+ "name": "market",
289
+ "type": "address"
290
+ },
291
+ {
292
+ "indexed": true,
293
+ "internalType": "address",
294
+ "name": "token",
295
+ "type": "address"
296
+ },
297
+ {
298
+ "indexed": false,
299
+ "internalType": "address",
300
+ "name": "receiver",
301
+ "type": "address"
302
+ },
303
+ {
304
+ "indexed": false,
305
+ "internalType": "uint256",
306
+ "name": "netTokenIn",
307
+ "type": "uint256"
308
+ },
309
+ {
310
+ "indexed": false,
311
+ "internalType": "uint256",
312
+ "name": "netLpOut",
313
+ "type": "uint256"
314
+ },
315
+ {
316
+ "indexed": false,
317
+ "internalType": "uint256",
318
+ "name": "netYtOut",
319
+ "type": "uint256"
320
+ },
321
+ {
322
+ "indexed": false,
323
+ "internalType": "uint256",
324
+ "name": "netSyMintPy",
325
+ "type": "uint256"
326
+ },
327
+ {
328
+ "indexed": false,
329
+ "internalType": "uint256",
330
+ "name": "netSyInterm",
331
+ "type": "uint256"
332
+ }
333
+ ],
334
+ "name": "AddLiquiditySingleTokenKeepYt",
335
+ "type": "event"
336
+ },
337
+ {
338
+ "anonymous": false,
339
+ "inputs": [
340
+ {
341
+ "indexed": true,
342
+ "internalType": "address",
343
+ "name": "caller",
344
+ "type": "address"
345
+ },
346
+ {
347
+ "indexed": true,
348
+ "internalType": "address",
349
+ "name": "market",
350
+ "type": "address"
351
+ },
352
+ {
353
+ "indexed": true,
354
+ "internalType": "address",
355
+ "name": "receiver",
356
+ "type": "address"
357
+ },
358
+ {
359
+ "indexed": false,
360
+ "internalType": "uint256",
361
+ "name": "netLpIn",
362
+ "type": "uint256"
363
+ },
364
+ {
365
+ "components": [
366
+ {
367
+ "internalType": "uint256",
368
+ "name": "netPtFromRemove",
369
+ "type": "uint256"
370
+ },
371
+ {
372
+ "internalType": "uint256",
373
+ "name": "netSyFromRemove",
374
+ "type": "uint256"
375
+ },
376
+ {
377
+ "internalType": "uint256",
378
+ "name": "netPtRedeem",
379
+ "type": "uint256"
380
+ },
381
+ {
382
+ "internalType": "uint256",
383
+ "name": "netSyFromRedeem",
384
+ "type": "uint256"
385
+ },
386
+ {
387
+ "internalType": "uint256",
388
+ "name": "totalSyOut",
389
+ "type": "uint256"
390
+ }
391
+ ],
392
+ "indexed": false,
393
+ "internalType": "struct ExitPostExpReturnParams",
394
+ "name": "params",
395
+ "type": "tuple"
396
+ }
397
+ ],
398
+ "name": "ExitPostExpToSy",
399
+ "type": "event"
400
+ },
401
+ {
402
+ "anonymous": false,
403
+ "inputs": [
404
+ {
405
+ "indexed": true,
406
+ "internalType": "address",
407
+ "name": "caller",
408
+ "type": "address"
409
+ },
410
+ {
411
+ "indexed": true,
412
+ "internalType": "address",
413
+ "name": "market",
414
+ "type": "address"
415
+ },
416
+ {
417
+ "indexed": true,
418
+ "internalType": "address",
419
+ "name": "token",
420
+ "type": "address"
421
+ },
422
+ {
423
+ "indexed": false,
424
+ "internalType": "address",
425
+ "name": "receiver",
426
+ "type": "address"
427
+ },
428
+ {
429
+ "indexed": false,
430
+ "internalType": "uint256",
431
+ "name": "netLpIn",
432
+ "type": "uint256"
433
+ },
434
+ {
435
+ "indexed": false,
436
+ "internalType": "uint256",
437
+ "name": "totalTokenOut",
438
+ "type": "uint256"
439
+ },
440
+ {
441
+ "components": [
442
+ {
443
+ "internalType": "uint256",
444
+ "name": "netPtFromRemove",
445
+ "type": "uint256"
446
+ },
447
+ {
448
+ "internalType": "uint256",
449
+ "name": "netSyFromRemove",
450
+ "type": "uint256"
451
+ },
452
+ {
453
+ "internalType": "uint256",
454
+ "name": "netPtRedeem",
455
+ "type": "uint256"
456
+ },
457
+ {
458
+ "internalType": "uint256",
459
+ "name": "netSyFromRedeem",
460
+ "type": "uint256"
461
+ },
462
+ {
463
+ "internalType": "uint256",
464
+ "name": "totalSyOut",
465
+ "type": "uint256"
466
+ }
467
+ ],
468
+ "indexed": false,
469
+ "internalType": "struct ExitPostExpReturnParams",
470
+ "name": "params",
471
+ "type": "tuple"
472
+ }
473
+ ],
474
+ "name": "ExitPostExpToToken",
475
+ "type": "event"
476
+ },
477
+ {
478
+ "anonymous": false,
479
+ "inputs": [
480
+ {
481
+ "indexed": true,
482
+ "internalType": "address",
483
+ "name": "caller",
484
+ "type": "address"
485
+ },
486
+ {
487
+ "indexed": true,
488
+ "internalType": "address",
489
+ "name": "market",
490
+ "type": "address"
491
+ },
492
+ {
493
+ "indexed": true,
494
+ "internalType": "address",
495
+ "name": "receiver",
496
+ "type": "address"
497
+ },
498
+ {
499
+ "indexed": false,
500
+ "internalType": "uint256",
501
+ "name": "netLpIn",
502
+ "type": "uint256"
503
+ },
504
+ {
505
+ "components": [
506
+ {
507
+ "internalType": "uint256",
508
+ "name": "netPtFromRemove",
509
+ "type": "uint256"
510
+ },
511
+ {
512
+ "internalType": "uint256",
513
+ "name": "netSyFromRemove",
514
+ "type": "uint256"
515
+ },
516
+ {
517
+ "internalType": "uint256",
518
+ "name": "netPyRedeem",
519
+ "type": "uint256"
520
+ },
521
+ {
522
+ "internalType": "uint256",
523
+ "name": "netSyFromRedeem",
524
+ "type": "uint256"
525
+ },
526
+ {
527
+ "internalType": "uint256",
528
+ "name": "netPtSwap",
529
+ "type": "uint256"
530
+ },
531
+ {
532
+ "internalType": "uint256",
533
+ "name": "netYtSwap",
534
+ "type": "uint256"
535
+ },
536
+ {
537
+ "internalType": "uint256",
538
+ "name": "netSyFromSwap",
539
+ "type": "uint256"
540
+ },
541
+ {
542
+ "internalType": "uint256",
543
+ "name": "netSyFee",
544
+ "type": "uint256"
545
+ },
546
+ {
547
+ "internalType": "uint256",
548
+ "name": "totalSyOut",
549
+ "type": "uint256"
550
+ }
551
+ ],
552
+ "indexed": false,
553
+ "internalType": "struct ExitPreExpReturnParams",
554
+ "name": "params",
555
+ "type": "tuple"
556
+ }
557
+ ],
558
+ "name": "ExitPreExpToSy",
559
+ "type": "event"
560
+ },
561
+ {
562
+ "anonymous": false,
563
+ "inputs": [
564
+ {
565
+ "indexed": true,
566
+ "internalType": "address",
567
+ "name": "caller",
568
+ "type": "address"
569
+ },
570
+ {
571
+ "indexed": true,
572
+ "internalType": "address",
573
+ "name": "market",
574
+ "type": "address"
575
+ },
576
+ {
577
+ "indexed": true,
578
+ "internalType": "address",
579
+ "name": "token",
580
+ "type": "address"
581
+ },
582
+ {
583
+ "indexed": false,
584
+ "internalType": "address",
585
+ "name": "receiver",
586
+ "type": "address"
587
+ },
588
+ {
589
+ "indexed": false,
590
+ "internalType": "uint256",
591
+ "name": "netLpIn",
592
+ "type": "uint256"
593
+ },
594
+ {
595
+ "indexed": false,
596
+ "internalType": "uint256",
597
+ "name": "totalTokenOut",
598
+ "type": "uint256"
599
+ },
600
+ {
601
+ "components": [
602
+ {
603
+ "internalType": "uint256",
604
+ "name": "netPtFromRemove",
605
+ "type": "uint256"
606
+ },
607
+ {
608
+ "internalType": "uint256",
609
+ "name": "netSyFromRemove",
610
+ "type": "uint256"
611
+ },
612
+ {
613
+ "internalType": "uint256",
614
+ "name": "netPyRedeem",
615
+ "type": "uint256"
616
+ },
617
+ {
618
+ "internalType": "uint256",
619
+ "name": "netSyFromRedeem",
620
+ "type": "uint256"
621
+ },
622
+ {
623
+ "internalType": "uint256",
624
+ "name": "netPtSwap",
625
+ "type": "uint256"
626
+ },
627
+ {
628
+ "internalType": "uint256",
629
+ "name": "netYtSwap",
630
+ "type": "uint256"
631
+ },
632
+ {
633
+ "internalType": "uint256",
634
+ "name": "netSyFromSwap",
635
+ "type": "uint256"
636
+ },
637
+ {
638
+ "internalType": "uint256",
639
+ "name": "netSyFee",
640
+ "type": "uint256"
641
+ },
642
+ {
643
+ "internalType": "uint256",
644
+ "name": "totalSyOut",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "indexed": false,
649
+ "internalType": "struct ExitPreExpReturnParams",
650
+ "name": "params",
651
+ "type": "tuple"
652
+ }
653
+ ],
654
+ "name": "ExitPreExpToToken",
655
+ "type": "event"
656
+ },
657
+ {
658
+ "anonymous": false,
659
+ "inputs": [
660
+ {
661
+ "indexed": true,
662
+ "internalType": "address",
663
+ "name": "caller",
664
+ "type": "address"
665
+ },
666
+ {
667
+ "indexed": true,
668
+ "internalType": "address",
669
+ "name": "receiver",
670
+ "type": "address"
671
+ },
672
+ {
673
+ "indexed": true,
674
+ "internalType": "address",
675
+ "name": "YT",
676
+ "type": "address"
677
+ },
678
+ {
679
+ "indexed": false,
680
+ "internalType": "uint256",
681
+ "name": "netSyIn",
682
+ "type": "uint256"
683
+ },
684
+ {
685
+ "indexed": false,
686
+ "internalType": "uint256",
687
+ "name": "netPyOut",
688
+ "type": "uint256"
689
+ }
690
+ ],
691
+ "name": "MintPyFromSy",
692
+ "type": "event"
693
+ },
694
+ {
695
+ "anonymous": false,
696
+ "inputs": [
697
+ {
698
+ "indexed": true,
699
+ "internalType": "address",
700
+ "name": "caller",
701
+ "type": "address"
702
+ },
703
+ {
704
+ "indexed": true,
705
+ "internalType": "address",
706
+ "name": "tokenIn",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "indexed": true,
711
+ "internalType": "address",
712
+ "name": "YT",
713
+ "type": "address"
714
+ },
715
+ {
716
+ "indexed": false,
717
+ "internalType": "address",
718
+ "name": "receiver",
719
+ "type": "address"
720
+ },
721
+ {
722
+ "indexed": false,
723
+ "internalType": "uint256",
724
+ "name": "netTokenIn",
725
+ "type": "uint256"
726
+ },
727
+ {
728
+ "indexed": false,
729
+ "internalType": "uint256",
730
+ "name": "netPyOut",
731
+ "type": "uint256"
732
+ },
733
+ {
734
+ "indexed": false,
735
+ "internalType": "uint256",
736
+ "name": "netSyInterm",
737
+ "type": "uint256"
738
+ }
739
+ ],
740
+ "name": "MintPyFromToken",
741
+ "type": "event"
742
+ },
743
+ {
744
+ "anonymous": false,
745
+ "inputs": [
746
+ {
747
+ "indexed": true,
748
+ "internalType": "address",
749
+ "name": "caller",
750
+ "type": "address"
751
+ },
752
+ {
753
+ "indexed": true,
754
+ "internalType": "address",
755
+ "name": "tokenIn",
756
+ "type": "address"
757
+ },
758
+ {
759
+ "indexed": true,
760
+ "internalType": "address",
761
+ "name": "SY",
762
+ "type": "address"
763
+ },
764
+ {
765
+ "indexed": false,
766
+ "internalType": "address",
767
+ "name": "receiver",
768
+ "type": "address"
769
+ },
770
+ {
771
+ "indexed": false,
772
+ "internalType": "uint256",
773
+ "name": "netTokenIn",
774
+ "type": "uint256"
775
+ },
776
+ {
777
+ "indexed": false,
778
+ "internalType": "uint256",
779
+ "name": "netSyOut",
780
+ "type": "uint256"
781
+ }
782
+ ],
783
+ "name": "MintSyFromToken",
784
+ "type": "event"
785
+ },
786
+ {
787
+ "anonymous": false,
788
+ "inputs": [
789
+ {
790
+ "indexed": true,
791
+ "internalType": "address",
792
+ "name": "previousOwner",
793
+ "type": "address"
794
+ },
795
+ {
796
+ "indexed": true,
797
+ "internalType": "address",
798
+ "name": "newOwner",
799
+ "type": "address"
800
+ }
801
+ ],
802
+ "name": "OwnershipTransferred",
803
+ "type": "event"
804
+ },
805
+ {
806
+ "anonymous": false,
807
+ "inputs": [
808
+ {
809
+ "indexed": true,
810
+ "internalType": "address",
811
+ "name": "caller",
812
+ "type": "address"
813
+ },
814
+ {
815
+ "indexed": true,
816
+ "internalType": "address",
817
+ "name": "receiver",
818
+ "type": "address"
819
+ },
820
+ {
821
+ "indexed": true,
822
+ "internalType": "address",
823
+ "name": "YT",
824
+ "type": "address"
825
+ },
826
+ {
827
+ "indexed": false,
828
+ "internalType": "uint256",
829
+ "name": "netPyIn",
830
+ "type": "uint256"
831
+ },
832
+ {
833
+ "indexed": false,
834
+ "internalType": "uint256",
835
+ "name": "netSyOut",
836
+ "type": "uint256"
837
+ }
838
+ ],
839
+ "name": "RedeemPyToSy",
840
+ "type": "event"
841
+ },
842
+ {
843
+ "anonymous": false,
844
+ "inputs": [
845
+ {
846
+ "indexed": true,
847
+ "internalType": "address",
848
+ "name": "caller",
849
+ "type": "address"
850
+ },
851
+ {
852
+ "indexed": true,
853
+ "internalType": "address",
854
+ "name": "tokenOut",
855
+ "type": "address"
856
+ },
857
+ {
858
+ "indexed": true,
859
+ "internalType": "address",
860
+ "name": "YT",
861
+ "type": "address"
862
+ },
863
+ {
864
+ "indexed": false,
865
+ "internalType": "address",
866
+ "name": "receiver",
867
+ "type": "address"
868
+ },
869
+ {
870
+ "indexed": false,
871
+ "internalType": "uint256",
872
+ "name": "netPyIn",
873
+ "type": "uint256"
874
+ },
875
+ {
876
+ "indexed": false,
877
+ "internalType": "uint256",
878
+ "name": "netTokenOut",
879
+ "type": "uint256"
880
+ },
881
+ {
882
+ "indexed": false,
883
+ "internalType": "uint256",
884
+ "name": "netSyInterm",
885
+ "type": "uint256"
886
+ }
887
+ ],
888
+ "name": "RedeemPyToToken",
889
+ "type": "event"
890
+ },
891
+ {
892
+ "anonymous": false,
893
+ "inputs": [
894
+ {
895
+ "indexed": true,
896
+ "internalType": "address",
897
+ "name": "caller",
898
+ "type": "address"
899
+ },
900
+ {
901
+ "indexed": true,
902
+ "internalType": "address",
903
+ "name": "tokenOut",
904
+ "type": "address"
905
+ },
906
+ {
907
+ "indexed": true,
908
+ "internalType": "address",
909
+ "name": "SY",
910
+ "type": "address"
911
+ },
912
+ {
913
+ "indexed": false,
914
+ "internalType": "address",
915
+ "name": "receiver",
916
+ "type": "address"
917
+ },
918
+ {
919
+ "indexed": false,
920
+ "internalType": "uint256",
921
+ "name": "netSyIn",
922
+ "type": "uint256"
923
+ },
924
+ {
925
+ "indexed": false,
926
+ "internalType": "uint256",
927
+ "name": "netTokenOut",
928
+ "type": "uint256"
929
+ }
930
+ ],
931
+ "name": "RedeemSyToToken",
932
+ "type": "event"
933
+ },
934
+ {
935
+ "anonymous": false,
936
+ "inputs": [
937
+ {
938
+ "indexed": true,
939
+ "internalType": "address",
940
+ "name": "caller",
941
+ "type": "address"
942
+ },
943
+ {
944
+ "indexed": true,
945
+ "internalType": "address",
946
+ "name": "market",
947
+ "type": "address"
948
+ },
949
+ {
950
+ "indexed": true,
951
+ "internalType": "address",
952
+ "name": "receiver",
953
+ "type": "address"
954
+ },
955
+ {
956
+ "indexed": false,
957
+ "internalType": "uint256",
958
+ "name": "netLpToRemove",
959
+ "type": "uint256"
960
+ },
961
+ {
962
+ "indexed": false,
963
+ "internalType": "uint256",
964
+ "name": "netPtOut",
965
+ "type": "uint256"
966
+ },
967
+ {
968
+ "indexed": false,
969
+ "internalType": "uint256",
970
+ "name": "netSyOut",
971
+ "type": "uint256"
972
+ }
973
+ ],
974
+ "name": "RemoveLiquidityDualSyAndPt",
975
+ "type": "event"
976
+ },
977
+ {
978
+ "anonymous": false,
979
+ "inputs": [
980
+ {
981
+ "indexed": true,
982
+ "internalType": "address",
983
+ "name": "caller",
984
+ "type": "address"
985
+ },
986
+ {
987
+ "indexed": true,
988
+ "internalType": "address",
989
+ "name": "market",
990
+ "type": "address"
991
+ },
992
+ {
993
+ "indexed": true,
994
+ "internalType": "address",
995
+ "name": "tokenOut",
996
+ "type": "address"
997
+ },
998
+ {
999
+ "indexed": false,
1000
+ "internalType": "address",
1001
+ "name": "receiver",
1002
+ "type": "address"
1003
+ },
1004
+ {
1005
+ "indexed": false,
1006
+ "internalType": "uint256",
1007
+ "name": "netLpToRemove",
1008
+ "type": "uint256"
1009
+ },
1010
+ {
1011
+ "indexed": false,
1012
+ "internalType": "uint256",
1013
+ "name": "netPtOut",
1014
+ "type": "uint256"
1015
+ },
1016
+ {
1017
+ "indexed": false,
1018
+ "internalType": "uint256",
1019
+ "name": "netTokenOut",
1020
+ "type": "uint256"
1021
+ },
1022
+ {
1023
+ "indexed": false,
1024
+ "internalType": "uint256",
1025
+ "name": "netSyInterm",
1026
+ "type": "uint256"
1027
+ }
1028
+ ],
1029
+ "name": "RemoveLiquidityDualTokenAndPt",
1030
+ "type": "event"
1031
+ },
1032
+ {
1033
+ "anonymous": false,
1034
+ "inputs": [
1035
+ {
1036
+ "indexed": true,
1037
+ "internalType": "address",
1038
+ "name": "caller",
1039
+ "type": "address"
1040
+ },
1041
+ {
1042
+ "indexed": true,
1043
+ "internalType": "address",
1044
+ "name": "market",
1045
+ "type": "address"
1046
+ },
1047
+ {
1048
+ "indexed": true,
1049
+ "internalType": "address",
1050
+ "name": "receiver",
1051
+ "type": "address"
1052
+ },
1053
+ {
1054
+ "indexed": false,
1055
+ "internalType": "uint256",
1056
+ "name": "netLpToRemove",
1057
+ "type": "uint256"
1058
+ },
1059
+ {
1060
+ "indexed": false,
1061
+ "internalType": "uint256",
1062
+ "name": "netPtOut",
1063
+ "type": "uint256"
1064
+ }
1065
+ ],
1066
+ "name": "RemoveLiquiditySinglePt",
1067
+ "type": "event"
1068
+ },
1069
+ {
1070
+ "anonymous": false,
1071
+ "inputs": [
1072
+ {
1073
+ "indexed": true,
1074
+ "internalType": "address",
1075
+ "name": "caller",
1076
+ "type": "address"
1077
+ },
1078
+ {
1079
+ "indexed": true,
1080
+ "internalType": "address",
1081
+ "name": "market",
1082
+ "type": "address"
1083
+ },
1084
+ {
1085
+ "indexed": true,
1086
+ "internalType": "address",
1087
+ "name": "receiver",
1088
+ "type": "address"
1089
+ },
1090
+ {
1091
+ "indexed": false,
1092
+ "internalType": "uint256",
1093
+ "name": "netLpToRemove",
1094
+ "type": "uint256"
1095
+ },
1096
+ {
1097
+ "indexed": false,
1098
+ "internalType": "uint256",
1099
+ "name": "netSyOut",
1100
+ "type": "uint256"
1101
+ }
1102
+ ],
1103
+ "name": "RemoveLiquiditySingleSy",
1104
+ "type": "event"
1105
+ },
1106
+ {
1107
+ "anonymous": false,
1108
+ "inputs": [
1109
+ {
1110
+ "indexed": true,
1111
+ "internalType": "address",
1112
+ "name": "caller",
1113
+ "type": "address"
1114
+ },
1115
+ {
1116
+ "indexed": true,
1117
+ "internalType": "address",
1118
+ "name": "market",
1119
+ "type": "address"
1120
+ },
1121
+ {
1122
+ "indexed": true,
1123
+ "internalType": "address",
1124
+ "name": "token",
1125
+ "type": "address"
1126
+ },
1127
+ {
1128
+ "indexed": false,
1129
+ "internalType": "address",
1130
+ "name": "receiver",
1131
+ "type": "address"
1132
+ },
1133
+ {
1134
+ "indexed": false,
1135
+ "internalType": "uint256",
1136
+ "name": "netLpToRemove",
1137
+ "type": "uint256"
1138
+ },
1139
+ {
1140
+ "indexed": false,
1141
+ "internalType": "uint256",
1142
+ "name": "netTokenOut",
1143
+ "type": "uint256"
1144
+ },
1145
+ {
1146
+ "indexed": false,
1147
+ "internalType": "uint256",
1148
+ "name": "netSyInterm",
1149
+ "type": "uint256"
1150
+ }
1151
+ ],
1152
+ "name": "RemoveLiquiditySingleToken",
1153
+ "type": "event"
1154
+ },
1155
+ {
1156
+ "anonymous": false,
1157
+ "inputs": [
1158
+ {
1159
+ "indexed": true,
1160
+ "internalType": "bytes4",
1161
+ "name": "selector",
1162
+ "type": "bytes4"
1163
+ },
1164
+ {
1165
+ "indexed": true,
1166
+ "internalType": "address",
1167
+ "name": "facet",
1168
+ "type": "address"
1169
+ }
1170
+ ],
1171
+ "name": "SelectorToFacetSet",
1172
+ "type": "event"
1173
+ },
1174
+ {
1175
+ "anonymous": false,
1176
+ "inputs": [
1177
+ {
1178
+ "indexed": true,
1179
+ "internalType": "address",
1180
+ "name": "caller",
1181
+ "type": "address"
1182
+ },
1183
+ {
1184
+ "indexed": true,
1185
+ "internalType": "address",
1186
+ "name": "market",
1187
+ "type": "address"
1188
+ },
1189
+ {
1190
+ "indexed": true,
1191
+ "internalType": "address",
1192
+ "name": "receiver",
1193
+ "type": "address"
1194
+ },
1195
+ {
1196
+ "indexed": false,
1197
+ "internalType": "int256",
1198
+ "name": "netPtToAccount",
1199
+ "type": "int256"
1200
+ },
1201
+ {
1202
+ "indexed": false,
1203
+ "internalType": "int256",
1204
+ "name": "netSyToAccount",
1205
+ "type": "int256"
1206
+ }
1207
+ ],
1208
+ "name": "SwapPtAndSy",
1209
+ "type": "event"
1210
+ },
1211
+ {
1212
+ "anonymous": false,
1213
+ "inputs": [
1214
+ {
1215
+ "indexed": true,
1216
+ "internalType": "address",
1217
+ "name": "caller",
1218
+ "type": "address"
1219
+ },
1220
+ {
1221
+ "indexed": true,
1222
+ "internalType": "address",
1223
+ "name": "market",
1224
+ "type": "address"
1225
+ },
1226
+ {
1227
+ "indexed": true,
1228
+ "internalType": "address",
1229
+ "name": "token",
1230
+ "type": "address"
1231
+ },
1232
+ {
1233
+ "indexed": false,
1234
+ "internalType": "address",
1235
+ "name": "receiver",
1236
+ "type": "address"
1237
+ },
1238
+ {
1239
+ "indexed": false,
1240
+ "internalType": "int256",
1241
+ "name": "netPtToAccount",
1242
+ "type": "int256"
1243
+ },
1244
+ {
1245
+ "indexed": false,
1246
+ "internalType": "int256",
1247
+ "name": "netTokenToAccount",
1248
+ "type": "int256"
1249
+ },
1250
+ {
1251
+ "indexed": false,
1252
+ "internalType": "uint256",
1253
+ "name": "netSyInterm",
1254
+ "type": "uint256"
1255
+ }
1256
+ ],
1257
+ "name": "SwapPtAndToken",
1258
+ "type": "event"
1259
+ },
1260
+ {
1261
+ "anonymous": false,
1262
+ "inputs": [
1263
+ {
1264
+ "indexed": true,
1265
+ "internalType": "address",
1266
+ "name": "caller",
1267
+ "type": "address"
1268
+ },
1269
+ {
1270
+ "indexed": true,
1271
+ "internalType": "address",
1272
+ "name": "market",
1273
+ "type": "address"
1274
+ },
1275
+ {
1276
+ "indexed": true,
1277
+ "internalType": "address",
1278
+ "name": "receiver",
1279
+ "type": "address"
1280
+ },
1281
+ {
1282
+ "indexed": false,
1283
+ "internalType": "int256",
1284
+ "name": "netYtToAccount",
1285
+ "type": "int256"
1286
+ },
1287
+ {
1288
+ "indexed": false,
1289
+ "internalType": "int256",
1290
+ "name": "netSyToAccount",
1291
+ "type": "int256"
1292
+ }
1293
+ ],
1294
+ "name": "SwapYtAndSy",
1295
+ "type": "event"
1296
+ },
1297
+ {
1298
+ "anonymous": false,
1299
+ "inputs": [
1300
+ {
1301
+ "indexed": true,
1302
+ "internalType": "address",
1303
+ "name": "caller",
1304
+ "type": "address"
1305
+ },
1306
+ {
1307
+ "indexed": true,
1308
+ "internalType": "address",
1309
+ "name": "market",
1310
+ "type": "address"
1311
+ },
1312
+ {
1313
+ "indexed": true,
1314
+ "internalType": "address",
1315
+ "name": "token",
1316
+ "type": "address"
1317
+ },
1318
+ {
1319
+ "indexed": false,
1320
+ "internalType": "address",
1321
+ "name": "receiver",
1322
+ "type": "address"
1323
+ },
1324
+ {
1325
+ "indexed": false,
1326
+ "internalType": "int256",
1327
+ "name": "netYtToAccount",
1328
+ "type": "int256"
1329
+ },
1330
+ {
1331
+ "indexed": false,
1332
+ "internalType": "int256",
1333
+ "name": "netTokenToAccount",
1334
+ "type": "int256"
1335
+ },
1336
+ {
1337
+ "indexed": false,
1338
+ "internalType": "uint256",
1339
+ "name": "netSyInterm",
1340
+ "type": "uint256"
1341
+ }
1342
+ ],
1343
+ "name": "SwapYtAndToken",
1344
+ "type": "event"
1345
+ },
1346
+ {
1347
+ "inputs": [
1348
+ {
1349
+ "internalType": "address",
1350
+ "name": "receiver",
1351
+ "type": "address"
1352
+ },
1353
+ {
1354
+ "internalType": "address",
1355
+ "name": "market",
1356
+ "type": "address"
1357
+ },
1358
+ {
1359
+ "internalType": "uint256",
1360
+ "name": "exactPtIn",
1361
+ "type": "uint256"
1362
+ },
1363
+ {
1364
+ "internalType": "uint256",
1365
+ "name": "minSyOut",
1366
+ "type": "uint256"
1367
+ },
1368
+ {
1369
+ "components": [
1370
+ {
1371
+ "internalType": "address",
1372
+ "name": "limitRouter",
1373
+ "type": "address"
1374
+ },
1375
+ {
1376
+ "internalType": "uint256",
1377
+ "name": "epsSkipMarket",
1378
+ "type": "uint256"
1379
+ },
1380
+ {
1381
+ "components": [
1382
+ {
1383
+ "components": [
1384
+ {
1385
+ "internalType": "uint256",
1386
+ "name": "salt",
1387
+ "type": "uint256"
1388
+ },
1389
+ {
1390
+ "internalType": "uint256",
1391
+ "name": "expiry",
1392
+ "type": "uint256"
1393
+ },
1394
+ {
1395
+ "internalType": "uint256",
1396
+ "name": "nonce",
1397
+ "type": "uint256"
1398
+ },
1399
+ {
1400
+ "internalType": "enum IPLimitOrderType.OrderType",
1401
+ "name": "orderType",
1402
+ "type": "uint8"
1403
+ },
1404
+ {
1405
+ "internalType": "address",
1406
+ "name": "token",
1407
+ "type": "address"
1408
+ },
1409
+ {
1410
+ "internalType": "address",
1411
+ "name": "YT",
1412
+ "type": "address"
1413
+ },
1414
+ {
1415
+ "internalType": "address",
1416
+ "name": "maker",
1417
+ "type": "address"
1418
+ },
1419
+ {
1420
+ "internalType": "address",
1421
+ "name": "receiver",
1422
+ "type": "address"
1423
+ },
1424
+ {
1425
+ "internalType": "uint256",
1426
+ "name": "makingAmount",
1427
+ "type": "uint256"
1428
+ },
1429
+ {
1430
+ "internalType": "uint256",
1431
+ "name": "lnImpliedRate",
1432
+ "type": "uint256"
1433
+ },
1434
+ {
1435
+ "internalType": "uint256",
1436
+ "name": "failSafeRate",
1437
+ "type": "uint256"
1438
+ },
1439
+ {
1440
+ "internalType": "bytes",
1441
+ "name": "permit",
1442
+ "type": "bytes"
1443
+ }
1444
+ ],
1445
+ "internalType": "struct Order",
1446
+ "name": "order",
1447
+ "type": "tuple"
1448
+ },
1449
+ {
1450
+ "internalType": "bytes",
1451
+ "name": "signature",
1452
+ "type": "bytes"
1453
+ },
1454
+ {
1455
+ "internalType": "uint256",
1456
+ "name": "makingAmount",
1457
+ "type": "uint256"
1458
+ }
1459
+ ],
1460
+ "internalType": "struct FillOrderParams[]",
1461
+ "name": "normalFills",
1462
+ "type": "tuple[]"
1463
+ },
1464
+ {
1465
+ "components": [
1466
+ {
1467
+ "components": [
1468
+ {
1469
+ "internalType": "uint256",
1470
+ "name": "salt",
1471
+ "type": "uint256"
1472
+ },
1473
+ {
1474
+ "internalType": "uint256",
1475
+ "name": "expiry",
1476
+ "type": "uint256"
1477
+ },
1478
+ {
1479
+ "internalType": "uint256",
1480
+ "name": "nonce",
1481
+ "type": "uint256"
1482
+ },
1483
+ {
1484
+ "internalType": "enum IPLimitOrderType.OrderType",
1485
+ "name": "orderType",
1486
+ "type": "uint8"
1487
+ },
1488
+ {
1489
+ "internalType": "address",
1490
+ "name": "token",
1491
+ "type": "address"
1492
+ },
1493
+ {
1494
+ "internalType": "address",
1495
+ "name": "YT",
1496
+ "type": "address"
1497
+ },
1498
+ {
1499
+ "internalType": "address",
1500
+ "name": "maker",
1501
+ "type": "address"
1502
+ },
1503
+ {
1504
+ "internalType": "address",
1505
+ "name": "receiver",
1506
+ "type": "address"
1507
+ },
1508
+ {
1509
+ "internalType": "uint256",
1510
+ "name": "makingAmount",
1511
+ "type": "uint256"
1512
+ },
1513
+ {
1514
+ "internalType": "uint256",
1515
+ "name": "lnImpliedRate",
1516
+ "type": "uint256"
1517
+ },
1518
+ {
1519
+ "internalType": "uint256",
1520
+ "name": "failSafeRate",
1521
+ "type": "uint256"
1522
+ },
1523
+ {
1524
+ "internalType": "bytes",
1525
+ "name": "permit",
1526
+ "type": "bytes"
1527
+ }
1528
+ ],
1529
+ "internalType": "struct Order",
1530
+ "name": "order",
1531
+ "type": "tuple"
1532
+ },
1533
+ {
1534
+ "internalType": "bytes",
1535
+ "name": "signature",
1536
+ "type": "bytes"
1537
+ },
1538
+ {
1539
+ "internalType": "uint256",
1540
+ "name": "makingAmount",
1541
+ "type": "uint256"
1542
+ }
1543
+ ],
1544
+ "internalType": "struct FillOrderParams[]",
1545
+ "name": "flashFills",
1546
+ "type": "tuple[]"
1547
+ },
1548
+ {
1549
+ "internalType": "bytes",
1550
+ "name": "optData",
1551
+ "type": "bytes"
1552
+ }
1553
+ ],
1554
+ "internalType": "struct LimitOrderData",
1555
+ "name": "limit",
1556
+ "type": "tuple"
1557
+ }
1558
+ ],
1559
+ "name": "swapExactPtForSy",
1560
+ "outputs": [
1561
+ {
1562
+ "internalType": "uint256",
1563
+ "name": "netSyOut",
1564
+ "type": "uint256"
1565
+ },
1566
+ {
1567
+ "internalType": "uint256",
1568
+ "name": "netSyFee",
1569
+ "type": "uint256"
1570
+ }
1571
+ ],
1572
+ "stateMutability": "nonpayable",
1573
+ "type": "function"
1574
+ },
1575
+ {
1576
+ "inputs": [
1577
+ {
1578
+ "internalType": "address",
1579
+ "name": "receiver",
1580
+ "type": "address"
1581
+ },
1582
+ {
1583
+ "internalType": "address",
1584
+ "name": "market",
1585
+ "type": "address"
1586
+ },
1587
+ {
1588
+ "internalType": "uint256",
1589
+ "name": "exactPtIn",
1590
+ "type": "uint256"
1591
+ },
1592
+ {
1593
+ "components": [
1594
+ {
1595
+ "internalType": "address",
1596
+ "name": "tokenOut",
1597
+ "type": "address"
1598
+ },
1599
+ {
1600
+ "internalType": "uint256",
1601
+ "name": "minTokenOut",
1602
+ "type": "uint256"
1603
+ },
1604
+ {
1605
+ "internalType": "address",
1606
+ "name": "tokenRedeemSy",
1607
+ "type": "address"
1608
+ },
1609
+ {
1610
+ "internalType": "address",
1611
+ "name": "pendleSwap",
1612
+ "type": "address"
1613
+ },
1614
+ {
1615
+ "components": [
1616
+ {
1617
+ "internalType": "enum SwapType",
1618
+ "name": "swapType",
1619
+ "type": "uint8"
1620
+ },
1621
+ {
1622
+ "internalType": "address",
1623
+ "name": "extRouter",
1624
+ "type": "address"
1625
+ },
1626
+ {
1627
+ "internalType": "bytes",
1628
+ "name": "extCalldata",
1629
+ "type": "bytes"
1630
+ },
1631
+ {
1632
+ "internalType": "bool",
1633
+ "name": "needScale",
1634
+ "type": "bool"
1635
+ }
1636
+ ],
1637
+ "internalType": "struct SwapData",
1638
+ "name": "swapData",
1639
+ "type": "tuple"
1640
+ }
1641
+ ],
1642
+ "internalType": "struct TokenOutput",
1643
+ "name": "output",
1644
+ "type": "tuple"
1645
+ },
1646
+ {
1647
+ "components": [
1648
+ {
1649
+ "internalType": "address",
1650
+ "name": "limitRouter",
1651
+ "type": "address"
1652
+ },
1653
+ {
1654
+ "internalType": "uint256",
1655
+ "name": "epsSkipMarket",
1656
+ "type": "uint256"
1657
+ },
1658
+ {
1659
+ "components": [
1660
+ {
1661
+ "components": [
1662
+ {
1663
+ "internalType": "uint256",
1664
+ "name": "salt",
1665
+ "type": "uint256"
1666
+ },
1667
+ {
1668
+ "internalType": "uint256",
1669
+ "name": "expiry",
1670
+ "type": "uint256"
1671
+ },
1672
+ {
1673
+ "internalType": "uint256",
1674
+ "name": "nonce",
1675
+ "type": "uint256"
1676
+ },
1677
+ {
1678
+ "internalType": "enum IPLimitOrderType.OrderType",
1679
+ "name": "orderType",
1680
+ "type": "uint8"
1681
+ },
1682
+ {
1683
+ "internalType": "address",
1684
+ "name": "token",
1685
+ "type": "address"
1686
+ },
1687
+ {
1688
+ "internalType": "address",
1689
+ "name": "YT",
1690
+ "type": "address"
1691
+ },
1692
+ {
1693
+ "internalType": "address",
1694
+ "name": "maker",
1695
+ "type": "address"
1696
+ },
1697
+ {
1698
+ "internalType": "address",
1699
+ "name": "receiver",
1700
+ "type": "address"
1701
+ },
1702
+ {
1703
+ "internalType": "uint256",
1704
+ "name": "makingAmount",
1705
+ "type": "uint256"
1706
+ },
1707
+ {
1708
+ "internalType": "uint256",
1709
+ "name": "lnImpliedRate",
1710
+ "type": "uint256"
1711
+ },
1712
+ {
1713
+ "internalType": "uint256",
1714
+ "name": "failSafeRate",
1715
+ "type": "uint256"
1716
+ },
1717
+ {
1718
+ "internalType": "bytes",
1719
+ "name": "permit",
1720
+ "type": "bytes"
1721
+ }
1722
+ ],
1723
+ "internalType": "struct Order",
1724
+ "name": "order",
1725
+ "type": "tuple"
1726
+ },
1727
+ {
1728
+ "internalType": "bytes",
1729
+ "name": "signature",
1730
+ "type": "bytes"
1731
+ },
1732
+ {
1733
+ "internalType": "uint256",
1734
+ "name": "makingAmount",
1735
+ "type": "uint256"
1736
+ }
1737
+ ],
1738
+ "internalType": "struct FillOrderParams[]",
1739
+ "name": "normalFills",
1740
+ "type": "tuple[]"
1741
+ },
1742
+ {
1743
+ "components": [
1744
+ {
1745
+ "components": [
1746
+ {
1747
+ "internalType": "uint256",
1748
+ "name": "salt",
1749
+ "type": "uint256"
1750
+ },
1751
+ {
1752
+ "internalType": "uint256",
1753
+ "name": "expiry",
1754
+ "type": "uint256"
1755
+ },
1756
+ {
1757
+ "internalType": "uint256",
1758
+ "name": "nonce",
1759
+ "type": "uint256"
1760
+ },
1761
+ {
1762
+ "internalType": "enum IPLimitOrderType.OrderType",
1763
+ "name": "orderType",
1764
+ "type": "uint8"
1765
+ },
1766
+ {
1767
+ "internalType": "address",
1768
+ "name": "token",
1769
+ "type": "address"
1770
+ },
1771
+ {
1772
+ "internalType": "address",
1773
+ "name": "YT",
1774
+ "type": "address"
1775
+ },
1776
+ {
1777
+ "internalType": "address",
1778
+ "name": "maker",
1779
+ "type": "address"
1780
+ },
1781
+ {
1782
+ "internalType": "address",
1783
+ "name": "receiver",
1784
+ "type": "address"
1785
+ },
1786
+ {
1787
+ "internalType": "uint256",
1788
+ "name": "makingAmount",
1789
+ "type": "uint256"
1790
+ },
1791
+ {
1792
+ "internalType": "uint256",
1793
+ "name": "lnImpliedRate",
1794
+ "type": "uint256"
1795
+ },
1796
+ {
1797
+ "internalType": "uint256",
1798
+ "name": "failSafeRate",
1799
+ "type": "uint256"
1800
+ },
1801
+ {
1802
+ "internalType": "bytes",
1803
+ "name": "permit",
1804
+ "type": "bytes"
1805
+ }
1806
+ ],
1807
+ "internalType": "struct Order",
1808
+ "name": "order",
1809
+ "type": "tuple"
1810
+ },
1811
+ {
1812
+ "internalType": "bytes",
1813
+ "name": "signature",
1814
+ "type": "bytes"
1815
+ },
1816
+ {
1817
+ "internalType": "uint256",
1818
+ "name": "makingAmount",
1819
+ "type": "uint256"
1820
+ }
1821
+ ],
1822
+ "internalType": "struct FillOrderParams[]",
1823
+ "name": "flashFills",
1824
+ "type": "tuple[]"
1825
+ },
1826
+ {
1827
+ "internalType": "bytes",
1828
+ "name": "optData",
1829
+ "type": "bytes"
1830
+ }
1831
+ ],
1832
+ "internalType": "struct LimitOrderData",
1833
+ "name": "limit",
1834
+ "type": "tuple"
1835
+ }
1836
+ ],
1837
+ "name": "swapExactPtForToken",
1838
+ "outputs": [
1839
+ {
1840
+ "internalType": "uint256",
1841
+ "name": "netTokenOut",
1842
+ "type": "uint256"
1843
+ },
1844
+ {
1845
+ "internalType": "uint256",
1846
+ "name": "netSyFee",
1847
+ "type": "uint256"
1848
+ },
1849
+ {
1850
+ "internalType": "uint256",
1851
+ "name": "netSyInterm",
1852
+ "type": "uint256"
1853
+ }
1854
+ ],
1855
+ "stateMutability": "nonpayable",
1856
+ "type": "function"
1857
+ },
1858
+ {
1859
+ "inputs": [
1860
+ {
1861
+ "internalType": "address",
1862
+ "name": "receiver",
1863
+ "type": "address"
1864
+ },
1865
+ {
1866
+ "internalType": "address",
1867
+ "name": "market",
1868
+ "type": "address"
1869
+ },
1870
+ {
1871
+ "internalType": "uint256",
1872
+ "name": "exactSyIn",
1873
+ "type": "uint256"
1874
+ },
1875
+ {
1876
+ "internalType": "uint256",
1877
+ "name": "minPtOut",
1878
+ "type": "uint256"
1879
+ },
1880
+ {
1881
+ "components": [
1882
+ {
1883
+ "internalType": "uint256",
1884
+ "name": "guessMin",
1885
+ "type": "uint256"
1886
+ },
1887
+ {
1888
+ "internalType": "uint256",
1889
+ "name": "guessMax",
1890
+ "type": "uint256"
1891
+ },
1892
+ {
1893
+ "internalType": "uint256",
1894
+ "name": "guessOffchain",
1895
+ "type": "uint256"
1896
+ },
1897
+ {
1898
+ "internalType": "uint256",
1899
+ "name": "maxIteration",
1900
+ "type": "uint256"
1901
+ },
1902
+ {
1903
+ "internalType": "uint256",
1904
+ "name": "eps",
1905
+ "type": "uint256"
1906
+ }
1907
+ ],
1908
+ "internalType": "struct ApproxParams",
1909
+ "name": "guessPtOut",
1910
+ "type": "tuple"
1911
+ },
1912
+ {
1913
+ "components": [
1914
+ {
1915
+ "internalType": "address",
1916
+ "name": "limitRouter",
1917
+ "type": "address"
1918
+ },
1919
+ {
1920
+ "internalType": "uint256",
1921
+ "name": "epsSkipMarket",
1922
+ "type": "uint256"
1923
+ },
1924
+ {
1925
+ "components": [
1926
+ {
1927
+ "components": [
1928
+ {
1929
+ "internalType": "uint256",
1930
+ "name": "salt",
1931
+ "type": "uint256"
1932
+ },
1933
+ {
1934
+ "internalType": "uint256",
1935
+ "name": "expiry",
1936
+ "type": "uint256"
1937
+ },
1938
+ {
1939
+ "internalType": "uint256",
1940
+ "name": "nonce",
1941
+ "type": "uint256"
1942
+ },
1943
+ {
1944
+ "internalType": "enum IPLimitOrderType.OrderType",
1945
+ "name": "orderType",
1946
+ "type": "uint8"
1947
+ },
1948
+ {
1949
+ "internalType": "address",
1950
+ "name": "token",
1951
+ "type": "address"
1952
+ },
1953
+ {
1954
+ "internalType": "address",
1955
+ "name": "YT",
1956
+ "type": "address"
1957
+ },
1958
+ {
1959
+ "internalType": "address",
1960
+ "name": "maker",
1961
+ "type": "address"
1962
+ },
1963
+ {
1964
+ "internalType": "address",
1965
+ "name": "receiver",
1966
+ "type": "address"
1967
+ },
1968
+ {
1969
+ "internalType": "uint256",
1970
+ "name": "makingAmount",
1971
+ "type": "uint256"
1972
+ },
1973
+ {
1974
+ "internalType": "uint256",
1975
+ "name": "lnImpliedRate",
1976
+ "type": "uint256"
1977
+ },
1978
+ {
1979
+ "internalType": "uint256",
1980
+ "name": "failSafeRate",
1981
+ "type": "uint256"
1982
+ },
1983
+ {
1984
+ "internalType": "bytes",
1985
+ "name": "permit",
1986
+ "type": "bytes"
1987
+ }
1988
+ ],
1989
+ "internalType": "struct Order",
1990
+ "name": "order",
1991
+ "type": "tuple"
1992
+ },
1993
+ {
1994
+ "internalType": "bytes",
1995
+ "name": "signature",
1996
+ "type": "bytes"
1997
+ },
1998
+ {
1999
+ "internalType": "uint256",
2000
+ "name": "makingAmount",
2001
+ "type": "uint256"
2002
+ }
2003
+ ],
2004
+ "internalType": "struct FillOrderParams[]",
2005
+ "name": "normalFills",
2006
+ "type": "tuple[]"
2007
+ },
2008
+ {
2009
+ "components": [
2010
+ {
2011
+ "components": [
2012
+ {
2013
+ "internalType": "uint256",
2014
+ "name": "salt",
2015
+ "type": "uint256"
2016
+ },
2017
+ {
2018
+ "internalType": "uint256",
2019
+ "name": "expiry",
2020
+ "type": "uint256"
2021
+ },
2022
+ {
2023
+ "internalType": "uint256",
2024
+ "name": "nonce",
2025
+ "type": "uint256"
2026
+ },
2027
+ {
2028
+ "internalType": "enum IPLimitOrderType.OrderType",
2029
+ "name": "orderType",
2030
+ "type": "uint8"
2031
+ },
2032
+ {
2033
+ "internalType": "address",
2034
+ "name": "token",
2035
+ "type": "address"
2036
+ },
2037
+ {
2038
+ "internalType": "address",
2039
+ "name": "YT",
2040
+ "type": "address"
2041
+ },
2042
+ {
2043
+ "internalType": "address",
2044
+ "name": "maker",
2045
+ "type": "address"
2046
+ },
2047
+ {
2048
+ "internalType": "address",
2049
+ "name": "receiver",
2050
+ "type": "address"
2051
+ },
2052
+ {
2053
+ "internalType": "uint256",
2054
+ "name": "makingAmount",
2055
+ "type": "uint256"
2056
+ },
2057
+ {
2058
+ "internalType": "uint256",
2059
+ "name": "lnImpliedRate",
2060
+ "type": "uint256"
2061
+ },
2062
+ {
2063
+ "internalType": "uint256",
2064
+ "name": "failSafeRate",
2065
+ "type": "uint256"
2066
+ },
2067
+ {
2068
+ "internalType": "bytes",
2069
+ "name": "permit",
2070
+ "type": "bytes"
2071
+ }
2072
+ ],
2073
+ "internalType": "struct Order",
2074
+ "name": "order",
2075
+ "type": "tuple"
2076
+ },
2077
+ {
2078
+ "internalType": "bytes",
2079
+ "name": "signature",
2080
+ "type": "bytes"
2081
+ },
2082
+ {
2083
+ "internalType": "uint256",
2084
+ "name": "makingAmount",
2085
+ "type": "uint256"
2086
+ }
2087
+ ],
2088
+ "internalType": "struct FillOrderParams[]",
2089
+ "name": "flashFills",
2090
+ "type": "tuple[]"
2091
+ },
2092
+ {
2093
+ "internalType": "bytes",
2094
+ "name": "optData",
2095
+ "type": "bytes"
2096
+ }
2097
+ ],
2098
+ "internalType": "struct LimitOrderData",
2099
+ "name": "limit",
2100
+ "type": "tuple"
2101
+ }
2102
+ ],
2103
+ "name": "swapExactSyForPt",
2104
+ "outputs": [
2105
+ {
2106
+ "internalType": "uint256",
2107
+ "name": "netPtOut",
2108
+ "type": "uint256"
2109
+ },
2110
+ {
2111
+ "internalType": "uint256",
2112
+ "name": "netSyFee",
2113
+ "type": "uint256"
2114
+ }
2115
+ ],
2116
+ "stateMutability": "nonpayable",
2117
+ "type": "function"
2118
+ },
2119
+ {
2120
+ "inputs": [
2121
+ {
2122
+ "internalType": "address",
2123
+ "name": "receiver",
2124
+ "type": "address"
2125
+ },
2126
+ {
2127
+ "internalType": "address",
2128
+ "name": "market",
2129
+ "type": "address"
2130
+ },
2131
+ {
2132
+ "internalType": "uint256",
2133
+ "name": "minPtOut",
2134
+ "type": "uint256"
2135
+ },
2136
+ {
2137
+ "components": [
2138
+ {
2139
+ "internalType": "uint256",
2140
+ "name": "guessMin",
2141
+ "type": "uint256"
2142
+ },
2143
+ {
2144
+ "internalType": "uint256",
2145
+ "name": "guessMax",
2146
+ "type": "uint256"
2147
+ },
2148
+ {
2149
+ "internalType": "uint256",
2150
+ "name": "guessOffchain",
2151
+ "type": "uint256"
2152
+ },
2153
+ {
2154
+ "internalType": "uint256",
2155
+ "name": "maxIteration",
2156
+ "type": "uint256"
2157
+ },
2158
+ {
2159
+ "internalType": "uint256",
2160
+ "name": "eps",
2161
+ "type": "uint256"
2162
+ }
2163
+ ],
2164
+ "internalType": "struct ApproxParams",
2165
+ "name": "guessPtOut",
2166
+ "type": "tuple"
2167
+ },
2168
+ {
2169
+ "components": [
2170
+ {
2171
+ "internalType": "address",
2172
+ "name": "tokenIn",
2173
+ "type": "address"
2174
+ },
2175
+ {
2176
+ "internalType": "uint256",
2177
+ "name": "netTokenIn",
2178
+ "type": "uint256"
2179
+ },
2180
+ {
2181
+ "internalType": "address",
2182
+ "name": "tokenMintSy",
2183
+ "type": "address"
2184
+ },
2185
+ {
2186
+ "internalType": "address",
2187
+ "name": "pendleSwap",
2188
+ "type": "address"
2189
+ },
2190
+ {
2191
+ "components": [
2192
+ {
2193
+ "internalType": "enum SwapType",
2194
+ "name": "swapType",
2195
+ "type": "uint8"
2196
+ },
2197
+ {
2198
+ "internalType": "address",
2199
+ "name": "extRouter",
2200
+ "type": "address"
2201
+ },
2202
+ {
2203
+ "internalType": "bytes",
2204
+ "name": "extCalldata",
2205
+ "type": "bytes"
2206
+ },
2207
+ {
2208
+ "internalType": "bool",
2209
+ "name": "needScale",
2210
+ "type": "bool"
2211
+ }
2212
+ ],
2213
+ "internalType": "struct SwapData",
2214
+ "name": "swapData",
2215
+ "type": "tuple"
2216
+ }
2217
+ ],
2218
+ "internalType": "struct TokenInput",
2219
+ "name": "input",
2220
+ "type": "tuple"
2221
+ },
2222
+ {
2223
+ "components": [
2224
+ {
2225
+ "internalType": "address",
2226
+ "name": "limitRouter",
2227
+ "type": "address"
2228
+ },
2229
+ {
2230
+ "internalType": "uint256",
2231
+ "name": "epsSkipMarket",
2232
+ "type": "uint256"
2233
+ },
2234
+ {
2235
+ "components": [
2236
+ {
2237
+ "components": [
2238
+ {
2239
+ "internalType": "uint256",
2240
+ "name": "salt",
2241
+ "type": "uint256"
2242
+ },
2243
+ {
2244
+ "internalType": "uint256",
2245
+ "name": "expiry",
2246
+ "type": "uint256"
2247
+ },
2248
+ {
2249
+ "internalType": "uint256",
2250
+ "name": "nonce",
2251
+ "type": "uint256"
2252
+ },
2253
+ {
2254
+ "internalType": "enum IPLimitOrderType.OrderType",
2255
+ "name": "orderType",
2256
+ "type": "uint8"
2257
+ },
2258
+ {
2259
+ "internalType": "address",
2260
+ "name": "token",
2261
+ "type": "address"
2262
+ },
2263
+ {
2264
+ "internalType": "address",
2265
+ "name": "YT",
2266
+ "type": "address"
2267
+ },
2268
+ {
2269
+ "internalType": "address",
2270
+ "name": "maker",
2271
+ "type": "address"
2272
+ },
2273
+ {
2274
+ "internalType": "address",
2275
+ "name": "receiver",
2276
+ "type": "address"
2277
+ },
2278
+ {
2279
+ "internalType": "uint256",
2280
+ "name": "makingAmount",
2281
+ "type": "uint256"
2282
+ },
2283
+ {
2284
+ "internalType": "uint256",
2285
+ "name": "lnImpliedRate",
2286
+ "type": "uint256"
2287
+ },
2288
+ {
2289
+ "internalType": "uint256",
2290
+ "name": "failSafeRate",
2291
+ "type": "uint256"
2292
+ },
2293
+ {
2294
+ "internalType": "bytes",
2295
+ "name": "permit",
2296
+ "type": "bytes"
2297
+ }
2298
+ ],
2299
+ "internalType": "struct Order",
2300
+ "name": "order",
2301
+ "type": "tuple"
2302
+ },
2303
+ {
2304
+ "internalType": "bytes",
2305
+ "name": "signature",
2306
+ "type": "bytes"
2307
+ },
2308
+ {
2309
+ "internalType": "uint256",
2310
+ "name": "makingAmount",
2311
+ "type": "uint256"
2312
+ }
2313
+ ],
2314
+ "internalType": "struct FillOrderParams[]",
2315
+ "name": "normalFills",
2316
+ "type": "tuple[]"
2317
+ },
2318
+ {
2319
+ "components": [
2320
+ {
2321
+ "components": [
2322
+ {
2323
+ "internalType": "uint256",
2324
+ "name": "salt",
2325
+ "type": "uint256"
2326
+ },
2327
+ {
2328
+ "internalType": "uint256",
2329
+ "name": "expiry",
2330
+ "type": "uint256"
2331
+ },
2332
+ {
2333
+ "internalType": "uint256",
2334
+ "name": "nonce",
2335
+ "type": "uint256"
2336
+ },
2337
+ {
2338
+ "internalType": "enum IPLimitOrderType.OrderType",
2339
+ "name": "orderType",
2340
+ "type": "uint8"
2341
+ },
2342
+ {
2343
+ "internalType": "address",
2344
+ "name": "token",
2345
+ "type": "address"
2346
+ },
2347
+ {
2348
+ "internalType": "address",
2349
+ "name": "YT",
2350
+ "type": "address"
2351
+ },
2352
+ {
2353
+ "internalType": "address",
2354
+ "name": "maker",
2355
+ "type": "address"
2356
+ },
2357
+ {
2358
+ "internalType": "address",
2359
+ "name": "receiver",
2360
+ "type": "address"
2361
+ },
2362
+ {
2363
+ "internalType": "uint256",
2364
+ "name": "makingAmount",
2365
+ "type": "uint256"
2366
+ },
2367
+ {
2368
+ "internalType": "uint256",
2369
+ "name": "lnImpliedRate",
2370
+ "type": "uint256"
2371
+ },
2372
+ {
2373
+ "internalType": "uint256",
2374
+ "name": "failSafeRate",
2375
+ "type": "uint256"
2376
+ },
2377
+ {
2378
+ "internalType": "bytes",
2379
+ "name": "permit",
2380
+ "type": "bytes"
2381
+ }
2382
+ ],
2383
+ "internalType": "struct Order",
2384
+ "name": "order",
2385
+ "type": "tuple"
2386
+ },
2387
+ {
2388
+ "internalType": "bytes",
2389
+ "name": "signature",
2390
+ "type": "bytes"
2391
+ },
2392
+ {
2393
+ "internalType": "uint256",
2394
+ "name": "makingAmount",
2395
+ "type": "uint256"
2396
+ }
2397
+ ],
2398
+ "internalType": "struct FillOrderParams[]",
2399
+ "name": "flashFills",
2400
+ "type": "tuple[]"
2401
+ },
2402
+ {
2403
+ "internalType": "bytes",
2404
+ "name": "optData",
2405
+ "type": "bytes"
2406
+ }
2407
+ ],
2408
+ "internalType": "struct LimitOrderData",
2409
+ "name": "limit",
2410
+ "type": "tuple"
2411
+ }
2412
+ ],
2413
+ "name": "swapExactTokenForPt",
2414
+ "outputs": [
2415
+ {
2416
+ "internalType": "uint256",
2417
+ "name": "netPtOut",
2418
+ "type": "uint256"
2419
+ },
2420
+ {
2421
+ "internalType": "uint256",
2422
+ "name": "netSyFee",
2423
+ "type": "uint256"
2424
+ },
2425
+ {
2426
+ "internalType": "uint256",
2427
+ "name": "netSyInterm",
2428
+ "type": "uint256"
2429
+ }
2430
+ ],
2431
+ "stateMutability": "payable",
2432
+ "type": "function"
2433
+ }
2434
+ ],
2435
+ "bytecode": "0x",
2436
+ "deployedBytecode": "0x",
2437
+ "linkReferences": {},
2438
+ "deployedLinkReferences": {}
2439
+ }