@pendle/core-v2 5.0.5 → 5.0.6

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 (911) 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 +372 -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 +390 -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 +533 -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 +523 -0
  19. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +4 -0
  20. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +426 -0
  21. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
  22. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +592 -0
  23. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +4 -0
  24. package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +492 -0
  25. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +4 -0
  26. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +1154 -0
  27. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +4 -0
  28. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +668 -0
  29. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +4 -0
  30. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +776 -0
  31. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +4 -0
  32. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +390 -0
  33. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +4 -0
  34. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +143 -0
  35. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +4 -0
  36. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +10 -0
  37. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +4 -0
  38. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +10 -0
  39. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +4 -0
  40. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +10 -0
  41. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +4 -0
  42. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +10 -0
  43. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
  44. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +10 -0
  45. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +4 -0
  46. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +100 -0
  47. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +4 -0
  48. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +128 -0
  49. package/build/artifacts/contracts/core/Market/v1/PendleMarket.sol/PendleMarket.dbg.json +4 -0
  50. package/build/artifacts/contracts/core/Market/v1/PendleMarket.sol/PendleMarket.json +1139 -0
  51. package/build/artifacts/contracts/core/Market/v1/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +4 -0
  52. package/build/artifacts/contracts/core/Market/v1/PendleMarketFactory.sol/PendleMarketFactory.json +664 -0
  53. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +4 -0
  54. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +610 -0
  55. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +4 -0
  56. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +1131 -0
  57. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +4 -0
  58. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +77 -0
  59. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +4 -0
  60. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +40 -0
  61. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +4 -0
  62. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +10 -0
  63. package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.dbg.json +4 -0
  64. package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.json +992 -0
  65. package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.dbg.json +4 -0
  66. package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.json +976 -0
  67. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +4 -0
  68. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.json +1058 -0
  69. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.dbg.json +4 -0
  70. package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.json +1042 -0
  71. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +4 -0
  72. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +10 -0
  73. package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.dbg.json +4 -0
  74. package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.json +10 -0
  75. package/build/artifacts/contracts/core/StandardizedYield/StEthNativeLib.sol/StETHNativeLib.dbg.json +4 -0
  76. package/build/artifacts/contracts/core/StandardizedYield/StEthNativeLib.sol/StETHNativeLib.json +10 -0
  77. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.dbg.json +4 -0
  78. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.json +1057 -0
  79. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3WithRewardsSY.sol/PendleAaveV3WithRewardsSY.dbg.json +4 -0
  80. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3WithRewardsSY.sol/PendleAaveV3WithRewardsSY.json +1198 -0
  81. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/AaveAdapterLib.sol/AaveAdapterLib.dbg.json +4 -0
  82. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/AaveAdapterLib.sol/AaveAdapterLib.json +10 -0
  83. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/WadRayMath.sol/WadRayMath.dbg.json +4 -0
  84. package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/libraries/WadRayMath.sol/WadRayMath.json +10 -0
  85. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.dbg.json +4 -0
  86. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.json +1092 -0
  87. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +4 -0
  88. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.json +1140 -0
  89. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.dbg.json +4 -0
  90. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.json +1244 -0
  91. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.dbg.json +4 -0
  92. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.json +1244 -0
  93. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.dbg.json +4 -0
  94. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.json +1211 -0
  95. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.dbg.json +4 -0
  96. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.json +1254 -0
  97. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.dbg.json +4 -0
  98. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.json +1236 -0
  99. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.dbg.json +4 -0
  100. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.json +1236 -0
  101. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.dbg.json +4 -0
  102. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.json +1236 -0
  103. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.dbg.json +4 -0
  104. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.json +1236 -0
  105. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.dbg.json +4 -0
  106. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.json +1236 -0
  107. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.dbg.json +4 -0
  108. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.json +10 -0
  109. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.dbg.json +4 -0
  110. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.json +133 -0
  111. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.dbg.json +4 -0
  112. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.json +219 -0
  113. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.dbg.json +4 -0
  114. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.json +133 -0
  115. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.dbg.json +4 -0
  116. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.json +133 -0
  117. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.dbg.json +4 -0
  118. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.json +10 -0
  119. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.dbg.json +4 -0
  120. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.json +24 -0
  121. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.dbg.json +4 -0
  122. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.json +24 -0
  123. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.dbg.json +4 -0
  124. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.json +10 -0
  125. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.dbg.json +4 -0
  126. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.json +234 -0
  127. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.dbg.json +4 -0
  128. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.json +40 -0
  129. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.dbg.json +4 -0
  130. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.json +322 -0
  131. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.dbg.json +4 -0
  132. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.json +1215 -0
  133. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.dbg.json +4 -0
  134. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.json +1188 -0
  135. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.dbg.json +4 -0
  136. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.json +10 -0
  137. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.dbg.json +4 -0
  138. package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.json +133 -0
  139. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniBTCSY.sol/PendleUniBTCSY.dbg.json +4 -0
  140. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniBTCSY.sol/PendleUniBTCSY.json +1049 -0
  141. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol/PendleUniETHSY.dbg.json +4 -0
  142. package/build/artifacts/contracts/core/StandardizedYield/implementations/BedRock/PendleUniETHSY.sol/PendleUniETHSY.json +1034 -0
  143. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +4 -0
  144. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +27 -0
  145. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +4 -0
  146. package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.json +1213 -0
  147. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.dbg.json +4 -0
  148. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.json +252 -0
  149. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.dbg.json +4 -0
  150. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.json +10 -0
  151. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.dbg.json +4 -0
  152. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.json +63 -0
  153. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.dbg.json +4 -0
  154. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.json +338 -0
  155. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.dbg.json +4 -0
  156. package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.json +1498 -0
  157. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.dbg.json +4 -0
  158. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.json +154 -0
  159. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.dbg.json +4 -0
  160. package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.json +96 -0
  161. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +4 -0
  162. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.json +1209 -0
  163. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +4 -0
  164. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.json +1274 -0
  165. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.dbg.json +4 -0
  166. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.json +10 -0
  167. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.dbg.json +4 -0
  168. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.json +10 -0
  169. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.dbg.json +4 -0
  170. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.json +10 -0
  171. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +4 -0
  172. package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.json +1154 -0
  173. package/build/artifacts/contracts/core/StandardizedYield/implementations/Dolomite/PendleDolomiteSY.sol/PendleDolomiteSY.dbg.json +4 -0
  174. package/build/artifacts/contracts/core/StandardizedYield/implementations/Dolomite/PendleDolomiteSY.sol/PendleDolomiteSY.json +1065 -0
  175. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDEMantleSY.sol/PendleSUSDEMantleSY.dbg.json +4 -0
  176. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDEMantleSY.sol/PendleSUSDEMantleSY.json +1143 -0
  177. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol/PendleSUSDESY.dbg.json +4 -0
  178. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDESY.sol/PendleSUSDESY.json +1102 -0
  179. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEL2SY.sol/PendleUSDEL2SY.dbg.json +4 -0
  180. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEL2SY.sol/PendleUSDEL2SY.json +1099 -0
  181. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDESY.sol/PendleUSDESY.dbg.json +4 -0
  182. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDESY.sol/PendleUSDESY.json +1089 -0
  183. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEBTCSY.sol/PendleEBTCSY.dbg.json +4 -0
  184. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEBTCSY.sol/PendleEBTCSY.json +1084 -0
  185. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.dbg.json +4 -0
  186. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.json +1060 -0
  187. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthkSY.sol/PendleWEEthkSY.dbg.json +4 -0
  188. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthkSY.sol/PendleWEEthkSY.json +1097 -0
  189. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthsSY.sol/PendleWEEthsSY.dbg.json +4 -0
  190. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthsSY.sol/PendleWEEthsSY.json +1097 -0
  191. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.dbg.json +4 -0
  192. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.json +10 -0
  193. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.dbg.json +4 -0
  194. package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.json +1050 -0
  195. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.dbg.json +4 -0
  196. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.json +50 -0
  197. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.dbg.json +4 -0
  198. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.json +297 -0
  199. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.dbg.json +4 -0
  200. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.json +30 -0
  201. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.dbg.json +4 -0
  202. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.json +35 -0
  203. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.dbg.json +4 -0
  204. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.json +180 -0
  205. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.dbg.json +4 -0
  206. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.json +1159 -0
  207. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.dbg.json +4 -0
  208. package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.json +1209 -0
  209. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGTokenSY.sol/PendleGTokenSY.dbg.json +4 -0
  210. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGTokenSY.sol/PendleGTokenSY.json +1026 -0
  211. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGUSDCSY.sol/PendleGUSDCSY.dbg.json +4 -0
  212. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGUSDCSY.sol/PendleGUSDCSY.json +1023 -0
  213. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGdaiSY.sol/PendleGDaiSY.dbg.json +4 -0
  214. package/build/artifacts/contracts/core/StandardizedYield/implementations/Gains/PendleGdaiSY.sol/PendleGDaiSY.json +1039 -0
  215. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.dbg.json +4 -0
  216. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.json +250 -0
  217. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.dbg.json +4 -0
  218. package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.json +1225 -0
  219. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultERC20SY.sol/PendleKarakVaultERC20SY.dbg.json +4 -0
  220. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultERC20SY.sol/PendleKarakVaultERC20SY.json +1070 -0
  221. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultEzETHSY.sol/PendleKarakVaultEzETHSY.dbg.json +4 -0
  222. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultEzETHSY.sol/PendleKarakVaultEzETHSY.json +1144 -0
  223. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultSUSDESY.sol/PendleKarakVaultSUSDESY.dbg.json +4 -0
  224. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultSUSDESY.sol/PendleKarakVaultSUSDESY.json +1111 -0
  225. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultSYBaseUpg.sol/PendleKarakVaultSYBaseUpg.dbg.json +4 -0
  226. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultSYBaseUpg.sol/PendleKarakVaultSYBaseUpg.json +1036 -0
  227. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultUSDESY.sol/PendleKarakVaultUSDESY.dbg.json +4 -0
  228. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultUSDESY.sol/PendleKarakVaultUSDESY.json +1096 -0
  229. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultWEETHSY.sol/PendleKarakVaultWEETHSY.dbg.json +4 -0
  230. package/build/artifacts/contracts/core/StandardizedYield/implementations/Karak/PendleKarakVaultWEETHSY.sol/PendleKarakVaultWEETHSY.json +1116 -0
  231. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleAgETHSY.sol/PendleAgETHSY.dbg.json +4 -0
  232. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleAgETHSY.sol/PendleAgETHSY.json +1088 -0
  233. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.dbg.json +4 -0
  234. package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.json +1159 -0
  235. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.dbg.json +4 -0
  236. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.json +375 -0
  237. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.dbg.json +4 -0
  238. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.json +82 -0
  239. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.dbg.json +4 -0
  240. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.json +1287 -0
  241. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.dbg.json +4 -0
  242. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.json +10 -0
  243. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.dbg.json +4 -0
  244. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.json +10 -0
  245. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.dbg.json +4 -0
  246. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.json +10 -0
  247. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.dbg.json +4 -0
  248. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.json +10 -0
  249. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.dbg.json +4 -0
  250. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.json +10 -0
  251. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.dbg.json +4 -0
  252. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.json +10 -0
  253. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.dbg.json +4 -0
  254. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.json +10 -0
  255. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.dbg.json +4 -0
  256. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.json +10 -0
  257. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.dbg.json +4 -0
  258. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.json +10 -0
  259. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.dbg.json +4 -0
  260. package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.json +10 -0
  261. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.dbg.json +4 -0
  262. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.json +245 -0
  263. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.dbg.json +4 -0
  264. package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.json +1248 -0
  265. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mantle/PendleMETHSY.sol/PendleMETHSY.dbg.json +4 -0
  266. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mantle/PendleMETHSY.sol/PendleMETHSY.json +1049 -0
  267. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.dbg.json +4 -0
  268. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.json +1041 -0
  269. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +4 -0
  270. package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.json +149 -0
  271. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleAmphorWstETHVaultSY.sol/PendleAmphorWstETHVaultSY.dbg.json +4 -0
  272. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleAmphorWstETHVaultSY.sol/PendleAmphorWstETHVaultSY.json +1010 -0
  273. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultERC20SYUpg.sol/PendleMellowVaultERC20SYUpg.dbg.json +4 -0
  274. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultERC20SYUpg.sol/PendleMellowVaultERC20SYUpg.json +1171 -0
  275. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultERC4626SYUpg.sol/PendleMellowVaultERC4626SYUpg.dbg.json +4 -0
  276. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultERC4626SYUpg.sol/PendleMellowVaultERC4626SYUpg.json +1184 -0
  277. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultSYBaseUpg.sol/PendleMellowVaultSYBaseUpg.dbg.json +4 -0
  278. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultSYBaseUpg.sol/PendleMellowVaultSYBaseUpg.json +1114 -0
  279. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultWstETHSYUpg.sol/PendleMellowVaultWstETHSYUpg.dbg.json +4 -0
  280. package/build/artifacts/contracts/core/StandardizedYield/implementations/Mellow/PendleMellowVaultWstETHSYUpg.sol/PendleMellowVaultWstETHSYUpg.json +1153 -0
  281. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.dbg.json +4 -0
  282. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.json +1041 -0
  283. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.dbg.json +4 -0
  284. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.json +1041 -0
  285. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol/PendleERC20SY.dbg.json +4 -0
  286. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SY.sol/PendleERC20SY.json +1013 -0
  287. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SYUpg.sol/PendleERC20SYUpg.dbg.json +4 -0
  288. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SYUpg.sol/PendleERC20SYUpg.json +1005 -0
  289. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +4 -0
  290. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +1073 -0
  291. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.dbg.json +4 -0
  292. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.json +1026 -0
  293. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.dbg.json +4 -0
  294. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626UpgSY.sol/PendleERC4626SYUpg.json +1000 -0
  295. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.dbg.json +4 -0
  296. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.json +1026 -0
  297. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.dbg.json +4 -0
  298. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.json +1054 -0
  299. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +4 -0
  300. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.json +1062 -0
  301. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.dbg.json +4 -0
  302. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.json +1052 -0
  303. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.dbg.json +4 -0
  304. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.json +1222 -0
  305. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.dbg.json +4 -0
  306. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.json +1044 -0
  307. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +4 -0
  308. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.json +1057 -0
  309. package/build/artifacts/contracts/core/StandardizedYield/implementations/PirexETH/PendleApxETHSY.sol/PendleApxETHSY.dbg.json +4 -0
  310. package/build/artifacts/contracts/core/StandardizedYield/implementations/PirexETH/PendleApxETHSY.sol/PendleApxETHSY.json +1060 -0
  311. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.dbg.json +4 -0
  312. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufStETHSY.sol/PendlePufStETHSY.json +1014 -0
  313. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.dbg.json +4 -0
  314. package/build/artifacts/contracts/core/StandardizedYield/implementations/Puffer/PendlePufWETHSY.sol/PendlePufWETHSY.json +1014 -0
  315. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHL2SY.sol/PendleEzETHL2SY.dbg.json +4 -0
  316. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHL2SY.sol/PendleEzETHL2SY.json +1114 -0
  317. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.dbg.json +4 -0
  318. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.json +1141 -0
  319. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleREZtakeSY.sol/PendleREZtakeSY.dbg.json +4 -0
  320. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleREZtakeSY.sol/PendleREZtakeSY.json +1023 -0
  321. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleRenzoPreviewHelper.sol/PendleRenzoPreviewHelper.dbg.json +4 -0
  322. package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleRenzoPreviewHelper.sol/PendleRenzoPreviewHelper.json +347 -0
  323. package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.dbg.json +4 -0
  324. package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.json +1222 -0
  325. package/build/artifacts/contracts/core/StandardizedYield/implementations/Sophon/PendleSophonFarmingSY.sol/PendleSophonFarmingSY.dbg.json +4 -0
  326. package/build/artifacts/contracts/core/StandardizedYield/implementations/Sophon/PendleSophonFarmingSY.sol/PendleSophonFarmingSY.json +1128 -0
  327. package/build/artifacts/contracts/core/StandardizedYield/implementations/Sophon/PendleSophonPointManager.sol/PendleSophonPointManager.dbg.json +4 -0
  328. package/build/artifacts/contracts/core/StandardizedYield/implementations/Sophon/PendleSophonPointManager.sol/PendleSophonPointManager.json +420 -0
  329. package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.dbg.json +4 -0
  330. package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.json +1066 -0
  331. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.dbg.json +4 -0
  332. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.json +1044 -0
  333. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +4 -0
  334. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.json +1026 -0
  335. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.dbg.json +4 -0
  336. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.json +1049 -0
  337. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.dbg.json +4 -0
  338. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.json +1039 -0
  339. package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.dbg.json +4 -0
  340. package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.json +1036 -0
  341. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.dbg.json +4 -0
  342. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.json +1331 -0
  343. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.dbg.json +4 -0
  344. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.json +128 -0
  345. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.dbg.json +4 -0
  346. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.json +24 -0
  347. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.dbg.json +4 -0
  348. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.json +24 -0
  349. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.dbg.json +4 -0
  350. package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.json +267 -0
  351. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeERC20SY.sol/PendleZtakeERC20SY.dbg.json +4 -0
  352. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeERC20SY.sol/PendleZtakeERC20SY.json +1036 -0
  353. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeEzETHSY.sol/PendleZtakeEzETHSY.dbg.json +4 -0
  354. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeEzETHSY.sol/PendleZtakeEzETHSY.json +1105 -0
  355. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeRsETHSY.sol/PendleZtakeRsETHSY.dbg.json +4 -0
  356. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeRsETHSY.sol/PendleZtakeRsETHSY.json +1074 -0
  357. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol/PendleZtakeUSDESY.dbg.json +4 -0
  358. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol/PendleZtakeUSDESY.json +1086 -0
  359. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeWeETHSY.sol/PendleZtakeWeETHSY.dbg.json +4 -0
  360. package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeWeETHSY.sol/PendleZtakeWeETHSY.json +1069 -0
  361. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +4 -0
  362. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +48 -0
  363. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +4 -0
  364. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +401 -0
  365. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +4 -0
  366. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +590 -0
  367. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +4 -0
  368. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +886 -0
  369. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +4 -0
  370. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +254 -0
  371. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +4 -0
  372. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +394 -0
  373. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +4 -0
  374. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +370 -0
  375. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +4 -0
  376. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +246 -0
  377. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +4 -0
  378. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +10 -0
  379. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +4 -0
  380. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +10 -0
  381. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +4 -0
  382. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +10 -0
  383. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +4 -0
  384. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +99 -0
  385. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +4 -0
  386. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +37 -0
  387. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +4 -0
  388. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +1436 -0
  389. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
  390. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +10 -0
  391. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +4 -0
  392. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +10 -0
  393. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +4 -0
  394. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +10 -0
  395. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +4 -0
  396. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +10 -0
  397. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
  398. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +10 -0
  399. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +4 -0
  400. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +10 -0
  401. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3AToken.sol/IAaveV3AToken.dbg.json +4 -0
  402. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3AToken.sol/IAaveV3AToken.json +112 -0
  403. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3IncentiveController.sol/IAaveV3IncentiveController.dbg.json +4 -0
  404. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3IncentiveController.sol/IAaveV3IncentiveController.json +48 -0
  405. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3Pool.sol/IAaveV3Pool.dbg.json +4 -0
  406. package/build/artifacts/contracts/interfaces/AaveV3/IAaveV3Pool.sol/IAaveV3Pool.json +87 -0
  407. package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.dbg.json +4 -0
  408. package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.json +62 -0
  409. package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.dbg.json +4 -0
  410. package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.json +108 -0
  411. package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +4 -0
  412. package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.json +10 -0
  413. package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +4 -0
  414. package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.json +24 -0
  415. package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +4 -0
  416. package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.json +133 -0
  417. package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +4 -0
  418. package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.json +328 -0
  419. package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +4 -0
  420. package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.json +486 -0
  421. package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.dbg.json +4 -0
  422. package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.json +1172 -0
  423. package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +4 -0
  424. package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.json +61 -0
  425. package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +4 -0
  426. package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.json +30 -0
  427. package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +4 -0
  428. package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.json +398 -0
  429. package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.dbg.json +4 -0
  430. package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.json +133 -0
  431. package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +4 -0
  432. package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.json +24 -0
  433. package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +4 -0
  434. package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.json +278 -0
  435. package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.dbg.json +4 -0
  436. package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.json +24 -0
  437. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.dbg.json +4 -0
  438. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockStaking.sol/IBedrockStaking.json +61 -0
  439. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockUniBTCVault.sol/IBedrockUniBTCVault.dbg.json +4 -0
  440. package/build/artifacts/contracts/interfaces/Bedrock/IBedrockUniBTCVault.sol/IBedrockUniBTCVault.json +48 -0
  441. package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.dbg.json +4 -0
  442. package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.json +42 -0
  443. package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.dbg.json +4 -0
  444. package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.json +237 -0
  445. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.dbg.json +4 -0
  446. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.json +56 -0
  447. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.dbg.json +4 -0
  448. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.json +142 -0
  449. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.dbg.json +4 -0
  450. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.json +463 -0
  451. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.dbg.json +4 -0
  452. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.json +451 -0
  453. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.dbg.json +4 -0
  454. package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.json +638 -0
  455. package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.dbg.json +4 -0
  456. package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.json +755 -0
  457. package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.dbg.json +4 -0
  458. package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.json +647 -0
  459. package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.dbg.json +4 -0
  460. package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.json +18 -0
  461. package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.dbg.json +4 -0
  462. package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.json +350 -0
  463. package/build/artifacts/contracts/interfaces/Connext/IConnext.sol/IConnext.dbg.json +4 -0
  464. package/build/artifacts/contracts/interfaces/Connext/IConnext.sol/IConnext.json +45 -0
  465. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +4 -0
  466. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.json +177 -0
  467. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +4 -0
  468. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.json +78 -0
  469. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +4 -0
  470. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.json +24 -0
  471. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +4 -0
  472. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.json +282 -0
  473. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +4 -0
  474. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.json +278 -0
  475. package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.dbg.json +4 -0
  476. package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.json +213 -0
  477. package/build/artifacts/contracts/interfaces/Dolomite/IDolomiteDToken.sol/IDolomiteDToken.dbg.json +4 -0
  478. package/build/artifacts/contracts/interfaces/Dolomite/IDolomiteDToken.sol/IDolomiteDToken.json +88 -0
  479. package/build/artifacts/contracts/interfaces/Dolomite/IDolomiteMarginContract.sol/IDolomiteMarginContract.dbg.json +4 -0
  480. package/build/artifacts/contracts/interfaces/Dolomite/IDolomiteMarginContract.sol/IDolomiteMarginContract.json +66 -0
  481. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiLiquidityPool.sol/IEtherFiLiquidityPool.dbg.json +4 -0
  482. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiLiquidityPool.sol/IEtherFiLiquidityPool.json +145 -0
  483. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiWEEth.sol/IEtherFiWEEth.dbg.json +4 -0
  484. package/build/artifacts/contracts/interfaces/EtherFi/IEtherFiWEEth.sol/IEtherFiWEEth.json +75 -0
  485. package/build/artifacts/contracts/interfaces/EtherFi/IVedaAccountant.sol/IVedaAccountant.dbg.json +4 -0
  486. package/build/artifacts/contracts/interfaces/EtherFi/IVedaAccountant.sol/IVedaAccountant.json +30 -0
  487. package/build/artifacts/contracts/interfaces/EtherFi/IVedaTeller.sol/IVedaTeller.dbg.json +4 -0
  488. package/build/artifacts/contracts/interfaces/EtherFi/IVedaTeller.sol/IVedaTeller.json +87 -0
  489. package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.dbg.json +4 -0
  490. package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.json +166 -0
  491. package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.dbg.json +4 -0
  492. package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.json +40 -0
  493. package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.dbg.json +4 -0
  494. package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.json +56 -0
  495. package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.dbg.json +4 -0
  496. package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.json +30 -0
  497. package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.dbg.json +4 -0
  498. package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.json +308 -0
  499. package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.dbg.json +4 -0
  500. package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.json +88 -0
  501. package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.dbg.json +4 -0
  502. package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.json +201 -0
  503. package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.dbg.json +4 -0
  504. package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.json +45 -0
  505. package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.dbg.json +4 -0
  506. package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.json +55 -0
  507. package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.dbg.json +4 -0
  508. package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.json +30 -0
  509. package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.dbg.json +4 -0
  510. package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.json +44 -0
  511. package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.dbg.json +4 -0
  512. package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.json +66 -0
  513. package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.dbg.json +4 -0
  514. package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.json +73 -0
  515. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +4 -0
  516. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +48 -0
  517. package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +4 -0
  518. package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.json +149 -0
  519. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +4 -0
  520. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +81 -0
  521. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +4 -0
  522. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +74 -0
  523. package/build/artifacts/contracts/interfaces/IDailLikePermit.sol/IDaiLikePermit.dbg.json +4 -0
  524. package/build/artifacts/contracts/interfaces/IDailLikePermit.sol/IDaiLikePermit.json +59 -0
  525. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +4 -0
  526. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +388 -0
  527. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +4 -0
  528. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +119 -0
  529. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +4 -0
  530. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +39 -0
  531. package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.dbg.json +4 -0
  532. package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.json +30 -0
  533. package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.dbg.json +4 -0
  534. package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.json +76 -0
  535. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +4 -0
  536. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +2614 -0
  537. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +4 -0
  538. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +68 -0
  539. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +4 -0
  540. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +307 -0
  541. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +4 -0
  542. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +603 -0
  543. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +4 -0
  544. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +1215 -0
  545. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +4 -0
  546. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +242 -0
  547. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +4 -0
  548. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +2118 -0
  549. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +4 -0
  550. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +158 -0
  551. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
  552. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +149 -0
  553. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +4 -0
  554. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +1185 -0
  555. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +4 -0
  556. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +1364 -0
  557. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +4 -0
  558. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +40 -0
  559. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +4 -0
  560. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +7443 -0
  561. package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +4 -0
  562. package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.json +321 -0
  563. package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.dbg.json +4 -0
  564. package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.json +92 -0
  565. package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.dbg.json +4 -0
  566. package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.json +34 -0
  567. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +4 -0
  568. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +24 -0
  569. package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.dbg.json +4 -0
  570. package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.json +109 -0
  571. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +4 -0
  572. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +123 -0
  573. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +4 -0
  574. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +169 -0
  575. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +4 -0
  576. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +62 -0
  577. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +4 -0
  578. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +160 -0
  579. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +4 -0
  580. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +183 -0
  581. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
  582. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +60 -0
  583. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +4 -0
  584. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +48 -0
  585. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +4 -0
  586. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +40 -0
  587. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +4 -0
  588. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +10 -0
  589. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +4 -0
  590. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +608 -0
  591. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +4 -0
  592. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +45 -0
  593. package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.dbg.json +4 -0
  594. package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.json +135 -0
  595. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +4 -0
  596. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +820 -0
  597. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +4 -0
  598. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +153 -0
  599. package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.dbg.json +4 -0
  600. package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.json +166 -0
  601. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +4 -0
  602. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +179 -0
  603. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +4 -0
  604. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +34 -0
  605. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +4 -0
  606. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +833 -0
  607. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +4 -0
  608. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +150 -0
  609. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +4 -0
  610. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +55 -0
  611. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +4 -0
  612. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +24 -0
  613. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +4 -0
  614. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +73 -0
  615. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +4 -0
  616. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +67 -0
  617. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +4 -0
  618. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +24 -0
  619. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +4 -0
  620. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +202 -0
  621. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
  622. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +25 -0
  623. package/build/artifacts/contracts/interfaces/IPPreviewHelper.sol/IPPreviewHelper.dbg.json +4 -0
  624. package/build/artifacts/contracts/interfaces/IPPreviewHelper.sol/IPPreviewHelper.json +59 -0
  625. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +4 -0
  626. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +24 -0
  627. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +4 -0
  628. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +347 -0
  629. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +4 -0
  630. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +30 -0
  631. package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +4 -0
  632. package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.json +863 -0
  633. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
  634. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +2554 -0
  635. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +4 -0
  636. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +37 -0
  637. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +4 -0
  638. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +104 -0
  639. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +4 -0
  640. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +348 -0
  641. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +4 -0
  642. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +321 -0
  643. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +4 -0
  644. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +266 -0
  645. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
  646. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +681 -0
  647. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +4 -0
  648. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +679 -0
  649. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +4 -0
  650. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +350 -0
  651. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +4 -0
  652. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +375 -0
  653. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +4 -0
  654. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +324 -0
  655. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +4 -0
  656. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +148 -0
  657. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +4 -0
  658. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +40 -0
  659. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +4 -0
  660. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +137 -0
  661. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +4 -0
  662. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +643 -0
  663. package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.dbg.json +4 -0
  664. package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.json +200 -0
  665. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +4 -0
  666. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +63 -0
  667. package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.dbg.json +4 -0
  668. package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.json +130 -0
  669. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
  670. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +252 -0
  671. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +4 -0
  672. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +75 -0
  673. package/build/artifacts/contracts/interfaces/Karak/IKarakVault.sol/IKarakVault.dbg.json +4 -0
  674. package/build/artifacts/contracts/interfaces/Karak/IKarakVault.sol/IKarakVault.json +24 -0
  675. package/build/artifacts/contracts/interfaces/Karak/IKarakVaultSupervisor.sol/IKarakVaultSupervisor.dbg.json +4 -0
  676. package/build/artifacts/contracts/interfaces/Karak/IKarakVaultSupervisor.sol/IKarakVaultSupervisor.json +76 -0
  677. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpDepositPool.sol/IKelpDepositPool.dbg.json +4 -0
  678. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpDepositPool.sol/IKelpDepositPool.json +94 -0
  679. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpLRTConfig.sol/IKelpLRTConfig.dbg.json +4 -0
  680. package/build/artifacts/contracts/interfaces/KelpDAO/IKelpLRTConfig.sol/IKelpLRTConfig.json +43 -0
  681. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.dbg.json +4 -0
  682. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.json +436 -0
  683. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.dbg.json +4 -0
  684. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.json +300 -0
  685. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.dbg.json +4 -0
  686. package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.json +225 -0
  687. package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.dbg.json +4 -0
  688. package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.json +894 -0
  689. package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.dbg.json +4 -0
  690. package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.json +128 -0
  691. package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.dbg.json +4 -0
  692. package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.json +614 -0
  693. package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.dbg.json +4 -0
  694. package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.json +92 -0
  695. package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.dbg.json +4 -0
  696. package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.json +870 -0
  697. package/build/artifacts/contracts/interfaces/Mellow/IMellowVault.sol/IMellowVault.dbg.json +4 -0
  698. package/build/artifacts/contracts/interfaces/Mellow/IMellowVault.sol/IMellowVault.json +125 -0
  699. package/build/artifacts/contracts/interfaces/Mellow/IMellowVaultConfigurator.sol/IMellowVaultConfigurator.dbg.json +4 -0
  700. package/build/artifacts/contracts/interfaces/Mellow/IMellowVaultConfigurator.sol/IMellowVaultConfigurator.json +24 -0
  701. package/build/artifacts/contracts/interfaces/PirexETH/IPirexETH.sol/IPirexETH.dbg.json +4 -0
  702. package/build/artifacts/contracts/interfaces/PirexETH/IPirexETH.sol/IPirexETH.json +127 -0
  703. package/build/artifacts/contracts/interfaces/Renzo/IRenzoDepositL2.sol/IRenzoDepositL2.dbg.json +4 -0
  704. package/build/artifacts/contracts/interfaces/Renzo/IRenzoDepositL2.sol/IRenzoDepositL2.json +105 -0
  705. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.dbg.json +4 -0
  706. package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.json +64 -0
  707. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.dbg.json +4 -0
  708. package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.json +102 -0
  709. package/build/artifacts/contracts/interfaces/Renzo/IRenzoReztake.sol/IRenzoReztake.dbg.json +4 -0
  710. package/build/artifacts/contracts/interfaces/Renzo/IRenzoReztake.sol/IRenzoReztake.json +69 -0
  711. package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.dbg.json +4 -0
  712. package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.json +837 -0
  713. package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.dbg.json +4 -0
  714. package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.json +48 -0
  715. package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.dbg.json +4 -0
  716. package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.json +35 -0
  717. package/build/artifacts/contracts/interfaces/Sophon/IPSophonPointManager.sol/IPSophonPointManager.dbg.json +4 -0
  718. package/build/artifacts/contracts/interfaces/Sophon/IPSophonPointManager.sol/IPSophonPointManager.json +18 -0
  719. package/build/artifacts/contracts/interfaces/Sophon/ISophonFarming.sol/ISophonFarming.dbg.json +4 -0
  720. package/build/artifacts/contracts/interfaces/Sophon/ISophonFarming.sol/ISophonFarming.json +168 -0
  721. package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.dbg.json +4 -0
  722. package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.json +420 -0
  723. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.dbg.json +4 -0
  724. package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.json +44 -0
  725. package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.dbg.json +4 -0
  726. package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.json +44 -0
  727. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.dbg.json +4 -0
  728. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.json +207 -0
  729. package/build/artifacts/contracts/interfaces/Tensorplex/ITensorplexStTAO.sol/ITensorplexStTAO.dbg.json +4 -0
  730. package/build/artifacts/contracts/interfaces/Tensorplex/ITensorplexStTAO.sol/ITensorplexStTAO.json +106 -0
  731. package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.dbg.json +4 -0
  732. package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.json +152 -0
  733. package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.dbg.json +4 -0
  734. package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.json +71 -0
  735. package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.dbg.json +4 -0
  736. package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.json +409 -0
  737. package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.dbg.json +4 -0
  738. package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.json +188 -0
  739. package/build/artifacts/contracts/interfaces/Zircuit/IZircuitZtaking.sol/IZircuitZtaking.dbg.json +4 -0
  740. package/build/artifacts/contracts/interfaces/Zircuit/IZircuitZtaking.sol/IZircuitZtaking.json +52 -0
  741. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +4 -0
  742. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +10 -0
  743. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +4 -0
  744. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +1022 -0
  745. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +4 -0
  746. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +1049 -0
  747. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +4 -0
  748. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +99 -0
  749. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +4 -0
  750. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +143 -0
  751. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +4 -0
  752. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +37 -0
  753. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +4 -0
  754. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +114 -0
  755. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +4 -0
  756. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +35 -0
  757. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +4 -0
  758. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +57 -0
  759. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +4 -0
  760. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +180 -0
  761. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +4 -0
  762. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +256 -0
  763. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +4 -0
  764. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +10 -0
  765. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +4 -0
  766. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +200 -0
  767. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +4 -0
  768. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +30 -0
  769. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +4 -0
  770. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +572 -0
  771. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +4 -0
  772. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +174 -0
  773. package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.dbg.json +4 -0
  774. package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.json +10 -0
  775. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +4 -0
  776. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +322 -0
  777. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +4 -0
  778. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +307 -0
  779. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
  780. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +401 -0
  781. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +4 -0
  782. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +89 -0
  783. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +4 -0
  784. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +159 -0
  785. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +4 -0
  786. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +435 -0
  787. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +4 -0
  788. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +272 -0
  789. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +4 -0
  790. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +76 -0
  791. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +4 -0
  792. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +84 -0
  793. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +4 -0
  794. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +63 -0
  795. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +4 -0
  796. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +35 -0
  797. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +4 -0
  798. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +2414 -0
  799. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +4 -0
  800. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +30 -0
  801. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +4 -0
  802. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +307 -0
  803. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +4 -0
  804. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +723 -0
  805. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +4 -0
  806. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +1326 -0
  807. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +4 -0
  808. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +247 -0
  809. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +4 -0
  810. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +202 -0
  811. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +4 -0
  812. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +93 -0
  813. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +4 -0
  814. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +10 -0
  815. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +4 -0
  816. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.json +10 -0
  817. package/build/artifacts/contracts/oracles/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +4 -0
  818. package/build/artifacts/contracts/oracles/PendlePYLpOracle.sol/PendlePYLpOracle.json +422 -0
  819. package/build/artifacts/contracts/oracles/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +4 -0
  820. package/build/artifacts/contracts/oracles/PendlePYOracleLib.sol/PendlePYOracleLib.json +10 -0
  821. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +4 -0
  822. package/build/artifacts/contracts/oracles/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +79 -0
  823. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +4 -0
  824. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.json +166 -0
  825. package/build/artifacts/contracts/oracles/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +4 -0
  826. package/build/artifacts/contracts/oracles/samples/BoringLpSeller.sol/BoringLpSeller.json +10 -0
  827. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +4 -0
  828. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +183 -0
  829. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +4 -0
  830. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +183 -0
  831. package/build/artifacts/contracts/oracles/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +4 -0
  832. package/build/artifacts/contracts/oracles/samples/BoringPtSeller.sol/BoringPtSeller.json +10 -0
  833. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +4 -0
  834. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2688 -0
  835. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +4 -0
  836. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +68 -0
  837. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +4 -0
  838. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2134 -0
  839. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
  840. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +149 -0
  841. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +4 -0
  842. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +1249 -0
  843. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +4 -0
  844. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +1428 -0
  845. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
  846. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
  847. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +4 -0
  848. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +34 -0
  849. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
  850. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
  851. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +4 -0
  852. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +10 -0
  853. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +4 -0
  854. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +10 -0
  855. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +4 -0
  856. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +10 -0
  857. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +4 -0
  858. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +10 -0
  859. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +4 -0
  860. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +56 -0
  861. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapBase.dbg.json +4 -0
  862. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapBase.json +60 -0
  863. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.dbg.json +4 -0
  864. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.json +60 -0
  865. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.dbg.json +4 -0
  866. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.json +60 -0
  867. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol/IAggregationExecutor.dbg.json +4 -0
  868. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol/IAggregationExecutor.json +65 -0
  869. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol/IAggregationExecutorOptimistic.dbg.json +4 -0
  870. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol/IAggregationExecutorOptimistic.json +194 -0
  871. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.dbg.json +4 -0
  872. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.json +1787 -0
  873. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.dbg.json +4 -0
  874. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.json +2873 -0
  875. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2Struct.sol/IExecutorHelperL2Struct.dbg.json +4 -0
  876. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2Struct.sol/IExecutorHelperL2Struct.json +10 -0
  877. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperStruct.sol/IExecutorHelperStruct.dbg.json +4 -0
  878. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperStruct.sol/IExecutorHelperStruct.json +10 -0
  879. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.dbg.json +4 -0
  880. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.json +215 -0
  881. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IBebopV3.sol/IBebopV3.dbg.json +4 -0
  882. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IBebopV3.sol/IBebopV3.json +10 -0
  883. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IKyberDSLO.sol/IKyberDSLO.dbg.json +4 -0
  884. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IKyberDSLO.sol/IKyberDSLO.json +10 -0
  885. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IKyberLO.sol/IKyberLO.dbg.json +4 -0
  886. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/pools/IKyberLO.sol/IKyberLO.json +10 -0
  887. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.dbg.json +4 -0
  888. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.json +10 -0
  889. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.dbg.json +4 -0
  890. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.json +10 -0
  891. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.dbg.json +4 -0
  892. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.json +10 -0
  893. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.dbg.json +4 -0
  894. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.json +10 -0
  895. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.dbg.json +4 -0
  896. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.json +10 -0
  897. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.dbg.json +4 -0
  898. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.json +10 -0
  899. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.dbg.json +4 -0
  900. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.json +10 -0
  901. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.dbg.json +4 -0
  902. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.json +10 -0
  903. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.dbg.json +4 -0
  904. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.json +10 -0
  905. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.dbg.json +4 -0
  906. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.json +10 -0
  907. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/libraries/BytesHelper.sol/BytesHelper.dbg.json +4 -0
  908. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/libraries/BytesHelper.sol/BytesHelper.json +10 -0
  909. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/libraries/RevertReasonParser.sol/RevertReasonParser.dbg.json +4 -0
  910. package/build/artifacts/contracts/router/swap-aggregator/kyberswap/libraries/RevertReasonParser.sol/RevertReasonParser.json +10 -0
  911. package/package.json +2 -2
