@pendle/core-v2 2.30.0 → 2.30.1
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.
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +372 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +48 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +390 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +174 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +10 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +10 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +380 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +460 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +450 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +426 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +592 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +492 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +1128 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +655 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +776 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +390 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +143 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +10 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +10 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +10 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +10 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.dbg.json +4 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.json +642 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.json +521 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.dbg.json +4 -0
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.json +10 -0
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +10 -0
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +100 -0
- package/build/artifacts/contracts/core/Market/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.json +373 -0
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +128 -0
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +1279 -0
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +664 -0
- package/build/artifacts/contracts/core/Market/v2/PendleGaugeV2.sol/PendleGaugeV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/v2/PendleGaugeV2.sol/PendleGaugeV2.json +128 -0
- package/build/artifacts/contracts/core/Market/v2/PendleMarketFactoryV2.sol/PendleMarketFactoryV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/v2/PendleMarketFactoryV2.sol/PendleMarketFactoryV2.json +682 -0
- package/build/artifacts/contracts/core/Market/v2/PendleMarketV2.sol/PendleMarketV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/v2/PendleMarketV2.sol/PendleMarketV2.json +1284 -0
- package/build/artifacts/contracts/core/RewardManager/PendleLinearDistributor.sol/PendleLinearDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/core/RewardManager/PendleLinearDistributor.sol/PendleLinearDistributor.json +570 -0
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +4 -0
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +77 -0
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +4 -0
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +40 -0
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.json +992 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.json +976 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.json +1058 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.json +1042 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.json +1092 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.json +1140 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.json +1244 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.json +1244 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.json +1211 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.json +1254 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.json +1236 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.json +1236 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.json +1236 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.json +1236 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.json +1236 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.json +219 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.json +24 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.json +24 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.json +234 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.json +40 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.json +322 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.json +1215 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.json +1188 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +27 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.json +1213 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.json +252 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.json +63 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.json +338 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.json +1498 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.json +154 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.json +96 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.json +1209 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.json +1274 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.json +1154 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.json +1050 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.json +50 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/GMTokenPricingHelper.json +297 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2DataStore.json +30 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Oracle.json +35 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol/IGMXV2Reader.json +180 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol/PendleGMV2TokenSY.json +1159 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.json +1228 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.json +250 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.json +1258 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.json +375 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.json +82 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.json +1287 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol/MlpPricingHelper.json +245 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol/PendleMlpSY.json +1248 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.json +1041 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.json +149 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.json +1041 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.json +1041 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.json +1026 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.json +1026 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.json +1039 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.json +1062 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.json +1052 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.json +1222 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.json +1044 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.json +1057 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.json +1177 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.json +1066 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.json +1026 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.json +1331 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.json +128 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.json +24 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.json +24 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.json +267 -0
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +35 -0
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +541 -0
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +590 -0
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +1013 -0
- package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.json +66 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.json +541 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.json +590 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.json +1082 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +4 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +254 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +4 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +394 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +4 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +370 -0
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol/IERC20Metadata.json → core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json} +15 -2
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +10 -0
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +10 -0
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +10 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +99 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +37 -0
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → core/libraries/Errors.sol}/Errors.json +3 -3
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +10 -0
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +10 -0
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +10 -0
- package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → core/libraries/TokenHelper.sol}/TokenHelper.json +1 -1
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +10 -0
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +10 -0
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.json +62 -0
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.json +108 -0
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.json +10 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.json +24 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.json +133 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.json +328 -0
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.json +486 -0
- package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.json +1172 -0
- package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.json +61 -0
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.json +30 -0
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.json +398 -0
- package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.json +133 -0
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.json +24 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.json +278 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.json +24 -0
- package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.json +42 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.json +237 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.json +56 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.json +142 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.json +463 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.json +451 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.json +638 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.json +755 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.json +647 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.json +18 -0
- package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.json +350 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol/IERC20.json → interfaces/ConvexCurve/IBooster.sol/IBooster.json} +65 -82
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.json +78 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.json +24 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.json +282 -0
- package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.json +278 -0
- package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.json +213 -0
- package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.json +166 -0
- package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.json +40 -0
- package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.json +56 -0
- package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/GMX/IGMXPriceHelper.sol/IGMXPriceHelper.json +30 -0
- package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.json +308 -0
- package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.json +88 -0
- package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.json +201 -0
- package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.json +45 -0
- package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.json +55 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.json +30 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.json +44 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.json +66 -0
- package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol/IERC20Permit.json → interfaces/HMX/IHMXVester.sol/IHMXVester.json} +25 -38
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +48 -0
- package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.json +149 -0
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +81 -0
- package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +74 -0
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.json +93 -0
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +87 -0
- package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +369 -0
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +119 -0
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +39 -0
- package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.json +30 -0
- package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.json +76 -0
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +1427 -0
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +307 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +345 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +1260 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +705 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +311 -0
- package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +79 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +184 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +529 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +708 -0
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +40 -0
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +3503 -0
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.json +321 -0
- package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.json +92 -0
- package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.json +34 -0
- package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.json +109 -0
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +123 -0
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +169 -0
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +62 -0
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +160 -0
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +183 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +35 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +40 -0
- package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLinearDistributor.sol/IPLinearDistributor.json +135 -0
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +820 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +153 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.json +166 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +34 -0
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +150 -0
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +55 -0
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +24 -0
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +73 -0
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +67 -0
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +24 -0
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +24 -0
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +347 -0
- package/build/artifacts/contracts/interfaces/IPPtOracle.sol/IPPtOracle.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPtOracle.sol/IPPtOracle.json +82 -0
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.json +888 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +2436 -0
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +104 -0
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +348 -0
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +321 -0
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +232 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +668 -0
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +679 -0
- package/build/artifacts/contracts/interfaces/IPendlePreviewHelper.sol/IPendlePreviewHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPendlePreviewHelper.sol/IPendlePreviewHelper.json +59 -0
- package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +350 -0
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +375 -0
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +324 -0
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +40 -0
- package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +137 -0
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +643 -0
- package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.json +200 -0
- package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +63 -0
- package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.json +130 -0
- package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.json +44 -0
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → interfaces/IWETH.sol}/IWETH.json +1 -1
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +75 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.json +436 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.json +300 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.json +225 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.json +894 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.json +128 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.json +614 -0
- package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.json +92 -0
- package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/MUX/IMUXRewardRouter.sol/IMUXRewardRouter.json +870 -0
- package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.json +837 -0
- package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.json +48 -0
- package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.json +35 -0
- package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.json +420 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.json +152 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.json +71 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.json +409 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.json +188 -0
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +143 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +37 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +114 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +35 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +57 -0
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +180 -0
- package/build/artifacts/contracts/offchain-helpers/BoringLpSeller.sol/BoringLpSeller.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BoringLpSeller.sol/BoringLpSeller.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/BoringPtSeller.sol/BoringPtSeller.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BoringPtSeller.sol/BoringPtSeller.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +256 -0
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.json +125 -0
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +200 -0
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +30 -0
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +572 -0
- package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +322 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +89 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +159 -0
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +435 -0
- package/build/artifacts/contracts/offchain-helpers/PtAndLpToAsset.sol/PtAndLpToAsset.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PtAndLpToAsset.sol/PtAndLpToAsset.json +97 -0
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +1543 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +30 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +307 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +409 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +1397 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +348 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +228 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +93 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +10 -0
- package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.json +10 -0
- package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.json +247 -0
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.json +10 -0
- package/build/artifacts/contracts/oracles/samples/PendleLpGlpOracle.sol/PendleLpGlpOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/samples/PendleLpGlpOracle.sol/PendleLpGlpOracle.json +166 -0
- package/build/artifacts/contracts/oracles/samples/PendlePtGlpOracle.sol/PendlePtGlpOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/samples/PendlePtGlpOracle.sol/PendlePtGlpOracle.json +118 -0
- package/build/artifacts/contracts/oracles/samples/PendlePtUsdChainlinkOracle.sol/PendlePtUsdChainlinkOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/samples/PendlePtUsdChainlinkOracle.sol/PendlePtUsdChainlinkOracle.json +144 -0
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +1623 -0
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.json +753 -0
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.json +79 -0
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +720 -0
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +976 -0
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.json +190 -0
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +1032 -0
- package/build/artifacts/contracts/router/PendleRouterHelper2.sol/PendleRouterHelper2.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterHelper2.sol/PendleRouterHelper2.json +145 -0
- package/build/artifacts/contracts/router/base/ActionBaseCallback.sol/ActionBaseCallback.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/ActionBaseCallback.sol/ActionBaseCallback.json +141 -0
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +10 -0
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +10 -0
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +10 -0
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/IPSwapAggregator.sol}/IPSwapAggregator.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapBase.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/PendleSwap.sol}/PendleSwapBase.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL1.json +76 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwapL2.json +76 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol/IAggregationExecutor.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/kyberswap/interfaces/IAggregationExecutor.sol}/IAggregationExecutor.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol/IAggregationExecutorOptimistic.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol}/IAggregationExecutorOptimistic.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol/IExecutorHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol}/IExecutorHelper.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol/IExecutorHelperL2.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol}/IExecutorHelperL2.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/kyberswap/interfaces/IMetaAggregationRouterV2.sol}/IMetaAggregationRouterV2.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/InputScalingHelper.sol/InputScalingHelper.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol/ScalingDataLib.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol/BytesHelper.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol/CalldataReader.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol/CalldataWriter.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol/Common.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol/DexScaler.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol/ExecutorReader.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol/InputScalingHelperL2.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol/ScalingDataL2Lib.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol/I1inchAggregationRouterV5.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol}/I1inchAggregationRouterV5.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol/OneInchAggregationRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{PendleSwap.sol → router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol}/OneInchAggregationRouterHelper.json +1 -1
- package/package.json +1 -1
- package/typechain-types/AccessControlUpgradeable.ts +369 -0
- package/typechain-types/ActionAddRemoveLiq.ts +1239 -0
- package/typechain-types/ActionAddRemoveLiqV3.ts +1423 -0
- package/typechain-types/ActionBaseCallback.ts +115 -0
- package/typechain-types/ActionInfoStatic.ts +310 -0
- package/typechain-types/ActionMarketAuxStatic.ts +503 -0
- package/typechain-types/ActionMarketCoreStatic.ts +1951 -0
- package/typechain-types/ActionMintRedeem.ts +673 -0
- package/typechain-types/ActionMintRedeemStatic.ts +527 -0
- package/typechain-types/ActionMisc.ts +155 -0
- package/typechain-types/ActionMiscV3.ts +936 -0
- package/typechain-types/ActionStorageStatic.ts +405 -0
- package/typechain-types/ActionSwapPT.ts +544 -0
- package/typechain-types/ActionSwapPTV3.ts +556 -0
- package/typechain-types/ActionSwapYT.ts +730 -0
- package/typechain-types/ActionSwapYTV3.ts +742 -0
- package/typechain-types/ActionVePendleStatic.ts +113 -0
- package/typechain-types/AddressProvider.ts +280 -0
- package/typechain-types/AggregatorInterface.ts +233 -0
- package/typechain-types/AggregatorV2V3Interface.ts +385 -0
- package/typechain-types/AggregatorV3Interface.ts +221 -0
- package/typechain-types/AuraEthxBbAWethSY.ts +1597 -0
- package/typechain-types/AuraSwEthBbAWethSYV2.ts +1597 -0
- package/typechain-types/AuraWethVethSYUpg.ts +1612 -0
- package/typechain-types/AutomateReady.ts +102 -0
- package/typechain-types/BaseSplitCodeFactoryContract.ts +276 -0
- package/typechain-types/BbAPoolHelper.ts +89 -0
- package/typechain-types/BbAWethHelper.ts +89 -0
- package/typechain-types/BeaconProxy.ts +97 -0
- package/typechain-types/BoringOwnableUpgradeable.ts +203 -0
- package/typechain-types/BoringOwnableUpgradeableData.ts +100 -0
- package/typechain-types/Broadcaster.ts +454 -0
- package/typechain-types/BulkSeller.ts +743 -0
- package/typechain-types/BulkSellerFactory.ts +712 -0
- package/typechain-types/BulkSellerOffchain.ts +251 -0
- package/typechain-types/CamelotRewardHelper.ts +347 -0
- package/typechain-types/CamelotV1VolatileLpHelper.ts +120 -0
- package/typechain-types/CamelotV1VolatilePreview.ts +479 -0
- package/typechain-types/ChainlinkRelayerGelato.ts +311 -0
- package/typechain-types/ComposableStablePreview.ts +217 -0
- package/typechain-types/ComposableStablePreviewProxy.ts +352 -0
- package/typechain-types/ComposableStablePreviewV4.ts +217 -0
- package/typechain-types/ComposableStablePreviewV5.ts +217 -0
- package/typechain-types/ContextUpgradeable.ts +68 -0
- package/typechain-types/EIP712.ts +135 -0
- package/typechain-types/EIP712Upgradeable.ts +144 -0
- package/typechain-types/ERC165Upgradeable.ts +113 -0
- package/typechain-types/ERC1967Upgrade.ts +97 -0
- package/typechain-types/ERC20.ts +417 -0
- package/typechain-types/ERC20Permit.ts +586 -0
- package/typechain-types/EmptyUUPS.ts +352 -0
- package/typechain-types/GLPPreviewHelper.ts +121 -0
- package/typechain-types/GMTokenPricingHelper.ts +478 -0
- package/typechain-types/HLPPricingHelper.ts +397 -0
- package/typechain-types/IAccessControlUpgradeable.ts +305 -0
- package/typechain-types/IAddressProvider.ts +123 -0
- package/typechain-types/IAnkrBNB.ts +150 -0
- package/typechain-types/IAnkrLiquidStaking.ts +253 -0
- package/typechain-types/IApeStaking.ts +305 -0
- package/typechain-types/IAutomate.ts +203 -0
- package/typechain-types/IBalancerFees.ts +89 -0
- package/typechain-types/IBalancerStablePreview.ts +217 -0
- package/typechain-types/IBasePool.ts +482 -0
- package/typechain-types/IBeacon.ts +87 -0
- package/typechain-types/IBenQiComptroller.ts +177 -0
- package/typechain-types/IBenQiInterestRateModel.ts +162 -0
- package/typechain-types/IBooster.ts +281 -0
- package/typechain-types/ICamelotFactory.ts +375 -0
- package/typechain-types/ICamelotNFTFactory.ts +122 -0
- package/typechain-types/ICamelotNFTHandler.ts +262 -0
- package/typechain-types/ICamelotNFTPool.ts +814 -0
- package/typechain-types/ICamelotNitroPool.ts +708 -0
- package/typechain-types/ICamelotNitroPoolFactory.ts +1053 -0
- package/typechain-types/ICamelotPair.ts +1030 -0
- package/typechain-types/ICamelotRouter.ts +955 -0
- package/typechain-types/ICamelotYieldBooster.ts +97 -0
- package/typechain-types/IComposableStable.ts +755 -0
- package/typechain-types/ICrvDepositor.ts +174 -0
- package/typechain-types/ICrvPool.ts +425 -0
- package/typechain-types/ICvxCrv.ts +81 -0
- package/typechain-types/IDaiLikePermit.ts +146 -0
- package/typechain-types/IDiamondCut.ts +152 -0
- package/typechain-types/IDiamondLoupe.ts +190 -0
- package/typechain-types/IERC1271.ts +107 -0
- package/typechain-types/IERC165.ts +102 -0
- package/typechain-types/IERC165Upgradeable.ts +102 -0
- package/typechain-types/IERC1822Proxiable.ts +87 -0
- package/typechain-types/IERC1967.ts +97 -0
- package/typechain-types/IERC4626.ts +550 -0
- package/typechain-types/IERC4626LinearPool.ts +1649 -0
- package/typechain-types/IERC5267.ts +135 -0
- package/typechain-types/IERC5267Upgradeable.ts +135 -0
- package/typechain-types/IERC721.ts +487 -0
- package/typechain-types/IERC721Receiver.ts +120 -0
- package/typechain-types/IEUSD.ts +194 -0
- package/typechain-types/IFluxErc20.ts +298 -0
- package/typechain-types/IFluxInterestRateModel.ts +113 -0
- package/typechain-types/IFrxEthMinter.ts +142 -0
- package/typechain-types/IGMXPriceHelper.ts +84 -0
- package/typechain-types/IGMXV2DataStore.ts +87 -0
- package/typechain-types/IGMXV2Oracle.ts +107 -0
- package/typechain-types/IGMXV2Reader.ts +204 -0
- package/typechain-types/IGMXVault.ts +494 -0
- package/typechain-types/IGauge.ts +160 -0
- package/typechain-types/IGlpManager.ts +184 -0
- package/typechain-types/IHLPStaking.ts +154 -0
- package/typechain-types/IHMXCalculator.ts +96 -0
- package/typechain-types/IHMXCompounder.ts +122 -0
- package/typechain-types/IHMXStaking.ts +165 -0
- package/typechain-types/IHMXVester.ts +163 -0
- package/typechain-types/IKyberElasticFactory.ts +734 -0
- package/typechain-types/IKyberElasticPool.ts +514 -0
- package/typechain-types/IKyberElasticRouter.ts +315 -0
- package/typechain-types/IKyberLiquidityMining.ts +968 -0
- package/typechain-types/IKyberMathHelper.ts +231 -0
- package/typechain-types/IKyberPositionManager.ts +773 -0
- package/typechain-types/ILayerZeroEndpoint.ts +256 -0
- package/typechain-types/ILayerZeroReceiver.ts +117 -0
- package/typechain-types/ILimitOrderCallee.ts +179 -0
- package/typechain-types/ILiquidityGaugeFactory.ts +99 -0
- package/typechain-types/ILooksFeeSharing.ts +102 -0
- package/typechain-types/ILooksStaking.ts +189 -0
- package/typechain-types/IMUXRewardRouter.ts +1599 -0
- package/typechain-types/IMetaStablePool.ts +619 -0
- package/typechain-types/IOpsProxyFactory.ts +93 -0
- package/typechain-types/IPActionAddRemoveLiq.ts +1239 -0
- package/typechain-types/IPActionAddRemoveLiqV3.ts +1423 -0
- package/typechain-types/IPActionInfoStatic.ts +310 -0
- package/typechain-types/IPActionMarketAuxStatic.ts +503 -0
- package/typechain-types/IPActionMarketCoreStatic.ts +1951 -0
- package/typechain-types/IPActionMintRedeem.ts +673 -0
- package/typechain-types/IPActionMintRedeemStatic.ts +527 -0
- package/typechain-types/IPActionMisc.ts +155 -0
- package/typechain-types/IPActionMiscV3.ts +936 -0
- package/typechain-types/IPActionStorageStatic.ts +328 -0
- package/typechain-types/IPActionSwapPT.ts +544 -0
- package/typechain-types/IPActionSwapPTV3.ts +556 -0
- package/typechain-types/IPActionSwapYT.ts +686 -0
- package/typechain-types/IPActionSwapYTV3.ts +698 -0
- package/typechain-types/IPActionVePendleStatic.ts +113 -0
- package/typechain-types/IPAllAction.ts +2935 -0
- package/typechain-types/IPAllActionV3.ts +3191 -0
- package/typechain-types/IPBulkSeller.ts +391 -0
- package/typechain-types/IPBulkSellerCallback.ts +115 -0
- package/typechain-types/IPBulkSellerFactory.ts +152 -0
- package/typechain-types/IPComposableStablePreview.ts +217 -0
- package/typechain-types/IPExternalRewardDistributor.ts +198 -0
- package/typechain-types/IPFeeDistributor.ts +191 -0
- package/typechain-types/IPFeeDistributorV2.ts +287 -0
- package/typechain-types/IPGauge.ts +132 -0
- package/typechain-types/IPGaugeController.ts +275 -0
- package/typechain-types/IPGaugeControllerMainchain.ts +319 -0
- package/typechain-types/IPInterestManagerYT.ts +114 -0
- package/typechain-types/IPInterestManagerYTV2.ts +117 -0
- package/typechain-types/IPLimitRouter.ts +531 -0
- package/typechain-types/IPLinearDistributor.ts +199 -0
- package/typechain-types/IPMarket.ts +1045 -0
- package/typechain-types/IPMarketFactory.ts +234 -0
- package/typechain-types/IPMarketFactoryV2.ts +253 -0
- package/typechain-types/IPMarketSwapCallback.ts +115 -0
- package/typechain-types/IPMerkleDistributor.ts +235 -0
- package/typechain-types/IPMiniDiamond.ts +147 -0
- package/typechain-types/IPMsgReceiverApp.ts +104 -0
- package/typechain-types/IPMsgSendEndpoint.ts +166 -0
- package/typechain-types/IPOffchainStorage.ts +146 -0
- package/typechain-types/IPOracleForSy.ts +87 -0
- package/typechain-types/IPOrderMixin.ts +349 -0
- package/typechain-types/IPPriceFeed.ts +81 -0
- package/typechain-types/IPPrincipalToken.ts +501 -0
- package/typechain-types/IPPtOracle.ts +184 -0
- package/typechain-types/IPRouterHelper.ts +710 -0
- package/typechain-types/IPRouterStatic.ts +3462 -0
- package/typechain-types/IPVeToken.ts +201 -0
- package/typechain-types/IPVotingController.ts +510 -0
- package/typechain-types/IPVotingEscrowMainchain.ts +461 -0
- package/typechain-types/IPYieldContractFactory.ts +324 -0
- package/typechain-types/IPYieldToken.ts +902 -0
- package/typechain-types/IPYieldTokenV2.ts +901 -0
- package/typechain-types/IPendlePreviewHelper.ts +147 -0
- package/typechain-types/IQiAvax.ts +551 -0
- package/typechain-types/IQiErc20.ts +573 -0
- package/typechain-types/IQiToken.ts +498 -0
- package/typechain-types/IRateProvider.ts +81 -0
- package/typechain-types/IRewardManager.ts +108 -0
- package/typechain-types/IRewardRouterV2.ts +346 -0
- package/typechain-types/IRewards.ts +584 -0
- package/typechain-types/ISilo.ts +1093 -0
- package/typechain-types/ISiloIncentiveController.ts +129 -0
- package/typechain-types/ISiloLens.ts +107 -0
- package/typechain-types/IStETH.ts +257 -0
- package/typechain-types/IStaderStakeManager.ts +700 -0
- package/typechain-types/IStandardizedYield.ts +895 -0
- package/typechain-types/IStargateLP.ts +306 -0
- package/typechain-types/IStargateRouter.ts +159 -0
- package/typechain-types/IStargateStaking.ts +232 -0
- package/typechain-types/ISwETH.ts +123 -0
- package/typechain-types/ITaskTreasuryUpgradable.ts +160 -0
- package/typechain-types/IThenaFactory.ts +245 -0
- package/typechain-types/IThenaGaugeV2.ts +206 -0
- package/typechain-types/IThenaPair.ts +579 -0
- package/typechain-types/IThenaRouter.ts +313 -0
- package/typechain-types/IThenaSY.ts +81 -0
- package/typechain-types/ITriCrvPool.ts +345 -0
- package/typechain-types/IVault.ts +410 -0
- package/typechain-types/IVaultPriceFeed.ts +114 -0
- package/typechain-types/IVersion.ts +81 -0
- package/typechain-types/IWBETH.ts +128 -0
- package/typechain-types/IWstETH.ts +162 -0
- package/typechain-types/IXGrail.ts +603 -0
- package/typechain-types/Initializable.ts +68 -0
- package/typechain-types/InterestManagerYT.ts +103 -0
- package/typechain-types/InterestManagerYTV2.ts +157 -0
- package/typechain-types/KyberMathHelper.ts +604 -0
- package/typechain-types/KyberNftManagerBaseUpg.ts +148 -0
- package/typechain-types/LegacyNFTHelper.ts +87 -0
- package/typechain-types/LinearPreview.ts +402 -0
- package/typechain-types/MetaStableMath.ts +113 -0
- package/typechain-types/MetaStablePreview.ts +501 -0
- package/typechain-types/MlpPricingHelper.ts +397 -0
- package/typechain-types/Multicall2.ts +437 -0
- package/typechain-types/NonceManager.ts +209 -0
- package/typechain-types/OracleLib.ts +124 -0
- package/typechain-types/Pausable.ts +101 -0
- package/typechain-types/PendleAnkrBNBSY.ts +1300 -0
- package/typechain-types/PendleArbitrumStakedEthSY.ts +1287 -0
- package/typechain-types/PendleAuraBalancerStableLPSYV2.ts +1577 -0
- package/typechain-types/PendleAuraBalancerStableLPSYV3Upg.ts +1577 -0
- package/typechain-types/PendleAuraBbAWethSwethSY.ts +1597 -0
- package/typechain-types/PendleAuraWethAnkrethSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWethRocketEthSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWethStafiEthSY.ts +1576 -0
- package/typechain-types/PendleAuraWethVethSY.ts +1511 -0
- package/typechain-types/PendleAuraWethWstethSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWstethAnkreth.ts +1576 -0
- package/typechain-types/PendleBridgedLSDSY.ts +1287 -0
- package/typechain-types/PendleCamelotV1VolatileSY.ts +1962 -0
- package/typechain-types/PendleChainlinkReceiver.ts +239 -0
- package/typechain-types/PendleChainlinkRelayer.ts +158 -0
- package/typechain-types/PendleConvexLPSY.ts +1458 -0
- package/typechain-types/PendleCurveFraxUsdcSY.ts +1497 -0
- package/typechain-types/PendleCurveUsdd3CrvSY.ts +1568 -0
- package/typechain-types/PendleERC20.ts +339 -0
- package/typechain-types/PendleERC20Permit.ts +508 -0
- package/typechain-types/PendleERC20PermitUpg.ts +517 -0
- package/typechain-types/PendleERC20Upg.ts +348 -0
- package/typechain-types/PendleERC4626SY.ts +1281 -0
- package/typechain-types/PendleETHXSY.ts +1296 -0
- package/typechain-types/PendleEUSDSY.ts +1281 -0
- package/typechain-types/PendleExternalRewardDistributor.ts +596 -0
- package/typechain-types/PendleFeeDistributor.ts +745 -0
- package/typechain-types/PendleFeeDistributorV2.ts +722 -0
- package/typechain-types/PendleFluxLendingSY.ts +1297 -0
- package/typechain-types/PendleGDaiSY.ts +1294 -0
- package/typechain-types/PendleGMV2TokenSY.ts +1434 -0
- package/typechain-types/PendleGauge.ts +225 -0
- package/typechain-types/PendleGaugeControllerBaseUpg.ts +591 -0
- package/typechain-types/PendleGaugeControllerMainchainUpg.ts +679 -0
- package/typechain-types/PendleGaugeControllerSidechainUpg.ts +671 -0
- package/typechain-types/PendleGaugeV2.ts +225 -0
- package/typechain-types/PendleGlpSY.ts +1528 -0
- package/typechain-types/PendleHlpSY.ts +1582 -0
- package/typechain-types/PendleKyberElasticSYUpg.ts +1648 -0
- package/typechain-types/PendleLimitRouter.ts +870 -0
- package/typechain-types/PendleLinearDistributor.ts +829 -0
- package/typechain-types/PendleLooksStakingSY.ts +1321 -0
- package/typechain-types/PendleLpGlpOracle.ts +145 -0
- package/typechain-types/PendleMantleStakedEthSY.ts +1287 -0
- package/typechain-types/PendleMarket.ts +1376 -0
- package/typechain-types/PendleMarketFactory.ts +906 -0
- package/typechain-types/PendleMarketFactoryV2.ts +932 -0
- package/typechain-types/PendleMarketV2.ts +1376 -0
- package/typechain-types/PendleMerkleDistributor.ts +610 -0
- package/typechain-types/PendleMlpSY.ts +1606 -0
- package/typechain-types/PendleMsgReceiveEndpointUpg.ts +558 -0
- package/typechain-types/PendleMsgReceiverAppUpg.ts +125 -0
- package/typechain-types/PendleMsgSendEndpointUpg.ts +650 -0
- package/typechain-types/PendleMsgSenderAppUpg.ts +353 -0
- package/typechain-types/PendleMulticallV1.ts +162 -0
- package/typechain-types/PendleMulticallV2.ts +241 -0
- package/typechain-types/PendleOffchainStorage.ts +666 -0
- package/typechain-types/PendleOracleForSyProxy.ts +275 -0
- package/typechain-types/PendleOrderMixin.ts +688 -0
- package/typechain-types/PendlePrincipalToken.ts +679 -0
- package/typechain-types/PendlePrincipalTokenV2.ts +679 -0
- package/typechain-types/PendlePtGlpOracle.ts +145 -0
- package/typechain-types/PendlePtOracle.ts +393 -0
- package/typechain-types/PendlePtUsdChainlinkOracle.ts +174 -0
- package/typechain-types/PendleQiTokenHelper.ts +57 -0
- package/typechain-types/PendleQiTokenSY.ts +1435 -0
- package/typechain-types/PendleRouter.ts +217 -0
- package/typechain-types/PendleRouterHelper.ts +818 -0
- package/typechain-types/PendleRouterHelper2.ts +185 -0
- package/typechain-types/PendleRouterStatic.ts +57 -0
- package/typechain-types/PendleRouterV3.ts +217 -0
- package/typechain-types/PendleSfrxEthSY.ts +1307 -0
- package/typechain-types/PendleSiloWithIncentiveSY.ts +1455 -0
- package/typechain-types/PendleStargateLPSY.ts +1507 -0
- package/typechain-types/PendleSwap.ts +126 -0
- package/typechain-types/PendleThenaSY.ts +1663 -0
- package/typechain-types/PendleVotingControllerUpg.ts +1479 -0
- package/typechain-types/PendleWbEthSY.ts +1294 -0
- package/typechain-types/PendleWstEthSY.ts +1307 -0
- package/typechain-types/PendleYieldContractFactory.ts +801 -0
- package/typechain-types/PendleYieldContractFactoryV2.ts +801 -0
- package/typechain-types/PendleYieldToken.ts +1261 -0
- package/typechain-types/PendleYieldTokenV2.ts +1363 -0
- package/typechain-types/Proxy.ts +57 -0
- package/typechain-types/PtAndLpToAsset.ts +136 -0
- package/typechain-types/ReentrancyGuardUpgradeable.ts +68 -0
- package/typechain-types/RewardManager.ts +161 -0
- package/typechain-types/RewardManagerAbstract.ts +108 -0
- package/typechain-types/RouterV2InterfaceForRouterHelper.ts +479 -0
- package/typechain-types/SAPE.ts +1460 -0
- package/typechain-types/SDKErrorsDirectory.ts +57 -0
- package/typechain-types/SYBase.ts +1270 -0
- package/typechain-types/SYBaseUpg.ts +1270 -0
- package/typechain-types/SYBaseWithRewards.ts +1363 -0
- package/typechain-types/SYBaseWithRewardsUpg.ts +1363 -0
- package/typechain-types/ShortStrings.ts +57 -0
- package/typechain-types/SimulateHelper.ts +146 -0
- package/typechain-types/StablePreviewBase.ts +217 -0
- package/typechain-types/StarNFTV1.ts +880 -0
- package/typechain-types/SwETHSY.ts +1281 -0
- package/typechain-types/ThenaLpHelper.ts +191 -0
- package/typechain-types/ThenaMath.ts +87 -0
- package/typechain-types/ThenaPreview.ts +450 -0
- package/typechain-types/UUPSUpgradeable.ts +197 -0
- package/typechain-types/VotingControllerStorageUpg.ts +877 -0
- package/typechain-types/VotingEscrowPendleMainchain.ts +1045 -0
- package/typechain-types/VotingEscrowPendleSidechain.ts +558 -0
- package/typechain-types/VotingEscrowTokenBase.ts +252 -0
- package/typechain-types/factories/AccessControlUpgradeable__factory.ts +247 -0
- package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +2837 -0
- package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +1676 -0
- package/typechain-types/factories/ActionBaseCallback__factory.ts +156 -0
- package/typechain-types/factories/ActionInfoStatic__factory.ts +360 -0
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +466 -0
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1454 -0
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +405 -0
- package/typechain-types/factories/ActionMintRedeem__factory.ts +806 -0
- package/typechain-types/factories/ActionMiscV3__factory.ts +1090 -0
- package/typechain-types/factories/ActionMisc__factory.ts +129 -0
- package/typechain-types/factories/ActionStorageStatic__factory.ts +281 -0
- package/typechain-types/factories/ActionSwapPTV3__factory.ts +1356 -0
- package/typechain-types/factories/ActionSwapPT__factory.ts +770 -0
- package/typechain-types/factories/ActionSwapYTV3__factory.ts +1606 -0
- package/typechain-types/factories/ActionSwapYT__factory.ts +1041 -0
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +155 -0
- package/typechain-types/factories/AddressProvider__factory.ts +196 -0
- package/typechain-types/factories/AggregatorInterface__factory.ts +153 -0
- package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +268 -0
- package/typechain-types/factories/AggregatorV3Interface__factory.ts +141 -0
- package/typechain-types/factories/AuraEthxBbAWethSY__factory.ts +1305 -0
- package/typechain-types/factories/AuraSwEthBbAWethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +1264 -0
- package/typechain-types/factories/AutomateReady__factory.ts +49 -0
- package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +239 -0
- package/typechain-types/factories/BbAPoolHelper__factory.ts +36 -0
- package/typechain-types/factories/BbAWethHelper__factory.ts +36 -0
- package/typechain-types/factories/BeaconProxy__factory.ts +141 -0
- package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +96 -0
- package/typechain-types/factories/BoringOwnableUpgradeable__factory.ts +118 -0
- package/typechain-types/factories/Broadcaster__factory.ts +311 -0
- package/typechain-types/factories/BulkSellerFactory__factory.ts +574 -0
- package/typechain-types/factories/BulkSellerOffchain__factory.ts +178 -0
- package/typechain-types/factories/BulkSeller__factory.ts +692 -0
- package/typechain-types/factories/CamelotRewardHelper__factory.ts +324 -0
- package/typechain-types/factories/CamelotV1VolatileLpHelper__factory.ts +82 -0
- package/typechain-types/factories/CamelotV1VolatilePreview__factory.ts +400 -0
- package/typechain-types/factories/ChainlinkRelayerGelato__factory.ts +263 -0
- package/typechain-types/factories/ComposableStablePreviewProxy__factory.ts +288 -0
- package/typechain-types/factories/ComposableStablePreviewV4__factory.ts +190 -0
- package/typechain-types/factories/ComposableStablePreviewV5__factory.ts +190 -0
- package/typechain-types/factories/ComposableStablePreview__factory.ts +152 -0
- package/typechain-types/factories/ContextUpgradeable__factory.ts +39 -0
- package/typechain-types/factories/EIP712Upgradeable__factory.ts +88 -0
- package/typechain-types/factories/EIP712__factory.ts +85 -0
- package/typechain-types/factories/ERC165Upgradeable__factory.ts +58 -0
- package/typechain-types/factories/ERC1967Upgrade__factory.ts +71 -0
- package/typechain-types/factories/ERC20Permit__factory.ts +433 -0
- package/typechain-types/factories/ERC20__factory.ts +348 -0
- package/typechain-types/factories/EmptyUUPS__factory.ts +250 -0
- package/typechain-types/factories/Errors__factory.ts +1 -1
- package/typechain-types/factories/GLPPreviewHelper__factory.ts +65 -0
- package/typechain-types/factories/GMTokenPricingHelper__factory.ts +354 -0
- package/typechain-types/factories/HLPPricingHelper__factory.ts +311 -0
- package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +202 -0
- package/typechain-types/factories/IAddressProvider__factory.ts +63 -0
- package/typechain-types/factories/IAnkrBNB__factory.ts +74 -0
- package/typechain-types/factories/IAnkrLiquidStaking__factory.ts +123 -0
- package/typechain-types/factories/IApeStaking__factory.ts +161 -0
- package/typechain-types/factories/IAutomate__factory.ts +126 -0
- package/typechain-types/factories/IBalancerFees__factory.ts +36 -0
- package/typechain-types/factories/IBalancerStablePreview__factory.ts +152 -0
- package/typechain-types/factories/IBasePool__factory.ts +340 -0
- package/typechain-types/factories/IBeacon__factory.ts +36 -0
- package/typechain-types/factories/IBenQiComptroller__factory.ts +96 -0
- package/typechain-types/factories/IBenQiInterestRateModel__factory.ts +93 -0
- package/typechain-types/factories/IBooster__factory.ts +189 -0
- package/typechain-types/factories/ICamelotFactory__factory.ts +252 -0
- package/typechain-types/factories/ICamelotNFTFactory__factory.ts +71 -0
- package/typechain-types/factories/ICamelotNFTHandler__factory.ts +157 -0
- package/typechain-types/factories/ICamelotNFTPool__factory.ts +478 -0
- package/typechain-types/factories/ICamelotNitroPoolFactory__factory.ts +657 -0
- package/typechain-types/factories/ICamelotNitroPool__factory.ts +466 -0
- package/typechain-types/factories/ICamelotPair__factory.ts +767 -0
- package/typechain-types/factories/ICamelotRouter__factory.ts +662 -0
- package/typechain-types/factories/ICamelotYieldBooster__factory.ts +37 -0
- package/typechain-types/factories/IComposableStable__factory.ts +501 -0
- package/typechain-types/factories/ICrvDepositor__factory.ts +90 -0
- package/typechain-types/factories/ICrvPool__factory.ts +290 -0
- package/typechain-types/factories/ICvxCrv__factory.ts +36 -0
- package/typechain-types/factories/IDaiLikePermit__factory.ts +74 -0
- package/typechain-types/factories/IDiamondCut__factory.ts +105 -0
- package/typechain-types/factories/IDiamondLoupe__factory.ts +99 -0
- package/typechain-types/factories/IERC1271__factory.ts +47 -0
- package/typechain-types/factories/IERC165Upgradeable__factory.ts +45 -0
- package/typechain-types/factories/IERC165__factory.ts +42 -0
- package/typechain-types/factories/IERC1822Proxiable__factory.ts +39 -0
- package/typechain-types/factories/IERC1967__factory.ts +68 -0
- package/typechain-types/factories/IERC4626LinearPool__factory.ts +1187 -0
- package/typechain-types/factories/IERC4626__factory.ts +381 -0
- package/typechain-types/factories/IERC5267Upgradeable__factory.ts +75 -0
- package/typechain-types/factories/IERC5267__factory.ts +72 -0
- package/typechain-types/factories/IERC721Receiver__factory.ts +60 -0
- package/typechain-types/factories/IERC721__factory.ts +308 -0
- package/typechain-types/factories/IEUSD__factory.ts +101 -0
- package/typechain-types/factories/IFluxErc20__factory.ts +178 -0
- package/typechain-types/factories/IFluxInterestRateModel__factory.ts +59 -0
- package/typechain-types/factories/IFrxEthMinter__factory.ts +68 -0
- package/typechain-types/factories/IGMXPriceHelper__factory.ts +45 -0
- package/typechain-types/factories/IGMXV2DataStore__factory.ts +45 -0
- package/typechain-types/factories/IGMXV2Oracle__factory.ts +47 -0
- package/typechain-types/factories/IGMXV2Reader__factory.ts +192 -0
- package/typechain-types/factories/IGMXVault__factory.ts +320 -0
- package/typechain-types/factories/IGauge__factory.ts +70 -0
- package/typechain-types/factories/IGlpManager__factory.ts +100 -0
- package/typechain-types/factories/IHLPStaking__factory.ts +67 -0
- package/typechain-types/factories/IHMXCalculator__factory.ts +45 -0
- package/typechain-types/factories/IHMXCompounder__factory.ts +59 -0
- package/typechain-types/factories/IHMXStaking__factory.ts +78 -0
- package/typechain-types/factories/IHMXVester__factory.ts +85 -0
- package/typechain-types/factories/IKyberElasticFactory__factory.ts +455 -0
- package/typechain-types/factories/IKyberElasticPool__factory.ts +315 -0
- package/typechain-types/factories/IKyberElasticRouter__factory.ts +240 -0
- package/typechain-types/factories/IKyberLiquidityMining__factory.ts +913 -0
- package/typechain-types/factories/IKyberMathHelper__factory.ts +143 -0
- package/typechain-types/factories/IKyberPositionManager__factory.ts +633 -0
- package/typechain-types/factories/ILayerZeroEndpoint__factory.ts +134 -0
- package/typechain-types/factories/ILayerZeroReceiver__factory.ts +54 -0
- package/typechain-types/factories/ILimitOrderCallee__factory.ts +92 -0
- package/typechain-types/factories/ILiquidityGaugeFactory__factory.ts +49 -0
- package/typechain-types/factories/ILooksFeeSharing__factory.ts +45 -0
- package/typechain-types/factories/ILooksStaking__factory.ts +88 -0
- package/typechain-types/factories/IMUXRewardRouter__factory.ts +885 -0
- package/typechain-types/factories/IMetaStablePool__factory.ts +413 -0
- package/typechain-types/factories/IOpsProxyFactory__factory.ts +50 -0
- package/typechain-types/factories/IPActionAddRemoveLiqV3__factory.ts +2603 -0
- package/typechain-types/factories/IPActionAddRemoveLiq__factory.ts +1446 -0
- package/typechain-types/factories/IPActionInfoStatic__factory.ts +322 -0
- package/typechain-types/factories/IPActionMarketAuxStatic__factory.ts +364 -0
- package/typechain-types/factories/IPActionMarketCoreStatic__factory.ts +1279 -0
- package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +330 -0
- package/typechain-types/factories/IPActionMintRedeem__factory.ts +720 -0
- package/typechain-types/factories/IPActionMiscV3__factory.ts +991 -0
- package/typechain-types/factories/IPActionMisc__factory.ts +91 -0
- package/typechain-types/factories/IPActionStorageStatic__factory.ts +203 -0
- package/typechain-types/factories/IPActionSwapPTV3__factory.ts +1180 -0
- package/typechain-types/factories/IPActionSwapPT__factory.ts +544 -0
- package/typechain-types/factories/IPActionSwapYTV3__factory.ts +1359 -0
- package/typechain-types/factories/IPActionSwapYT__factory.ts +723 -0
- package/typechain-types/factories/IPActionVePendleStatic__factory.ts +59 -0
- package/typechain-types/factories/IPAllActionV3__factory.ts +6147 -0
- package/typechain-types/factories/IPAllAction__factory.ts +3515 -0
- package/typechain-types/factories/IPBulkSellerCallback__factory.ts +53 -0
- package/typechain-types/factories/IPBulkSellerFactory__factory.ts +107 -0
- package/typechain-types/factories/IPBulkSeller__factory.ts +333 -0
- package/typechain-types/factories/IPComposableStablePreview__factory.ts +152 -0
- package/typechain-types/factories/IPExternalRewardDistributor__factory.ts +128 -0
- package/typechain-types/factories/IPFeeDistributorV2__factory.ts +184 -0
- package/typechain-types/factories/IPFeeDistributor__factory.ts +138 -0
- package/typechain-types/factories/IPGaugeControllerMainchain__factory.ts +202 -0
- package/typechain-types/factories/IPGaugeController__factory.ts +175 -0
- package/typechain-types/factories/IPGauge__factory.ts +74 -0
- package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +59 -0
- package/typechain-types/factories/IPInterestManagerYT__factory.ts +50 -0
- package/typechain-types/factories/IPLimitRouter__factory.ts +661 -0
- package/typechain-types/factories/IPLinearDistributor__factory.ts +150 -0
- package/typechain-types/factories/IPMarketFactoryV2__factory.ts +181 -0
- package/typechain-types/factories/IPMarketFactory__factory.ts +168 -0
- package/typechain-types/factories/IPMarketSwapCallback__factory.ts +53 -0
- package/typechain-types/factories/IPMarket__factory.ts +832 -0
- package/typechain-types/factories/IPMerkleDistributor__factory.ts +165 -0
- package/typechain-types/factories/IPMiniDiamond__factory.ts +67 -0
- package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
- package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +88 -0
- package/typechain-types/factories/IPOffchainStorage__factory.ts +82 -0
- package/typechain-types/factories/IPOracleForSy__factory.ts +36 -0
- package/typechain-types/factories/IPOrderMixin__factory.ts +450 -0
- package/typechain-types/factories/IPPriceFeed__factory.ts +36 -0
- package/typechain-types/factories/IPPrincipalToken__factory.ts +362 -0
- package/typechain-types/factories/IPPtOracle__factory.ts +94 -0
- package/typechain-types/factories/IPRouterHelper__factory.ts +904 -0
- package/typechain-types/factories/IPRouterStatic__factory.ts +2451 -0
- package/typechain-types/factories/IPVeToken__factory.ts +116 -0
- package/typechain-types/factories/IPVotingController__factory.ts +363 -0
- package/typechain-types/factories/IPVotingEscrowMainchain__factory.ts +340 -0
- package/typechain-types/factories/IPYieldContractFactory__factory.ts +251 -0
- package/typechain-types/factories/IPYieldTokenV2__factory.ts +694 -0
- package/typechain-types/factories/IPYieldToken__factory.ts +680 -0
- package/typechain-types/factories/IPendlePreviewHelper__factory.ts +78 -0
- package/typechain-types/factories/IQiAvax__factory.ts +362 -0
- package/typechain-types/factories/IQiErc20__factory.ts +387 -0
- package/typechain-types/factories/IQiToken__factory.ts +336 -0
- package/typechain-types/factories/IRateProvider__factory.ts +36 -0
- package/typechain-types/factories/IRewardManager__factory.ts +55 -0
- package/typechain-types/factories/IRewardRouterV2__factory.ts +216 -0
- package/typechain-types/factories/IRewards__factory.ts +294 -0
- package/typechain-types/factories/ISiloIncentiveController__factory.ts +67 -0
- package/typechain-types/factories/ISiloLens__factory.ts +47 -0
- package/typechain-types/factories/ISilo__factory.ts +846 -0
- package/typechain-types/factories/IStETH__factory.ts +146 -0
- package/typechain-types/factories/IStaderStakeManager__factory.ts +435 -0
- package/typechain-types/factories/IStandardizedYield__factory.ts +658 -0
- package/typechain-types/factories/IStargateLP__factory.ts +212 -0
- package/typechain-types/factories/IStargateRouter__factory.ts +78 -0
- package/typechain-types/factories/IStargateStaking__factory.ts +145 -0
- package/typechain-types/factories/ISwETH__factory.ts +53 -0
- package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +76 -0
- package/typechain-types/factories/IThenaFactory__factory.ts +164 -0
- package/typechain-types/factories/IThenaGaugeV2__factory.ts +83 -0
- package/typechain-types/factories/IThenaPair__factory.ts +421 -0
- package/typechain-types/factories/IThenaRouter__factory.ts +200 -0
- package/typechain-types/factories/IThenaSY__factory.ts +36 -0
- package/typechain-types/factories/ITriCrvPool__factory.ts +225 -0
- package/typechain-types/factories/IVaultPriceFeed__factory.ts +60 -0
- package/typechain-types/factories/IVault__factory.ts +287 -0
- package/typechain-types/factories/IVersion__factory.ts +36 -0
- package/typechain-types/factories/IWBETH__factory.ts +51 -0
- package/typechain-types/factories/IWstETH__factory.ts +87 -0
- package/typechain-types/factories/IXGrail__factory.ts +362 -0
- package/typechain-types/factories/Initializable__factory.ts +36 -0
- package/typechain-types/factories/InterestManagerYTV2__factory.ts +81 -0
- package/typechain-types/factories/InterestManagerYT__factory.ts +50 -0
- package/typechain-types/factories/KyberMathHelper__factory.ts +430 -0
- package/typechain-types/factories/KyberNftManagerBaseUpg__factory.ts +101 -0
- package/typechain-types/factories/LegacyNFTHelper__factory.ts +83 -0
- package/typechain-types/factories/LinearPreview__factory.ts +284 -0
- package/typechain-types/factories/MetaStableMath__factory.ts +93 -0
- package/typechain-types/factories/MetaStablePreview__factory.ts +375 -0
- package/typechain-types/factories/MlpPricingHelper__factory.ts +303 -0
- package/typechain-types/factories/Multicall2__factory.ts +372 -0
- package/typechain-types/factories/NonceManager__factory.ts +149 -0
- package/typechain-types/factories/OracleLib__factory.ts +150 -0
- package/typechain-types/factories/Pausable__factory.ts +62 -0
- package/typechain-types/factories/PendleAnkrBNBSY__factory.ts +1165 -0
- package/typechain-types/factories/PendleArbitrumStakedEthSY__factory.ts +1133 -0
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV2__factory.ts +1234 -0
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV3Upg__factory.ts +1209 -0
- package/typechain-types/factories/PendleAuraBbAWethSwethSY__factory.ts +1331 -0
- package/typechain-types/factories/PendleAuraWethAnkrethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethRocketEthSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethStafiEthSY__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethVethSY__factory.ts +1231 -0
- package/typechain-types/factories/PendleAuraWethWstethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWstethAnkreth__factory.ts +1309 -0
- package/typechain-types/factories/PendleBridgedLSDSY__factory.ts +1129 -0
- package/typechain-types/factories/PendleCamelotV1VolatileSY__factory.ts +1594 -0
- package/typechain-types/factories/PendleChainlinkReceiver__factory.ts +216 -0
- package/typechain-types/factories/PendleChainlinkRelayer__factory.ts +180 -0
- package/typechain-types/factories/PendleConvexLPSY__factory.ts +1169 -0
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +1274 -0
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +1339 -0
- package/typechain-types/factories/PendleERC20PermitUpg__factory.ts +389 -0
- package/typechain-types/factories/PendleERC20Permit__factory.ts +470 -0
- package/typechain-types/factories/PendleERC20Upg__factory.ts +261 -0
- package/typechain-types/factories/PendleERC20__factory.ts +327 -0
- package/typechain-types/factories/PendleERC4626SY__factory.ts +1095 -0
- package/typechain-types/factories/PendleETHXSY__factory.ts +1124 -0
- package/typechain-types/factories/PendleEUSDSY__factory.ts +1087 -0
- package/typechain-types/factories/PendleExternalRewardDistributor__factory.ts +437 -0
- package/typechain-types/factories/PendleFeeDistributorV2__factory.ts +549 -0
- package/typechain-types/factories/PendleFeeDistributor__factory.ts +665 -0
- package/typechain-types/factories/PendleFluxLendingSY__factory.ts +1114 -0
- package/typechain-types/factories/PendleGDaiSY__factory.ts +1100 -0
- package/typechain-types/factories/PendleGMV2TokenSY__factory.ts +1240 -0
- package/typechain-types/factories/PendleGaugeControllerBaseUpg__factory.ts +399 -0
- package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +535 -0
- package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +525 -0
- package/typechain-types/factories/PendleGaugeV2__factory.ts +140 -0
- package/typechain-types/factories/PendleGauge__factory.ts +140 -0
- package/typechain-types/factories/PendleGlpSY__factory.ts +1314 -0
- package/typechain-types/factories/PendleHlpSY__factory.ts +1348 -0
- package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +1351 -0
- package/typechain-types/factories/PendleLimitRouter__factory.ts +934 -0
- package/typechain-types/factories/PendleLinearDistributor__factory.ts +627 -0
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +1143 -0
- package/typechain-types/factories/PendleLpGlpOracle__factory.ts +246 -0
- package/typechain-types/factories/PendleMantleStakedEthSY__factory.ts +1133 -0
- package/typechain-types/factories/PendleMarketFactoryV2__factory.ts +770 -0
- package/typechain-types/factories/PendleMarketFactory__factory.ts +748 -0
- package/typechain-types/factories/PendleMarketV2__factory.ts +1364 -0
- package/typechain-types/factories/PendleMarket__factory.ts +1352 -0
- package/typechain-types/factories/PendleMerkleDistributor__factory.ts +488 -0
- package/typechain-types/factories/PendleMlpSY__factory.ts +1314 -0
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +452 -0
- package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +67 -0
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +459 -0
- package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +193 -0
- package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
- package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
- package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
- package/typechain-types/factories/PendleOracleForSyProxy__factory.ts +211 -0
- package/typechain-types/factories/PendleOrderMixin__factory.ts +669 -0
- package/typechain-types/factories/PendlePrincipalTokenV2__factory.ts +629 -0
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +629 -0
- package/typechain-types/factories/PendlePtGlpOracle__factory.ts +198 -0
- package/typechain-types/factories/PendlePtOracle__factory.ts +312 -0
- package/typechain-types/factories/PendlePtUsdChainlinkOracle__factory.ts +228 -0
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +99 -0
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +1301 -0
- package/typechain-types/factories/PendleRouterHelper2__factory.ts +206 -0
- package/typechain-types/factories/PendleRouterHelper__factory.ts +1094 -0
- package/typechain-types/factories/PendleRouterStatic__factory.ts +88 -0
- package/typechain-types/factories/PendleRouterV3__factory.ts +247 -0
- package/typechain-types/factories/PendleRouter__factory.ts +264 -0
- package/typechain-types/factories/PendleSfrxEthSY__factory.ts +1116 -0
- package/typechain-types/factories/PendleSiloWithIncentiveSY__factory.ts +1266 -0
- package/typechain-types/factories/PendleStargateLPSY__factory.ts +1306 -0
- package/typechain-types/factories/PendleSwapL1__factory.ts +1 -1
- package/typechain-types/factories/PendleSwapL2__factory.ts +1 -1
- package/typechain-types/factories/PendleSwap__factory.ts +126 -0
- package/typechain-types/factories/PendleThenaSY__factory.ts +1417 -0
- package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +1208 -0
- package/typechain-types/factories/PendleWbEthSY__factory.ts +1114 -0
- package/typechain-types/factories/PendleWstEthSY__factory.ts +1130 -0
- package/typechain-types/factories/PendleYieldContractFactoryV2__factory.ts +674 -0
- package/typechain-types/factories/PendleYieldContractFactory__factory.ts +674 -0
- package/typechain-types/factories/PendleYieldTokenV2__factory.ts +1174 -0
- package/typechain-types/factories/PendleYieldToken__factory.ts +1105 -0
- package/typechain-types/factories/Proxy__factory.ts +28 -0
- package/typechain-types/factories/PtAndLpToAsset__factory.ts +150 -0
- package/typechain-types/factories/ReentrancyGuardUpgradeable__factory.ts +43 -0
- package/typechain-types/factories/RewardManagerAbstract__factory.ts +59 -0
- package/typechain-types/factories/RewardManager__factory.ts +89 -0
- package/typechain-types/factories/RouterV2InterfaceForRouterHelper__factory.ts +487 -0
- package/typechain-types/factories/SAPE__factory.ts +1207 -0
- package/typechain-types/factories/SDKErrorsDirectory__factory.ts +1596 -0
- package/typechain-types/factories/SYBaseUpg__factory.ts +988 -0
- package/typechain-types/factories/SYBaseWithRewardsUpg__factory.ts +1061 -0
- package/typechain-types/factories/SYBaseWithRewards__factory.ts +1073 -0
- package/typechain-types/factories/SYBase__factory.ts +1001 -0
- package/typechain-types/factories/ShortStrings__factory.ts +77 -0
- package/typechain-types/factories/SimulateHelper__factory.ts +84 -0
- package/typechain-types/factories/StablePreviewBase__factory.ts +148 -0
- package/typechain-types/factories/StarNFTV1__factory.ts +584 -0
- package/typechain-types/factories/SwETHSY__factory.ts +1087 -0
- package/typechain-types/factories/ThenaLpHelper__factory.ts +140 -0
- package/typechain-types/factories/ThenaMath__factory.ts +36 -0
- package/typechain-types/factories/ThenaPreview__factory.ts +319 -0
- package/typechain-types/factories/UUPSUpgradeable__factory.ts +115 -0
- package/typechain-types/factories/VotingControllerStorageUpg__factory.ts +674 -0
- package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +856 -0
- package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +455 -0
- package/typechain-types/factories/VotingEscrowTokenBase__factory.ts +162 -0
- package/typechain-types/hardhat.d.ts +3085 -43
- package/typechain-types/index.ts +678 -16
- package/build/artifacts/contracts/PendleSwap.sol/Address.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/Address.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/BytesHelper.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/BytesHelper.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/CalldataReader.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/CalldataReader.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/CalldataWriter.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/CalldataWriter.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/Common.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/Common.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/DexScaler.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/DexScaler.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/Errors.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/ExecutorReader.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/ExecutorReader.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/I1inchAggregationRouterV5.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IAggregationExecutor.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IAggregationExecutorOptimistic.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IERC20.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IERC20Metadata.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IERC20Permit.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IExecutorHelper.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IExecutorHelperL2.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IMetaAggregationRouterV2.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IPSwapAggregator.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/IWETH.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelper.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelper.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelperL2.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelperL2.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/OneInchAggregationRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapBase.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL1.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL1.json +0 -76
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL2.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL2.json +0 -76
- package/build/artifacts/contracts/PendleSwap.sol/SafeERC20.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/SafeERC20.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataL2Lib.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataL2Lib.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataLib.dbg.json +0 -4
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataLib.json +0 -10
- package/build/artifacts/contracts/PendleSwap.sol/TokenHelper.dbg.json +0 -4
|
@@ -0,0 +1,1356 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
5
|
+
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
6
|
+
import type {
|
|
7
|
+
ActionSwapPTV3,
|
|
8
|
+
ActionSwapPTV3Interface,
|
|
9
|
+
} from "../ActionSwapPTV3";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [],
|
|
14
|
+
name: "ApproxFail",
|
|
15
|
+
type: "error",
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
inputs: [
|
|
19
|
+
{
|
|
20
|
+
internalType: "uint256",
|
|
21
|
+
name: "guessMin",
|
|
22
|
+
type: "uint256",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
internalType: "uint256",
|
|
26
|
+
name: "guessMax",
|
|
27
|
+
type: "uint256",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
internalType: "uint256",
|
|
31
|
+
name: "eps",
|
|
32
|
+
type: "uint256",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
name: "ApproxParamsInvalid",
|
|
36
|
+
type: "error",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
inputs: [
|
|
40
|
+
{
|
|
41
|
+
internalType: "int256",
|
|
42
|
+
name: "exchangeRate",
|
|
43
|
+
type: "int256",
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
name: "MarketExchangeRateBelowOne",
|
|
47
|
+
type: "error",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
inputs: [],
|
|
51
|
+
name: "MarketExpired",
|
|
52
|
+
type: "error",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
inputs: [],
|
|
56
|
+
name: "MarketProportionMustNotEqualOne",
|
|
57
|
+
type: "error",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
inputs: [
|
|
61
|
+
{
|
|
62
|
+
internalType: "int256",
|
|
63
|
+
name: "proportion",
|
|
64
|
+
type: "int256",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
internalType: "int256",
|
|
68
|
+
name: "maxProportion",
|
|
69
|
+
type: "int256",
|
|
70
|
+
},
|
|
71
|
+
],
|
|
72
|
+
name: "MarketProportionTooHigh",
|
|
73
|
+
type: "error",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
inputs: [
|
|
77
|
+
{
|
|
78
|
+
internalType: "int256",
|
|
79
|
+
name: "rateScalar",
|
|
80
|
+
type: "int256",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
name: "MarketRateScalarBelowZero",
|
|
84
|
+
type: "error",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
inputs: [
|
|
88
|
+
{
|
|
89
|
+
internalType: "int256",
|
|
90
|
+
name: "totalPt",
|
|
91
|
+
type: "int256",
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
internalType: "int256",
|
|
95
|
+
name: "totalAsset",
|
|
96
|
+
type: "int256",
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
name: "MarketZeroTotalPtOrTotalAsset",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
inputs: [
|
|
104
|
+
{
|
|
105
|
+
internalType: "uint256",
|
|
106
|
+
name: "actualPtOut",
|
|
107
|
+
type: "uint256",
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
internalType: "uint256",
|
|
111
|
+
name: "requiredPtOut",
|
|
112
|
+
type: "uint256",
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
name: "RouterInsufficientPtOut",
|
|
116
|
+
type: "error",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
inputs: [
|
|
120
|
+
{
|
|
121
|
+
internalType: "uint256",
|
|
122
|
+
name: "actualSyOut",
|
|
123
|
+
type: "uint256",
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
internalType: "uint256",
|
|
127
|
+
name: "requiredSyOut",
|
|
128
|
+
type: "uint256",
|
|
129
|
+
},
|
|
130
|
+
],
|
|
131
|
+
name: "RouterInsufficientSyOut",
|
|
132
|
+
type: "error",
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
inputs: [
|
|
136
|
+
{
|
|
137
|
+
internalType: "uint256",
|
|
138
|
+
name: "actualTokenOut",
|
|
139
|
+
type: "uint256",
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
internalType: "uint256",
|
|
143
|
+
name: "requiredTokenOut",
|
|
144
|
+
type: "uint256",
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
name: "RouterInsufficientTokenOut",
|
|
148
|
+
type: "error",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
anonymous: false,
|
|
152
|
+
inputs: [
|
|
153
|
+
{
|
|
154
|
+
indexed: true,
|
|
155
|
+
internalType: "address",
|
|
156
|
+
name: "caller",
|
|
157
|
+
type: "address",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
indexed: true,
|
|
161
|
+
internalType: "address",
|
|
162
|
+
name: "market",
|
|
163
|
+
type: "address",
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
indexed: true,
|
|
167
|
+
internalType: "address",
|
|
168
|
+
name: "receiver",
|
|
169
|
+
type: "address",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
indexed: false,
|
|
173
|
+
internalType: "int256",
|
|
174
|
+
name: "netPtToAccount",
|
|
175
|
+
type: "int256",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
indexed: false,
|
|
179
|
+
internalType: "int256",
|
|
180
|
+
name: "netSyToAccount",
|
|
181
|
+
type: "int256",
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
name: "SwapPtAndSy",
|
|
185
|
+
type: "event",
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
anonymous: false,
|
|
189
|
+
inputs: [
|
|
190
|
+
{
|
|
191
|
+
indexed: true,
|
|
192
|
+
internalType: "address",
|
|
193
|
+
name: "caller",
|
|
194
|
+
type: "address",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
indexed: true,
|
|
198
|
+
internalType: "address",
|
|
199
|
+
name: "market",
|
|
200
|
+
type: "address",
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
indexed: true,
|
|
204
|
+
internalType: "address",
|
|
205
|
+
name: "token",
|
|
206
|
+
type: "address",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
indexed: false,
|
|
210
|
+
internalType: "address",
|
|
211
|
+
name: "receiver",
|
|
212
|
+
type: "address",
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
indexed: false,
|
|
216
|
+
internalType: "int256",
|
|
217
|
+
name: "netPtToAccount",
|
|
218
|
+
type: "int256",
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
indexed: false,
|
|
222
|
+
internalType: "int256",
|
|
223
|
+
name: "netTokenToAccount",
|
|
224
|
+
type: "int256",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
indexed: false,
|
|
228
|
+
internalType: "uint256",
|
|
229
|
+
name: "netSyInterm",
|
|
230
|
+
type: "uint256",
|
|
231
|
+
},
|
|
232
|
+
],
|
|
233
|
+
name: "SwapPtAndToken",
|
|
234
|
+
type: "event",
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
inputs: [
|
|
238
|
+
{
|
|
239
|
+
internalType: "address",
|
|
240
|
+
name: "receiver",
|
|
241
|
+
type: "address",
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
internalType: "address",
|
|
245
|
+
name: "market",
|
|
246
|
+
type: "address",
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
internalType: "uint256",
|
|
250
|
+
name: "exactPtIn",
|
|
251
|
+
type: "uint256",
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
internalType: "uint256",
|
|
255
|
+
name: "minSyOut",
|
|
256
|
+
type: "uint256",
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
components: [
|
|
260
|
+
{
|
|
261
|
+
internalType: "address",
|
|
262
|
+
name: "limitRouter",
|
|
263
|
+
type: "address",
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
internalType: "uint256",
|
|
267
|
+
name: "epsSkipMarket",
|
|
268
|
+
type: "uint256",
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
components: [
|
|
272
|
+
{
|
|
273
|
+
components: [
|
|
274
|
+
{
|
|
275
|
+
internalType: "uint256",
|
|
276
|
+
name: "salt",
|
|
277
|
+
type: "uint256",
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
internalType: "uint256",
|
|
281
|
+
name: "expiry",
|
|
282
|
+
type: "uint256",
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
internalType: "uint256",
|
|
286
|
+
name: "nonce",
|
|
287
|
+
type: "uint256",
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
291
|
+
name: "orderType",
|
|
292
|
+
type: "uint8",
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
internalType: "address",
|
|
296
|
+
name: "token",
|
|
297
|
+
type: "address",
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
internalType: "address",
|
|
301
|
+
name: "YT",
|
|
302
|
+
type: "address",
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
internalType: "address",
|
|
306
|
+
name: "maker",
|
|
307
|
+
type: "address",
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
internalType: "address",
|
|
311
|
+
name: "receiver",
|
|
312
|
+
type: "address",
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
internalType: "uint256",
|
|
316
|
+
name: "makingAmount",
|
|
317
|
+
type: "uint256",
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
internalType: "uint256",
|
|
321
|
+
name: "lnImpliedRate",
|
|
322
|
+
type: "uint256",
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
internalType: "uint256",
|
|
326
|
+
name: "failSafeRate",
|
|
327
|
+
type: "uint256",
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
internalType: "bytes",
|
|
331
|
+
name: "permit",
|
|
332
|
+
type: "bytes",
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
internalType: "struct Order",
|
|
336
|
+
name: "order",
|
|
337
|
+
type: "tuple",
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
internalType: "bytes",
|
|
341
|
+
name: "signature",
|
|
342
|
+
type: "bytes",
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
internalType: "uint256",
|
|
346
|
+
name: "makingAmount",
|
|
347
|
+
type: "uint256",
|
|
348
|
+
},
|
|
349
|
+
],
|
|
350
|
+
internalType: "struct FillOrderParams[]",
|
|
351
|
+
name: "normalFills",
|
|
352
|
+
type: "tuple[]",
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
components: [
|
|
356
|
+
{
|
|
357
|
+
components: [
|
|
358
|
+
{
|
|
359
|
+
internalType: "uint256",
|
|
360
|
+
name: "salt",
|
|
361
|
+
type: "uint256",
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
internalType: "uint256",
|
|
365
|
+
name: "expiry",
|
|
366
|
+
type: "uint256",
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
internalType: "uint256",
|
|
370
|
+
name: "nonce",
|
|
371
|
+
type: "uint256",
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
375
|
+
name: "orderType",
|
|
376
|
+
type: "uint8",
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
internalType: "address",
|
|
380
|
+
name: "token",
|
|
381
|
+
type: "address",
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
internalType: "address",
|
|
385
|
+
name: "YT",
|
|
386
|
+
type: "address",
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
internalType: "address",
|
|
390
|
+
name: "maker",
|
|
391
|
+
type: "address",
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
internalType: "address",
|
|
395
|
+
name: "receiver",
|
|
396
|
+
type: "address",
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
internalType: "uint256",
|
|
400
|
+
name: "makingAmount",
|
|
401
|
+
type: "uint256",
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
internalType: "uint256",
|
|
405
|
+
name: "lnImpliedRate",
|
|
406
|
+
type: "uint256",
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
internalType: "uint256",
|
|
410
|
+
name: "failSafeRate",
|
|
411
|
+
type: "uint256",
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
internalType: "bytes",
|
|
415
|
+
name: "permit",
|
|
416
|
+
type: "bytes",
|
|
417
|
+
},
|
|
418
|
+
],
|
|
419
|
+
internalType: "struct Order",
|
|
420
|
+
name: "order",
|
|
421
|
+
type: "tuple",
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
internalType: "bytes",
|
|
425
|
+
name: "signature",
|
|
426
|
+
type: "bytes",
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
internalType: "uint256",
|
|
430
|
+
name: "makingAmount",
|
|
431
|
+
type: "uint256",
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
internalType: "struct FillOrderParams[]",
|
|
435
|
+
name: "flashFills",
|
|
436
|
+
type: "tuple[]",
|
|
437
|
+
},
|
|
438
|
+
],
|
|
439
|
+
internalType: "struct LimitOrderData",
|
|
440
|
+
name: "limit",
|
|
441
|
+
type: "tuple",
|
|
442
|
+
},
|
|
443
|
+
],
|
|
444
|
+
name: "swapExactPtForSy",
|
|
445
|
+
outputs: [
|
|
446
|
+
{
|
|
447
|
+
internalType: "uint256",
|
|
448
|
+
name: "netSyOut",
|
|
449
|
+
type: "uint256",
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
internalType: "uint256",
|
|
453
|
+
name: "netSyFee",
|
|
454
|
+
type: "uint256",
|
|
455
|
+
},
|
|
456
|
+
],
|
|
457
|
+
stateMutability: "nonpayable",
|
|
458
|
+
type: "function",
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
inputs: [
|
|
462
|
+
{
|
|
463
|
+
internalType: "address",
|
|
464
|
+
name: "receiver",
|
|
465
|
+
type: "address",
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
internalType: "address",
|
|
469
|
+
name: "market",
|
|
470
|
+
type: "address",
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
internalType: "uint256",
|
|
474
|
+
name: "exactPtIn",
|
|
475
|
+
type: "uint256",
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
components: [
|
|
479
|
+
{
|
|
480
|
+
internalType: "address",
|
|
481
|
+
name: "tokenOut",
|
|
482
|
+
type: "address",
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
internalType: "uint256",
|
|
486
|
+
name: "minTokenOut",
|
|
487
|
+
type: "uint256",
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
internalType: "address",
|
|
491
|
+
name: "tokenRedeemSy",
|
|
492
|
+
type: "address",
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
internalType: "address",
|
|
496
|
+
name: "pendleSwap",
|
|
497
|
+
type: "address",
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
components: [
|
|
501
|
+
{
|
|
502
|
+
internalType: "enum SwapType",
|
|
503
|
+
name: "swapType",
|
|
504
|
+
type: "uint8",
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
internalType: "address",
|
|
508
|
+
name: "extRouter",
|
|
509
|
+
type: "address",
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
internalType: "bytes",
|
|
513
|
+
name: "extCalldata",
|
|
514
|
+
type: "bytes",
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
internalType: "bool",
|
|
518
|
+
name: "needScale",
|
|
519
|
+
type: "bool",
|
|
520
|
+
},
|
|
521
|
+
],
|
|
522
|
+
internalType: "struct SwapData",
|
|
523
|
+
name: "swapData",
|
|
524
|
+
type: "tuple",
|
|
525
|
+
},
|
|
526
|
+
],
|
|
527
|
+
internalType: "struct TokenOutput",
|
|
528
|
+
name: "output",
|
|
529
|
+
type: "tuple",
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
components: [
|
|
533
|
+
{
|
|
534
|
+
internalType: "address",
|
|
535
|
+
name: "limitRouter",
|
|
536
|
+
type: "address",
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
internalType: "uint256",
|
|
540
|
+
name: "epsSkipMarket",
|
|
541
|
+
type: "uint256",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
components: [
|
|
545
|
+
{
|
|
546
|
+
components: [
|
|
547
|
+
{
|
|
548
|
+
internalType: "uint256",
|
|
549
|
+
name: "salt",
|
|
550
|
+
type: "uint256",
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
internalType: "uint256",
|
|
554
|
+
name: "expiry",
|
|
555
|
+
type: "uint256",
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
internalType: "uint256",
|
|
559
|
+
name: "nonce",
|
|
560
|
+
type: "uint256",
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
564
|
+
name: "orderType",
|
|
565
|
+
type: "uint8",
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
internalType: "address",
|
|
569
|
+
name: "token",
|
|
570
|
+
type: "address",
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
internalType: "address",
|
|
574
|
+
name: "YT",
|
|
575
|
+
type: "address",
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
internalType: "address",
|
|
579
|
+
name: "maker",
|
|
580
|
+
type: "address",
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
internalType: "address",
|
|
584
|
+
name: "receiver",
|
|
585
|
+
type: "address",
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
internalType: "uint256",
|
|
589
|
+
name: "makingAmount",
|
|
590
|
+
type: "uint256",
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
internalType: "uint256",
|
|
594
|
+
name: "lnImpliedRate",
|
|
595
|
+
type: "uint256",
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
internalType: "uint256",
|
|
599
|
+
name: "failSafeRate",
|
|
600
|
+
type: "uint256",
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
internalType: "bytes",
|
|
604
|
+
name: "permit",
|
|
605
|
+
type: "bytes",
|
|
606
|
+
},
|
|
607
|
+
],
|
|
608
|
+
internalType: "struct Order",
|
|
609
|
+
name: "order",
|
|
610
|
+
type: "tuple",
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
internalType: "bytes",
|
|
614
|
+
name: "signature",
|
|
615
|
+
type: "bytes",
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
internalType: "uint256",
|
|
619
|
+
name: "makingAmount",
|
|
620
|
+
type: "uint256",
|
|
621
|
+
},
|
|
622
|
+
],
|
|
623
|
+
internalType: "struct FillOrderParams[]",
|
|
624
|
+
name: "normalFills",
|
|
625
|
+
type: "tuple[]",
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
components: [
|
|
629
|
+
{
|
|
630
|
+
components: [
|
|
631
|
+
{
|
|
632
|
+
internalType: "uint256",
|
|
633
|
+
name: "salt",
|
|
634
|
+
type: "uint256",
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
internalType: "uint256",
|
|
638
|
+
name: "expiry",
|
|
639
|
+
type: "uint256",
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
internalType: "uint256",
|
|
643
|
+
name: "nonce",
|
|
644
|
+
type: "uint256",
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
648
|
+
name: "orderType",
|
|
649
|
+
type: "uint8",
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
internalType: "address",
|
|
653
|
+
name: "token",
|
|
654
|
+
type: "address",
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
internalType: "address",
|
|
658
|
+
name: "YT",
|
|
659
|
+
type: "address",
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
internalType: "address",
|
|
663
|
+
name: "maker",
|
|
664
|
+
type: "address",
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
internalType: "address",
|
|
668
|
+
name: "receiver",
|
|
669
|
+
type: "address",
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
internalType: "uint256",
|
|
673
|
+
name: "makingAmount",
|
|
674
|
+
type: "uint256",
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
internalType: "uint256",
|
|
678
|
+
name: "lnImpliedRate",
|
|
679
|
+
type: "uint256",
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
internalType: "uint256",
|
|
683
|
+
name: "failSafeRate",
|
|
684
|
+
type: "uint256",
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
internalType: "bytes",
|
|
688
|
+
name: "permit",
|
|
689
|
+
type: "bytes",
|
|
690
|
+
},
|
|
691
|
+
],
|
|
692
|
+
internalType: "struct Order",
|
|
693
|
+
name: "order",
|
|
694
|
+
type: "tuple",
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
internalType: "bytes",
|
|
698
|
+
name: "signature",
|
|
699
|
+
type: "bytes",
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
internalType: "uint256",
|
|
703
|
+
name: "makingAmount",
|
|
704
|
+
type: "uint256",
|
|
705
|
+
},
|
|
706
|
+
],
|
|
707
|
+
internalType: "struct FillOrderParams[]",
|
|
708
|
+
name: "flashFills",
|
|
709
|
+
type: "tuple[]",
|
|
710
|
+
},
|
|
711
|
+
],
|
|
712
|
+
internalType: "struct LimitOrderData",
|
|
713
|
+
name: "limit",
|
|
714
|
+
type: "tuple",
|
|
715
|
+
},
|
|
716
|
+
],
|
|
717
|
+
name: "swapExactPtForToken",
|
|
718
|
+
outputs: [
|
|
719
|
+
{
|
|
720
|
+
internalType: "uint256",
|
|
721
|
+
name: "netTokenOut",
|
|
722
|
+
type: "uint256",
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
internalType: "uint256",
|
|
726
|
+
name: "netSyFee",
|
|
727
|
+
type: "uint256",
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
internalType: "uint256",
|
|
731
|
+
name: "netSyInterm",
|
|
732
|
+
type: "uint256",
|
|
733
|
+
},
|
|
734
|
+
],
|
|
735
|
+
stateMutability: "nonpayable",
|
|
736
|
+
type: "function",
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
inputs: [
|
|
740
|
+
{
|
|
741
|
+
internalType: "address",
|
|
742
|
+
name: "receiver",
|
|
743
|
+
type: "address",
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
internalType: "address",
|
|
747
|
+
name: "market",
|
|
748
|
+
type: "address",
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
internalType: "uint256",
|
|
752
|
+
name: "exactSyIn",
|
|
753
|
+
type: "uint256",
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
internalType: "uint256",
|
|
757
|
+
name: "minPtOut",
|
|
758
|
+
type: "uint256",
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
components: [
|
|
762
|
+
{
|
|
763
|
+
internalType: "uint256",
|
|
764
|
+
name: "guessMin",
|
|
765
|
+
type: "uint256",
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
internalType: "uint256",
|
|
769
|
+
name: "guessMax",
|
|
770
|
+
type: "uint256",
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
internalType: "uint256",
|
|
774
|
+
name: "guessOffchain",
|
|
775
|
+
type: "uint256",
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
internalType: "uint256",
|
|
779
|
+
name: "maxIteration",
|
|
780
|
+
type: "uint256",
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
internalType: "uint256",
|
|
784
|
+
name: "eps",
|
|
785
|
+
type: "uint256",
|
|
786
|
+
},
|
|
787
|
+
],
|
|
788
|
+
internalType: "struct ApproxParams",
|
|
789
|
+
name: "guessPtOut",
|
|
790
|
+
type: "tuple",
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
components: [
|
|
794
|
+
{
|
|
795
|
+
internalType: "address",
|
|
796
|
+
name: "limitRouter",
|
|
797
|
+
type: "address",
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
internalType: "uint256",
|
|
801
|
+
name: "epsSkipMarket",
|
|
802
|
+
type: "uint256",
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
components: [
|
|
806
|
+
{
|
|
807
|
+
components: [
|
|
808
|
+
{
|
|
809
|
+
internalType: "uint256",
|
|
810
|
+
name: "salt",
|
|
811
|
+
type: "uint256",
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
internalType: "uint256",
|
|
815
|
+
name: "expiry",
|
|
816
|
+
type: "uint256",
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
internalType: "uint256",
|
|
820
|
+
name: "nonce",
|
|
821
|
+
type: "uint256",
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
825
|
+
name: "orderType",
|
|
826
|
+
type: "uint8",
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
internalType: "address",
|
|
830
|
+
name: "token",
|
|
831
|
+
type: "address",
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
internalType: "address",
|
|
835
|
+
name: "YT",
|
|
836
|
+
type: "address",
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
internalType: "address",
|
|
840
|
+
name: "maker",
|
|
841
|
+
type: "address",
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
internalType: "address",
|
|
845
|
+
name: "receiver",
|
|
846
|
+
type: "address",
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
internalType: "uint256",
|
|
850
|
+
name: "makingAmount",
|
|
851
|
+
type: "uint256",
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
internalType: "uint256",
|
|
855
|
+
name: "lnImpliedRate",
|
|
856
|
+
type: "uint256",
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
internalType: "uint256",
|
|
860
|
+
name: "failSafeRate",
|
|
861
|
+
type: "uint256",
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
internalType: "bytes",
|
|
865
|
+
name: "permit",
|
|
866
|
+
type: "bytes",
|
|
867
|
+
},
|
|
868
|
+
],
|
|
869
|
+
internalType: "struct Order",
|
|
870
|
+
name: "order",
|
|
871
|
+
type: "tuple",
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
internalType: "bytes",
|
|
875
|
+
name: "signature",
|
|
876
|
+
type: "bytes",
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
internalType: "uint256",
|
|
880
|
+
name: "makingAmount",
|
|
881
|
+
type: "uint256",
|
|
882
|
+
},
|
|
883
|
+
],
|
|
884
|
+
internalType: "struct FillOrderParams[]",
|
|
885
|
+
name: "normalFills",
|
|
886
|
+
type: "tuple[]",
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
components: [
|
|
890
|
+
{
|
|
891
|
+
components: [
|
|
892
|
+
{
|
|
893
|
+
internalType: "uint256",
|
|
894
|
+
name: "salt",
|
|
895
|
+
type: "uint256",
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
internalType: "uint256",
|
|
899
|
+
name: "expiry",
|
|
900
|
+
type: "uint256",
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
internalType: "uint256",
|
|
904
|
+
name: "nonce",
|
|
905
|
+
type: "uint256",
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
909
|
+
name: "orderType",
|
|
910
|
+
type: "uint8",
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
internalType: "address",
|
|
914
|
+
name: "token",
|
|
915
|
+
type: "address",
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
internalType: "address",
|
|
919
|
+
name: "YT",
|
|
920
|
+
type: "address",
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
internalType: "address",
|
|
924
|
+
name: "maker",
|
|
925
|
+
type: "address",
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
internalType: "address",
|
|
929
|
+
name: "receiver",
|
|
930
|
+
type: "address",
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
internalType: "uint256",
|
|
934
|
+
name: "makingAmount",
|
|
935
|
+
type: "uint256",
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
internalType: "uint256",
|
|
939
|
+
name: "lnImpliedRate",
|
|
940
|
+
type: "uint256",
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
internalType: "uint256",
|
|
944
|
+
name: "failSafeRate",
|
|
945
|
+
type: "uint256",
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
internalType: "bytes",
|
|
949
|
+
name: "permit",
|
|
950
|
+
type: "bytes",
|
|
951
|
+
},
|
|
952
|
+
],
|
|
953
|
+
internalType: "struct Order",
|
|
954
|
+
name: "order",
|
|
955
|
+
type: "tuple",
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
internalType: "bytes",
|
|
959
|
+
name: "signature",
|
|
960
|
+
type: "bytes",
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
internalType: "uint256",
|
|
964
|
+
name: "makingAmount",
|
|
965
|
+
type: "uint256",
|
|
966
|
+
},
|
|
967
|
+
],
|
|
968
|
+
internalType: "struct FillOrderParams[]",
|
|
969
|
+
name: "flashFills",
|
|
970
|
+
type: "tuple[]",
|
|
971
|
+
},
|
|
972
|
+
],
|
|
973
|
+
internalType: "struct LimitOrderData",
|
|
974
|
+
name: "limit",
|
|
975
|
+
type: "tuple",
|
|
976
|
+
},
|
|
977
|
+
],
|
|
978
|
+
name: "swapExactSyForPt",
|
|
979
|
+
outputs: [
|
|
980
|
+
{
|
|
981
|
+
internalType: "uint256",
|
|
982
|
+
name: "netPtOut",
|
|
983
|
+
type: "uint256",
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
internalType: "uint256",
|
|
987
|
+
name: "netSyFee",
|
|
988
|
+
type: "uint256",
|
|
989
|
+
},
|
|
990
|
+
],
|
|
991
|
+
stateMutability: "nonpayable",
|
|
992
|
+
type: "function",
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
inputs: [
|
|
996
|
+
{
|
|
997
|
+
internalType: "address",
|
|
998
|
+
name: "receiver",
|
|
999
|
+
type: "address",
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
internalType: "address",
|
|
1003
|
+
name: "market",
|
|
1004
|
+
type: "address",
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
internalType: "uint256",
|
|
1008
|
+
name: "minPtOut",
|
|
1009
|
+
type: "uint256",
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
components: [
|
|
1013
|
+
{
|
|
1014
|
+
internalType: "uint256",
|
|
1015
|
+
name: "guessMin",
|
|
1016
|
+
type: "uint256",
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
internalType: "uint256",
|
|
1020
|
+
name: "guessMax",
|
|
1021
|
+
type: "uint256",
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
internalType: "uint256",
|
|
1025
|
+
name: "guessOffchain",
|
|
1026
|
+
type: "uint256",
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
internalType: "uint256",
|
|
1030
|
+
name: "maxIteration",
|
|
1031
|
+
type: "uint256",
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
internalType: "uint256",
|
|
1035
|
+
name: "eps",
|
|
1036
|
+
type: "uint256",
|
|
1037
|
+
},
|
|
1038
|
+
],
|
|
1039
|
+
internalType: "struct ApproxParams",
|
|
1040
|
+
name: "guessPtOut",
|
|
1041
|
+
type: "tuple",
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
components: [
|
|
1045
|
+
{
|
|
1046
|
+
internalType: "address",
|
|
1047
|
+
name: "tokenIn",
|
|
1048
|
+
type: "address",
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
internalType: "uint256",
|
|
1052
|
+
name: "netTokenIn",
|
|
1053
|
+
type: "uint256",
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
internalType: "address",
|
|
1057
|
+
name: "tokenMintSy",
|
|
1058
|
+
type: "address",
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
internalType: "address",
|
|
1062
|
+
name: "pendleSwap",
|
|
1063
|
+
type: "address",
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
components: [
|
|
1067
|
+
{
|
|
1068
|
+
internalType: "enum SwapType",
|
|
1069
|
+
name: "swapType",
|
|
1070
|
+
type: "uint8",
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
internalType: "address",
|
|
1074
|
+
name: "extRouter",
|
|
1075
|
+
type: "address",
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
internalType: "bytes",
|
|
1079
|
+
name: "extCalldata",
|
|
1080
|
+
type: "bytes",
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
internalType: "bool",
|
|
1084
|
+
name: "needScale",
|
|
1085
|
+
type: "bool",
|
|
1086
|
+
},
|
|
1087
|
+
],
|
|
1088
|
+
internalType: "struct SwapData",
|
|
1089
|
+
name: "swapData",
|
|
1090
|
+
type: "tuple",
|
|
1091
|
+
},
|
|
1092
|
+
],
|
|
1093
|
+
internalType: "struct TokenInput",
|
|
1094
|
+
name: "input",
|
|
1095
|
+
type: "tuple",
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
components: [
|
|
1099
|
+
{
|
|
1100
|
+
internalType: "address",
|
|
1101
|
+
name: "limitRouter",
|
|
1102
|
+
type: "address",
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
internalType: "uint256",
|
|
1106
|
+
name: "epsSkipMarket",
|
|
1107
|
+
type: "uint256",
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
components: [
|
|
1111
|
+
{
|
|
1112
|
+
components: [
|
|
1113
|
+
{
|
|
1114
|
+
internalType: "uint256",
|
|
1115
|
+
name: "salt",
|
|
1116
|
+
type: "uint256",
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
internalType: "uint256",
|
|
1120
|
+
name: "expiry",
|
|
1121
|
+
type: "uint256",
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
internalType: "uint256",
|
|
1125
|
+
name: "nonce",
|
|
1126
|
+
type: "uint256",
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
1130
|
+
name: "orderType",
|
|
1131
|
+
type: "uint8",
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
internalType: "address",
|
|
1135
|
+
name: "token",
|
|
1136
|
+
type: "address",
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
internalType: "address",
|
|
1140
|
+
name: "YT",
|
|
1141
|
+
type: "address",
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
internalType: "address",
|
|
1145
|
+
name: "maker",
|
|
1146
|
+
type: "address",
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
internalType: "address",
|
|
1150
|
+
name: "receiver",
|
|
1151
|
+
type: "address",
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
internalType: "uint256",
|
|
1155
|
+
name: "makingAmount",
|
|
1156
|
+
type: "uint256",
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
internalType: "uint256",
|
|
1160
|
+
name: "lnImpliedRate",
|
|
1161
|
+
type: "uint256",
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
internalType: "uint256",
|
|
1165
|
+
name: "failSafeRate",
|
|
1166
|
+
type: "uint256",
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
internalType: "bytes",
|
|
1170
|
+
name: "permit",
|
|
1171
|
+
type: "bytes",
|
|
1172
|
+
},
|
|
1173
|
+
],
|
|
1174
|
+
internalType: "struct Order",
|
|
1175
|
+
name: "order",
|
|
1176
|
+
type: "tuple",
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
internalType: "bytes",
|
|
1180
|
+
name: "signature",
|
|
1181
|
+
type: "bytes",
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
internalType: "uint256",
|
|
1185
|
+
name: "makingAmount",
|
|
1186
|
+
type: "uint256",
|
|
1187
|
+
},
|
|
1188
|
+
],
|
|
1189
|
+
internalType: "struct FillOrderParams[]",
|
|
1190
|
+
name: "normalFills",
|
|
1191
|
+
type: "tuple[]",
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
components: [
|
|
1195
|
+
{
|
|
1196
|
+
components: [
|
|
1197
|
+
{
|
|
1198
|
+
internalType: "uint256",
|
|
1199
|
+
name: "salt",
|
|
1200
|
+
type: "uint256",
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
internalType: "uint256",
|
|
1204
|
+
name: "expiry",
|
|
1205
|
+
type: "uint256",
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
internalType: "uint256",
|
|
1209
|
+
name: "nonce",
|
|
1210
|
+
type: "uint256",
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
internalType: "enum IPOrderMixinType.OrderType",
|
|
1214
|
+
name: "orderType",
|
|
1215
|
+
type: "uint8",
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
internalType: "address",
|
|
1219
|
+
name: "token",
|
|
1220
|
+
type: "address",
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
internalType: "address",
|
|
1224
|
+
name: "YT",
|
|
1225
|
+
type: "address",
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
internalType: "address",
|
|
1229
|
+
name: "maker",
|
|
1230
|
+
type: "address",
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
internalType: "address",
|
|
1234
|
+
name: "receiver",
|
|
1235
|
+
type: "address",
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
internalType: "uint256",
|
|
1239
|
+
name: "makingAmount",
|
|
1240
|
+
type: "uint256",
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
internalType: "uint256",
|
|
1244
|
+
name: "lnImpliedRate",
|
|
1245
|
+
type: "uint256",
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
internalType: "uint256",
|
|
1249
|
+
name: "failSafeRate",
|
|
1250
|
+
type: "uint256",
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
internalType: "bytes",
|
|
1254
|
+
name: "permit",
|
|
1255
|
+
type: "bytes",
|
|
1256
|
+
},
|
|
1257
|
+
],
|
|
1258
|
+
internalType: "struct Order",
|
|
1259
|
+
name: "order",
|
|
1260
|
+
type: "tuple",
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
internalType: "bytes",
|
|
1264
|
+
name: "signature",
|
|
1265
|
+
type: "bytes",
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
internalType: "uint256",
|
|
1269
|
+
name: "makingAmount",
|
|
1270
|
+
type: "uint256",
|
|
1271
|
+
},
|
|
1272
|
+
],
|
|
1273
|
+
internalType: "struct FillOrderParams[]",
|
|
1274
|
+
name: "flashFills",
|
|
1275
|
+
type: "tuple[]",
|
|
1276
|
+
},
|
|
1277
|
+
],
|
|
1278
|
+
internalType: "struct LimitOrderData",
|
|
1279
|
+
name: "limit",
|
|
1280
|
+
type: "tuple",
|
|
1281
|
+
},
|
|
1282
|
+
],
|
|
1283
|
+
name: "swapExactTokenForPt",
|
|
1284
|
+
outputs: [
|
|
1285
|
+
{
|
|
1286
|
+
internalType: "uint256",
|
|
1287
|
+
name: "netPtOut",
|
|
1288
|
+
type: "uint256",
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
internalType: "uint256",
|
|
1292
|
+
name: "netSyFee",
|
|
1293
|
+
type: "uint256",
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
internalType: "uint256",
|
|
1297
|
+
name: "netSyInterm",
|
|
1298
|
+
type: "uint256",
|
|
1299
|
+
},
|
|
1300
|
+
],
|
|
1301
|
+
stateMutability: "payable",
|
|
1302
|
+
type: "function",
|
|
1303
|
+
},
|
|
1304
|
+
];
|
|
1305
|
+
|
|
1306
|
+
const _bytecode =
|
|
1307
|
+
"0x60808060405234610016576131ef908161001c8239f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816312c15afc14610f5c5750806332aea98a146107975780637a95dddd1461051a5763c245e48d1461004d57600080fd5b346102285760031960a0368201126105125761006761139d565b916100706113b3565b916001600160401b039060643582106105165760a081606435360301126105165760843591821161051657608090823603011261051257604051630b2339af60e21b80825293906060816004816001600160a01b0386165afa801561039657849185916104ec575b506100ff90604435906100ee8660040186611525565b9033906001600160a01b031661153b565b8392849560405190815260608160048160018060a01b0388165afa9081156104e15786916104af575b506044359160019161013c826004016117a7565b15610460575b50506103a9575b50608460643501906101608260643560040161166b565b3560048110156103a55761017381611680565b8061024e575061019691506004606435019084906001600160a01b03168861245d565b925b6024606435013580851061023057506101b56064356004016114ed565b956001600160ff1b0391604435831061022b576101d3604435611614565b928611610228575060008051602061319a833981519152856102249697986102158760405193849360018060a01b03169860018060a01b031697339785611501565b0390a4604051938493846113dd565b0390f35b80fd5b600080fd5b846044916040519163c5b5576d60e01b835260048301526024820152fd5b8061025a600392611680565b036102c05761027c91506004606435019084906001600160a01b03163061245d565b926102a38461028f6044606435016114ed565b61029d6064356004016114ed565b906123d1565b6102bb84876102b66064356004016114ed565b611c35565b610198565b60648035908101916102e9916004019086906001600160a01b03166102e4856114ed565b61245d565b906001600160a01b03906102fc906114ed565b169061031b61030f6044606435016114ed565b9360643560040161166b565b92823b156103a15791610349939187809460405196879586948593630af6e08f60e21b8552600485016116f3565b03925af1801561039657610383575b5061036f61036a6064356004016114ed565b612328565b926102bb84876102b66064356004016114ed565b61038f909391936113f3565b9138610358565b6040513d86823e3d90fd5b8680fd5b8580fd5b60408051868152929694926103e5926103c182611453565b82516329910b1160e01b815293849283926001600160a01b038c16600485016115cd565b0381886001600160a01b0388165af19081156104555761041a929186918291610421575b5061041491926115f1565b936115f1565b9338610149565b6104149250610448915060403d60401161044e575b6104408183611489565b810190611577565b91610409565b503d610436565b6040513d87823e3d90fd5b9397506001600160a01b03938416955061048993600490910192506044359150859088166119f2565b9096919491929182858361049e575b50610142565b6104a792611c35565b388085610498565b6104d1915060603d6060116104da575b6104c98183611489565b8101906114ac565b50905038610128565b503d6104bf565b6040513d88823e3d90fd5b6100ff925061050a915060603d6060116104da576104c98183611489565b5090916100d8565b5080fd5b8280fd5b50346102285760031960a0368201126105125761053561139d565b9061053e6113b3565b916084359160443591606435916001600160401b0385116103a1576080908560040195360301126103a557604051630b2339af60e21b808252946001600160a01b038781169490939290919060609081816004818a5afa90811561078c576105be9189918d9161076c575b506105b4858d611525565b908833911661153b565b89988a9860405190815282816004818b5afa928315610761578c9361073f575b505087926001926105ee826117a7565b1561070a575b505050610677575b5080871061065957506001600160ff1b03938481116106555761061e90611614565b9386116103a157604080975051938452856020850152169160008051602061317a833981519152863392a482519182526020820152f35b8780fd5b86604491604051916305221cf360e11b835260048301526024820152fd5b9660406106aa9297988151908b825261068f82611453565b82516329910b1160e01b8152948592839288600485016115cd565b03818c895af180156106ff576106d4928a908b926106db575b506106ce91926115f1565b976115f1565b94386105fc565b6106ce92506106f9915060403d60401161044e576104408183611489565b916106c3565b6040513d8b823e3d90fd5b919a509850610721925085915016968688856119f2565b9199909890839083156105f45761073792611c35565b3880806105f4565b610756929350803d106104da576104c98183611489565b5090509038806105de565b6040513d8e823e3d90fd5b6107839150843d86116104da576104c98183611489565b509050386105a9565b6040513d8d823e3d90fd5b5060031961014036820112610512576107ae61139d565b6107b66113b3565b60a0366063190112610eba576001600160401b0392610104358410610c795760a0816101043536030112610c795761012435938411610c79576080908436030112610eba57604051630b2339af60e21b8152906060826004816001600160a01b0385165afa918215610455578592610f39575b506108378460040182611525565b61084d608461010435016101043560040161166b565b928693600481351015610655576108648135611680565b8035610d5a5750602090608461087f610104356004016114ed565b6108936024610104350135809233906123a0565b935b610104356044016001600160a01b036108ad826114ed565b16610d50576108d886915b6108d36001600160a01b0387166108ce836114ed565b61261d565b6114ed565b6040516320e8c56560e01b81526001600160a01b039384166004820152908316602482015260448101969096526001606487015285938492165af1928315610d445792610d10575b50604051630b2339af60e21b8152859485949185906060816004816001600160a01b0389165afa928315610d055782918394610ce0575b508691600191610969816004016117a7565b15610c90575b5050610a17575b50505060443584106109f757610991610104356004016114ed565b6001600160ff1b0396909190878611610228576024610104350135978811610228575060008051602061319a833981519152846109d2610224979899611614565b6040516001600160a01b039586169690951694339490928392610215928c9085611501565b604051634e6ffe4760e11b81526004810185905260448035602483015290fd5b816101006040999894959951610a2c8161141c565b8281528260208201528260408201528260608201528260808201528260a08201528260c08201528260e082015201526040519363794052f360e01b85523060048601526101208560248160018060a01b038a165afa948515610c85578395610bd6575b50604051630754bb7160e21b81529260209184916004918391906001600160a01b03165af19182156106ff578992610b9c575b5090610b3193610b059260405192610ad984611438565b6064358452608435602085015260a435604085015260c435606085015260e43560808501524292611cd1565b5060408051898152610b1681611453565b815180958192635b709f1760e01b8352858c600485016115cd565b03818b6001600160a01b0389165af1908115610b9157610b63938992610b6c575b50610b5d91926115f1565b946115f1565b93388681610976565b610b5d9250610b899060403d60401161044e576104408183611489565b905091610b52565b6040513d8a823e3d90fd5b91506020823d602011610bce575b81610bb760209383611489565b81010312610bca57905190610b31610ac2565b8880fd5b3d9150610baa565b909450610120813d61012011610c7d575b81610bf56101209383611489565b8101031261051657604051610c098161141c565b81518152602080830151908201526040808301519082015260608201516001600160a01b0381168103610c79576020926101009160608401526080810151608084015260a081015160a084015260c081015160c084015260e081015160e084015201516101008201529490610a8f565b8480fd5b3d9150610be7565b6040513d85823e3d90fd5b9399509750610cb19260040191508690506001600160a01b038816856119f2565b90989197919291828783610cc6575b5061096f565b610cd8926001600160a01b0316611c35565b388087610cc0565b909350610cfc915060603d6060116104da576104c98183611489565b93905038610957565b6040513d84823e3d90fd5b9091506020813d602011610d3c575b81610d2c60209383611489565b81010312610c7957519038610920565b3d9150610d1f565b604051903d90823e3d90fd5b6108d888916108b8565b80610d6760039235611680565b3503610dbd576020906084610d81610104356004016114ed565b610d956024610104350135809233906123a0565b610db781610da8610104356004016114ed565b61029d604461010435016114ed565b93610895565b6001600160a01b03610dd4600461010435016114ed565b16610efa5760246101043501353403610ec6575b6001600160a01b03610dff610104356064016114ed565b166001600160a01b03610e17600461010435016114ed565b16610ebe57876024610104350135915b610e36610104356004016114ed565b90610e4d608461010435016101043560040161166b565b91813b15610eba57604051630af6e08f60e21b815294859384928391610e7f91610104356024013590600485016116f3565b03925af18015610b9157610ea6575b506020906084610db761036a604461010435016114ed565b610eb19194506113f3565b85926020610e8e565b8380fd5b878091610e27565b60405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b6044820152606490fd5b610f346001600160a01b03610f14600461010435016114ed565b16610f24606461010435016114ed565b602461010435013591339061153b565b610de8565b610f5391925060603d6060116104da576104c98183611489565b50509038610829565b90503461051257600319906101403683011261051657610f7a61139d565b610f826113b3565b9060a0366083190112610c795761012435936001600160401b0385116103a557608090856004019536030112610c7957630b2339af60e21b808452926060816004816001600160a01b0387165afa80156104e157610ff091879161137c575b50604435906100ee8786611525565b6040519283528493849384906060816004816001600160a01b0389165afa928315610d055782918394611357575b506044359160019161102f816117a7565b15611308575b50506110cd575b50505060643584106110ac576001600160ff1b038085116103a55760443511610c79576040945061106e604435611614565b855185815260208101919091526001600160a01b039182169290911690339060008051602061317a833981519152908790a482519182526020820152f35b604051634e6ffe4760e11b8152600481018590526064356024820152604490fd5b8161010060409894959798516110e28161141c565b8281528260208201528260408201528260608201528260808201528260a08201528260c08201528260e082015201526040519363794052f360e01b85523060048601526101208560248160018060a01b038a165afa948515610c8557839561125d575b50604051630754bb7160e21b81529260209184916004918391906001600160a01b03165af1918215610b91578892611227575b50906111e8936111bc926040519261118f84611438565b608435845260a435602085015260c435604085015260e43560608501526101043560808501524292611cd1565b50604080518881526111cd81611453565b815180958192635b709f1760e01b8352858a600485016115cd565b03818a6001600160a01b0389165af190811561121c57611213938892610b6c5750610b5d91926115f1565b9138858161103c565b6040513d89823e3d90fd5b91506020823d602011611255575b8161124260209383611489565b81010312610655579051906111e8611178565b3d9150611235565b909450610120813d61012011611300575b8161127c6101209383611489565b81010312610516576040516112908161141c565b81518152602080830151908201526040808301519082015260608201516001600160a01b0381168103610c79576020926101009160608401526080810151608084015260a081015160a084015260c081015160c084015260e081015160e084015201516101008201529490611145565b3d915061126e565b909850929650611328929150506044356001600160a01b038816856119f2565b9197909692919082878361133d575b50611035565b61134f926001600160a01b0316611c35565b388087611337565b909350611373915060603d6060116104da576104c98183611489565b9390503861101e565b611395915060603d6060116104da576104c98183611489565b505038610fe1565b600435906001600160a01b038216820361022b57565b602435906001600160a01b038216820361022b57565b35906001600160a01b038216820361022b57565b6040919493926060820195825260208201520152565b6001600160401b03811161140657604052565b634e487b7160e01b600052604160045260246000fd5b61012081019081106001600160401b0382111761140657604052565b60a081019081106001600160401b0382111761140657604052565b602081019081106001600160401b0382111761140657604052565b608081019081106001600160401b0382111761140657604052565b601f909101601f19168101906001600160401b0382119082101761140657604052565b9081606091031261022b5780516001600160a01b039290838116810361022b57926020830151818116810361022b57604090930151908116810361022b5790565b356001600160a01b038116810361022b5790565b90949392606092608083019660018060a01b03168352602083015260408201520152565b9061152f906117a7565b61153857503090565b90565b92919082151580611564575b611552575b50505050565b61155b936117d6565b3880808061154c565b506001600160a01b038116301415611547565b919082604091031261022b576020825192015190565b919082519283825260005b8481106115b9575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201611598565b611538939260609260018060a01b031682526020820152816040820152019061158d565b919082018092116115fe57565b634e487b7160e01b600052601160045260246000fd5b90816000039180830560001914901517156115fe57565b90670de0b6b3a7640000918281029281840514901517156115fe57565b818102929160008212600160ff1b8214166115fe5781840514901517156115fe57565b903590607e198136030182121561022b570190565b6004111561168a57565b634e487b7160e01b600052602160045260246000fd5b9035601e198236030181121561022b570160208101919035906001600160401b03821161022b57813603831361022b57565b908060209392818452848401376000828201840152601f01601f1916010190565b6001600160a01b0391821681526020810192909252606060408301528235600481101561022b5761172381611680565b6060830152611734602084016113c9565b166080820152606061175d61174c60408501856116a0565b608060a086015260e08501916116d2565b9201359081151580920361022b5760c0015290565b903590601e198136030182121561022b57018035906001600160401b03821161022b57602001918160051b3603831361022b57565b6117b46040820182611772565b90501590816117c1575090565b6117d091506060810190611772565b90501590565b6040516323b872dd60e01b60208201526001600160a01b03928316602482015292909116604483015260648083019390935291815261181d9161181882611438565b6124e1565b565b9081606091031261022b578051916040602083015192015190565b9195949293909360808760808501608086525260a09760a085019160a08260051b8701019780936000915b8483106118975750505050505061153895965060018060a01b031660208301526040820152606081840391015261158d565b909192939499609f198982030183528a35605e198336030181121561022b5782018035916060913681900361017e190184121561022b578f93810191838152823584820152602093848401358a8301526040908185013587840152840135600481101561022b576119cf6119b683926119a389988f9b61192a60019d60c09561191f81611680565b868c015283016113c9565b61197261196060e096600161194f818f9260a01b0396878097168b84015288016113c9565b6101009687911691015285016113c9565b95826101209716878d015284016113c9565b906101409116818b015261016091830135828b015261018094830135858b01528201356101a08a01528101906116a0565b90916101c08801526101e08701916116d2565b6119c2878701876116a0565b90868303898801526116d2565b9301359101529c01930193019194939290611865565b919082039182116115fe57565b9390916000936000809460018060a01b0397611a2589611a11866114ed565b1692869a611a1e876114ed565b911661261d565b604091828501611a358187611772565b9050611b54575b5060608501611a4b8187611772565b9050611a75575b5050505050670de0b6b3a7640000916020611a6f9201359061280c565b04841190565b9160609185611a8b8d9b9c95899e979899611772565b9190611aba8951838152611a9e81611453565b8a51630d2b68b360e41b8152998a97889687956004870161183a565b03925af1928315611b4b575083670de0b6b3a76400009593602093611b0093611a6f97918493611b0a575b50611afa9291611af4916115f1565b9a6115f1565b976119e5565b9792829438611a52565b611af49450611afa9350611b3791925060603d606011611b44575b611b2f8183611489565b81019061181f565b9491909493509190611ae5565b503d611b25565b513d85823e3d90fd5b611b68919a50829950606092985085611772565b90611b958451868152611b7a81611453565b8886519b8c958695635e312be960e11b87526004870161183a565b0381858c5af1968715611beb578283978499611bc0575b50611bb9909897866119e5565b9838611a3c565b9050611bb99850611be191975060603d606011611b4457611b2f8183611489565b9890979190611bac565b5051903d90823e3d90fd5b3d15611c30573d906001600160401b0382116114065760405191611c24601f8201601f191660200184611489565b82523d6000602084013e565b606090565b8215611ccc576001600160a01b039081169081611c9e575050600080809381935af1611c5f611bf6565b5015611c6757565b60405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b6044820152606490fd5b9261181d936040519363a9059cbb60e01b60208601521660248401526044830152604482526118188261146e565b505050565b604051919591949093909290608086016001600160401b03811187821017611406576040526000865260006020870152600060408701526000606087015260a0850190808251111561231657611d2791516119e5565b6080850151906301e1338091828102908082058414901517156115fe576001600160ff1b03821161022b5781611d5c916128f8565b60008113156122fe578752602086015160008112156122e957670de0b6b3a7640000611d958a600019935b60008113156122db5761280c565b046001600160ff1b03811161022b57611dad91611648565b806020890152865190811580156122d3575b6122b5575050855161010087015160208901519184611de0858c519461280c565b046001600160ff1b03811161022b57611df890612975565b92670de0b6b3a7640000841261229c57611e4692611e31611e3b611e3685611e31611e2b611e4097611e559c9b9961287b565b9161162b565b61292c565b612c60565b61162b565b90612862565b604089015260c087015161280c565b046001600160ff1b03811161022b57611e6d90612975565b806060870152604084015115612188575b5060005b606084015181101561217657611e988185612897565b8551602088015188519060408a01519284811261214657611e31611e2b611ec993611ec38885612862565b9361287b565b670d529ae9e86000008082136121285750611ef39291611e31611e3b611eee93612c60565b61287b565b670de0b6b3a764000081126120ec57611f17611f1282611e318561162b565b611614565b6060890151909160008413156121045781611e31611f349261162b565b670de0b6b3a764000081126120ec5750611f5f611f59670de0b6b3a76400009261283f565b83611648565b055b60e08801516001600160ff1b03811161022b57816064611f84611f8b9383611648565b0593612862565b90600082128b81156120d15750156120c957600019915b60008113156120bb575b80670de0b6b3a7640000810204670de0b6b3a764000014811517156115fe578b670de0b6b3a7640000611fdf92026115f1565b806000198101116115fe578b611ff8916000190161281f565b916001600160ff1b03831161022b5761202261201a61202f9461202993611648565b925b8d612c99565b938c612c99565b506128e7565b8481118015919061209e57608088015182612065575b5050612058575084526001905b01611e82565b9750945050509250509190565b909150670de0b6b3a764000003670de0b6b3a764000081116115fe57612094670de0b6b3a7640000918761280c565b0411153880612045565b5050509060001982019182116115fe576001916020860152612052565b6120c4906128e7565b611fac565b600191611fa2565b61202991506120e661202f9461202292612c99565b9261201c565b6024906040519063329e322960e21b82526004820152fd5b50611f128161211e6121186121239461283f565b85611648565b6128f8565b611f61565b6044925060405191637e34684f60e11b835260048301526024820152fd5b60405162461bcd60e51b81526020600482015260086024820152676e6567617469766560c01b6044820152606490fd5b604051637d388ed960e11b8152600490fd5b6020840151906121bc670de0b6b3a76400006121b66121ae89519460408c015190612862565b8a5190611648565b05612975565b90670de0b6b3a7640000820191670de0b6b3a76400008312600082129080158216911516176115fe5761221561220161221c94611e31670de0b6b3a76400009461162b565b61220f60208c01518561287b565b90611648565b0590612862565b6103e7908181029181830414901517156115fe576103e890048082101561229557505b80602085015283518181118015612280575b61225b5750611e7e565b61227c6080860151604051938493632cc06bc160e21b8552600485016113dd565b0390fd5b50670de0b6b3a7640000608086015111612251565b905061223f565b60405163329e322960e21b815260048101859052602490fd5b604492506040519163b1c4aefb60e01b835260048301526024820152fd5b508015611dbf565b6122e4906128e7565b61280c565b670de0b6b3a7640000611d958a600193611d87565b60249060405190630e520c3b60e11b82526004820152fd5b60405163b2094b5960e01b8152600490fd5b6000906001600160a01b03168061233f5750504790565b6020602491604051928380926370a0823160e01b82523060048301525afa918215610d4457809261236f57505090565b9091506020823d602011612398575b8161238b60209383611489565b8101031261022857505190565b3d915061237e565b9091906001600160a01b0316806123bc575090503403610ec657565b816123c657505050565b61181d9230916117d6565b6001600160a01b039190821680612425575016803b1561022b57600090600460405180948193630d0e30db60e41b83525af18015612419576124105750565b61181d906113f3565b6040513d6000823e3d90fd5b92915050813b1561022b57600091602483926040519485938492632e1a7d4d60e01b845260048401525af18015612419576124105750565b6001600160a01b0393602092859260a492909190849061247f906040016114ed565b604051978896879563769f8e5d60e01b87521660048601526024850152166044830152600096879182606485015260016084850152165af1918215610d4457809261236f57505090565b9081602091031261022b5751801515810361022b5790565b604080516001600160a01b0392909216929082016001600160401b03811183821017611406576040526020928383527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656484840152803b156125d8576000828192828761255c9796519301915af1612556611bf6565b90612d03565b8051908161256957505050565b82806125799383010191016124c9565b156125815750565b6084906040519062461bcd60e51b82526004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152fd5b60405162461bcd60e51b815260048101859052601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b6001600160a01b03919082811690811561154c57604091825180958195636eb1769f60e11b83523060048401521691826024830152602096879160449788915afa908115612801576000916127d4575b5060016001605f1b0311612683575b5050505050565b82519060008087840163095ea7b360e01b9485825284602482015282898201528881526126af8161146e565b519082875af16126bd611bf6565b816127a4575b501561277257916000929183809386519089820193845260248201528119888201528781526126f18161146e565b51925af16126fd611bf6565b81612742575b501561271057808061267c565b5162461bcd60e51b81526004810192909252600c60248301526b5361666520417070726f766560a01b90820152606490fd5b8051801592508590831561275a575b50505038612703565b61276a93508201810191016124c9565b388481612751565b835162461bcd60e51b815260048101879052600c60248201526b5361666520417070726f766560a01b81870152606490fd5b805180159250889083156127bc575b505050386126c3565b6127cc93508201810191016124c9565b3887816127b3565b90508581813d83116127fa575b6127eb8183611489565b8101031261022b57513861266d565b503d6127e1565b84513d6000823e3d90fd5b818102929181159184041417156115fe57565b8115612829570490565b634e487b7160e01b600052601260045260246000fd5b90670de0b6b3a7640000600083820393128184128116918413901516176115fe57565b818103929160001380158285131691841216176115fe57565b919091600083820193841291129080158216911516176115fe57565b9015806128da575b6128d35760208151910151808211156128c457604051637d388ed960e11b8152600490fd5b6128cd916115f1565b60011c90565b6040015190565b506040810151151561289f565b600160ff1b81146115fe5760000390565b811561282957600160ff1b81146000198314166115fe570590565b8015612829576a0c097ce7bc90715b34b9f160241b0590565b8115612829570590565b1561293d57565b60405162461bcd60e51b815260206004820152601060248201526f125b9d985b1a5908195e1c1bdb995b9d60821b6044820152606490fd5b680238fd42c5cf03ffff1981121580612c4d575b61299290612936565b60008112612c38576064906806f05b59d3b20000008112612beb5772195e54c5dd42177f53a27172fa9ec63026282760241b9068056bc75e2d631000009083906806f05b59d3b1ffffff19015b02819068ad78ebc5ac62000000811215612bc8575b806856bc75e2d63100000084921215612ba4575b682b5e3af16b18800000811215612b82575b6815af1d78b58c400000811215612b60575b680ad78ebc5ac6200000811215612b3f575b81811215612b1e575b6802b5e3af16b1880000811215612afd575b68015af1d78b58c40000811215612adc575b60028282800205056003838383020505600484848302050560058585830205056006868683020505600787878302050590600888888402050592600989898602050594600a8a8a8802050596600b8b8b8a02050598600c8c8c8c0205059a0101010101010101010101010205020590565b6806f5f1775788937937829168015af1d78b58c3ffff190193020591612a6b565b6808f00f760a4b2db55d82916802b5e3af16b187ffff190193020591612a59565b680ebc5fb41746121110829168056bc75e2d630fffff190193020591612a47565b68280e60114edb805d038291680ad78ebc5ac61fffff190193020591612a3e565b690127fa27722cc06cc5e282916815af1d78b58c3fffff190193020591612a2c565b693f1fce3da636ea5cf8508291682b5e3af16b187fffff190193020591612a1a565b6b02df0ab5a80a22c61ab5a70082916856bc75e2d630ffffff190193020591612a08565b6e01855144814a7ff805980ff0084000915068ad78ebc5ac61ffffff19016129f4565b6803782dace9d90000008112612c25576803782dace9d8ffffff190168056bc75e2d63100000826b1425982cf597cd205cef7380926129df565b68056bc75e2d63100000826001926129df565b612c4490600003612975565b61153890612913565b5068070c1cc73b00c80000811315612989565b670de0b6b3a76400008114612c8757612c8281611e31611e2b6115389461283f565b612d43565b60405163a9c8b14d60e01b8152600490fd5b6000821215612cfb57600019915b6000811315612cec57905b670de0b6b3a7640000918281029281840414901517156115fe57612cd59161281f565b6001600160ff1b03811161022b5761153891611648565b612cf5906128e7565b90612cb2565b600191612ca7565b90919015612d0f575090565b815115612d1f5750805190602001fd5b60405162461bcd60e51b81526020600482015290819061227c90602483019061158d565b6000811315612e155780670c7d713b49da00001280612e04575b15612dfb57670de0b6b3a7640000906a0c097ce7bc90715b34b9f160241b90612d9f908302828101906ec097ce7bc90715b34b9f0fffffffff1901830261292c565b9080828002059181838202058284820205838582020591848684020593858786020595808888020597880205600f900596600d900595600b900594600990059360079005926005900591600390050101010101010160011b0590565b61153890612e4a565b50670f43fc2c04ee00008112612d5d565b60405162461bcd60e51b815260206004820152600d60248201526c6f7574206f6620626f756e647360981b6044820152606490fd5b670de0b6b3a76400008112613162576064906000775803bcc5cb9634ba4cfb2213f784019318ed4dcb6017880f60361b821215613139575b6f8bcc0026baae9e45e470190267a230cf60191b821215613118575b820290808302906e01855144814a7ff805980ff008400090818312156130f5575b50506b02df0ab5a80a22c61ab5a700808212156130d5575b50693f1fce3da636ea5cf850808212156130b5575b50690127fa27722cc06cc5e280821215613095575b5068280e60114edb805d0380821215613075575b50680ebc5fb417461211108082121561305e575b506808f00f760a4b2db55d8082121561303e575b506806f5f17757889379378082121561301e575b506806248f33704b28660380821215612fff575b506805c548670b9510e7ac80821215612fe0575b50612f9f68056bc75e2d6310000091828082019168056bc75e2d630fffff19010261292c565b9080828002059181838202058284820205916003600560076009600b888a89020598808b8b02059a8b0205059805960594059205010101010160011b010590565b68056bc75e2d631000006756bc75e2d631000092020591019038612f79565b68056bc75e2d6310000067ad78ebc5ac62000092020591019038612f65565b68056bc75e2d6310000068015af1d78b58c4000092020591019038612f51565b68056bc75e2d631000006802b5e3af16b188000092020591019038612f3d565b68056bc75e2d631000008092020591019038612f29565b68056bc75e2d63100000680ad78ebc5ac620000092020591019038612f15565b68056bc75e2d631000006815af1d78b58c40000092020591019038612f01565b68056bc75e2d63100000682b5e3af16b1880000092020591019038612eec565b68056bc75e2d631000006856bc75e2d63100000092020591019038612ed7565b68ad78ebc5ac62000000925069021e19e0c9bab240000002059101903880612ebf565b906b1425982cf597cd205cef73806803782dace9d900000091059101612e9e565b5072195e54c5dd42177f53a27172fa9ec63026282760241b90056806f05b59d3b2000000612e82565b61316e61317391612913565b612e4a565b6000039056fe3f5e2944826baeaed8eb77f0f74e6088a154a0fc1317f062fd984585607b4739d3c1d9b397236779b29ee5b5b150c1110fc8221b6b6ec0be49c9f4860ceb2036a2646970667358221220662db406ea15ba78cba07fd134feabbe3ec2f0b2a0fdfd6e1e3ba20b27118e9e64736f6c63430008170033";
|
|
1308
|
+
|
|
1309
|
+
type ActionSwapPTV3ConstructorParams =
|
|
1310
|
+
| [signer?: Signer]
|
|
1311
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
1312
|
+
|
|
1313
|
+
const isSuperArgs = (
|
|
1314
|
+
xs: ActionSwapPTV3ConstructorParams
|
|
1315
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
1316
|
+
|
|
1317
|
+
export class ActionSwapPTV3__factory extends ContractFactory {
|
|
1318
|
+
constructor(...args: ActionSwapPTV3ConstructorParams) {
|
|
1319
|
+
if (isSuperArgs(args)) {
|
|
1320
|
+
super(...args);
|
|
1321
|
+
} else {
|
|
1322
|
+
super(_abi, _bytecode, args[0]);
|
|
1323
|
+
}
|
|
1324
|
+
this.contractName = "ActionSwapPTV3";
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
deploy(
|
|
1328
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1329
|
+
): Promise<ActionSwapPTV3> {
|
|
1330
|
+
return super.deploy(overrides || {}) as Promise<ActionSwapPTV3>;
|
|
1331
|
+
}
|
|
1332
|
+
getDeployTransaction(
|
|
1333
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1334
|
+
): TransactionRequest {
|
|
1335
|
+
return super.getDeployTransaction(overrides || {});
|
|
1336
|
+
}
|
|
1337
|
+
attach(address: string): ActionSwapPTV3 {
|
|
1338
|
+
return super.attach(address) as ActionSwapPTV3;
|
|
1339
|
+
}
|
|
1340
|
+
connect(signer: Signer): ActionSwapPTV3__factory {
|
|
1341
|
+
return super.connect(signer) as ActionSwapPTV3__factory;
|
|
1342
|
+
}
|
|
1343
|
+
static readonly contractName: "ActionSwapPTV3";
|
|
1344
|
+
public readonly contractName: "ActionSwapPTV3";
|
|
1345
|
+
static readonly bytecode = _bytecode;
|
|
1346
|
+
static readonly abi = _abi;
|
|
1347
|
+
static createInterface(): ActionSwapPTV3Interface {
|
|
1348
|
+
return new utils.Interface(_abi) as ActionSwapPTV3Interface;
|
|
1349
|
+
}
|
|
1350
|
+
static connect(
|
|
1351
|
+
address: string,
|
|
1352
|
+
signerOrProvider: Signer | Provider
|
|
1353
|
+
): ActionSwapPTV3 {
|
|
1354
|
+
return new Contract(address, _abi, signerOrProvider) as ActionSwapPTV3;
|
|
1355
|
+
}
|
|
1356
|
+
}
|