@pendle/core-v2 5.12.1-cross-chain-pt → 6.0.0
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 +378 -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 +396 -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 +438 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +539 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +529 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +432 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +468 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +1204 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +681 -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/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/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/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +610 -0
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +4 -0
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +1131 -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/SYUtils.sol/SYUtils.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +10 -0
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +48 -0
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +401 -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 +886 -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/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +246 -0
- 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/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +37 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +99 -0
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +4 -0
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +1436 -0
- 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/core/libraries/TokenHelper.sol/TokenHelper.json +10 -0
- 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/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +598 -0
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +4 -0
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +498 -0
- 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/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/IOwnable.sol/IOwnable.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +34 -0
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +3402 -0
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +68 -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 +603 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +1281 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +242 -0
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +2990 -0
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +1825 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +1479 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +1451 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +2439 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +2439 -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/IPAllActionV3.sol/IPAllActionV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +7848 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +563 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +589 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +49 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +97 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +97 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +1351 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +122 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +91 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +262 -0
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +426 -0
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +74 -0
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +24 -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/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +137 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +48 -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/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +56 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +10 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +736 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +45 -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/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +202 -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/IPMarketV3.sol/IPMarketV3.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +833 -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/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +251 -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/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +215 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +38 -0
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +162 -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/IPReflector.sol/IPReflector.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +30 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +3941 -0
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +37 -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 +266 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +681 -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/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +148 -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/IStandardizedYield.sol/IStandardizedYield.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +643 -0
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +252 -0
- 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/limit/LimitMathCore.sol/LimitMathCore.dbg.json +4 -0
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +10 -0
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +4 -0
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +1059 -0
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +4 -0
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +1086 -0
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +4 -0
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +99 -0
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +149 -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/BalanceReader.sol/BalanceReader.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +303 -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/Broadcaster.sol/Broadcaster.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +262 -0
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +206 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +300 -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/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +174 -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/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +307 -0
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +496 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +345 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +237 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +153 -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/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +76 -0
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +84 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +63 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +35 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +975 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +420 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +272 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +235 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +10 -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 +4030 -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 +35 -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 +723 -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 +1392 -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 +247 -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 +1523 -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/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +10 -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/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +10 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +427 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +10 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +274 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +343 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +305 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +10 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +183 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +183 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +10 -0
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +24 -0
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +24 -0
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +79 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +24 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +131 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +84 -0
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +3476 -0
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +68 -0
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +3006 -0
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +1889 -0
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +1451 -0
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2503 -0
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2503 -0
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +4 -0
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +34 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +10 -0
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +4 -0
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.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/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +10 -0
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +10 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +10 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +10 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +10 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +4 -0
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +81 -0
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +407 -0
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +577 -0
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +10 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +40 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +82 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +4 -0
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +280 -0
- package/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol +4 -0
- package/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol +1 -3
- package/deployments/1-core.json +1 -2
- package/deployments/999-core.json +52 -0
- package/deployments/999-offchain-helper.json +7 -0
- package/package.json +6 -6
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleSparkLinearDiscountOracleFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleSparkLinearDiscountOracle__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +0 -144
- package/typechain-types/index.ts +0 -30
- package/contracts/cross-chain/FixedPricePTAMM.sol +0 -121
- package/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol +0 -33
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol +0 -12
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol +0 -61
- package/contracts/interfaces/IPBridgedPrincipalToken.sol +0 -11
- package/contracts/interfaces/IPChainlinkOracleEssential.sol +0 -11
- package/contracts/interfaces/IPFixedPricePTAMM.sol +0 -54
- package/contracts/interfaces/IPPTOFTAdapterFactory.sol +0 -12
- package/typechain-types/AuraEthxBbAWethSY.ts +0 -1597
- package/typechain-types/AuraSwEthBbAWethSYV2.ts +0 -1597
- package/typechain-types/AuraWethVethSYUpg.ts +0 -1612
- package/typechain-types/BbAPoolHelper.ts +0 -89
- package/typechain-types/BbAWethHelper.ts +0 -89
- package/typechain-types/BoringLpGlpOracle.ts +0 -145
- package/typechain-types/BoringOwnableUpgradeable.ts +0 -203
- package/typechain-types/C.ts +0 -95
- package/typechain-types/CamelotRewardHelper.ts +0 -347
- package/typechain-types/CamelotV1VolatileLpHelper.ts +0 -120
- package/typechain-types/CamelotV1VolatilePreview.ts +0 -479
- package/typechain-types/ComposableStablePreview.ts +0 -217
- package/typechain-types/ComposableStablePreviewProxy.ts +0 -352
- package/typechain-types/ComposableStablePreviewV4.ts +0 -217
- package/typechain-types/ComposableStablePreviewV5.ts +0 -217
- package/typechain-types/GLPPreviewHelper.ts +0 -121
- package/typechain-types/GMTokenPricingHelper.ts +0 -478
- package/typechain-types/HLPPricingHelper.ts +0 -397
- package/typechain-types/HubBridgeHelper.ts +0 -498
- package/typechain-types/I1inchAggregationRouterV5.ts +0 -257
- package/typechain-types/IAaveV3AToken.ts +0 -225
- package/typechain-types/IAaveV3IncentiveController.ts +0 -128
- package/typechain-types/IAaveV3Pool.ts +0 -192
- package/typechain-types/IAggregationExecutor.ts +0 -182
- package/typechain-types/IAggregationExecutorOptimistic.ts +0 -394
- package/typechain-types/IAnkrBNB.ts +0 -150
- package/typechain-types/IAnkrLiquidStaking.ts +0 -253
- package/typechain-types/IApeStaking.ts +0 -305
- package/typechain-types/IBalancerFees.ts +0 -89
- package/typechain-types/IBalancerStablePreview.ts +0 -217
- package/typechain-types/IBasePool.ts +0 -482
- package/typechain-types/IBedrockStaking.ts +0 -145
- package/typechain-types/IBenQiComptroller.ts +0 -177
- package/typechain-types/IBenQiInterestRateModel.ts +0 -162
- package/typechain-types/IBooster.ts +0 -281
- package/typechain-types/ICamelotFactory.ts +0 -375
- package/typechain-types/ICamelotNFTFactory.ts +0 -122
- package/typechain-types/ICamelotNFTHandler.ts +0 -262
- package/typechain-types/ICamelotNFTPool.ts +0 -814
- package/typechain-types/ICamelotNitroPool.ts +0 -708
- package/typechain-types/ICamelotNitroPoolFactory.ts +0 -1053
- package/typechain-types/ICamelotPair.ts +0 -1030
- package/typechain-types/ICamelotRouter.ts +0 -955
- package/typechain-types/ICamelotYieldBooster.ts +0 -97
- package/typechain-types/IComposableStable.ts +0 -755
- package/typechain-types/IConnext.ts +0 -118
- package/typechain-types/ICrvDepositor.ts +0 -174
- package/typechain-types/ICrvPool.ts +0 -425
- package/typechain-types/ICvxCrv.ts +0 -81
- package/typechain-types/IDaiLikePermit.ts +0 -146
- package/typechain-types/IDolomiteDToken.ts +0 -186
- package/typechain-types/IDolomiteMarginContract.ts +0 -151
- package/typechain-types/IERC4626.ts +0 -584
- package/typechain-types/IERC4626LinearPool.ts +0 -1649
- package/typechain-types/IERC721.ts +0 -487
- package/typechain-types/IERC721Receiver.ts +0 -120
- package/typechain-types/IEUSD.ts +0 -194
- package/typechain-types/IEtherFiLiquidityPool.ts +0 -291
- package/typechain-types/IEtherFiWEEth.ts +0 -162
- package/typechain-types/IExecutorHelper.ts +0 -2714
- package/typechain-types/IExecutorHelperL2.ts +0 -2922
- package/typechain-types/IFluxErc20.ts +0 -298
- package/typechain-types/IFluxInterestRateModel.ts +0 -113
- package/typechain-types/IFrxEthMinter.ts +0 -142
- package/typechain-types/IGMXPriceHelper.ts +0 -84
- package/typechain-types/IGMXV2DataStore.ts +0 -87
- package/typechain-types/IGMXV2Oracle.ts +0 -107
- package/typechain-types/IGMXV2Reader.ts +0 -204
- package/typechain-types/IGMXVault.ts +0 -494
- package/typechain-types/IGauge.ts +0 -160
- package/typechain-types/IGlpManager.ts +0 -184
- package/typechain-types/IHLPStaking.ts +0 -154
- package/typechain-types/IHMXCalculator.ts +0 -96
- package/typechain-types/IHMXCompounder.ts +0 -122
- package/typechain-types/IHMXStaking.ts +0 -165
- package/typechain-types/IHMXVester.ts +0 -163
- package/typechain-types/IKarakVault.ts +0 -84
- package/typechain-types/IKarakVaultSupervisor.ts +0 -190
- package/typechain-types/IKelpDepositPool.ts +0 -209
- package/typechain-types/IKelpLRTConfig.ts +0 -120
- package/typechain-types/IKyberElasticFactory.ts +0 -734
- package/typechain-types/IKyberElasticPool.ts +0 -514
- package/typechain-types/IKyberElasticRouter.ts +0 -315
- package/typechain-types/IKyberLiquidityMining.ts +0 -968
- package/typechain-types/IKyberMathHelper.ts +0 -231
- package/typechain-types/IKyberPositionManager.ts +0 -773
- package/typechain-types/ILiquidityGaugeFactory.ts +0 -99
- package/typechain-types/ILooksFeeSharing.ts +0 -102
- package/typechain-types/ILooksStaking.ts +0 -189
- package/typechain-types/IMUXRewardRouter.ts +0 -1599
- package/typechain-types/IMellowVault.ts +0 -222
- package/typechain-types/IMellowVaultConfigurator.ts +0 -89
- package/typechain-types/IMetaAggregationRouterV2.ts +0 -221
- package/typechain-types/IMetaStablePool.ts +0 -619
- package/typechain-types/IPBridgedPrincipalTokenHubFactory.ts +0 -118
- package/typechain-types/IPBulkSeller.ts +0 -391
- package/typechain-types/IPBulkSellerCallback.ts +0 -115
- package/typechain-types/IPBulkSellerFactory.ts +0 -152
- package/typechain-types/IPComposableStablePreview.ts +0 -217
- package/typechain-types/IPExternalRewardDistributor.ts +0 -198
- package/typechain-types/IPHubBridgeHelper.ts +0 -339
- package/typechain-types/IPLinearDistributor.ts +0 -199
- package/typechain-types/IPMarketFactoryV2.ts +0 -253
- package/typechain-types/IPPreviewHelper.ts +0 -147
- package/typechain-types/IPRouterHelper.ts +0 -697
- package/typechain-types/IPSophonPointManager.ts +0 -97
- package/typechain-types/IPirexETH.ts +0 -215
- package/typechain-types/IQiAvax.ts +0 -551
- package/typechain-types/IQiErc20.ts +0 -573
- package/typechain-types/IQiToken.ts +0 -498
- package/typechain-types/IRateProvider.ts +0 -81
- package/typechain-types/IRenzoDepositL2.ts +0 -191
- package/typechain-types/IRenzoOracle.ts +0 -152
- package/typechain-types/IRenzoRestakeManager.ts +0 -219
- package/typechain-types/IRenzoReztake.ts +0 -162
- package/typechain-types/IRewardRouterV2.ts +0 -346
- package/typechain-types/IRewards.ts +0 -584
- package/typechain-types/IRswETH.ts +0 -138
- package/typechain-types/ISilo.ts +0 -1093
- package/typechain-types/ISiloIncentiveController.ts +0 -129
- package/typechain-types/ISiloLens.ts +0 -107
- package/typechain-types/ISophonFarming.ts +0 -303
- package/typechain-types/IStETH.ts +0 -257
- package/typechain-types/IStaderStakeManager.ts +0 -700
- package/typechain-types/IStargateLP.ts +0 -306
- package/typechain-types/IStargateRouter.ts +0 -159
- package/typechain-types/IStargateStaking.ts +0 -232
- package/typechain-types/ISwETH.ts +0 -138
- package/typechain-types/ISwellSimpleStakingERC20.ts +0 -289
- package/typechain-types/ITensorplexStTAO.ts +0 -221
- package/typechain-types/IThenaFactory.ts +0 -245
- package/typechain-types/IThenaGaugeV2.ts +0 -206
- package/typechain-types/IThenaPair.ts +0 -579
- package/typechain-types/IThenaRouter.ts +0 -313
- package/typechain-types/IThenaSY.ts +0 -81
- package/typechain-types/ITriCrvPool.ts +0 -345
- package/typechain-types/IVault.ts +0 -410
- package/typechain-types/IVaultPriceFeed.ts +0 -114
- package/typechain-types/IVedaAccountant.ts +0 -102
- package/typechain-types/IVedaTeller.ts +0 -178
- package/typechain-types/IVersion.ts +0 -81
- package/typechain-types/IWBETH.ts +0 -128
- package/typechain-types/IXGrail.ts +0 -603
- package/typechain-types/IZircuitZtaking.ts +0 -148
- package/typechain-types/KyberMathHelper.ts +0 -604
- package/typechain-types/KyberNftManagerBaseUpg.ts +0 -148
- package/typechain-types/LinearPreview.ts +0 -402
- package/typechain-types/MetaStableMath.ts +0 -113
- package/typechain-types/MetaStablePreview.ts +0 -501
- package/typechain-types/MlpPricingHelper.ts +0 -397
- package/typechain-types/OFTImpl.ts +0 -1675
- package/typechain-types/Pausable.ts +0 -101
- package/typechain-types/PendleAaveV3SY.ts +0 -1310
- package/typechain-types/PendleAaveV3WithRewardsSY.ts +0 -1533
- package/typechain-types/PendleAgETHSY.ts +0 -1394
- package/typechain-types/PendleAmphorWstETHVaultSY.ts +0 -1281
- package/typechain-types/PendleAnkrBNBSY.ts +0 -1300
- package/typechain-types/PendleApxETHSY.ts +0 -1326
- package/typechain-types/PendleArbitrumStakedEthSY.ts +0 -1287
- package/typechain-types/PendleAuraBalancerStableLPSYV2.ts +0 -1577
- package/typechain-types/PendleAuraBalancerStableLPSYV3Upg.ts +0 -1577
- package/typechain-types/PendleAuraBbAWethSwethSY.ts +0 -1597
- package/typechain-types/PendleAuraWethAnkrethSYV2.ts +0 -1576
- package/typechain-types/PendleAuraWethRocketEthSYV2.ts +0 -1576
- package/typechain-types/PendleAuraWethStafiEthSY.ts +0 -1576
- package/typechain-types/PendleAuraWethWstethSYV2.ts +0 -1576
- package/typechain-types/PendleAuraWstethAnkreth.ts +0 -1576
- package/typechain-types/PendleBridgedLSDSY.ts +0 -1287
- package/typechain-types/PendleBridgedPrincipalToken.ts +0 -1688
- package/typechain-types/PendleBridgedPrincipalTokenHubFactory.ts +0 -276
- package/typechain-types/PendleCamelotV1VolatileSY.ts +0 -1962
- package/typechain-types/PendleChainlinkReceiver.ts +0 -239
- package/typechain-types/PendleChainlinkRelayer.ts +0 -158
- package/typechain-types/PendleConvexLPSY.ts +0 -1458
- package/typechain-types/PendleCurveFraxUsdcSY.ts +0 -1497
- package/typechain-types/PendleCurveUsdd3CrvSY.ts +0 -1568
- package/typechain-types/PendleDolomiteSY.ts +0 -1302
- package/typechain-types/PendleERC20SY.ts +0 -1270
- package/typechain-types/PendleERC20SYUpg.ts +0 -1306
- package/typechain-types/PendleERC20WithSupplyCapSY.ts +0 -1332
- package/typechain-types/PendleERC4626SY.ts +0 -1281
- package/typechain-types/PendleERC4626SYUpg.ts +0 -1281
- package/typechain-types/PendleETHXSY.ts +0 -1296
- package/typechain-types/PendleEUSDSY.ts +0 -1281
- package/typechain-types/PendleEzETHL2SY.ts +0 -1400
- package/typechain-types/PendleEzETHSY.ts +0 -1471
- package/typechain-types/PendleFluxLendingSY.ts +0 -1297
- package/typechain-types/PendleGDaiSY.ts +0 -1294
- package/typechain-types/PendleGMV2TokenSY.ts +0 -1434
- package/typechain-types/PendleGTokenSY.ts +0 -1281
- package/typechain-types/PendleGUSDCSY.ts +0 -1294
- package/typechain-types/PendleGlpSY.ts +0 -1552
- package/typechain-types/PendleHlpSY.ts +0 -1554
- package/typechain-types/PendleKarakVaultERC20SY.ts +0 -1324
- package/typechain-types/PendleKarakVaultEzETHSY.ts +0 -1400
- package/typechain-types/PendleKarakVaultSUSDESY.ts +0 -1380
- package/typechain-types/PendleKarakVaultSYBaseUpg.ts +0 -1312
- package/typechain-types/PendleKarakVaultUSDESY.ts +0 -1366
- package/typechain-types/PendleKarakVaultWEETHSY.ts +0 -1370
- package/typechain-types/PendleKyberElasticSYUpg.ts +0 -1648
- package/typechain-types/PendleL2LRTSY.ts +0 -1323
- package/typechain-types/PendleLooksStakingSY.ts +0 -1321
- package/typechain-types/PendleMETHSY.ts +0 -1349
- package/typechain-types/PendleMantleStakedEthSY.ts +0 -1287
- package/typechain-types/PendleMarket.ts +0 -1207
- package/typechain-types/PendleMarketFactory.ts +0 -906
- package/typechain-types/PendleMellowVaultERC20SYUpg.ts +0 -1504
- package/typechain-types/PendleMellowVaultERC4626SYUpg.ts +0 -1512
- package/typechain-types/PendleMellowVaultSYBaseUpg.ts +0 -1466
- package/typechain-types/PendleMellowVaultWstETHSYUpg.ts +0 -1485
- package/typechain-types/PendleMlpSY.ts +0 -1606
- package/typechain-types/PendleOracleForSyProxy.ts +0 -275
- package/typechain-types/PendlePufStETHSY.ts +0 -1332
- package/typechain-types/PendlePufWETHSY.ts +0 -1332
- package/typechain-types/PendleQiTokenHelper.ts +0 -57
- package/typechain-types/PendleQiTokenSY.ts +0 -1435
- package/typechain-types/PendleREZtakeSY.ts +0 -1290
- package/typechain-types/PendleRenzoPreviewHelper.ts +0 -527
- package/typechain-types/PendleRsETHSY.ts +0 -1482
- package/typechain-types/PendleRswETHSY.ts +0 -1294
- package/typechain-types/PendleSUSDEMantleSY.ts +0 -1510
- package/typechain-types/PendleSUSDESY.ts +0 -1385
- package/typechain-types/PendleSfrxEthSY.ts +0 -1307
- package/typechain-types/PendleSiloWithIncentiveSY.ts +0 -1542
- package/typechain-types/PendleSophonFarmingSY.ts +0 -1412
- package/typechain-types/PendleSophonPointManager.ts +0 -610
- package/typechain-types/PendleStTAOSY.ts +0 -1314
- package/typechain-types/PendleStargateLPSY.ts +0 -1507
- package/typechain-types/PendleSwapBase.ts +0 -126
- package/typechain-types/PendleSwapL1.ts +0 -126
- package/typechain-types/PendleSwapL2.ts +0 -126
- package/typechain-types/PendleSwellRswETHStakingSY.ts +0 -1325
- package/typechain-types/PendleSwellStakingERC20SY.ts +0 -1299
- package/typechain-types/PendleThenaSY.ts +0 -1663
- package/typechain-types/PendleUSDEL2SY.ts +0 -1435
- package/typechain-types/PendleUSDESY.ts +0 -1374
- package/typechain-types/PendleUniETHSY.ts +0 -1276
- package/typechain-types/PendleWEEthSY.ts +0 -1302
- package/typechain-types/PendleWEEthkSY.ts +0 -1433
- package/typechain-types/PendleWEEthsSY.ts +0 -1433
- package/typechain-types/PendleWbEthSY.ts +0 -1294
- package/typechain-types/PendleWstEthSY.ts +0 -1307
- package/typechain-types/PendleZtakeERC20SY.ts +0 -1336
- package/typechain-types/PendleZtakeEzETHSY.ts +0 -1416
- package/typechain-types/PendleZtakeRsETHSY.ts +0 -1377
- package/typechain-types/PendleZtakeUSDESY.ts +0 -1393
- package/typechain-types/PendleZtakeWeETHSY.ts +0 -1345
- package/typechain-types/SAPE.ts +0 -1460
- package/typechain-types/SYBase.ts +0 -1270
- package/typechain-types/SYBaseUpg.ts +0 -1270
- package/typechain-types/SYBaseWithRewards.ts +0 -1363
- package/typechain-types/SYBaseWithRewardsUpg.ts +0 -1363
- package/typechain-types/StablePreviewBase.ts +0 -217
- package/typechain-types/SwETHSY.ts +0 -1281
- package/typechain-types/ThenaLpHelper.ts +0 -191
- package/typechain-types/ThenaMath.ts +0 -87
- package/typechain-types/ThenaPreview.ts +0 -450
- package/typechain-types/factories/AuraEthxBbAWethSY__factory.ts +0 -1305
- package/typechain-types/factories/AuraSwEthBbAWethSYV2__factory.ts +0 -1309
- package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +0 -1264
- package/typechain-types/factories/BbAPoolHelper__factory.ts +0 -36
- package/typechain-types/factories/BbAWethHelper__factory.ts +0 -36
- package/typechain-types/factories/BoringLpGlpOracle__factory.ts +0 -246
- package/typechain-types/factories/BoringOwnableUpgradeable__factory.ts +0 -118
- package/typechain-types/factories/C__factory.ts +0 -83
- package/typechain-types/factories/CamelotRewardHelper__factory.ts +0 -324
- package/typechain-types/factories/CamelotV1VolatileLpHelper__factory.ts +0 -82
- package/typechain-types/factories/CamelotV1VolatilePreview__factory.ts +0 -400
- package/typechain-types/factories/ComposableStablePreviewProxy__factory.ts +0 -288
- package/typechain-types/factories/ComposableStablePreviewV4__factory.ts +0 -190
- package/typechain-types/factories/ComposableStablePreviewV5__factory.ts +0 -190
- package/typechain-types/factories/ComposableStablePreview__factory.ts +0 -152
- package/typechain-types/factories/GLPPreviewHelper__factory.ts +0 -65
- package/typechain-types/factories/GMTokenPricingHelper__factory.ts +0 -354
- package/typechain-types/factories/HLPPricingHelper__factory.ts +0 -311
- package/typechain-types/factories/HubBridgeHelper__factory.ts +0 -593
- package/typechain-types/factories/I1inchAggregationRouterV5__factory.ts +0 -179
- package/typechain-types/factories/IAaveV3AToken__factory.ts +0 -124
- package/typechain-types/factories/IAaveV3IncentiveController__factory.ts +0 -67
- package/typechain-types/factories/IAaveV3Pool__factory.ts +0 -99
- package/typechain-types/factories/IAggregationExecutorOptimistic__factory.ts +0 -213
- package/typechain-types/factories/IAggregationExecutor__factory.ts +0 -84
- package/typechain-types/factories/IAnkrBNB__factory.ts +0 -74
- package/typechain-types/factories/IAnkrLiquidStaking__factory.ts +0 -123
- package/typechain-types/factories/IApeStaking__factory.ts +0 -161
- package/typechain-types/factories/IBalancerFees__factory.ts +0 -36
- package/typechain-types/factories/IBalancerStablePreview__factory.ts +0 -152
- package/typechain-types/factories/IBasePool__factory.ts +0 -340
- package/typechain-types/factories/IBedrockStaking__factory.ts +0 -76
- package/typechain-types/factories/IBenQiComptroller__factory.ts +0 -96
- package/typechain-types/factories/IBenQiInterestRateModel__factory.ts +0 -93
- package/typechain-types/factories/IBooster__factory.ts +0 -189
- package/typechain-types/factories/ICamelotFactory__factory.ts +0 -252
- package/typechain-types/factories/ICamelotNFTFactory__factory.ts +0 -71
- package/typechain-types/factories/ICamelotNFTHandler__factory.ts +0 -157
- package/typechain-types/factories/ICamelotNFTPool__factory.ts +0 -478
- package/typechain-types/factories/ICamelotNitroPoolFactory__factory.ts +0 -657
- package/typechain-types/factories/ICamelotNitroPool__factory.ts +0 -466
- package/typechain-types/factories/ICamelotPair__factory.ts +0 -767
- package/typechain-types/factories/ICamelotRouter__factory.ts +0 -662
- package/typechain-types/factories/ICamelotYieldBooster__factory.ts +0 -37
- package/typechain-types/factories/IComposableStable__factory.ts +0 -501
- package/typechain-types/factories/IConnext__factory.ts +0 -57
- package/typechain-types/factories/ICrvDepositor__factory.ts +0 -90
- package/typechain-types/factories/ICrvPool__factory.ts +0 -290
- package/typechain-types/factories/ICvxCrv__factory.ts +0 -36
- package/typechain-types/factories/IDaiLikePermit__factory.ts +0 -74
- package/typechain-types/factories/IDolomiteDToken__factory.ts +0 -103
- package/typechain-types/factories/IDolomiteMarginContract__factory.ts +0 -85
- package/typechain-types/factories/IERC4626LinearPool__factory.ts +0 -1187
- package/typechain-types/factories/IERC4626__factory.ts +0 -400
- package/typechain-types/factories/IERC721Receiver__factory.ts +0 -60
- package/typechain-types/factories/IERC721__factory.ts +0 -308
- package/typechain-types/factories/IEUSD__factory.ts +0 -101
- package/typechain-types/factories/IEtherFiLiquidityPool__factory.ts +0 -164
- package/typechain-types/factories/IEtherFiWEEth__factory.ts +0 -87
- package/typechain-types/factories/IExecutorHelperL2__factory.ts +0 -2402
- package/typechain-types/factories/IExecutorHelper__factory.ts +0 -1658
- package/typechain-types/factories/IFluxErc20__factory.ts +0 -178
- package/typechain-types/factories/IFluxInterestRateModel__factory.ts +0 -59
- package/typechain-types/factories/IFrxEthMinter__factory.ts +0 -68
- package/typechain-types/factories/IGMXPriceHelper__factory.ts +0 -45
- package/typechain-types/factories/IGMXV2DataStore__factory.ts +0 -45
- package/typechain-types/factories/IGMXV2Oracle__factory.ts +0 -47
- package/typechain-types/factories/IGMXV2Reader__factory.ts +0 -192
- package/typechain-types/factories/IGMXVault__factory.ts +0 -320
- package/typechain-types/factories/IGauge__factory.ts +0 -70
- package/typechain-types/factories/IGlpManager__factory.ts +0 -100
- package/typechain-types/factories/IHLPStaking__factory.ts +0 -67
- package/typechain-types/factories/IHMXCalculator__factory.ts +0 -45
- package/typechain-types/factories/IHMXCompounder__factory.ts +0 -59
- package/typechain-types/factories/IHMXStaking__factory.ts +0 -78
- package/typechain-types/factories/IHMXVester__factory.ts +0 -85
- package/typechain-types/factories/IKarakVaultSupervisor__factory.ts +0 -95
- package/typechain-types/factories/IKarakVault__factory.ts +0 -36
- package/typechain-types/factories/IKelpDepositPool__factory.ts +0 -109
- package/typechain-types/factories/IKelpLRTConfig__factory.ts +0 -58
- package/typechain-types/factories/IKyberElasticFactory__factory.ts +0 -455
- package/typechain-types/factories/IKyberElasticPool__factory.ts +0 -315
- package/typechain-types/factories/IKyberElasticRouter__factory.ts +0 -240
- package/typechain-types/factories/IKyberLiquidityMining__factory.ts +0 -913
- package/typechain-types/factories/IKyberMathHelper__factory.ts +0 -143
- package/typechain-types/factories/IKyberPositionManager__factory.ts +0 -633
- package/typechain-types/factories/ILiquidityGaugeFactory__factory.ts +0 -49
- package/typechain-types/factories/ILooksFeeSharing__factory.ts +0 -45
- package/typechain-types/factories/ILooksStaking__factory.ts +0 -88
- package/typechain-types/factories/IMUXRewardRouter__factory.ts +0 -885
- package/typechain-types/factories/IMellowVaultConfigurator__factory.ts +0 -43
- package/typechain-types/factories/IMellowVault__factory.ts +0 -137
- package/typechain-types/factories/IMetaAggregationRouterV2__factory.ts +0 -234
- package/typechain-types/factories/IMetaStablePool__factory.ts +0 -413
- package/typechain-types/factories/IPBridgedPrincipalTokenHubFactory__factory.ts +0 -70
- package/typechain-types/factories/IPBulkSellerCallback__factory.ts +0 -53
- package/typechain-types/factories/IPBulkSellerFactory__factory.ts +0 -107
- package/typechain-types/factories/IPBulkSeller__factory.ts +0 -333
- package/typechain-types/factories/IPComposableStablePreview__factory.ts +0 -152
- package/typechain-types/factories/IPExternalRewardDistributor__factory.ts +0 -128
- package/typechain-types/factories/IPHubBridgeHelper__factory.ts +0 -426
- package/typechain-types/factories/IPLinearDistributor__factory.ts +0 -150
- package/typechain-types/factories/IPMarketFactoryV2__factory.ts +0 -181
- package/typechain-types/factories/IPPreviewHelper__factory.ts +0 -74
- package/typechain-types/factories/IPRouterHelper__factory.ts +0 -879
- package/typechain-types/factories/IPSophonPointManager__factory.ts +0 -37
- package/typechain-types/factories/IPirexETH__factory.ts +0 -139
- package/typechain-types/factories/IQiAvax__factory.ts +0 -362
- package/typechain-types/factories/IQiErc20__factory.ts +0 -387
- package/typechain-types/factories/IQiToken__factory.ts +0 -336
- package/typechain-types/factories/IRateProvider__factory.ts +0 -36
- package/typechain-types/factories/IRenzoDepositL2__factory.ts +0 -120
- package/typechain-types/factories/IRenzoOracle__factory.ts +0 -76
- package/typechain-types/factories/IRenzoRestakeManager__factory.ts +0 -121
- package/typechain-types/factories/IRenzoReztake__factory.ts +0 -81
- package/typechain-types/factories/IRewardRouterV2__factory.ts +0 -216
- package/typechain-types/factories/IRewards__factory.ts +0 -294
- package/typechain-types/factories/IRswETH__factory.ts +0 -56
- package/typechain-types/factories/ISiloIncentiveController__factory.ts +0 -67
- package/typechain-types/factories/ISiloLens__factory.ts +0 -47
- package/typechain-types/factories/ISilo__factory.ts +0 -846
- package/typechain-types/factories/ISophonFarming__factory.ts +0 -183
- package/typechain-types/factories/IStETH__factory.ts +0 -146
- package/typechain-types/factories/IStaderStakeManager__factory.ts +0 -435
- package/typechain-types/factories/IStargateLP__factory.ts +0 -212
- package/typechain-types/factories/IStargateRouter__factory.ts +0 -78
- package/typechain-types/factories/IStargateStaking__factory.ts +0 -145
- package/typechain-types/factories/ISwETH__factory.ts +0 -53
- package/typechain-types/factories/ISwellSimpleStakingERC20__factory.ts +0 -226
- package/typechain-types/factories/ITensorplexStTAO__factory.ts +0 -121
- package/typechain-types/factories/IThenaFactory__factory.ts +0 -164
- package/typechain-types/factories/IThenaGaugeV2__factory.ts +0 -83
- package/typechain-types/factories/IThenaPair__factory.ts +0 -421
- package/typechain-types/factories/IThenaRouter__factory.ts +0 -200
- package/typechain-types/factories/IThenaSY__factory.ts +0 -36
- package/typechain-types/factories/ITriCrvPool__factory.ts +0 -225
- package/typechain-types/factories/IVaultPriceFeed__factory.ts +0 -60
- package/typechain-types/factories/IVault__factory.ts +0 -287
- package/typechain-types/factories/IVedaAccountant__factory.ts +0 -45
- package/typechain-types/factories/IVedaTeller__factory.ts +0 -99
- package/typechain-types/factories/IVersion__factory.ts +0 -36
- package/typechain-types/factories/IWBETH__factory.ts +0 -51
- package/typechain-types/factories/IXGrail__factory.ts +0 -362
- package/typechain-types/factories/IZircuitZtaking__factory.ts +0 -67
- package/typechain-types/factories/KyberMathHelper__factory.ts +0 -430
- package/typechain-types/factories/KyberNftManagerBaseUpg__factory.ts +0 -101
- package/typechain-types/factories/LinearPreview__factory.ts +0 -284
- package/typechain-types/factories/MetaStableMath__factory.ts +0 -93
- package/typechain-types/factories/MetaStablePreview__factory.ts +0 -375
- package/typechain-types/factories/MlpPricingHelper__factory.ts +0 -303
- package/typechain-types/factories/OFTImpl__factory.ts +0 -1610
- package/typechain-types/factories/Pausable__factory.ts +0 -62
- package/typechain-types/factories/PendleAaveV3SY__factory.ts +0 -1130
- package/typechain-types/factories/PendleAaveV3WithRewardsSY__factory.ts +0 -1279
- package/typechain-types/factories/PendleAgETHSY__factory.ts +0 -1138
- package/typechain-types/factories/PendleAmphorWstETHVaultSY__factory.ts +0 -1067
- package/typechain-types/factories/PendleAnkrBNBSY__factory.ts +0 -1165
- package/typechain-types/factories/PendleApxETHSY__factory.ts +0 -1115
- package/typechain-types/factories/PendleArbitrumStakedEthSY__factory.ts +0 -1133
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV2__factory.ts +0 -1234
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV3Upg__factory.ts +0 -1209
- package/typechain-types/factories/PendleAuraBbAWethSwethSY__factory.ts +0 -1331
- package/typechain-types/factories/PendleAuraWethAnkrethSYV2__factory.ts +0 -1309
- package/typechain-types/factories/PendleAuraWethRocketEthSYV2__factory.ts +0 -1309
- package/typechain-types/factories/PendleAuraWethStafiEthSY__factory.ts +0 -1309
- package/typechain-types/factories/PendleAuraWethWstethSYV2__factory.ts +0 -1309
- package/typechain-types/factories/PendleAuraWstethAnkreth__factory.ts +0 -1309
- package/typechain-types/factories/PendleBridgedLSDSY__factory.ts +0 -1129
- package/typechain-types/factories/PendleBridgedPrincipalTokenHubFactory__factory.ts +0 -227
- package/typechain-types/factories/PendleBridgedPrincipalToken__factory.ts +0 -1646
- package/typechain-types/factories/PendleCamelotV1VolatileSY__factory.ts +0 -1594
- package/typechain-types/factories/PendleChainlinkReceiver__factory.ts +0 -216
- package/typechain-types/factories/PendleChainlinkRelayer__factory.ts +0 -180
- package/typechain-types/factories/PendleConvexLPSY__factory.ts +0 -1169
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +0 -1274
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +0 -1339
- package/typechain-types/factories/PendleDolomiteSY__factory.ts +0 -1129
- package/typechain-types/factories/PendleERC20SYUpg__factory.ts +0 -1060
- package/typechain-types/factories/PendleERC20SY__factory.ts +0 -1074
- package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +0 -1157
- package/typechain-types/factories/PendleERC4626SYUpg__factory.ts +0 -1058
- package/typechain-types/factories/PendleERC4626SY__factory.ts +0 -1095
- package/typechain-types/factories/PendleETHXSY__factory.ts +0 -1124
- package/typechain-types/factories/PendleEUSDSY__factory.ts +0 -1087
- package/typechain-types/factories/PendleEzETHL2SY__factory.ts +0 -1191
- package/typechain-types/factories/PendleEzETHSY__factory.ts +0 -1218
- package/typechain-types/factories/PendleFluxLendingSY__factory.ts +0 -1114
- package/typechain-types/factories/PendleGDaiSY__factory.ts +0 -1100
- package/typechain-types/factories/PendleGMV2TokenSY__factory.ts +0 -1240
- package/typechain-types/factories/PendleGTokenSY__factory.ts +0 -1095
- package/typechain-types/factories/PendleGUSDCSY__factory.ts +0 -1073
- package/typechain-types/factories/PendleGlpSY__factory.ts +0 -1287
- package/typechain-types/factories/PendleHlpSY__factory.ts +0 -1311
- package/typechain-types/factories/PendleKarakVaultERC20SY__factory.ts +0 -1139
- package/typechain-types/factories/PendleKarakVaultEzETHSY__factory.ts +0 -1236
- package/typechain-types/factories/PendleKarakVaultSUSDESY__factory.ts +0 -1180
- package/typechain-types/factories/PendleKarakVaultSYBaseUpg__factory.ts +0 -1055
- package/typechain-types/factories/PendleKarakVaultUSDESY__factory.ts +0 -1165
- package/typechain-types/factories/PendleKarakVaultWEETHSY__factory.ts +0 -1189
- package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +0 -1351
- package/typechain-types/factories/PendleL2LRTSY__factory.ts +0 -1139
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +0 -1143
- package/typechain-types/factories/PendleMETHSY__factory.ts +0 -1099
- package/typechain-types/factories/PendleMantleStakedEthSY__factory.ts +0 -1133
- package/typechain-types/factories/PendleMarketFactory__factory.ts +0 -748
- package/typechain-types/factories/PendleMarket__factory.ts +0 -1212
- package/typechain-types/factories/PendleMellowVaultERC20SYUpg__factory.ts +0 -1251
- package/typechain-types/factories/PendleMellowVaultERC4626SYUpg__factory.ts +0 -1264
- package/typechain-types/factories/PendleMellowVaultSYBaseUpg__factory.ts +0 -1176
- package/typechain-types/factories/PendleMellowVaultWstETHSYUpg__factory.ts +0 -1229
- package/typechain-types/factories/PendleMlpSY__factory.ts +0 -1314
- package/typechain-types/factories/PendleOracleForSyProxy__factory.ts +0 -211
- package/typechain-types/factories/PendlePufStETHSY__factory.ts +0 -1069
- package/typechain-types/factories/PendlePufWETHSY__factory.ts +0 -1069
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +0 -99
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +0 -1301
- package/typechain-types/factories/PendleREZtakeSY__factory.ts +0 -1076
- package/typechain-types/factories/PendleRenzoPreviewHelper__factory.ts +0 -431
- package/typechain-types/factories/PendleRsETHSY__factory.ts +0 -1237
- package/typechain-types/factories/PendleRswETHSY__factory.ts +0 -1117
- package/typechain-types/factories/PendleSUSDEMantleSY__factory.ts +0 -1201
- package/typechain-types/factories/PendleSUSDESY__factory.ts +0 -1171
- package/typechain-types/factories/PendleSfrxEthSY__factory.ts +0 -1116
- package/typechain-types/factories/PendleSiloWithIncentiveSY__factory.ts +0 -1311
- package/typechain-types/factories/PendleSophonFarmingSY__factory.ts +0 -1216
- package/typechain-types/factories/PendleSophonPointManager__factory.ts +0 -500
- package/typechain-types/factories/PendleStTAOSY__factory.ts +0 -1088
- package/typechain-types/factories/PendleStargateLPSY__factory.ts +0 -1306
- package/typechain-types/factories/PendleSwapBase__factory.ts +0 -91
- package/typechain-types/factories/PendleSwapL1__factory.ts +0 -126
- package/typechain-types/factories/PendleSwapL2__factory.ts +0 -126
- package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +0 -1106
- package/typechain-types/factories/PendleSwellStakingERC20SY__factory.ts +0 -1112
- package/typechain-types/factories/PendleThenaSY__factory.ts +0 -1417
- package/typechain-types/factories/PendleUSDEL2SY__factory.ts +0 -1154
- package/typechain-types/factories/PendleUSDESY__factory.ts +0 -1158
- package/typechain-types/factories/PendleUniETHSY__factory.ts +0 -1099
- package/typechain-types/factories/PendleWEEthSY__factory.ts +0 -1118
- package/typechain-types/factories/PendleWEEthkSY__factory.ts +0 -1150
- package/typechain-types/factories/PendleWEEthsSY__factory.ts +0 -1150
- package/typechain-types/factories/PendleWbEthSY__factory.ts +0 -1114
- package/typechain-types/factories/PendleWstEthSY__factory.ts +0 -1130
- package/typechain-types/factories/PendleZtakeERC20SY__factory.ts +0 -1097
- package/typechain-types/factories/PendleZtakeEzETHSY__factory.ts +0 -1189
- package/typechain-types/factories/PendleZtakeRsETHSY__factory.ts +0 -1147
- package/typechain-types/factories/PendleZtakeUSDESY__factory.ts +0 -1147
- package/typechain-types/factories/PendleZtakeWeETHSY__factory.ts +0 -1138
- package/typechain-types/factories/SAPE__factory.ts +0 -1207
- package/typechain-types/factories/SYBaseUpg__factory.ts +0 -988
- package/typechain-types/factories/SYBaseWithRewardsUpg__factory.ts +0 -1061
- package/typechain-types/factories/SYBaseWithRewards__factory.ts +0 -1073
- package/typechain-types/factories/SYBase__factory.ts +0 -1001
- package/typechain-types/factories/StablePreviewBase__factory.ts +0 -148
- package/typechain-types/factories/SwETHSY__factory.ts +0 -1087
- package/typechain-types/factories/ThenaLpHelper__factory.ts +0 -140
- package/typechain-types/factories/ThenaMath__factory.ts +0 -36
- package/typechain-types/factories/ThenaPreview__factory.ts +0 -319
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleLPWrapperFactory",
|
|
4
|
+
"sourceName": "contracts/offchain-helpers/PendleLPWrapperFactory.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_rewardReceiver",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"anonymous": false,
|
|
19
|
+
"inputs": [
|
|
20
|
+
{
|
|
21
|
+
"indexed": false,
|
|
22
|
+
"internalType": "uint8",
|
|
23
|
+
"name": "version",
|
|
24
|
+
"type": "uint8"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"name": "Initialized",
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"anonymous": false,
|
|
32
|
+
"inputs": [
|
|
33
|
+
{
|
|
34
|
+
"indexed": true,
|
|
35
|
+
"internalType": "address",
|
|
36
|
+
"name": "lpToken",
|
|
37
|
+
"type": "address"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"indexed": true,
|
|
41
|
+
"internalType": "address",
|
|
42
|
+
"name": "wrapper",
|
|
43
|
+
"type": "address"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"name": "LPWrapperCreated",
|
|
47
|
+
"type": "event"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"anonymous": false,
|
|
51
|
+
"inputs": [
|
|
52
|
+
{
|
|
53
|
+
"indexed": true,
|
|
54
|
+
"internalType": "address",
|
|
55
|
+
"name": "previousOwner",
|
|
56
|
+
"type": "address"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"indexed": true,
|
|
60
|
+
"internalType": "address",
|
|
61
|
+
"name": "newOwner",
|
|
62
|
+
"type": "address"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"name": "OwnershipTransferred",
|
|
66
|
+
"type": "event"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"anonymous": false,
|
|
70
|
+
"inputs": [
|
|
71
|
+
{
|
|
72
|
+
"indexed": true,
|
|
73
|
+
"internalType": "address",
|
|
74
|
+
"name": "newReceiver",
|
|
75
|
+
"type": "address"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"name": "RewardReceiverSet",
|
|
79
|
+
"type": "event"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"inputs": [],
|
|
83
|
+
"name": "claimOwnership",
|
|
84
|
+
"outputs": [],
|
|
85
|
+
"stateMutability": "nonpayable",
|
|
86
|
+
"type": "function"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"inputs": [
|
|
90
|
+
{
|
|
91
|
+
"internalType": "address",
|
|
92
|
+
"name": "LP",
|
|
93
|
+
"type": "address"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"name": "create",
|
|
97
|
+
"outputs": [
|
|
98
|
+
{
|
|
99
|
+
"internalType": "address",
|
|
100
|
+
"name": "wrapper",
|
|
101
|
+
"type": "address"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"stateMutability": "nonpayable",
|
|
105
|
+
"type": "function"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"inputs": [],
|
|
109
|
+
"name": "owner",
|
|
110
|
+
"outputs": [
|
|
111
|
+
{
|
|
112
|
+
"internalType": "address",
|
|
113
|
+
"name": "",
|
|
114
|
+
"type": "address"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"stateMutability": "view",
|
|
118
|
+
"type": "function"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"inputs": [],
|
|
122
|
+
"name": "pendingOwner",
|
|
123
|
+
"outputs": [
|
|
124
|
+
{
|
|
125
|
+
"internalType": "address",
|
|
126
|
+
"name": "",
|
|
127
|
+
"type": "address"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"stateMutability": "view",
|
|
131
|
+
"type": "function"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"inputs": [
|
|
135
|
+
{
|
|
136
|
+
"internalType": "address[]",
|
|
137
|
+
"name": "_wrappers",
|
|
138
|
+
"type": "address[]"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"name": "redeemRewardsAndTransfer",
|
|
142
|
+
"outputs": [],
|
|
143
|
+
"stateMutability": "nonpayable",
|
|
144
|
+
"type": "function"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"inputs": [],
|
|
148
|
+
"name": "rewardReceiver",
|
|
149
|
+
"outputs": [
|
|
150
|
+
{
|
|
151
|
+
"internalType": "address",
|
|
152
|
+
"name": "",
|
|
153
|
+
"type": "address"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"stateMutability": "view",
|
|
157
|
+
"type": "function"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"inputs": [
|
|
161
|
+
{
|
|
162
|
+
"internalType": "address",
|
|
163
|
+
"name": "_rewardReceiver",
|
|
164
|
+
"type": "address"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"name": "setRewardReceiver",
|
|
168
|
+
"outputs": [],
|
|
169
|
+
"stateMutability": "nonpayable",
|
|
170
|
+
"type": "function"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"inputs": [
|
|
174
|
+
{
|
|
175
|
+
"internalType": "address",
|
|
176
|
+
"name": "_wrapper",
|
|
177
|
+
"type": "address"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"internalType": "bool",
|
|
181
|
+
"name": "_isRewardRedemptionDisabled",
|
|
182
|
+
"type": "bool"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"name": "setRewardRedemptionDisabled",
|
|
186
|
+
"outputs": [],
|
|
187
|
+
"stateMutability": "nonpayable",
|
|
188
|
+
"type": "function"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"inputs": [
|
|
192
|
+
{
|
|
193
|
+
"internalType": "address",
|
|
194
|
+
"name": "newOwner",
|
|
195
|
+
"type": "address"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"internalType": "bool",
|
|
199
|
+
"name": "direct",
|
|
200
|
+
"type": "bool"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"internalType": "bool",
|
|
204
|
+
"name": "renounce",
|
|
205
|
+
"type": "bool"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"name": "transferOwnership",
|
|
209
|
+
"outputs": [],
|
|
210
|
+
"stateMutability": "nonpayable",
|
|
211
|
+
"type": "function"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"inputs": [
|
|
215
|
+
{
|
|
216
|
+
"internalType": "address",
|
|
217
|
+
"name": "LP",
|
|
218
|
+
"type": "address"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"name": "wrappers",
|
|
222
|
+
"outputs": [
|
|
223
|
+
{
|
|
224
|
+
"internalType": "address",
|
|
225
|
+
"name": "wrapper",
|
|
226
|
+
"type": "address"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"stateMutability": "view",
|
|
230
|
+
"type": "function"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"bytecode": "0x608060405234801561001057600080fd5b5060405161264838038061264883398101604081905261002f91610243565b600154600160a81b900460ff1615808015610055575060018054600160a01b900460ff16105b806100755750303b158015610075575060018054600160a01b900460ff16145b6100dd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b6001805460ff60a01b1916600160a01b179055801561010a576001805460ff60a81b1916600160a81b1790555b6101133361016a565b61011c826101f9565b8015610163576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050610273565b600154600160a81b900460ff166101d75760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016100d4565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b603380546001600160a01b0319166001600160a01b0383169081179091556040517f083dc55b3248fa3ebfe8473cfe49ec0028fb069195dc28d6513564cbc9f162df90600090a250565b60006020828403121561025557600080fd5b81516001600160a01b038116811461026c57600080fd5b9392505050565b6123c6806102826000396000f3fe60806040523480156200001157600080fd5b50600436106200009a5760003560e01c8063078dfbe7146200009f5780631dac30b014620000b857806344b5903114620000e45780634e71e0c814620000fb5780638da5cb5b14620001055780639ed933181462000119578063a5501fff1462000130578063b41e991a1462000147578063dae254dd1462000173578063e30c3978146200018a575b600080fd5b620000b6620000b036600462000676565b6200019e565b005b603354620000cc906001600160a01b031681565b604051620000db9190620006c0565b60405180910390f35b620000b6620000f5366004620006ea565b620002ac565b620000b662000351565b600054620000cc906001600160a01b031681565b620000cc6200012a366004620007bc565b620003ff565b620000b662000141366004620007e1565b62000527565b620000cc62000158366004620007bc565b6032602052600090815260409020546001600160a01b031681565b620000b662000184366004620007bc565b620005b5565b600154620000cc906001600160a01b031681565b6000546001600160a01b03163314620001d45760405162461bcd60e51b8152600401620001cb9062000819565b60405180910390fd5b81156200028a576001600160a01b038316151580620001f05750805b620002365760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401620001cb565b600080546040516001600160a01b03808716939216916000805160206200237183398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0385166001600160a01b0319909116179055505050565b60005b81518110156200034d57818181518110620002ce57620002ce6200084e565b60209081029190910101516033546040516303bf405560e31b81526001600160a01b0392831692631dfa02a8926200030c92911690600401620006c0565b600060405180830381600087803b1580156200032757600080fd5b505af11580156200033c573d6000803e3d6000fd5b505060019092019150620002af9050565b5050565b6001546001600160a01b0316338114620003ae5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401620001cb565b600080546040516001600160a01b03808516939216916000805160206200237183398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600080546001600160a01b031633146200042d5760405162461bcd60e51b8152600401620001cb9062000819565b6001600160a01b038281166000908152603260205260409020541615620004905760405162461bcd60e51b81526020600482015260166024820152755772617070657220616c72656164792065786973747360501b6044820152606401620001cb565b816040516200049f906200063a565b620004ab9190620006c0565b604051809103906000f080158015620004c8573d6000803e3d6000fd5b506001600160a01b0383811660008181526032602052604080822080546001600160a01b031916948616948517905551939450919290917f2ab5c8f9cc8fb397b979a6fbd33d4b0d2ca2d98c548aa7145d4f9bbd3d1df22991a3919050565b6000546001600160a01b03163314620005545760405162461bcd60e51b8152600401620001cb9062000819565b60405163bb0d5de160e01b815281151560048201526001600160a01b0383169063bb0d5de190602401600060405180830381600087803b1580156200059857600080fd5b505af1158015620005ad573d6000803e3d6000fd5b505050505050565b6000546001600160a01b03163314620005e25760405162461bcd60e51b8152600401620001cb9062000819565b620005ed81620005f0565b50565b603380546001600160a01b0319166001600160a01b0383169081179091556040517f083dc55b3248fa3ebfe8473cfe49ec0028fb069195dc28d6513564cbc9f162df90600090a250565b611b0c806200086583390190565b80356001600160a01b03811681146200066057600080fd5b919050565b803580151581146200066057600080fd5b6000806000606084860312156200068c57600080fd5b620006978462000648565b9250620006a76020850162000665565b9150620006b76040850162000665565b90509250925092565b6001600160a01b0391909116815260200190565b634e487b7160e01b600052604160045260246000fd5b60006020808385031215620006fe57600080fd5b82356001600160401b03808211156200071657600080fd5b818501915085601f8301126200072b57600080fd5b813581811115620007405762000740620006d4565b8060051b604051601f19603f83011681018181108582111715620007685762000768620006d4565b6040529182528482019250838101850191888311156200078757600080fd5b938501935b82851015620007b057620007a08562000648565b845293850193928501926200078c565b98975050505050505050565b600060208284031215620007cf57600080fd5b620007da8262000648565b9392505050565b60008060408385031215620007f557600080fd5b620008008362000648565b9150620008106020840162000665565b90509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fdfe60e06040523480156200001157600080fd5b5060405162001b0c38038062001b0c8339810160408190526200003491620000eb565b6040518060400160405280601581526020017f50656e646c65204d61726b657420577261707065640000000000000000000000815250604051806040016040528060128152602001711411539113114b5314150b55d4905414115160721b81525060128260039081620000a89190620001c4565b506004620000b78382620001c4565b5060ff166080525050600280546001600160f81b0316600160f81b1790556001600160a01b031660a0523360c05262000290565b600060208284031215620000fe57600080fd5b81516001600160a01b03811681146200011657600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200014857607f821691505b6020821081036200016957634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620001bf576000816000526020600020601f850160051c810160208610156200019a5750805b601f850160051c820191505b81811015620001bb57828155600101620001a6565b5050505b505050565b81516001600160401b03811115620001e057620001e06200011d565b620001f881620001f1845462000133565b846200016f565b602080601f831160018114620002305760008415620002175750858301515b600019600386901b1c1916600185901b178555620001bb565b600085815260208120601f198616915b82811015620002615788860151825594840194600190910190840162000240565b5085821015620002805787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60805160a05160c05161181b620002f16000396000818161025501528181610341015261069e0152600081816101fb0152818161039e0152818161041f015281816105d301528181610736015261101a0152600061015e015261181b6000f3fe608060405234801561001057600080fd5b50600436106100d05760003560e01c806306fdde03146100d5578063095ea7b3146100f357806318160ddd146101165780631dfa02a81461013157806323b872dd14610146578063313ce5671461015957806339f476931461019257806369c1ca5d146101a557806370a08231146101b257806395d89b41146101db578063a9059cbb146101e3578063b6fccf8a146101f6578063bb0d5de11461022a578063bf376c7a1461023d578063c45a015514610250578063dd62ed3e14610277575b600080fd5b6100dd61028a565b6040516100ea9190611371565b60405180910390f35b6101066101013660046113bc565b61031c565b60405190151581526020016100ea565b6002546001600160f81b03165b6040519081526020016100ea565b61014461013f3660046113e8565b610336565b005b61010661015436600461140c565b610503565b6101807f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016100ea565b6101446101a03660046113bc565b610581565b6005546101069060ff1681565b6101236101c03660046113e8565b6001600160a01b031660009081526020819052604090205490565b6100dd610612565b6101066101f13660046113bc565b610621565b61021d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516100ea919061144d565b61014461023836600461146f565b610693565b61014461024b3660046113bc565b6106ee565b61021d7f000000000000000000000000000000000000000000000000000000000000000081565b61012361028536600461148c565b610766565b606060038054610299906114c5565b80601f01602080910402602001604051908101604052809291908181526020018280546102c5906114c5565b80156103125780601f106102e757610100808354040283529160200191610312565b820191906000526020600020905b8154815290600101906020018083116102f557829003601f168201915b5050505050905090565b60003361032a818585610791565b60019150505b92915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103875760405162461bcd60e51b815260040161037e906114ff565b60405180910390fd5b604051639262187b60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639262187b906103d390309060040161144d565b6000604051808303816000875af11580156103f2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261041a919081019061159e565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c4f59f9b6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561047b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104a39190810190611628565b905060005b81518110156104fe576104f68282815181106104c6576104c66116b6565b6020026020010151846104f18585815181106104e4576104e46116b6565b60200260200101516108b6565b610940565b6001016104a8565b505050565b600254600090600119600160f81b90910460ff16016105345760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905533610555858285610a0a565b610560858585610a7e565b6001915050600280546001600160f81b0316600160f81b1790559392505050565b600254600119600160f81b90910460ff16016105af5760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b1790556105ce3382610ca0565b6105f97f00000000000000000000000000000000000000000000000000000000000000008383610940565b5050600280546001600160f81b0316600160f81b179055565b606060048054610299906114c5565b600254600090600119600160f81b90910460ff16016106525760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905533610673818585610a7e565b6001915050600280546001600160f81b0316600160f81b17905592915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106db5760405162461bcd60e51b815260040161037e906114ff565b6005805460ff1916911515919091179055565b600254600119600160f81b90910460ff160161071c5760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905561075c7f00000000000000000000000000000000000000000000000000000000000000003383610e19565b6105f98282610e80565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166107f35760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037e565b6001600160a01b0382166108545760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006001600160a01b03821615610939576040516370a0823160e01b81526001600160a01b038316906370a08231906108f390309060040161144d565b602060405180830381865afa158015610910573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109349190611703565b610330565b4792915050565b8060000361094d57505050565b6001600160a01b0383166109f6576000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146109a8576040519150601f19603f3d011682016040523d82523d6000602084013e6109ad565b606091505b50509050806109f05760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b604482015260640161037e565b50505050565b6104fe6001600160a01b0384168383610f96565b6000610a168484610766565b905060001981146109f05781811015610a715760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037e565b6109f08484848403610791565b6001600160a01b038316610ae25760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037e565b6001600160a01b038216610b445760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037e565b816001600160a01b0316836001600160a01b031603610b9f5760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b604482015260640161037e565b610baa838383610ff9565b6001600160a01b03831660009081526020819052604090205481811015610c225760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037e565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610c59908490611732565b92505081905550826001600160a01b0316846001600160a01b03166000805160206117c683398151915284604051610c9391815260200190565b60405180910390a36109f0565b6001600160a01b038216610d005760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037e565b610d0c82600083610ff9565b6001600160a01b03821660009081526020819052604090205481811015610d805760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037e565b6001600160a01b03831660009081526020819052604090208282039055610da682611096565b60028054600090610dc19084906001600160f81b0316611745565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206117c6833981519152846040516108a991815260200190565b6001600160a01b038316610e65578034146104fe5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b604482015260640161037e565b80156104fe576104fe6001600160a01b0384168330846110b0565b6001600160a01b038216610ed65760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161037e565b610ee260008383610ff9565b610eeb81611096565b60028054600090610f069084906001600160f81b031661176c565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555080600080846001600160a01b03166001600160a01b031681526020019081526020016000206000828254610f5e9190611732565b90915550506040518181526001600160a01b038316906000906000805160206117c68339815191529060200160405180910390a35050565b6040516001600160a01b0383166024820152604481018290526104fe90849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526110e8565b60055460ff166104fe57604051639262187b60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639262187b9061104f90309060040161144d565b6000604051808303816000875af115801561106e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109f0919081019061159e565b60006001600160f81b038211156110ac57600080fd5b5090565b6040516001600160a01b03808516602483015283166044820152606481018290526109f09085906323b872dd60e01b90608401610fc2565b600061113d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166111bd9092919063ffffffff16565b905080516000148061115e57508080602001905181019061115e919061178c565b6104fe5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161037e565b60606111cc84846000856111d4565b949350505050565b6060824710156112355760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161037e565b600080866001600160a01b0316858760405161125191906117a9565b60006040518083038185875af1925050503d806000811461128e576040519150601f19603f3d011682016040523d82523d6000602084013e611293565b606091505b50915091506112a4878383876112af565b979650505050505050565b6060831561131e578251600003611317576001600160a01b0385163b6113175760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161037e565b50816111cc565b6111cc83838151156113335781518083602001fd5b8060405162461bcd60e51b815260040161037e9190611371565b60005b83811015611368578181015183820152602001611350565b50506000910152565b602081526000825180602084015261139081604085016020870161134d565b601f01601f19169190910160400192915050565b6001600160a01b03811681146113b957600080fd5b50565b600080604083850312156113cf57600080fd5b82356113da816113a4565b946020939093013593505050565b6000602082840312156113fa57600080fd5b8135611405816113a4565b9392505050565b60008060006060848603121561142157600080fd5b833561142c816113a4565b9250602084013561143c816113a4565b929592945050506040919091013590565b6001600160a01b0391909116815260200190565b80151581146113b957600080fd5b60006020828403121561148157600080fd5b813561140581611461565b6000806040838503121561149f57600080fd5b82356114aa816113a4565b915060208301356114ba816113a4565b809150509250929050565b600181811c908216806114d957607f821691505b6020821081036114f957634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252601c908201527b50656e646c654c50577261707065723a206e6f7420666163746f727960201b604082015260600190565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561157357611573611535565b604052919050565b60006001600160401b0382111561159457611594611535565b5060051b60200190565b600060208083850312156115b157600080fd5b82516001600160401b038111156115c757600080fd5b8301601f810185136115d857600080fd5b80516115eb6115e68261157b565b61154b565b81815260059190911b8201830190838101908783111561160a57600080fd5b928401925b828410156112a45783518252928401929084019061160f565b6000602080838503121561163b57600080fd5b82516001600160401b0381111561165157600080fd5b8301601f8101851361166257600080fd5b80516116706115e68261157b565b81815260059190911b8201830190838101908783111561168f57600080fd5b928401925b828410156112a45783516116a7816113a4565b82529284019290840190611694565b634e487b7160e01b600052603260045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561171557600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103305761033061171c565b6001600160f81b038281168282160390808211156117655761176561171c565b5092915050565b6001600160f81b038181168382160190808211156117655761176561171c565b60006020828403121561179e57600080fd5b815161140581611461565b600082516117bb81846020870161134d565b919091019291505056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220b7a48347eb97039d491f94c22bd3a1698465a2ca0553a547fbc0acc50d70c3fd64736f6c634300081700338be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122033049de97c815492c5c393497d963f31c8324f82536813fb6fd41454b777c00e64736f6c63430008170033",
|
|
234
|
+
"deployedBytecode": "0x60806040523480156200001157600080fd5b50600436106200009a5760003560e01c8063078dfbe7146200009f5780631dac30b014620000b857806344b5903114620000e45780634e71e0c814620000fb5780638da5cb5b14620001055780639ed933181462000119578063a5501fff1462000130578063b41e991a1462000147578063dae254dd1462000173578063e30c3978146200018a575b600080fd5b620000b6620000b036600462000676565b6200019e565b005b603354620000cc906001600160a01b031681565b604051620000db9190620006c0565b60405180910390f35b620000b6620000f5366004620006ea565b620002ac565b620000b662000351565b600054620000cc906001600160a01b031681565b620000cc6200012a366004620007bc565b620003ff565b620000b662000141366004620007e1565b62000527565b620000cc62000158366004620007bc565b6032602052600090815260409020546001600160a01b031681565b620000b662000184366004620007bc565b620005b5565b600154620000cc906001600160a01b031681565b6000546001600160a01b03163314620001d45760405162461bcd60e51b8152600401620001cb9062000819565b60405180910390fd5b81156200028a576001600160a01b038316151580620001f05750805b620002365760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401620001cb565b600080546040516001600160a01b03808716939216916000805160206200237183398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0385166001600160a01b0319909116179055505050565b60005b81518110156200034d57818181518110620002ce57620002ce6200084e565b60209081029190910101516033546040516303bf405560e31b81526001600160a01b0392831692631dfa02a8926200030c92911690600401620006c0565b600060405180830381600087803b1580156200032757600080fd5b505af11580156200033c573d6000803e3d6000fd5b505060019092019150620002af9050565b5050565b6001546001600160a01b0316338114620003ae5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401620001cb565b600080546040516001600160a01b03808516939216916000805160206200237183398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600080546001600160a01b031633146200042d5760405162461bcd60e51b8152600401620001cb9062000819565b6001600160a01b038281166000908152603260205260409020541615620004905760405162461bcd60e51b81526020600482015260166024820152755772617070657220616c72656164792065786973747360501b6044820152606401620001cb565b816040516200049f906200063a565b620004ab9190620006c0565b604051809103906000f080158015620004c8573d6000803e3d6000fd5b506001600160a01b0383811660008181526032602052604080822080546001600160a01b031916948616948517905551939450919290917f2ab5c8f9cc8fb397b979a6fbd33d4b0d2ca2d98c548aa7145d4f9bbd3d1df22991a3919050565b6000546001600160a01b03163314620005545760405162461bcd60e51b8152600401620001cb9062000819565b60405163bb0d5de160e01b815281151560048201526001600160a01b0383169063bb0d5de190602401600060405180830381600087803b1580156200059857600080fd5b505af1158015620005ad573d6000803e3d6000fd5b505050505050565b6000546001600160a01b03163314620005e25760405162461bcd60e51b8152600401620001cb9062000819565b620005ed81620005f0565b50565b603380546001600160a01b0319166001600160a01b0383169081179091556040517f083dc55b3248fa3ebfe8473cfe49ec0028fb069195dc28d6513564cbc9f162df90600090a250565b611b0c806200086583390190565b80356001600160a01b03811681146200066057600080fd5b919050565b803580151581146200066057600080fd5b6000806000606084860312156200068c57600080fd5b620006978462000648565b9250620006a76020850162000665565b9150620006b76040850162000665565b90509250925092565b6001600160a01b0391909116815260200190565b634e487b7160e01b600052604160045260246000fd5b60006020808385031215620006fe57600080fd5b82356001600160401b03808211156200071657600080fd5b818501915085601f8301126200072b57600080fd5b813581811115620007405762000740620006d4565b8060051b604051601f19603f83011681018181108582111715620007685762000768620006d4565b6040529182528482019250838101850191888311156200078757600080fd5b938501935b82851015620007b057620007a08562000648565b845293850193928501926200078c565b98975050505050505050565b600060208284031215620007cf57600080fd5b620007da8262000648565b9392505050565b60008060408385031215620007f557600080fd5b620008008362000648565b9150620008106020840162000665565b90509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fdfe60e06040523480156200001157600080fd5b5060405162001b0c38038062001b0c8339810160408190526200003491620000eb565b6040518060400160405280601581526020017f50656e646c65204d61726b657420577261707065640000000000000000000000815250604051806040016040528060128152602001711411539113114b5314150b55d4905414115160721b81525060128260039081620000a89190620001c4565b506004620000b78382620001c4565b5060ff166080525050600280546001600160f81b0316600160f81b1790556001600160a01b031660a0523360c05262000290565b600060208284031215620000fe57600080fd5b81516001600160a01b03811681146200011657600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200014857607f821691505b6020821081036200016957634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620001bf576000816000526020600020601f850160051c810160208610156200019a5750805b601f850160051c820191505b81811015620001bb57828155600101620001a6565b5050505b505050565b81516001600160401b03811115620001e057620001e06200011d565b620001f881620001f1845462000133565b846200016f565b602080601f831160018114620002305760008415620002175750858301515b600019600386901b1c1916600185901b178555620001bb565b600085815260208120601f198616915b82811015620002615788860151825594840194600190910190840162000240565b5085821015620002805787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60805160a05160c05161181b620002f16000396000818161025501528181610341015261069e0152600081816101fb0152818161039e0152818161041f015281816105d301528181610736015261101a0152600061015e015261181b6000f3fe608060405234801561001057600080fd5b50600436106100d05760003560e01c806306fdde03146100d5578063095ea7b3146100f357806318160ddd146101165780631dfa02a81461013157806323b872dd14610146578063313ce5671461015957806339f476931461019257806369c1ca5d146101a557806370a08231146101b257806395d89b41146101db578063a9059cbb146101e3578063b6fccf8a146101f6578063bb0d5de11461022a578063bf376c7a1461023d578063c45a015514610250578063dd62ed3e14610277575b600080fd5b6100dd61028a565b6040516100ea9190611371565b60405180910390f35b6101066101013660046113bc565b61031c565b60405190151581526020016100ea565b6002546001600160f81b03165b6040519081526020016100ea565b61014461013f3660046113e8565b610336565b005b61010661015436600461140c565b610503565b6101807f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016100ea565b6101446101a03660046113bc565b610581565b6005546101069060ff1681565b6101236101c03660046113e8565b6001600160a01b031660009081526020819052604090205490565b6100dd610612565b6101066101f13660046113bc565b610621565b61021d7f000000000000000000000000000000000000000000000000000000000000000081565b6040516100ea919061144d565b61014461023836600461146f565b610693565b61014461024b3660046113bc565b6106ee565b61021d7f000000000000000000000000000000000000000000000000000000000000000081565b61012361028536600461148c565b610766565b606060038054610299906114c5565b80601f01602080910402602001604051908101604052809291908181526020018280546102c5906114c5565b80156103125780601f106102e757610100808354040283529160200191610312565b820191906000526020600020905b8154815290600101906020018083116102f557829003601f168201915b5050505050905090565b60003361032a818585610791565b60019150505b92915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103875760405162461bcd60e51b815260040161037e906114ff565b60405180910390fd5b604051639262187b60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639262187b906103d390309060040161144d565b6000604051808303816000875af11580156103f2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261041a919081019061159e565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c4f59f9b6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561047b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104a39190810190611628565b905060005b81518110156104fe576104f68282815181106104c6576104c66116b6565b6020026020010151846104f18585815181106104e4576104e46116b6565b60200260200101516108b6565b610940565b6001016104a8565b505050565b600254600090600119600160f81b90910460ff16016105345760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905533610555858285610a0a565b610560858585610a7e565b6001915050600280546001600160f81b0316600160f81b1790559392505050565b600254600119600160f81b90910460ff16016105af5760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b1790556105ce3382610ca0565b6105f97f00000000000000000000000000000000000000000000000000000000000000008383610940565b5050600280546001600160f81b0316600160f81b179055565b606060048054610299906114c5565b600254600090600119600160f81b90910460ff16016106525760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905533610673818585610a7e565b6001915050600280546001600160f81b0316600160f81b17905592915050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106db5760405162461bcd60e51b815260040161037e906114ff565b6005805460ff1916911515919091179055565b600254600119600160f81b90910460ff160161071c5760405162461bcd60e51b815260040161037e906116cc565b600280546001600160f81b0316600160f91b17905561075c7f00000000000000000000000000000000000000000000000000000000000000003383610e19565b6105f98282610e80565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166107f35760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161037e565b6001600160a01b0382166108545760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161037e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006001600160a01b03821615610939576040516370a0823160e01b81526001600160a01b038316906370a08231906108f390309060040161144d565b602060405180830381865afa158015610910573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109349190611703565b610330565b4792915050565b8060000361094d57505050565b6001600160a01b0383166109f6576000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146109a8576040519150601f19603f3d011682016040523d82523d6000602084013e6109ad565b606091505b50509050806109f05760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b604482015260640161037e565b50505050565b6104fe6001600160a01b0384168383610f96565b6000610a168484610766565b905060001981146109f05781811015610a715760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161037e565b6109f08484848403610791565b6001600160a01b038316610ae25760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161037e565b6001600160a01b038216610b445760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161037e565b816001600160a01b0316836001600160a01b031603610b9f5760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b604482015260640161037e565b610baa838383610ff9565b6001600160a01b03831660009081526020819052604090205481811015610c225760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161037e565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610c59908490611732565b92505081905550826001600160a01b0316846001600160a01b03166000805160206117c683398151915284604051610c9391815260200190565b60405180910390a36109f0565b6001600160a01b038216610d005760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161037e565b610d0c82600083610ff9565b6001600160a01b03821660009081526020819052604090205481811015610d805760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161037e565b6001600160a01b03831660009081526020819052604090208282039055610da682611096565b60028054600090610dc19084906001600160f81b0316611745565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206117c6833981519152846040516108a991815260200190565b6001600160a01b038316610e65578034146104fe5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b604482015260640161037e565b80156104fe576104fe6001600160a01b0384168330846110b0565b6001600160a01b038216610ed65760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161037e565b610ee260008383610ff9565b610eeb81611096565b60028054600090610f069084906001600160f81b031661176c565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555080600080846001600160a01b03166001600160a01b031681526020019081526020016000206000828254610f5e9190611732565b90915550506040518181526001600160a01b038316906000906000805160206117c68339815191529060200160405180910390a35050565b6040516001600160a01b0383166024820152604481018290526104fe90849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526110e8565b60055460ff166104fe57604051639262187b60e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690639262187b9061104f90309060040161144d565b6000604051808303816000875af115801561106e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109f0919081019061159e565b60006001600160f81b038211156110ac57600080fd5b5090565b6040516001600160a01b03808516602483015283166044820152606481018290526109f09085906323b872dd60e01b90608401610fc2565b600061113d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166111bd9092919063ffffffff16565b905080516000148061115e57508080602001905181019061115e919061178c565b6104fe5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161037e565b60606111cc84846000856111d4565b949350505050565b6060824710156112355760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161037e565b600080866001600160a01b0316858760405161125191906117a9565b60006040518083038185875af1925050503d806000811461128e576040519150601f19603f3d011682016040523d82523d6000602084013e611293565b606091505b50915091506112a4878383876112af565b979650505050505050565b6060831561131e578251600003611317576001600160a01b0385163b6113175760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161037e565b50816111cc565b6111cc83838151156113335781518083602001fd5b8060405162461bcd60e51b815260040161037e9190611371565b60005b83811015611368578181015183820152602001611350565b50506000910152565b602081526000825180602084015261139081604085016020870161134d565b601f01601f19169190910160400192915050565b6001600160a01b03811681146113b957600080fd5b50565b600080604083850312156113cf57600080fd5b82356113da816113a4565b946020939093013593505050565b6000602082840312156113fa57600080fd5b8135611405816113a4565b9392505050565b60008060006060848603121561142157600080fd5b833561142c816113a4565b9250602084013561143c816113a4565b929592945050506040919091013590565b6001600160a01b0391909116815260200190565b80151581146113b957600080fd5b60006020828403121561148157600080fd5b813561140581611461565b6000806040838503121561149f57600080fd5b82356114aa816113a4565b915060208301356114ba816113a4565b809150509250929050565b600181811c908216806114d957607f821691505b6020821081036114f957634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252601c908201527b50656e646c654c50577261707065723a206e6f7420666163746f727960201b604082015260600190565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561157357611573611535565b604052919050565b60006001600160401b0382111561159457611594611535565b5060051b60200190565b600060208083850312156115b157600080fd5b82516001600160401b038111156115c757600080fd5b8301601f810185136115d857600080fd5b80516115eb6115e68261157b565b61154b565b81815260059190911b8201830190838101908783111561160a57600080fd5b928401925b828410156112a45783518252928401929084019061160f565b6000602080838503121561163b57600080fd5b82516001600160401b0381111561165157600080fd5b8301601f8101851361166257600080fd5b80516116706115e68261157b565b81815260059190911b8201830190838101908783111561168f57600080fd5b928401925b828410156112a45783516116a7816113a4565b82529284019290840190611694565b634e487b7160e01b600052603260045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b60006020828403121561171557600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103305761033061171c565b6001600160f81b038281168282160390808211156117655761176561171c565b5092915050565b6001600160f81b038181168382160190808211156117655761176561171c565b60006020828403121561179e57600080fd5b815161140581611461565b600082516117bb81846020870161134d565b919091019291505056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220b7a48347eb97039d491f94c22bd3a1698465a2ca0553a547fbc0acc50d70c3fd64736f6c634300081700338be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122033049de97c815492c5c393497d963f31c8324f82536813fb6fd41454b777c00e64736f6c63430008170033",
|
|
235
|
+
"linkReferences": {},
|
|
236
|
+
"deployedLinkReferences": {}
|
|
237
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleMulticallOwnerV1",
|
|
4
|
+
"sourceName": "contracts/offchain-helpers/PendleMulticallOwnerV1.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_owner",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"anonymous": false,
|
|
19
|
+
"inputs": [
|
|
20
|
+
{
|
|
21
|
+
"indexed": false,
|
|
22
|
+
"internalType": "uint8",
|
|
23
|
+
"name": "version",
|
|
24
|
+
"type": "uint8"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"name": "Initialized",
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"anonymous": false,
|
|
32
|
+
"inputs": [
|
|
33
|
+
{
|
|
34
|
+
"indexed": true,
|
|
35
|
+
"internalType": "address",
|
|
36
|
+
"name": "previousOwner",
|
|
37
|
+
"type": "address"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"indexed": true,
|
|
41
|
+
"internalType": "address",
|
|
42
|
+
"name": "newOwner",
|
|
43
|
+
"type": "address"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"name": "OwnershipTransferred",
|
|
47
|
+
"type": "event"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"inputs": [
|
|
51
|
+
{
|
|
52
|
+
"components": [
|
|
53
|
+
{
|
|
54
|
+
"internalType": "address",
|
|
55
|
+
"name": "target",
|
|
56
|
+
"type": "address"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"internalType": "uint256",
|
|
60
|
+
"name": "value",
|
|
61
|
+
"type": "uint256"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"internalType": "bytes",
|
|
65
|
+
"name": "callData",
|
|
66
|
+
"type": "bytes"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"internalType": "struct PendleMulticallOwnerV1.Call[]",
|
|
70
|
+
"name": "calls",
|
|
71
|
+
"type": "tuple[]"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"name": "aggregate",
|
|
75
|
+
"outputs": [
|
|
76
|
+
{
|
|
77
|
+
"internalType": "bytes[]",
|
|
78
|
+
"name": "rtnData",
|
|
79
|
+
"type": "bytes[]"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"stateMutability": "payable",
|
|
83
|
+
"type": "function"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"inputs": [],
|
|
87
|
+
"name": "claimOwnership",
|
|
88
|
+
"outputs": [],
|
|
89
|
+
"stateMutability": "nonpayable",
|
|
90
|
+
"type": "function"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"inputs": [],
|
|
94
|
+
"name": "owner",
|
|
95
|
+
"outputs": [
|
|
96
|
+
{
|
|
97
|
+
"internalType": "address",
|
|
98
|
+
"name": "",
|
|
99
|
+
"type": "address"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"stateMutability": "view",
|
|
103
|
+
"type": "function"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"inputs": [],
|
|
107
|
+
"name": "pendingOwner",
|
|
108
|
+
"outputs": [
|
|
109
|
+
{
|
|
110
|
+
"internalType": "address",
|
|
111
|
+
"name": "",
|
|
112
|
+
"type": "address"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"stateMutability": "view",
|
|
116
|
+
"type": "function"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "newOwner",
|
|
123
|
+
"type": "address"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"internalType": "bool",
|
|
127
|
+
"name": "direct",
|
|
128
|
+
"type": "bool"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"internalType": "bool",
|
|
132
|
+
"name": "renounce",
|
|
133
|
+
"type": "bool"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"name": "transferOwnership",
|
|
137
|
+
"outputs": [],
|
|
138
|
+
"stateMutability": "nonpayable",
|
|
139
|
+
"type": "function"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"inputs": [],
|
|
143
|
+
"name": "withdraw",
|
|
144
|
+
"outputs": [],
|
|
145
|
+
"stateMutability": "nonpayable",
|
|
146
|
+
"type": "function"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"bytecode": "0x608060405234801561001057600080fd5b506040516109a53803806109a583398101604081905261002f916101f0565b600154600160a81b900460ff1615808015610055575060018054600160a01b900460ff16105b806100755750303b158015610075575060018054600160a01b900460ff16145b6100dd5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b6001805460ff60a01b1916600160a01b179055801561010a576001805460ff60a81b1916600160a81b1790555b61011382610161565b801561015a576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050610220565b600154600160a81b900460ff166101ce5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016100d4565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b60006020828403121561020257600080fd5b81516001600160a01b038116811461021957600080fd5b9392505050565b6107768061022f6000396000f3fe6080604052600436106100555760003560e01c8063078dfbe71461005a5780631acaa1981461007c5780633ccfd60b146100a55780634e71e0c8146100ba5780638da5cb5b146100cf578063e30c397814610107575b600080fd5b34801561006657600080fd5b5061007a6100753660046104d7565b610127565b005b61008f61008a36600461051a565b61022d565b60405161009c919061058e565b60405180910390f35b3480156100b157600080fd5b5061007a610399565b3480156100c657600080fd5b5061007a610400565b3480156100db57600080fd5b506000546100ef906001600160a01b031681565b6040516001600160a01b03909116815260200161009c565b34801561011357600080fd5b506001546100ef906001600160a01b031681565b6000546001600160a01b0316331461015a5760405162461bcd60e51b815260040161015190610620565b60405180910390fd5b811561020b576001600160a01b0383161515806101745750805b6101b85760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401610151565b600080546040516001600160a01b038087169392169160008051602061072183398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0385166001600160a01b0319909116179055505050565b6000546060906001600160a01b0316331461025a5760405162461bcd60e51b815260040161015190610620565b81806001600160401b0381111561027357610273610655565b6040519080825280602002602001820160405280156102a657816020015b60608152602001906001900390816102915790505b5091503660005b82811015610390578585828181106102c7576102c761066b565b90506020028101906102d99190610681565b91506000806102eb60208501856106a1565b6001600160a01b0316602085013561030660408701876106c3565b604051610314929190610710565b60006040518083038185875af1925050503d8060008114610351576040519150601f19603f3d011682016040523d82523d6000602084013e610356565b606091505b50915091508161036857805181602001fd5b8086848151811061037b5761037b61066b565b602090810291909101015250506001016102ad565b50505092915050565b6000546001600160a01b031633146103c35760405162461bcd60e51b815260040161015190610620565b600080546040516001600160a01b03909116914780156108fc02929091818181858888f193505050501580156103fd573d6000803e3d6000fd5b50565b6001546001600160a01b031633811461045b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401610151565b600080546040516001600160a01b038085169392169160008051602061072183398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b80356001600160a01b03811681146104c257600080fd5b919050565b803580151581146104c257600080fd5b6000806000606084860312156104ec57600080fd5b6104f5846104ab565b9250610503602085016104c7565b9150610511604085016104c7565b90509250925092565b6000806020838503121561052d57600080fd5b82356001600160401b038082111561054457600080fd5b818501915085601f83011261055857600080fd5b81358181111561056757600080fd5b8660208260051b850101111561057c57600080fd5b60209290920196919550909350505050565b6000602080830181845280855180835260408601915060408160051b87010192508387016000805b8381101561061257888603603f1901855282518051808852835b818110156105eb578281018a01518982018b015289016105d0565b508781018901849052601f01601f19169096018701955093860193918601916001016105b6565b509398975050505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235605e1983360301811261069757600080fd5b9190910192915050565b6000602082840312156106b357600080fd5b6106bc826104ab565b9392505050565b6000808335601e198436030181126106da57600080fd5b8301803591506001600160401b038211156106f457600080fd5b60200191503681900382131561070957600080fd5b9250929050565b818382376000910190815291905056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122096156042bf15db9e16a9de221336e9138aa52f26ceb2e15222f993cd874321b164736f6c63430008170033",
|
|
150
|
+
"deployedBytecode": "0x6080604052600436106100555760003560e01c8063078dfbe71461005a5780631acaa1981461007c5780633ccfd60b146100a55780634e71e0c8146100ba5780638da5cb5b146100cf578063e30c397814610107575b600080fd5b34801561006657600080fd5b5061007a6100753660046104d7565b610127565b005b61008f61008a36600461051a565b61022d565b60405161009c919061058e565b60405180910390f35b3480156100b157600080fd5b5061007a610399565b3480156100c657600080fd5b5061007a610400565b3480156100db57600080fd5b506000546100ef906001600160a01b031681565b6040516001600160a01b03909116815260200161009c565b34801561011357600080fd5b506001546100ef906001600160a01b031681565b6000546001600160a01b0316331461015a5760405162461bcd60e51b815260040161015190610620565b60405180910390fd5b811561020b576001600160a01b0383161515806101745750805b6101b85760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401610151565b600080546040516001600160a01b038087169392169160008051602061072183398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0385166001600160a01b0319909116179055505050565b6000546060906001600160a01b0316331461025a5760405162461bcd60e51b815260040161015190610620565b81806001600160401b0381111561027357610273610655565b6040519080825280602002602001820160405280156102a657816020015b60608152602001906001900390816102915790505b5091503660005b82811015610390578585828181106102c7576102c761066b565b90506020028101906102d99190610681565b91506000806102eb60208501856106a1565b6001600160a01b0316602085013561030660408701876106c3565b604051610314929190610710565b60006040518083038185875af1925050503d8060008114610351576040519150601f19603f3d011682016040523d82523d6000602084013e610356565b606091505b50915091508161036857805181602001fd5b8086848151811061037b5761037b61066b565b602090810291909101015250506001016102ad565b50505092915050565b6000546001600160a01b031633146103c35760405162461bcd60e51b815260040161015190610620565b600080546040516001600160a01b03909116914780156108fc02929091818181858888f193505050501580156103fd573d6000803e3d6000fd5b50565b6001546001600160a01b031633811461045b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401610151565b600080546040516001600160a01b038085169392169160008051602061072183398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b80356001600160a01b03811681146104c257600080fd5b919050565b803580151581146104c257600080fd5b6000806000606084860312156104ec57600080fd5b6104f5846104ab565b9250610503602085016104c7565b9150610511604085016104c7565b90509250925092565b6000806020838503121561052d57600080fd5b82356001600160401b038082111561054457600080fd5b818501915085601f83011261055857600080fd5b81358181111561056757600080fd5b8660208260051b850101111561057c57600080fd5b60209290920196919550909350505050565b6000602080830181845280855180835260408601915060408160051b87010192508387016000805b8381101561061257888603603f1901855282518051808852835b818110156105eb578281018a01518982018b015289016105d0565b508781018901849052601f01601f19169096018701955093860193918601916001016105b6565b509398975050505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235605e1983360301811261069757600080fd5b9190910192915050565b6000602082840312156106b357600080fd5b6106bc826104ab565b9392505050565b6000808335601e198436030181126106da57600080fd5b8301803591506001600160401b038211156106f457600080fd5b60200191503681900382131561070957600080fd5b9250929050565b818382376000910190815291905056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122096156042bf15db9e16a9de221336e9138aa52f26ceb2e15222f993cd874321b164736f6c63430008170033",
|
|
151
|
+
"linkReferences": {},
|
|
152
|
+
"deployedLinkReferences": {}
|
|
153
|
+
}
|
package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleMulticallV1",
|
|
4
|
+
"sourceName": "contracts/offchain-helpers/PendleMulticallV1.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"components": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "address",
|
|
12
|
+
"name": "target",
|
|
13
|
+
"type": "address"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"internalType": "bytes",
|
|
17
|
+
"name": "callData",
|
|
18
|
+
"type": "bytes"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"internalType": "struct PendleMulticallV1.Call[]",
|
|
22
|
+
"name": "calls",
|
|
23
|
+
"type": "tuple[]"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"name": "aggregate",
|
|
27
|
+
"outputs": [],
|
|
28
|
+
"stateMutability": "payable",
|
|
29
|
+
"type": "function"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [
|
|
33
|
+
{
|
|
34
|
+
"internalType": "bool",
|
|
35
|
+
"name": "requireSuccess",
|
|
36
|
+
"type": "bool"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"internalType": "uint256",
|
|
40
|
+
"name": "gasLimit",
|
|
41
|
+
"type": "uint256"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"components": [
|
|
45
|
+
{
|
|
46
|
+
"internalType": "address",
|
|
47
|
+
"name": "target",
|
|
48
|
+
"type": "address"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"internalType": "bytes",
|
|
52
|
+
"name": "callData",
|
|
53
|
+
"type": "bytes"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"internalType": "struct PendleMulticallV1.Call[]",
|
|
57
|
+
"name": "calls",
|
|
58
|
+
"type": "tuple[]"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"name": "tryAggregate",
|
|
62
|
+
"outputs": [
|
|
63
|
+
{
|
|
64
|
+
"components": [
|
|
65
|
+
{
|
|
66
|
+
"internalType": "bool",
|
|
67
|
+
"name": "success",
|
|
68
|
+
"type": "bool"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"internalType": "bytes",
|
|
72
|
+
"name": "returnData",
|
|
73
|
+
"type": "bytes"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"internalType": "struct PendleMulticallV1.Result[]",
|
|
77
|
+
"name": "returnData",
|
|
78
|
+
"type": "tuple[]"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"stateMutability": "payable",
|
|
82
|
+
"type": "function"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"bytecode": "0x608060405234801561001057600080fd5b50610573806100206000396000f3fe6080604052600436106100295760003560e01c806315855fb91461002e578063252dba4214610057575b600080fd5b61004161003c36600461031c565b61006c565b60405161004e919061037c565b60405180910390f35b61006a61006536600461042a565b610205565b005b606081806001600160401b038111156100875761008761046b565b6040519080825280602002602001820160405280156100cd57816020015b6040805180820190915260008152606060208201528152602001906001900390816100a55790505b5091503660005b828110156101fa578585828181106100ee576100ee610481565b90506020028101906101009190610497565b915060008061011260208501856104b7565b6001600160a01b03168989898681811061012e5761012e610481565b90506020028101906101409190610497565b61014e9060208101906104e7565b60405161015c92919061052d565b60006040518083038160008787f1925050503d806000811461019a576040519150601f19603f3d011682016040523d82523d6000602084013e61019f565b606091505b5091509150811580156101af5750895b156101bc57805181602001fd5b60405180604001604052808315158152602001828152508684815181106101e5576101e5610481565b602090810291909101015250506001016100d4565b505050949350505050565b803660005b828110156102ca5784848281811061022457610224610481565b90506020028101906102369190610497565b915060008061024860208501856104b7565b6001600160a01b031661025e60208601866104e7565b60405161026c92919061052d565b6000604051808303816000865af19150503d80600081146102a9576040519150601f19603f3d011682016040523d82523d6000602084013e6102ae565b606091505b5091509150816102c057805181602001fd5b505060010161020a565b5050505050565b60008083601f8401126102e357600080fd5b5081356001600160401b038111156102fa57600080fd5b6020830191508360208260051b850101111561031557600080fd5b9250929050565b6000806000806060858703121561033257600080fd5b8435801515811461034257600080fd5b93506020850135925060408501356001600160401b0381111561036457600080fd5b610370878288016102d1565b95989497509550505050565b600060208083018184528085518083526040925060408601915060408160051b8701018488016000805b8481101561041b57898403603f1901865282518051151585528801518885018890528051888601819052835b818110156103ee578281018b0151878201606001528a016103d2565b508581016060908101859052978a0197601f909101601f19169095019094019350918701916001016103a6565b50919998505050505050505050565b6000806020838503121561043d57600080fd5b82356001600160401b0381111561045357600080fd5b61045f858286016102d1565b90969095509350505050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235603e198336030181126104ad57600080fd5b9190910192915050565b6000602082840312156104c957600080fd5b81356001600160a01b03811681146104e057600080fd5b9392505050565b6000808335601e198436030181126104fe57600080fd5b8301803591506001600160401b0382111561051857600080fd5b60200191503681900382131561031557600080fd5b818382376000910190815291905056fea2646970667358221220d0954aeee8767ce207f1ef1fe48acfed90007ab37998c4ac973fd30a1a4d35e864736f6c63430008170033",
|
|
86
|
+
"deployedBytecode": "0x6080604052600436106100295760003560e01c806315855fb91461002e578063252dba4214610057575b600080fd5b61004161003c36600461031c565b61006c565b60405161004e919061037c565b60405180910390f35b61006a61006536600461042a565b610205565b005b606081806001600160401b038111156100875761008761046b565b6040519080825280602002602001820160405280156100cd57816020015b6040805180820190915260008152606060208201528152602001906001900390816100a55790505b5091503660005b828110156101fa578585828181106100ee576100ee610481565b90506020028101906101009190610497565b915060008061011260208501856104b7565b6001600160a01b03168989898681811061012e5761012e610481565b90506020028101906101409190610497565b61014e9060208101906104e7565b60405161015c92919061052d565b60006040518083038160008787f1925050503d806000811461019a576040519150601f19603f3d011682016040523d82523d6000602084013e61019f565b606091505b5091509150811580156101af5750895b156101bc57805181602001fd5b60405180604001604052808315158152602001828152508684815181106101e5576101e5610481565b602090810291909101015250506001016100d4565b505050949350505050565b803660005b828110156102ca5784848281811061022457610224610481565b90506020028101906102369190610497565b915060008061024860208501856104b7565b6001600160a01b031661025e60208601866104e7565b60405161026c92919061052d565b6000604051808303816000865af19150503d80600081146102a9576040519150601f19603f3d011682016040523d82523d6000602084013e6102ae565b606091505b5091509150816102c057805181602001fd5b505060010161020a565b5050505050565b60008083601f8401126102e357600080fd5b5081356001600160401b038111156102fa57600080fd5b6020830191508360208260051b850101111561031557600080fd5b9250929050565b6000806000806060858703121561033257600080fd5b8435801515811461034257600080fd5b93506020850135925060408501356001600160401b0381111561036457600080fd5b610370878288016102d1565b95989497509550505050565b600060208083018184528085518083526040925060408601915060408160051b8701018488016000805b8481101561041b57898403603f1901865282518051151585528801518885018890528051888601819052835b818110156103ee578281018b0151878201606001528a016103d2565b508581016060908101859052978a0197601f909101601f19169095019094019350918701916001016103a6565b50919998505050505050505050565b6000806020838503121561043d57600080fd5b82356001600160401b0381111561045357600080fd5b61045f858286016102d1565b90969095509350505050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235603e198336030181126104ad57600080fd5b9190910192915050565b6000602082840312156104c957600080fd5b81356001600160a01b03811681146104e057600080fd5b9392505050565b6000808335601e198436030181126104fe57600080fd5b8301803591506001600160401b0382111561051857600080fd5b60200191503681900382131561031557600080fd5b818382376000910190815291905056fea2646970667358221220d0954aeee8767ce207f1ef1fe48acfed90007ab37998c4ac973fd30a1a4d35e864736f6c63430008170033",
|
|
87
|
+
"linkReferences": {},
|
|
88
|
+
"deployedLinkReferences": {}
|
|
89
|
+
}
|