@@ -0,0 +1,2614 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPActionAddRemoveLiqV3",
4
+ "sourceName": "contracts/interfaces/IPActionAddRemoveLiqV3.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": "netLpToRemove",
362
+ "type": "uint256"
363
+ },
364
+ {
365
+ "indexed": false,
366
+ "internalType": "uint256",
367
+ "name": "netPtOut",
368
+ "type": "uint256"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "uint256",
373
+ "name": "netSyOut",
374
+ "type": "uint256"
375
+ }
376
+ ],
377
+ "name": "RemoveLiquidityDualSyAndPt",
378
+ "type": "event"
379
+ },
380
+ {
381
+ "anonymous": false,
382
+ "inputs": [
383
+ {
384
+ "indexed": true,
385
+ "internalType": "address",
386
+ "name": "caller",
387
+ "type": "address"
388
+ },
389
+ {
390
+ "indexed": true,
391
+ "internalType": "address",
392
+ "name": "market",
393
+ "type": "address"
394
+ },
395
+ {
396
+ "indexed": true,
397
+ "internalType": "address",
398
+ "name": "tokenOut",
399
+ "type": "address"
400
+ },
401
+ {
402
+ "indexed": false,
403
+ "internalType": "address",
404
+ "name": "receiver",
405
+ "type": "address"
406
+ },
407
+ {
408
+ "indexed": false,
409
+ "internalType": "uint256",
410
+ "name": "netLpToRemove",
411
+ "type": "uint256"
412
+ },
413
+ {
414
+ "indexed": false,
415
+ "internalType": "uint256",
416
+ "name": "netPtOut",
417
+ "type": "uint256"
418
+ },
419
+ {
420
+ "indexed": false,
421
+ "internalType": "uint256",
422
+ "name": "netTokenOut",
423
+ "type": "uint256"
424
+ },
425
+ {
426
+ "indexed": false,
427
+ "internalType": "uint256",
428
+ "name": "netSyInterm",
429
+ "type": "uint256"
430
+ }
431
+ ],
432
+ "name": "RemoveLiquidityDualTokenAndPt",
433
+ "type": "event"
434
+ },
435
+ {
436
+ "anonymous": false,
437
+ "inputs": [
438
+ {
439
+ "indexed": true,
440
+ "internalType": "address",
441
+ "name": "caller",
442
+ "type": "address"
443
+ },
444
+ {
445
+ "indexed": true,
446
+ "internalType": "address",
447
+ "name": "market",
448
+ "type": "address"
449
+ },
450
+ {
451
+ "indexed": true,
452
+ "internalType": "address",
453
+ "name": "receiver",
454
+ "type": "address"
455
+ },
456
+ {
457
+ "indexed": false,
458
+ "internalType": "uint256",
459
+ "name": "netLpToRemove",
460
+ "type": "uint256"
461
+ },
462
+ {
463
+ "indexed": false,
464
+ "internalType": "uint256",
465
+ "name": "netPtOut",
466
+ "type": "uint256"
467
+ }
468
+ ],
469
+ "name": "RemoveLiquiditySinglePt",
470
+ "type": "event"
471
+ },
472
+ {
473
+ "anonymous": false,
474
+ "inputs": [
475
+ {
476
+ "indexed": true,
477
+ "internalType": "address",
478
+ "name": "caller",
479
+ "type": "address"
480
+ },
481
+ {
482
+ "indexed": true,
483
+ "internalType": "address",
484
+ "name": "market",
485
+ "type": "address"
486
+ },
487
+ {
488
+ "indexed": true,
489
+ "internalType": "address",
490
+ "name": "receiver",
491
+ "type": "address"
492
+ },
493
+ {
494
+ "indexed": false,
495
+ "internalType": "uint256",
496
+ "name": "netLpToRemove",
497
+ "type": "uint256"
498
+ },
499
+ {
500
+ "indexed": false,
501
+ "internalType": "uint256",
502
+ "name": "netSyOut",
503
+ "type": "uint256"
504
+ }
505
+ ],
506
+ "name": "RemoveLiquiditySingleSy",
507
+ "type": "event"
508
+ },
509
+ {
510
+ "anonymous": false,
511
+ "inputs": [
512
+ {
513
+ "indexed": true,
514
+ "internalType": "address",
515
+ "name": "caller",
516
+ "type": "address"
517
+ },
518
+ {
519
+ "indexed": true,
520
+ "internalType": "address",
521
+ "name": "market",
522
+ "type": "address"
523
+ },
524
+ {
525
+ "indexed": true,
526
+ "internalType": "address",
527
+ "name": "token",
528
+ "type": "address"
529
+ },
530
+ {
531
+ "indexed": false,
532
+ "internalType": "address",
533
+ "name": "receiver",
534
+ "type": "address"
535
+ },
536
+ {
537
+ "indexed": false,
538
+ "internalType": "uint256",
539
+ "name": "netLpToRemove",
540
+ "type": "uint256"
541
+ },
542
+ {
543
+ "indexed": false,
544
+ "internalType": "uint256",
545
+ "name": "netTokenOut",
546
+ "type": "uint256"
547
+ },
548
+ {
549
+ "indexed": false,
550
+ "internalType": "uint256",
551
+ "name": "netSyInterm",
552
+ "type": "uint256"
553
+ }
554
+ ],
555
+ "name": "RemoveLiquiditySingleToken",
556
+ "type": "event"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "internalType": "address",
562
+ "name": "receiver",
563
+ "type": "address"
564
+ },
565
+ {
566
+ "internalType": "address",
567
+ "name": "market",
568
+ "type": "address"
569
+ },
570
+ {
571
+ "internalType": "uint256",
572
+ "name": "netSyDesired",
573
+ "type": "uint256"
574
+ },
575
+ {
576
+ "internalType": "uint256",
577
+ "name": "netPtDesired",
578
+ "type": "uint256"
579
+ },
580
+ {
581
+ "internalType": "uint256",
582
+ "name": "minLpOut",
583
+ "type": "uint256"
584
+ }
585
+ ],
586
+ "name": "addLiquidityDualSyAndPt",
587
+ "outputs": [
588
+ {
589
+ "internalType": "uint256",
590
+ "name": "netLpOut",
591
+ "type": "uint256"
592
+ },
593
+ {
594
+ "internalType": "uint256",
595
+ "name": "netSyUsed",
596
+ "type": "uint256"
597
+ },
598
+ {
599
+ "internalType": "uint256",
600
+ "name": "netPtUsed",
601
+ "type": "uint256"
602
+ }
603
+ ],
604
+ "stateMutability": "nonpayable",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [
609
+ {
610
+ "internalType": "address",
611
+ "name": "receiver",
612
+ "type": "address"
613
+ },
614
+ {
615
+ "internalType": "address",
616
+ "name": "market",
617
+ "type": "address"
618
+ },
619
+ {
620
+ "components": [
621
+ {
622
+ "internalType": "address",
623
+ "name": "tokenIn",
624
+ "type": "address"
625
+ },
626
+ {
627
+ "internalType": "uint256",
628
+ "name": "netTokenIn",
629
+ "type": "uint256"
630
+ },
631
+ {
632
+ "internalType": "address",
633
+ "name": "tokenMintSy",
634
+ "type": "address"
635
+ },
636
+ {
637
+ "internalType": "address",
638
+ "name": "pendleSwap",
639
+ "type": "address"
640
+ },
641
+ {
642
+ "components": [
643
+ {
644
+ "internalType": "enum SwapType",
645
+ "name": "swapType",
646
+ "type": "uint8"
647
+ },
648
+ {
649
+ "internalType": "address",
650
+ "name": "extRouter",
651
+ "type": "address"
652
+ },
653
+ {
654
+ "internalType": "bytes",
655
+ "name": "extCalldata",
656
+ "type": "bytes"
657
+ },
658
+ {
659
+ "internalType": "bool",
660
+ "name": "needScale",
661
+ "type": "bool"
662
+ }
663
+ ],
664
+ "internalType": "struct SwapData",
665
+ "name": "swapData",
666
+ "type": "tuple"
667
+ }
668
+ ],
669
+ "internalType": "struct TokenInput",
670
+ "name": "input",
671
+ "type": "tuple"
672
+ },
673
+ {
674
+ "internalType": "uint256",
675
+ "name": "netPtDesired",
676
+ "type": "uint256"
677
+ },
678
+ {
679
+ "internalType": "uint256",
680
+ "name": "minLpOut",
681
+ "type": "uint256"
682
+ }
683
+ ],
684
+ "name": "addLiquidityDualTokenAndPt",
685
+ "outputs": [
686
+ {
687
+ "internalType": "uint256",
688
+ "name": "netLpOut",
689
+ "type": "uint256"
690
+ },
691
+ {
692
+ "internalType": "uint256",
693
+ "name": "netPtUsed",
694
+ "type": "uint256"
695
+ },
696
+ {
697
+ "internalType": "uint256",
698
+ "name": "netSyInterm",
699
+ "type": "uint256"
700
+ }
701
+ ],
702
+ "stateMutability": "payable",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [
707
+ {
708
+ "internalType": "address",
709
+ "name": "receiver",
710
+ "type": "address"
711
+ },
712
+ {
713
+ "internalType": "address",
714
+ "name": "market",
715
+ "type": "address"
716
+ },
717
+ {
718
+ "internalType": "uint256",
719
+ "name": "netPtIn",
720
+ "type": "uint256"
721
+ },
722
+ {
723
+ "internalType": "uint256",
724
+ "name": "minLpOut",
725
+ "type": "uint256"
726
+ },
727
+ {
728
+ "components": [
729
+ {
730
+ "internalType": "uint256",
731
+ "name": "guessMin",
732
+ "type": "uint256"
733
+ },
734
+ {
735
+ "internalType": "uint256",
736
+ "name": "guessMax",
737
+ "type": "uint256"
738
+ },
739
+ {
740
+ "internalType": "uint256",
741
+ "name": "guessOffchain",
742
+ "type": "uint256"
743
+ },
744
+ {
745
+ "internalType": "uint256",
746
+ "name": "maxIteration",
747
+ "type": "uint256"
748
+ },
749
+ {
750
+ "internalType": "uint256",
751
+ "name": "eps",
752
+ "type": "uint256"
753
+ }
754
+ ],
755
+ "internalType": "struct ApproxParams",
756
+ "name": "guessPtSwapToSy",
757
+ "type": "tuple"
758
+ },
759
+ {
760
+ "components": [
761
+ {
762
+ "internalType": "address",
763
+ "name": "limitRouter",
764
+ "type": "address"
765
+ },
766
+ {
767
+ "internalType": "uint256",
768
+ "name": "epsSkipMarket",
769
+ "type": "uint256"
770
+ },
771
+ {
772
+ "components": [
773
+ {
774
+ "components": [
775
+ {
776
+ "internalType": "uint256",
777
+ "name": "salt",
778
+ "type": "uint256"
779
+ },
780
+ {
781
+ "internalType": "uint256",
782
+ "name": "expiry",
783
+ "type": "uint256"
784
+ },
785
+ {
786
+ "internalType": "uint256",
787
+ "name": "nonce",
788
+ "type": "uint256"
789
+ },
790
+ {
791
+ "internalType": "enum IPLimitOrderType.OrderType",
792
+ "name": "orderType",
793
+ "type": "uint8"
794
+ },
795
+ {
796
+ "internalType": "address",
797
+ "name": "token",
798
+ "type": "address"
799
+ },
800
+ {
801
+ "internalType": "address",
802
+ "name": "YT",
803
+ "type": "address"
804
+ },
805
+ {
806
+ "internalType": "address",
807
+ "name": "maker",
808
+ "type": "address"
809
+ },
810
+ {
811
+ "internalType": "address",
812
+ "name": "receiver",
813
+ "type": "address"
814
+ },
815
+ {
816
+ "internalType": "uint256",
817
+ "name": "makingAmount",
818
+ "type": "uint256"
819
+ },
820
+ {
821
+ "internalType": "uint256",
822
+ "name": "lnImpliedRate",
823
+ "type": "uint256"
824
+ },
825
+ {
826
+ "internalType": "uint256",
827
+ "name": "failSafeRate",
828
+ "type": "uint256"
829
+ },
830
+ {
831
+ "internalType": "bytes",
832
+ "name": "permit",
833
+ "type": "bytes"
834
+ }
835
+ ],
836
+ "internalType": "struct Order",
837
+ "name": "order",
838
+ "type": "tuple"
839
+ },
840
+ {
841
+ "internalType": "bytes",
842
+ "name": "signature",
843
+ "type": "bytes"
844
+ },
845
+ {
846
+ "internalType": "uint256",
847
+ "name": "makingAmount",
848
+ "type": "uint256"
849
+ }
850
+ ],
851
+ "internalType": "struct FillOrderParams[]",
852
+ "name": "normalFills",
853
+ "type": "tuple[]"
854
+ },
855
+ {
856
+ "components": [
857
+ {
858
+ "components": [
859
+ {
860
+ "internalType": "uint256",
861
+ "name": "salt",
862
+ "type": "uint256"
863
+ },
864
+ {
865
+ "internalType": "uint256",
866
+ "name": "expiry",
867
+ "type": "uint256"
868
+ },
869
+ {
870
+ "internalType": "uint256",
871
+ "name": "nonce",
872
+ "type": "uint256"
873
+ },
874
+ {
875
+ "internalType": "enum IPLimitOrderType.OrderType",
876
+ "name": "orderType",
877
+ "type": "uint8"
878
+ },
879
+ {
880
+ "internalType": "address",
881
+ "name": "token",
882
+ "type": "address"
883
+ },
884
+ {
885
+ "internalType": "address",
886
+ "name": "YT",
887
+ "type": "address"
888
+ },
889
+ {
890
+ "internalType": "address",
891
+ "name": "maker",
892
+ "type": "address"
893
+ },
894
+ {
895
+ "internalType": "address",
896
+ "name": "receiver",
897
+ "type": "address"
898
+ },
899
+ {
900
+ "internalType": "uint256",
901
+ "name": "makingAmount",
902
+ "type": "uint256"
903
+ },
904
+ {
905
+ "internalType": "uint256",
906
+ "name": "lnImpliedRate",
907
+ "type": "uint256"
908
+ },
909
+ {
910
+ "internalType": "uint256",
911
+ "name": "failSafeRate",
912
+ "type": "uint256"
913
+ },
914
+ {
915
+ "internalType": "bytes",
916
+ "name": "permit",
917
+ "type": "bytes"
918
+ }
919
+ ],
920
+ "internalType": "struct Order",
921
+ "name": "order",
922
+ "type": "tuple"
923
+ },
924
+ {
925
+ "internalType": "bytes",
926
+ "name": "signature",
927
+ "type": "bytes"
928
+ },
929
+ {
930
+ "internalType": "uint256",
931
+ "name": "makingAmount",
932
+ "type": "uint256"
933
+ }
934
+ ],
935
+ "internalType": "struct FillOrderParams[]",
936
+ "name": "flashFills",
937
+ "type": "tuple[]"
938
+ },
939
+ {
940
+ "internalType": "bytes",
941
+ "name": "optData",
942
+ "type": "bytes"
943
+ }
944
+ ],
945
+ "internalType": "struct LimitOrderData",
946
+ "name": "limit",
947
+ "type": "tuple"
948
+ }
949
+ ],
950
+ "name": "addLiquiditySinglePt",
951
+ "outputs": [
952
+ {
953
+ "internalType": "uint256",
954
+ "name": "netLpOut",
955
+ "type": "uint256"
956
+ },
957
+ {
958
+ "internalType": "uint256",
959
+ "name": "netSyFee",
960
+ "type": "uint256"
961
+ }
962
+ ],
963
+ "stateMutability": "nonpayable",
964
+ "type": "function"
965
+ },
966
+ {
967
+ "inputs": [
968
+ {
969
+ "internalType": "address",
970
+ "name": "receiver",
971
+ "type": "address"
972
+ },
973
+ {
974
+ "internalType": "address",
975
+ "name": "market",
976
+ "type": "address"
977
+ },
978
+ {
979
+ "internalType": "uint256",
980
+ "name": "netSyIn",
981
+ "type": "uint256"
982
+ },
983
+ {
984
+ "internalType": "uint256",
985
+ "name": "minLpOut",
986
+ "type": "uint256"
987
+ },
988
+ {
989
+ "components": [
990
+ {
991
+ "internalType": "uint256",
992
+ "name": "guessMin",
993
+ "type": "uint256"
994
+ },
995
+ {
996
+ "internalType": "uint256",
997
+ "name": "guessMax",
998
+ "type": "uint256"
999
+ },
1000
+ {
1001
+ "internalType": "uint256",
1002
+ "name": "guessOffchain",
1003
+ "type": "uint256"
1004
+ },
1005
+ {
1006
+ "internalType": "uint256",
1007
+ "name": "maxIteration",
1008
+ "type": "uint256"
1009
+ },
1010
+ {
1011
+ "internalType": "uint256",
1012
+ "name": "eps",
1013
+ "type": "uint256"
1014
+ }
1015
+ ],
1016
+ "internalType": "struct ApproxParams",
1017
+ "name": "guessPtReceivedFromSy",
1018
+ "type": "tuple"
1019
+ },
1020
+ {
1021
+ "components": [
1022
+ {
1023
+ "internalType": "address",
1024
+ "name": "limitRouter",
1025
+ "type": "address"
1026
+ },
1027
+ {
1028
+ "internalType": "uint256",
1029
+ "name": "epsSkipMarket",
1030
+ "type": "uint256"
1031
+ },
1032
+ {
1033
+ "components": [
1034
+ {
1035
+ "components": [
1036
+ {
1037
+ "internalType": "uint256",
1038
+ "name": "salt",
1039
+ "type": "uint256"
1040
+ },
1041
+ {
1042
+ "internalType": "uint256",
1043
+ "name": "expiry",
1044
+ "type": "uint256"
1045
+ },
1046
+ {
1047
+ "internalType": "uint256",
1048
+ "name": "nonce",
1049
+ "type": "uint256"
1050
+ },
1051
+ {
1052
+ "internalType": "enum IPLimitOrderType.OrderType",
1053
+ "name": "orderType",
1054
+ "type": "uint8"
1055
+ },
1056
+ {
1057
+ "internalType": "address",
1058
+ "name": "token",
1059
+ "type": "address"
1060
+ },
1061
+ {
1062
+ "internalType": "address",
1063
+ "name": "YT",
1064
+ "type": "address"
1065
+ },
1066
+ {
1067
+ "internalType": "address",
1068
+ "name": "maker",
1069
+ "type": "address"
1070
+ },
1071
+ {
1072
+ "internalType": "address",
1073
+ "name": "receiver",
1074
+ "type": "address"
1075
+ },
1076
+ {
1077
+ "internalType": "uint256",
1078
+ "name": "makingAmount",
1079
+ "type": "uint256"
1080
+ },
1081
+ {
1082
+ "internalType": "uint256",
1083
+ "name": "lnImpliedRate",
1084
+ "type": "uint256"
1085
+ },
1086
+ {
1087
+ "internalType": "uint256",
1088
+ "name": "failSafeRate",
1089
+ "type": "uint256"
1090
+ },
1091
+ {
1092
+ "internalType": "bytes",
1093
+ "name": "permit",
1094
+ "type": "bytes"
1095
+ }
1096
+ ],
1097
+ "internalType": "struct Order",
1098
+ "name": "order",
1099
+ "type": "tuple"
1100
+ },
1101
+ {
1102
+ "internalType": "bytes",
1103
+ "name": "signature",
1104
+ "type": "bytes"
1105
+ },
1106
+ {
1107
+ "internalType": "uint256",
1108
+ "name": "makingAmount",
1109
+ "type": "uint256"
1110
+ }
1111
+ ],
1112
+ "internalType": "struct FillOrderParams[]",
1113
+ "name": "normalFills",
1114
+ "type": "tuple[]"
1115
+ },
1116
+ {
1117
+ "components": [
1118
+ {
1119
+ "components": [
1120
+ {
1121
+ "internalType": "uint256",
1122
+ "name": "salt",
1123
+ "type": "uint256"
1124
+ },
1125
+ {
1126
+ "internalType": "uint256",
1127
+ "name": "expiry",
1128
+ "type": "uint256"
1129
+ },
1130
+ {
1131
+ "internalType": "uint256",
1132
+ "name": "nonce",
1133
+ "type": "uint256"
1134
+ },
1135
+ {
1136
+ "internalType": "enum IPLimitOrderType.OrderType",
1137
+ "name": "orderType",
1138
+ "type": "uint8"
1139
+ },
1140
+ {
1141
+ "internalType": "address",
1142
+ "name": "token",
1143
+ "type": "address"
1144
+ },
1145
+ {
1146
+ "internalType": "address",
1147
+ "name": "YT",
1148
+ "type": "address"
1149
+ },
1150
+ {
1151
+ "internalType": "address",
1152
+ "name": "maker",
1153
+ "type": "address"
1154
+ },
1155
+ {
1156
+ "internalType": "address",
1157
+ "name": "receiver",
1158
+ "type": "address"
1159
+ },
1160
+ {
1161
+ "internalType": "uint256",
1162
+ "name": "makingAmount",
1163
+ "type": "uint256"
1164
+ },
1165
+ {
1166
+ "internalType": "uint256",
1167
+ "name": "lnImpliedRate",
1168
+ "type": "uint256"
1169
+ },
1170
+ {
1171
+ "internalType": "uint256",
1172
+ "name": "failSafeRate",
1173
+ "type": "uint256"
1174
+ },
1175
+ {
1176
+ "internalType": "bytes",
1177
+ "name": "permit",
1178
+ "type": "bytes"
1179
+ }
1180
+ ],
1181
+ "internalType": "struct Order",
1182
+ "name": "order",
1183
+ "type": "tuple"
1184
+ },
1185
+ {
1186
+ "internalType": "bytes",
1187
+ "name": "signature",
1188
+ "type": "bytes"
1189
+ },
1190
+ {
1191
+ "internalType": "uint256",
1192
+ "name": "makingAmount",
1193
+ "type": "uint256"
1194
+ }
1195
+ ],
1196
+ "internalType": "struct FillOrderParams[]",
1197
+ "name": "flashFills",
1198
+ "type": "tuple[]"
1199
+ },
1200
+ {
1201
+ "internalType": "bytes",
1202
+ "name": "optData",
1203
+ "type": "bytes"
1204
+ }
1205
+ ],
1206
+ "internalType": "struct LimitOrderData",
1207
+ "name": "limit",
1208
+ "type": "tuple"
1209
+ }
1210
+ ],
1211
+ "name": "addLiquiditySingleSy",
1212
+ "outputs": [
1213
+ {
1214
+ "internalType": "uint256",
1215
+ "name": "netLpOut",
1216
+ "type": "uint256"
1217
+ },
1218
+ {
1219
+ "internalType": "uint256",
1220
+ "name": "netSyFee",
1221
+ "type": "uint256"
1222
+ }
1223
+ ],
1224
+ "stateMutability": "nonpayable",
1225
+ "type": "function"
1226
+ },
1227
+ {
1228
+ "inputs": [
1229
+ {
1230
+ "internalType": "address",
1231
+ "name": "receiver",
1232
+ "type": "address"
1233
+ },
1234
+ {
1235
+ "internalType": "address",
1236
+ "name": "market",
1237
+ "type": "address"
1238
+ },
1239
+ {
1240
+ "internalType": "uint256",
1241
+ "name": "netSyIn",
1242
+ "type": "uint256"
1243
+ },
1244
+ {
1245
+ "internalType": "uint256",
1246
+ "name": "minLpOut",
1247
+ "type": "uint256"
1248
+ },
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "minYtOut",
1252
+ "type": "uint256"
1253
+ }
1254
+ ],
1255
+ "name": "addLiquiditySingleSyKeepYt",
1256
+ "outputs": [
1257
+ {
1258
+ "internalType": "uint256",
1259
+ "name": "netLpOut",
1260
+ "type": "uint256"
1261
+ },
1262
+ {
1263
+ "internalType": "uint256",
1264
+ "name": "netYtOut",
1265
+ "type": "uint256"
1266
+ },
1267
+ {
1268
+ "internalType": "uint256",
1269
+ "name": "netSyMintPy",
1270
+ "type": "uint256"
1271
+ }
1272
+ ],
1273
+ "stateMutability": "nonpayable",
1274
+ "type": "function"
1275
+ },
1276
+ {
1277
+ "inputs": [
1278
+ {
1279
+ "internalType": "address",
1280
+ "name": "receiver",
1281
+ "type": "address"
1282
+ },
1283
+ {
1284
+ "internalType": "address",
1285
+ "name": "market",
1286
+ "type": "address"
1287
+ },
1288
+ {
1289
+ "internalType": "uint256",
1290
+ "name": "minLpOut",
1291
+ "type": "uint256"
1292
+ },
1293
+ {
1294
+ "components": [
1295
+ {
1296
+ "internalType": "uint256",
1297
+ "name": "guessMin",
1298
+ "type": "uint256"
1299
+ },
1300
+ {
1301
+ "internalType": "uint256",
1302
+ "name": "guessMax",
1303
+ "type": "uint256"
1304
+ },
1305
+ {
1306
+ "internalType": "uint256",
1307
+ "name": "guessOffchain",
1308
+ "type": "uint256"
1309
+ },
1310
+ {
1311
+ "internalType": "uint256",
1312
+ "name": "maxIteration",
1313
+ "type": "uint256"
1314
+ },
1315
+ {
1316
+ "internalType": "uint256",
1317
+ "name": "eps",
1318
+ "type": "uint256"
1319
+ }
1320
+ ],
1321
+ "internalType": "struct ApproxParams",
1322
+ "name": "guessPtReceivedFromSy",
1323
+ "type": "tuple"
1324
+ },
1325
+ {
1326
+ "components": [
1327
+ {
1328
+ "internalType": "address",
1329
+ "name": "tokenIn",
1330
+ "type": "address"
1331
+ },
1332
+ {
1333
+ "internalType": "uint256",
1334
+ "name": "netTokenIn",
1335
+ "type": "uint256"
1336
+ },
1337
+ {
1338
+ "internalType": "address",
1339
+ "name": "tokenMintSy",
1340
+ "type": "address"
1341
+ },
1342
+ {
1343
+ "internalType": "address",
1344
+ "name": "pendleSwap",
1345
+ "type": "address"
1346
+ },
1347
+ {
1348
+ "components": [
1349
+ {
1350
+ "internalType": "enum SwapType",
1351
+ "name": "swapType",
1352
+ "type": "uint8"
1353
+ },
1354
+ {
1355
+ "internalType": "address",
1356
+ "name": "extRouter",
1357
+ "type": "address"
1358
+ },
1359
+ {
1360
+ "internalType": "bytes",
1361
+ "name": "extCalldata",
1362
+ "type": "bytes"
1363
+ },
1364
+ {
1365
+ "internalType": "bool",
1366
+ "name": "needScale",
1367
+ "type": "bool"
1368
+ }
1369
+ ],
1370
+ "internalType": "struct SwapData",
1371
+ "name": "swapData",
1372
+ "type": "tuple"
1373
+ }
1374
+ ],
1375
+ "internalType": "struct TokenInput",
1376
+ "name": "input",
1377
+ "type": "tuple"
1378
+ },
1379
+ {
1380
+ "components": [
1381
+ {
1382
+ "internalType": "address",
1383
+ "name": "limitRouter",
1384
+ "type": "address"
1385
+ },
1386
+ {
1387
+ "internalType": "uint256",
1388
+ "name": "epsSkipMarket",
1389
+ "type": "uint256"
1390
+ },
1391
+ {
1392
+ "components": [
1393
+ {
1394
+ "components": [
1395
+ {
1396
+ "internalType": "uint256",
1397
+ "name": "salt",
1398
+ "type": "uint256"
1399
+ },
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "expiry",
1403
+ "type": "uint256"
1404
+ },
1405
+ {
1406
+ "internalType": "uint256",
1407
+ "name": "nonce",
1408
+ "type": "uint256"
1409
+ },
1410
+ {
1411
+ "internalType": "enum IPLimitOrderType.OrderType",
1412
+ "name": "orderType",
1413
+ "type": "uint8"
1414
+ },
1415
+ {
1416
+ "internalType": "address",
1417
+ "name": "token",
1418
+ "type": "address"
1419
+ },
1420
+ {
1421
+ "internalType": "address",
1422
+ "name": "YT",
1423
+ "type": "address"
1424
+ },
1425
+ {
1426
+ "internalType": "address",
1427
+ "name": "maker",
1428
+ "type": "address"
1429
+ },
1430
+ {
1431
+ "internalType": "address",
1432
+ "name": "receiver",
1433
+ "type": "address"
1434
+ },
1435
+ {
1436
+ "internalType": "uint256",
1437
+ "name": "makingAmount",
1438
+ "type": "uint256"
1439
+ },
1440
+ {
1441
+ "internalType": "uint256",
1442
+ "name": "lnImpliedRate",
1443
+ "type": "uint256"
1444
+ },
1445
+ {
1446
+ "internalType": "uint256",
1447
+ "name": "failSafeRate",
1448
+ "type": "uint256"
1449
+ },
1450
+ {
1451
+ "internalType": "bytes",
1452
+ "name": "permit",
1453
+ "type": "bytes"
1454
+ }
1455
+ ],
1456
+ "internalType": "struct Order",
1457
+ "name": "order",
1458
+ "type": "tuple"
1459
+ },
1460
+ {
1461
+ "internalType": "bytes",
1462
+ "name": "signature",
1463
+ "type": "bytes"
1464
+ },
1465
+ {
1466
+ "internalType": "uint256",
1467
+ "name": "makingAmount",
1468
+ "type": "uint256"
1469
+ }
1470
+ ],
1471
+ "internalType": "struct FillOrderParams[]",
1472
+ "name": "normalFills",
1473
+ "type": "tuple[]"
1474
+ },
1475
+ {
1476
+ "components": [
1477
+ {
1478
+ "components": [
1479
+ {
1480
+ "internalType": "uint256",
1481
+ "name": "salt",
1482
+ "type": "uint256"
1483
+ },
1484
+ {
1485
+ "internalType": "uint256",
1486
+ "name": "expiry",
1487
+ "type": "uint256"
1488
+ },
1489
+ {
1490
+ "internalType": "uint256",
1491
+ "name": "nonce",
1492
+ "type": "uint256"
1493
+ },
1494
+ {
1495
+ "internalType": "enum IPLimitOrderType.OrderType",
1496
+ "name": "orderType",
1497
+ "type": "uint8"
1498
+ },
1499
+ {
1500
+ "internalType": "address",
1501
+ "name": "token",
1502
+ "type": "address"
1503
+ },
1504
+ {
1505
+ "internalType": "address",
1506
+ "name": "YT",
1507
+ "type": "address"
1508
+ },
1509
+ {
1510
+ "internalType": "address",
1511
+ "name": "maker",
1512
+ "type": "address"
1513
+ },
1514
+ {
1515
+ "internalType": "address",
1516
+ "name": "receiver",
1517
+ "type": "address"
1518
+ },
1519
+ {
1520
+ "internalType": "uint256",
1521
+ "name": "makingAmount",
1522
+ "type": "uint256"
1523
+ },
1524
+ {
1525
+ "internalType": "uint256",
1526
+ "name": "lnImpliedRate",
1527
+ "type": "uint256"
1528
+ },
1529
+ {
1530
+ "internalType": "uint256",
1531
+ "name": "failSafeRate",
1532
+ "type": "uint256"
1533
+ },
1534
+ {
1535
+ "internalType": "bytes",
1536
+ "name": "permit",
1537
+ "type": "bytes"
1538
+ }
1539
+ ],
1540
+ "internalType": "struct Order",
1541
+ "name": "order",
1542
+ "type": "tuple"
1543
+ },
1544
+ {
1545
+ "internalType": "bytes",
1546
+ "name": "signature",
1547
+ "type": "bytes"
1548
+ },
1549
+ {
1550
+ "internalType": "uint256",
1551
+ "name": "makingAmount",
1552
+ "type": "uint256"
1553
+ }
1554
+ ],
1555
+ "internalType": "struct FillOrderParams[]",
1556
+ "name": "flashFills",
1557
+ "type": "tuple[]"
1558
+ },
1559
+ {
1560
+ "internalType": "bytes",
1561
+ "name": "optData",
1562
+ "type": "bytes"
1563
+ }
1564
+ ],
1565
+ "internalType": "struct LimitOrderData",
1566
+ "name": "limit",
1567
+ "type": "tuple"
1568
+ }
1569
+ ],
1570
+ "name": "addLiquiditySingleToken",
1571
+ "outputs": [
1572
+ {
1573
+ "internalType": "uint256",
1574
+ "name": "netLpOut",
1575
+ "type": "uint256"
1576
+ },
1577
+ {
1578
+ "internalType": "uint256",
1579
+ "name": "netSyFee",
1580
+ "type": "uint256"
1581
+ },
1582
+ {
1583
+ "internalType": "uint256",
1584
+ "name": "netSyInterm",
1585
+ "type": "uint256"
1586
+ }
1587
+ ],
1588
+ "stateMutability": "payable",
1589
+ "type": "function"
1590
+ },
1591
+ {
1592
+ "inputs": [
1593
+ {
1594
+ "internalType": "address",
1595
+ "name": "receiver",
1596
+ "type": "address"
1597
+ },
1598
+ {
1599
+ "internalType": "address",
1600
+ "name": "market",
1601
+ "type": "address"
1602
+ },
1603
+ {
1604
+ "internalType": "uint256",
1605
+ "name": "minLpOut",
1606
+ "type": "uint256"
1607
+ },
1608
+ {
1609
+ "internalType": "uint256",
1610
+ "name": "minYtOut",
1611
+ "type": "uint256"
1612
+ },
1613
+ {
1614
+ "components": [
1615
+ {
1616
+ "internalType": "address",
1617
+ "name": "tokenIn",
1618
+ "type": "address"
1619
+ },
1620
+ {
1621
+ "internalType": "uint256",
1622
+ "name": "netTokenIn",
1623
+ "type": "uint256"
1624
+ },
1625
+ {
1626
+ "internalType": "address",
1627
+ "name": "tokenMintSy",
1628
+ "type": "address"
1629
+ },
1630
+ {
1631
+ "internalType": "address",
1632
+ "name": "pendleSwap",
1633
+ "type": "address"
1634
+ },
1635
+ {
1636
+ "components": [
1637
+ {
1638
+ "internalType": "enum SwapType",
1639
+ "name": "swapType",
1640
+ "type": "uint8"
1641
+ },
1642
+ {
1643
+ "internalType": "address",
1644
+ "name": "extRouter",
1645
+ "type": "address"
1646
+ },
1647
+ {
1648
+ "internalType": "bytes",
1649
+ "name": "extCalldata",
1650
+ "type": "bytes"
1651
+ },
1652
+ {
1653
+ "internalType": "bool",
1654
+ "name": "needScale",
1655
+ "type": "bool"
1656
+ }
1657
+ ],
1658
+ "internalType": "struct SwapData",
1659
+ "name": "swapData",
1660
+ "type": "tuple"
1661
+ }
1662
+ ],
1663
+ "internalType": "struct TokenInput",
1664
+ "name": "input",
1665
+ "type": "tuple"
1666
+ }
1667
+ ],
1668
+ "name": "addLiquiditySingleTokenKeepYt",
1669
+ "outputs": [
1670
+ {
1671
+ "internalType": "uint256",
1672
+ "name": "netLpOut",
1673
+ "type": "uint256"
1674
+ },
1675
+ {
1676
+ "internalType": "uint256",
1677
+ "name": "netYtOut",
1678
+ "type": "uint256"
1679
+ },
1680
+ {
1681
+ "internalType": "uint256",
1682
+ "name": "netSyMintPy",
1683
+ "type": "uint256"
1684
+ },
1685
+ {
1686
+ "internalType": "uint256",
1687
+ "name": "netSyInterm",
1688
+ "type": "uint256"
1689
+ }
1690
+ ],
1691
+ "stateMutability": "payable",
1692
+ "type": "function"
1693
+ },
1694
+ {
1695
+ "inputs": [
1696
+ {
1697
+ "internalType": "address",
1698
+ "name": "receiver",
1699
+ "type": "address"
1700
+ },
1701
+ {
1702
+ "internalType": "address",
1703
+ "name": "market",
1704
+ "type": "address"
1705
+ },
1706
+ {
1707
+ "internalType": "uint256",
1708
+ "name": "netLpToRemove",
1709
+ "type": "uint256"
1710
+ },
1711
+ {
1712
+ "internalType": "uint256",
1713
+ "name": "minSyOut",
1714
+ "type": "uint256"
1715
+ },
1716
+ {
1717
+ "internalType": "uint256",
1718
+ "name": "minPtOut",
1719
+ "type": "uint256"
1720
+ }
1721
+ ],
1722
+ "name": "removeLiquidityDualSyAndPt",
1723
+ "outputs": [
1724
+ {
1725
+ "internalType": "uint256",
1726
+ "name": "netSyOut",
1727
+ "type": "uint256"
1728
+ },
1729
+ {
1730
+ "internalType": "uint256",
1731
+ "name": "netPtOut",
1732
+ "type": "uint256"
1733
+ }
1734
+ ],
1735
+ "stateMutability": "nonpayable",
1736
+ "type": "function"
1737
+ },
1738
+ {
1739
+ "inputs": [
1740
+ {
1741
+ "internalType": "address",
1742
+ "name": "receiver",
1743
+ "type": "address"
1744
+ },
1745
+ {
1746
+ "internalType": "address",
1747
+ "name": "market",
1748
+ "type": "address"
1749
+ },
1750
+ {
1751
+ "internalType": "uint256",
1752
+ "name": "netLpToRemove",
1753
+ "type": "uint256"
1754
+ },
1755
+ {
1756
+ "components": [
1757
+ {
1758
+ "internalType": "address",
1759
+ "name": "tokenOut",
1760
+ "type": "address"
1761
+ },
1762
+ {
1763
+ "internalType": "uint256",
1764
+ "name": "minTokenOut",
1765
+ "type": "uint256"
1766
+ },
1767
+ {
1768
+ "internalType": "address",
1769
+ "name": "tokenRedeemSy",
1770
+ "type": "address"
1771
+ },
1772
+ {
1773
+ "internalType": "address",
1774
+ "name": "pendleSwap",
1775
+ "type": "address"
1776
+ },
1777
+ {
1778
+ "components": [
1779
+ {
1780
+ "internalType": "enum SwapType",
1781
+ "name": "swapType",
1782
+ "type": "uint8"
1783
+ },
1784
+ {
1785
+ "internalType": "address",
1786
+ "name": "extRouter",
1787
+ "type": "address"
1788
+ },
1789
+ {
1790
+ "internalType": "bytes",
1791
+ "name": "extCalldata",
1792
+ "type": "bytes"
1793
+ },
1794
+ {
1795
+ "internalType": "bool",
1796
+ "name": "needScale",
1797
+ "type": "bool"
1798
+ }
1799
+ ],
1800
+ "internalType": "struct SwapData",
1801
+ "name": "swapData",
1802
+ "type": "tuple"
1803
+ }
1804
+ ],
1805
+ "internalType": "struct TokenOutput",
1806
+ "name": "output",
1807
+ "type": "tuple"
1808
+ },
1809
+ {
1810
+ "internalType": "uint256",
1811
+ "name": "minPtOut",
1812
+ "type": "uint256"
1813
+ }
1814
+ ],
1815
+ "name": "removeLiquidityDualTokenAndPt",
1816
+ "outputs": [
1817
+ {
1818
+ "internalType": "uint256",
1819
+ "name": "netTokenOut",
1820
+ "type": "uint256"
1821
+ },
1822
+ {
1823
+ "internalType": "uint256",
1824
+ "name": "netPtOut",
1825
+ "type": "uint256"
1826
+ },
1827
+ {
1828
+ "internalType": "uint256",
1829
+ "name": "netSyInterm",
1830
+ "type": "uint256"
1831
+ }
1832
+ ],
1833
+ "stateMutability": "nonpayable",
1834
+ "type": "function"
1835
+ },
1836
+ {
1837
+ "inputs": [
1838
+ {
1839
+ "internalType": "address",
1840
+ "name": "receiver",
1841
+ "type": "address"
1842
+ },
1843
+ {
1844
+ "internalType": "address",
1845
+ "name": "market",
1846
+ "type": "address"
1847
+ },
1848
+ {
1849
+ "internalType": "uint256",
1850
+ "name": "netLpToRemove",
1851
+ "type": "uint256"
1852
+ },
1853
+ {
1854
+ "internalType": "uint256",
1855
+ "name": "minPtOut",
1856
+ "type": "uint256"
1857
+ },
1858
+ {
1859
+ "components": [
1860
+ {
1861
+ "internalType": "uint256",
1862
+ "name": "guessMin",
1863
+ "type": "uint256"
1864
+ },
1865
+ {
1866
+ "internalType": "uint256",
1867
+ "name": "guessMax",
1868
+ "type": "uint256"
1869
+ },
1870
+ {
1871
+ "internalType": "uint256",
1872
+ "name": "guessOffchain",
1873
+ "type": "uint256"
1874
+ },
1875
+ {
1876
+ "internalType": "uint256",
1877
+ "name": "maxIteration",
1878
+ "type": "uint256"
1879
+ },
1880
+ {
1881
+ "internalType": "uint256",
1882
+ "name": "eps",
1883
+ "type": "uint256"
1884
+ }
1885
+ ],
1886
+ "internalType": "struct ApproxParams",
1887
+ "name": "guessPtReceivedFromSy",
1888
+ "type": "tuple"
1889
+ },
1890
+ {
1891
+ "components": [
1892
+ {
1893
+ "internalType": "address",
1894
+ "name": "limitRouter",
1895
+ "type": "address"
1896
+ },
1897
+ {
1898
+ "internalType": "uint256",
1899
+ "name": "epsSkipMarket",
1900
+ "type": "uint256"
1901
+ },
1902
+ {
1903
+ "components": [
1904
+ {
1905
+ "components": [
1906
+ {
1907
+ "internalType": "uint256",
1908
+ "name": "salt",
1909
+ "type": "uint256"
1910
+ },
1911
+ {
1912
+ "internalType": "uint256",
1913
+ "name": "expiry",
1914
+ "type": "uint256"
1915
+ },
1916
+ {
1917
+ "internalType": "uint256",
1918
+ "name": "nonce",
1919
+ "type": "uint256"
1920
+ },
1921
+ {
1922
+ "internalType": "enum IPLimitOrderType.OrderType",
1923
+ "name": "orderType",
1924
+ "type": "uint8"
1925
+ },
1926
+ {
1927
+ "internalType": "address",
1928
+ "name": "token",
1929
+ "type": "address"
1930
+ },
1931
+ {
1932
+ "internalType": "address",
1933
+ "name": "YT",
1934
+ "type": "address"
1935
+ },
1936
+ {
1937
+ "internalType": "address",
1938
+ "name": "maker",
1939
+ "type": "address"
1940
+ },
1941
+ {
1942
+ "internalType": "address",
1943
+ "name": "receiver",
1944
+ "type": "address"
1945
+ },
1946
+ {
1947
+ "internalType": "uint256",
1948
+ "name": "makingAmount",
1949
+ "type": "uint256"
1950
+ },
1951
+ {
1952
+ "internalType": "uint256",
1953
+ "name": "lnImpliedRate",
1954
+ "type": "uint256"
1955
+ },
1956
+ {
1957
+ "internalType": "uint256",
1958
+ "name": "failSafeRate",
1959
+ "type": "uint256"
1960
+ },
1961
+ {
1962
+ "internalType": "bytes",
1963
+ "name": "permit",
1964
+ "type": "bytes"
1965
+ }
1966
+ ],
1967
+ "internalType": "struct Order",
1968
+ "name": "order",
1969
+ "type": "tuple"
1970
+ },
1971
+ {
1972
+ "internalType": "bytes",
1973
+ "name": "signature",
1974
+ "type": "bytes"
1975
+ },
1976
+ {
1977
+ "internalType": "uint256",
1978
+ "name": "makingAmount",
1979
+ "type": "uint256"
1980
+ }
1981
+ ],
1982
+ "internalType": "struct FillOrderParams[]",
1983
+ "name": "normalFills",
1984
+ "type": "tuple[]"
1985
+ },
1986
+ {
1987
+ "components": [
1988
+ {
1989
+ "components": [
1990
+ {
1991
+ "internalType": "uint256",
1992
+ "name": "salt",
1993
+ "type": "uint256"
1994
+ },
1995
+ {
1996
+ "internalType": "uint256",
1997
+ "name": "expiry",
1998
+ "type": "uint256"
1999
+ },
2000
+ {
2001
+ "internalType": "uint256",
2002
+ "name": "nonce",
2003
+ "type": "uint256"
2004
+ },
2005
+ {
2006
+ "internalType": "enum IPLimitOrderType.OrderType",
2007
+ "name": "orderType",
2008
+ "type": "uint8"
2009
+ },
2010
+ {
2011
+ "internalType": "address",
2012
+ "name": "token",
2013
+ "type": "address"
2014
+ },
2015
+ {
2016
+ "internalType": "address",
2017
+ "name": "YT",
2018
+ "type": "address"
2019
+ },
2020
+ {
2021
+ "internalType": "address",
2022
+ "name": "maker",
2023
+ "type": "address"
2024
+ },
2025
+ {
2026
+ "internalType": "address",
2027
+ "name": "receiver",
2028
+ "type": "address"
2029
+ },
2030
+ {
2031
+ "internalType": "uint256",
2032
+ "name": "makingAmount",
2033
+ "type": "uint256"
2034
+ },
2035
+ {
2036
+ "internalType": "uint256",
2037
+ "name": "lnImpliedRate",
2038
+ "type": "uint256"
2039
+ },
2040
+ {
2041
+ "internalType": "uint256",
2042
+ "name": "failSafeRate",
2043
+ "type": "uint256"
2044
+ },
2045
+ {
2046
+ "internalType": "bytes",
2047
+ "name": "permit",
2048
+ "type": "bytes"
2049
+ }
2050
+ ],
2051
+ "internalType": "struct Order",
2052
+ "name": "order",
2053
+ "type": "tuple"
2054
+ },
2055
+ {
2056
+ "internalType": "bytes",
2057
+ "name": "signature",
2058
+ "type": "bytes"
2059
+ },
2060
+ {
2061
+ "internalType": "uint256",
2062
+ "name": "makingAmount",
2063
+ "type": "uint256"
2064
+ }
2065
+ ],
2066
+ "internalType": "struct FillOrderParams[]",
2067
+ "name": "flashFills",
2068
+ "type": "tuple[]"
2069
+ },
2070
+ {
2071
+ "internalType": "bytes",
2072
+ "name": "optData",
2073
+ "type": "bytes"
2074
+ }
2075
+ ],
2076
+ "internalType": "struct LimitOrderData",
2077
+ "name": "limit",
2078
+ "type": "tuple"
2079
+ }
2080
+ ],
2081
+ "name": "removeLiquiditySinglePt",
2082
+ "outputs": [
2083
+ {
2084
+ "internalType": "uint256",
2085
+ "name": "netPtOut",
2086
+ "type": "uint256"
2087
+ },
2088
+ {
2089
+ "internalType": "uint256",
2090
+ "name": "netSyFee",
2091
+ "type": "uint256"
2092
+ }
2093
+ ],
2094
+ "stateMutability": "nonpayable",
2095
+ "type": "function"
2096
+ },
2097
+ {
2098
+ "inputs": [
2099
+ {
2100
+ "internalType": "address",
2101
+ "name": "receiver",
2102
+ "type": "address"
2103
+ },
2104
+ {
2105
+ "internalType": "address",
2106
+ "name": "market",
2107
+ "type": "address"
2108
+ },
2109
+ {
2110
+ "internalType": "uint256",
2111
+ "name": "netLpToRemove",
2112
+ "type": "uint256"
2113
+ },
2114
+ {
2115
+ "internalType": "uint256",
2116
+ "name": "minSyOut",
2117
+ "type": "uint256"
2118
+ },
2119
+ {
2120
+ "components": [
2121
+ {
2122
+ "internalType": "address",
2123
+ "name": "limitRouter",
2124
+ "type": "address"
2125
+ },
2126
+ {
2127
+ "internalType": "uint256",
2128
+ "name": "epsSkipMarket",
2129
+ "type": "uint256"
2130
+ },
2131
+ {
2132
+ "components": [
2133
+ {
2134
+ "components": [
2135
+ {
2136
+ "internalType": "uint256",
2137
+ "name": "salt",
2138
+ "type": "uint256"
2139
+ },
2140
+ {
2141
+ "internalType": "uint256",
2142
+ "name": "expiry",
2143
+ "type": "uint256"
2144
+ },
2145
+ {
2146
+ "internalType": "uint256",
2147
+ "name": "nonce",
2148
+ "type": "uint256"
2149
+ },
2150
+ {
2151
+ "internalType": "enum IPLimitOrderType.OrderType",
2152
+ "name": "orderType",
2153
+ "type": "uint8"
2154
+ },
2155
+ {
2156
+ "internalType": "address",
2157
+ "name": "token",
2158
+ "type": "address"
2159
+ },
2160
+ {
2161
+ "internalType": "address",
2162
+ "name": "YT",
2163
+ "type": "address"
2164
+ },
2165
+ {
2166
+ "internalType": "address",
2167
+ "name": "maker",
2168
+ "type": "address"
2169
+ },
2170
+ {
2171
+ "internalType": "address",
2172
+ "name": "receiver",
2173
+ "type": "address"
2174
+ },
2175
+ {
2176
+ "internalType": "uint256",
2177
+ "name": "makingAmount",
2178
+ "type": "uint256"
2179
+ },
2180
+ {
2181
+ "internalType": "uint256",
2182
+ "name": "lnImpliedRate",
2183
+ "type": "uint256"
2184
+ },
2185
+ {
2186
+ "internalType": "uint256",
2187
+ "name": "failSafeRate",
2188
+ "type": "uint256"
2189
+ },
2190
+ {
2191
+ "internalType": "bytes",
2192
+ "name": "permit",
2193
+ "type": "bytes"
2194
+ }
2195
+ ],
2196
+ "internalType": "struct Order",
2197
+ "name": "order",
2198
+ "type": "tuple"
2199
+ },
2200
+ {
2201
+ "internalType": "bytes",
2202
+ "name": "signature",
2203
+ "type": "bytes"
2204
+ },
2205
+ {
2206
+ "internalType": "uint256",
2207
+ "name": "makingAmount",
2208
+ "type": "uint256"
2209
+ }
2210
+ ],
2211
+ "internalType": "struct FillOrderParams[]",
2212
+ "name": "normalFills",
2213
+ "type": "tuple[]"
2214
+ },
2215
+ {
2216
+ "components": [
2217
+ {
2218
+ "components": [
2219
+ {
2220
+ "internalType": "uint256",
2221
+ "name": "salt",
2222
+ "type": "uint256"
2223
+ },
2224
+ {
2225
+ "internalType": "uint256",
2226
+ "name": "expiry",
2227
+ "type": "uint256"
2228
+ },
2229
+ {
2230
+ "internalType": "uint256",
2231
+ "name": "nonce",
2232
+ "type": "uint256"
2233
+ },
2234
+ {
2235
+ "internalType": "enum IPLimitOrderType.OrderType",
2236
+ "name": "orderType",
2237
+ "type": "uint8"
2238
+ },
2239
+ {
2240
+ "internalType": "address",
2241
+ "name": "token",
2242
+ "type": "address"
2243
+ },
2244
+ {
2245
+ "internalType": "address",
2246
+ "name": "YT",
2247
+ "type": "address"
2248
+ },
2249
+ {
2250
+ "internalType": "address",
2251
+ "name": "maker",
2252
+ "type": "address"
2253
+ },
2254
+ {
2255
+ "internalType": "address",
2256
+ "name": "receiver",
2257
+ "type": "address"
2258
+ },
2259
+ {
2260
+ "internalType": "uint256",
2261
+ "name": "makingAmount",
2262
+ "type": "uint256"
2263
+ },
2264
+ {
2265
+ "internalType": "uint256",
2266
+ "name": "lnImpliedRate",
2267
+ "type": "uint256"
2268
+ },
2269
+ {
2270
+ "internalType": "uint256",
2271
+ "name": "failSafeRate",
2272
+ "type": "uint256"
2273
+ },
2274
+ {
2275
+ "internalType": "bytes",
2276
+ "name": "permit",
2277
+ "type": "bytes"
2278
+ }
2279
+ ],
2280
+ "internalType": "struct Order",
2281
+ "name": "order",
2282
+ "type": "tuple"
2283
+ },
2284
+ {
2285
+ "internalType": "bytes",
2286
+ "name": "signature",
2287
+ "type": "bytes"
2288
+ },
2289
+ {
2290
+ "internalType": "uint256",
2291
+ "name": "makingAmount",
2292
+ "type": "uint256"
2293
+ }
2294
+ ],
2295
+ "internalType": "struct FillOrderParams[]",
2296
+ "name": "flashFills",
2297
+ "type": "tuple[]"
2298
+ },
2299
+ {
2300
+ "internalType": "bytes",
2301
+ "name": "optData",
2302
+ "type": "bytes"
2303
+ }
2304
+ ],
2305
+ "internalType": "struct LimitOrderData",
2306
+ "name": "limit",
2307
+ "type": "tuple"
2308
+ }
2309
+ ],
2310
+ "name": "removeLiquiditySingleSy",
2311
+ "outputs": [
2312
+ {
2313
+ "internalType": "uint256",
2314
+ "name": "netSyOut",
2315
+ "type": "uint256"
2316
+ },
2317
+ {
2318
+ "internalType": "uint256",
2319
+ "name": "netSyFee",
2320
+ "type": "uint256"
2321
+ }
2322
+ ],
2323
+ "stateMutability": "nonpayable",
2324
+ "type": "function"
2325
+ },
2326
+ {
2327
+ "inputs": [
2328
+ {
2329
+ "internalType": "address",
2330
+ "name": "receiver",
2331
+ "type": "address"
2332
+ },
2333
+ {
2334
+ "internalType": "address",
2335
+ "name": "market",
2336
+ "type": "address"
2337
+ },
2338
+ {
2339
+ "internalType": "uint256",
2340
+ "name": "netLpToRemove",
2341
+ "type": "uint256"
2342
+ },
2343
+ {
2344
+ "components": [
2345
+ {
2346
+ "internalType": "address",
2347
+ "name": "tokenOut",
2348
+ "type": "address"
2349
+ },
2350
+ {
2351
+ "internalType": "uint256",
2352
+ "name": "minTokenOut",
2353
+ "type": "uint256"
2354
+ },
2355
+ {
2356
+ "internalType": "address",
2357
+ "name": "tokenRedeemSy",
2358
+ "type": "address"
2359
+ },
2360
+ {
2361
+ "internalType": "address",
2362
+ "name": "pendleSwap",
2363
+ "type": "address"
2364
+ },
2365
+ {
2366
+ "components": [
2367
+ {
2368
+ "internalType": "enum SwapType",
2369
+ "name": "swapType",
2370
+ "type": "uint8"
2371
+ },
2372
+ {
2373
+ "internalType": "address",
2374
+ "name": "extRouter",
2375
+ "type": "address"
2376
+ },
2377
+ {
2378
+ "internalType": "bytes",
2379
+ "name": "extCalldata",
2380
+ "type": "bytes"
2381
+ },
2382
+ {
2383
+ "internalType": "bool",
2384
+ "name": "needScale",
2385
+ "type": "bool"
2386
+ }
2387
+ ],
2388
+ "internalType": "struct SwapData",
2389
+ "name": "swapData",
2390
+ "type": "tuple"
2391
+ }
2392
+ ],
2393
+ "internalType": "struct TokenOutput",
2394
+ "name": "output",
2395
+ "type": "tuple"
2396
+ },
2397
+ {
2398
+ "components": [
2399
+ {
2400
+ "internalType": "address",
2401
+ "name": "limitRouter",
2402
+ "type": "address"
2403
+ },
2404
+ {
2405
+ "internalType": "uint256",
2406
+ "name": "epsSkipMarket",
2407
+ "type": "uint256"
2408
+ },
2409
+ {
2410
+ "components": [
2411
+ {
2412
+ "components": [
2413
+ {
2414
+ "internalType": "uint256",
2415
+ "name": "salt",
2416
+ "type": "uint256"
2417
+ },
2418
+ {
2419
+ "internalType": "uint256",
2420
+ "name": "expiry",
2421
+ "type": "uint256"
2422
+ },
2423
+ {
2424
+ "internalType": "uint256",
2425
+ "name": "nonce",
2426
+ "type": "uint256"
2427
+ },
2428
+ {
2429
+ "internalType": "enum IPLimitOrderType.OrderType",
2430
+ "name": "orderType",
2431
+ "type": "uint8"
2432
+ },
2433
+ {
2434
+ "internalType": "address",
2435
+ "name": "token",
2436
+ "type": "address"
2437
+ },
2438
+ {
2439
+ "internalType": "address",
2440
+ "name": "YT",
2441
+ "type": "address"
2442
+ },
2443
+ {
2444
+ "internalType": "address",
2445
+ "name": "maker",
2446
+ "type": "address"
2447
+ },
2448
+ {
2449
+ "internalType": "address",
2450
+ "name": "receiver",
2451
+ "type": "address"
2452
+ },
2453
+ {
2454
+ "internalType": "uint256",
2455
+ "name": "makingAmount",
2456
+ "type": "uint256"
2457
+ },
2458
+ {
2459
+ "internalType": "uint256",
2460
+ "name": "lnImpliedRate",
2461
+ "type": "uint256"
2462
+ },
2463
+ {
2464
+ "internalType": "uint256",
2465
+ "name": "failSafeRate",
2466
+ "type": "uint256"
2467
+ },
2468
+ {
2469
+ "internalType": "bytes",
2470
+ "name": "permit",
2471
+ "type": "bytes"
2472
+ }
2473
+ ],
2474
+ "internalType": "struct Order",
2475
+ "name": "order",
2476
+ "type": "tuple"
2477
+ },
2478
+ {
2479
+ "internalType": "bytes",
2480
+ "name": "signature",
2481
+ "type": "bytes"
2482
+ },
2483
+ {
2484
+ "internalType": "uint256",
2485
+ "name": "makingAmount",
2486
+ "type": "uint256"
2487
+ }
2488
+ ],
2489
+ "internalType": "struct FillOrderParams[]",
2490
+ "name": "normalFills",
2491
+ "type": "tuple[]"
2492
+ },
2493
+ {
2494
+ "components": [
2495
+ {
2496
+ "components": [
2497
+ {
2498
+ "internalType": "uint256",
2499
+ "name": "salt",
2500
+ "type": "uint256"
2501
+ },
2502
+ {
2503
+ "internalType": "uint256",
2504
+ "name": "expiry",
2505
+ "type": "uint256"
2506
+ },
2507
+ {
2508
+ "internalType": "uint256",
2509
+ "name": "nonce",
2510
+ "type": "uint256"
2511
+ },
2512
+ {
2513
+ "internalType": "enum IPLimitOrderType.OrderType",
2514
+ "name": "orderType",
2515
+ "type": "uint8"
2516
+ },
2517
+ {
2518
+ "internalType": "address",
2519
+ "name": "token",
2520
+ "type": "address"
2521
+ },
2522
+ {
2523
+ "internalType": "address",
2524
+ "name": "YT",
2525
+ "type": "address"
2526
+ },
2527
+ {
2528
+ "internalType": "address",
2529
+ "name": "maker",
2530
+ "type": "address"
2531
+ },
2532
+ {
2533
+ "internalType": "address",
2534
+ "name": "receiver",
2535
+ "type": "address"
2536
+ },
2537
+ {
2538
+ "internalType": "uint256",
2539
+ "name": "makingAmount",
2540
+ "type": "uint256"
2541
+ },
2542
+ {
2543
+ "internalType": "uint256",
2544
+ "name": "lnImpliedRate",
2545
+ "type": "uint256"
2546
+ },
2547
+ {
2548
+ "internalType": "uint256",
2549
+ "name": "failSafeRate",
2550
+ "type": "uint256"
2551
+ },
2552
+ {
2553
+ "internalType": "bytes",
2554
+ "name": "permit",
2555
+ "type": "bytes"
2556
+ }
2557
+ ],
2558
+ "internalType": "struct Order",
2559
+ "name": "order",
2560
+ "type": "tuple"
2561
+ },
2562
+ {
2563
+ "internalType": "bytes",
2564
+ "name": "signature",
2565
+ "type": "bytes"
2566
+ },
2567
+ {
2568
+ "internalType": "uint256",
2569
+ "name": "makingAmount",
2570
+ "type": "uint256"
2571
+ }
2572
+ ],
2573
+ "internalType": "struct FillOrderParams[]",
2574
+ "name": "flashFills",
2575
+ "type": "tuple[]"
2576
+ },
2577
+ {
2578
+ "internalType": "bytes",
2579
+ "name": "optData",
2580
+ "type": "bytes"
2581
+ }
2582
+ ],
2583
+ "internalType": "struct LimitOrderData",
2584
+ "name": "limit",
2585
+ "type": "tuple"
2586
+ }
2587
+ ],
2588
+ "name": "removeLiquiditySingleToken",
2589
+ "outputs": [
2590
+ {
2591
+ "internalType": "uint256",
2592
+ "name": "netTokenOut",
2593
+ "type": "uint256"
2594
+ },
2595
+ {
2596
+ "internalType": "uint256",
2597
+ "name": "netSyFee",
2598
+ "type": "uint256"
2599
+ },
2600
+ {
2601
+ "internalType": "uint256",
2602
+ "name": "netSyInterm",
2603
+ "type": "uint256"
2604
+ }
2605
+ ],
2606
+ "stateMutability": "nonpayable",
2607
+ "type": "function"
2608
+ }
2609
+ ],
2610
+ "bytecode": "0x",
2611
+ "deployedBytecode": "0x",
2612
+ "linkReferences": {},
2613
+ "deployedLinkReferences": {}
2614
+ }