@pendle/core-v2 0.18.0-testnet → 0.20.0-testnet
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +592 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.json +2 -2
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +2 -2
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +2 -2
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +2 -2
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +2 -2
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +1 -1
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.json +141 -0
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.json +141 -0
- package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.json +50 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.json +143 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAura3EthSY.sol/PendleAura3EthSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAura3EthSY.sol/PendleAura3EthSY.json +1296 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraCbethWstethSY.sol/PendleAuraCbethWstethSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraCbethWstethSY.sol/PendleAuraCbethWstethSY.json +1283 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRethSY.sol/PendleAuraWethRethSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRethSY.sol/PendleAuraWethRethSY.json +1218 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSY.sol/PendleAuraWethWstethSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSY.sol/PendleAuraWethWstethSY.json +1231 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.json +40 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.json +322 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSY.sol/PendleAuraBalancerStableLPSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSY.sol/PendleAuraBalancerStableLPSY.json +1171 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.json +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.json +133 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.json +143 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.json +143 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.json +143 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.json +141 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.json +143 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.json +143 -2
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +2 -2
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +2 -2
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +2 -2
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +1 -1
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +2 -2
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +1 -1
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +123 -5
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.json +10 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.json +24 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.json +133 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.json +328 -0
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.json +467 -0
- package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPFeeDistributorFactory.sol/IPFeeDistributorFactory.json → Balancer/IGauge.sol/IGauge.json} +18 -33
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.json +30 -0
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.json +398 -0
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.json +24 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.json +278 -0
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.json +18 -0
- package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPTYT.sol/IPActionSwapPTYT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +43 -32
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +2 -2
- 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/RouterStatic.sol/RouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +2 -2
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +2 -2
- package/build/artifacts/contracts/router/ActionCallback.sol/ActionCallback.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallback.sol/ActionCallback.json +2 -2
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.json +2 -2
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +2 -2
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.json +2 -2
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
- package/build/artifacts/contracts/router/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +1 -1
- package/build/artifacts/contracts/router/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +2 -2
- package/build/artifacts/contracts/router/kyberswap/IMultihopRouterEthereum.sol/IMultihopRouterEthereum.dbg.json +1 -1
- package/build/artifacts/contracts/router/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +1 -1
- package/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol +214 -0
- package/contracts/core/libraries/ArrayLib.sol +9 -0
- package/contracts/core/libraries/Errors.sol +9 -2
- package/contracts/interfaces/IPFeeDistributor.sol +10 -10
- package/deployments/43113-core.json +9 -3
- package/deployments/43113-helper.json +1 -1
- package/deployments/80001-helper.json +3 -0
- package/package.json +1 -1
- package/typechain-types/ComposableStablePreview.ts +217 -0
- package/typechain-types/IBalancerFees.ts +89 -0
- package/typechain-types/IBalancerStablePreview.ts +217 -0
- package/typechain-types/IBasePool.ts +482 -0
- package/typechain-types/IComposableStable.ts +730 -0
- package/typechain-types/IGauge.ts +160 -0
- package/typechain-types/ILiquidityGaugeFactory.ts +99 -0
- package/typechain-types/IMetaStablePool.ts +619 -0
- package/typechain-types/IPFeeDistributor.ts +61 -78
- package/typechain-types/IPFeeDistributorFactory.ts +53 -139
- package/typechain-types/IRateProvider.ts +81 -0
- package/typechain-types/IRewards.ts +35 -5
- package/typechain-types/IVault.ts +410 -0
- package/typechain-types/MetaStableMath.ts +113 -0
- package/typechain-types/MetaStablePreview.ts +501 -0
- package/typechain-types/Multicall2.ts +437 -0
- package/typechain-types/PendleAura3EthSY.ts +1639 -0
- package/typechain-types/PendleAuraBalancerStableLPSY.ts +1523 -0
- package/typechain-types/PendleAuraCbethWstethSY.ts +1626 -0
- package/typechain-types/PendleAuraWethRethSY.ts +1549 -0
- package/typechain-types/PendleAuraWethWstethSY.ts +1562 -0
- package/typechain-types/PendleConvexLPSY.ts +204 -0
- package/typechain-types/PendleCurveFraxUsdcSY.ts +204 -0
- package/typechain-types/PendleCurveUsdd3CrvSY.ts +204 -0
- package/typechain-types/PendleFeeDistributor.ts +409 -117
- package/typechain-types/PendleLooksStakingSY.ts +204 -0
- package/typechain-types/PendleQiTokenSY.ts +204 -0
- package/typechain-types/PendleWstEthSY.ts +204 -0
- package/typechain-types/SAPE.ts +204 -0
- package/typechain-types/SYBase.ts +204 -0
- package/typechain-types/SYBaseWithRewards.ts +204 -0
- package/typechain-types/StEthHelper.ts +107 -0
- package/typechain-types/StablePreviewBase.ts +217 -0
- package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +1 -1
- package/typechain-types/factories/ActionCallback__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeem__factory.ts +1 -1
- package/typechain-types/factories/ActionMisc__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPTYT__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPT__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapYT__factory.ts +1 -1
- package/typechain-types/factories/AggregationRouterHelper__factory.ts +1 -1
- package/typechain-types/factories/BulkSellerFactory__factory.ts +1 -1
- package/typechain-types/factories/BulkSellerOffchain__factory.ts +1 -1
- package/typechain-types/factories/BulkSeller__factory.ts +1 -1
- package/typechain-types/factories/ComposableStablePreview__factory.ts +190 -0
- package/typechain-types/factories/Errors__factory.ts +122 -4
- package/typechain-types/factories/IBalancerFees__factory.ts +36 -0
- package/typechain-types/factories/IBalancerStablePreview__factory.ts +152 -0
- package/typechain-types/factories/IBasePool__factory.ts +340 -0
- package/typechain-types/factories/IComposableStable__factory.ts +482 -0
- package/typechain-types/factories/IGauge__factory.ts +70 -0
- package/typechain-types/factories/ILiquidityGaugeFactory__factory.ts +49 -0
- package/typechain-types/factories/IMetaStablePool__factory.ts +413 -0
- package/typechain-types/factories/IPFeeDistributorFactory__factory.ts +25 -34
- package/typechain-types/factories/IPFeeDistributor__factory.ts +42 -31
- package/typechain-types/factories/IRateProvider__factory.ts +36 -0
- package/typechain-types/factories/IRewards__factory.ts +18 -0
- package/typechain-types/factories/IVault__factory.ts +287 -0
- package/typechain-types/factories/MarketMathStatic__factory.ts +1 -1
- package/typechain-types/factories/MetaStableMath__factory.ts +93 -0
- package/typechain-types/factories/MetaStablePreview__factory.ts +375 -0
- package/typechain-types/factories/Multicall2__factory.ts +372 -0
- package/typechain-types/factories/OracleLib__factory.ts +1 -1
- package/typechain-types/factories/PendleAura3EthSY__factory.ts +1365 -0
- package/typechain-types/factories/PendleAuraBalancerStableLPSY__factory.ts +1190 -0
- package/typechain-types/factories/PendleAuraCbethWstethSY__factory.ts +1356 -0
- package/typechain-types/factories/PendleAuraWethRethSY__factory.ts +1291 -0
- package/typechain-types/factories/PendleAuraWethWstethSY__factory.ts +1304 -0
- package/typechain-types/factories/PendleConvexLPSY__factory.ts +141 -0
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +142 -1
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +142 -1
- package/typechain-types/factories/PendleFeeDistributor__factory.ts +341 -66
- package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +142 -1
- package/typechain-types/factories/PendleMarketFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleMarket__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +1 -1
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +142 -1
- package/typechain-types/factories/PendleRouter__factory.ts +1 -1
- package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleWstEthSY__factory.ts +142 -1
- package/typechain-types/factories/PendleYieldContractFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleYieldToken__factory.ts +1 -1
- package/typechain-types/factories/RouterStatic__factory.ts +1 -1
- package/typechain-types/factories/SAPE__factory.ts +142 -1
- package/typechain-types/factories/SYBaseWithRewards__factory.ts +141 -0
- package/typechain-types/factories/SYBase__factory.ts +141 -0
- package/typechain-types/factories/StEthHelper__factory.ts +62 -0
- package/typechain-types/factories/StablePreviewBase__factory.ts +148 -0
- package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +1 -1
- package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +184 -85
- package/typechain-types/index.ts +42 -16
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.json +0 -131
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -310
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.json +0 -389
- package/build/artifacts/contracts/interfaces/IPFeeDistributorFactory.sol/IPFeeDistributorFactory.dbg.json +0 -4
- package/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol +0 -159
- package/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol +0 -99
- package/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol +0 -70
- package/contracts/interfaces/IPFeeDistributorFactory.sol +0 -14
- package/deployments/1-markets/APE-JUNE-29.json +0 -8
|
@@ -164,6 +164,42 @@ declare module "hardhat/types/runtime" {
|
|
|
164
164
|
name: "SAPE",
|
|
165
165
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
166
166
|
): Promise<Contracts.SAPE__factory>;
|
|
167
|
+
getContractFactory(
|
|
168
|
+
name: "ComposableStablePreview",
|
|
169
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
170
|
+
): Promise<Contracts.ComposableStablePreview__factory>;
|
|
171
|
+
getContractFactory(
|
|
172
|
+
name: "MetaStableMath",
|
|
173
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
174
|
+
): Promise<Contracts.MetaStableMath__factory>;
|
|
175
|
+
getContractFactory(
|
|
176
|
+
name: "MetaStablePreview",
|
|
177
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
178
|
+
): Promise<Contracts.MetaStablePreview__factory>;
|
|
179
|
+
getContractFactory(
|
|
180
|
+
name: "PendleAuraBalancerStableLPSY",
|
|
181
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
182
|
+
): Promise<Contracts.PendleAuraBalancerStableLPSY__factory>;
|
|
183
|
+
getContractFactory(
|
|
184
|
+
name: "StablePreviewBase",
|
|
185
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
186
|
+
): Promise<Contracts.StablePreviewBase__factory>;
|
|
187
|
+
getContractFactory(
|
|
188
|
+
name: "PendleAura3EthSY",
|
|
189
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
190
|
+
): Promise<Contracts.PendleAura3EthSY__factory>;
|
|
191
|
+
getContractFactory(
|
|
192
|
+
name: "PendleAuraCbethWstethSY",
|
|
193
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
194
|
+
): Promise<Contracts.PendleAuraCbethWstethSY__factory>;
|
|
195
|
+
getContractFactory(
|
|
196
|
+
name: "PendleAuraWethRethSY",
|
|
197
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
198
|
+
): Promise<Contracts.PendleAuraWethRethSY__factory>;
|
|
199
|
+
getContractFactory(
|
|
200
|
+
name: "PendleAuraWethWstethSY",
|
|
201
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
202
|
+
): Promise<Contracts.PendleAuraWethWstethSY__factory>;
|
|
167
203
|
getContractFactory(
|
|
168
204
|
name: "PendleQiTokenHelper",
|
|
169
205
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -192,6 +228,10 @@ declare module "hardhat/types/runtime" {
|
|
|
192
228
|
name: "PendleWstEthSY",
|
|
193
229
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
194
230
|
): Promise<Contracts.PendleWstEthSY__factory>;
|
|
231
|
+
getContractFactory(
|
|
232
|
+
name: "StEthHelper",
|
|
233
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
234
|
+
): Promise<Contracts.StEthHelper__factory>;
|
|
195
235
|
getContractFactory(
|
|
196
236
|
name: "SYBase",
|
|
197
237
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -216,6 +256,42 @@ declare module "hardhat/types/runtime" {
|
|
|
216
256
|
name: "PendleYieldToken",
|
|
217
257
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
218
258
|
): Promise<Contracts.PendleYieldToken__factory>;
|
|
259
|
+
getContractFactory(
|
|
260
|
+
name: "IBalancerFees",
|
|
261
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
262
|
+
): Promise<Contracts.IBalancerFees__factory>;
|
|
263
|
+
getContractFactory(
|
|
264
|
+
name: "IBalancerStablePreview",
|
|
265
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
266
|
+
): Promise<Contracts.IBalancerStablePreview__factory>;
|
|
267
|
+
getContractFactory(
|
|
268
|
+
name: "IBasePool",
|
|
269
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
270
|
+
): Promise<Contracts.IBasePool__factory>;
|
|
271
|
+
getContractFactory(
|
|
272
|
+
name: "IComposableStable",
|
|
273
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
274
|
+
): Promise<Contracts.IComposableStable__factory>;
|
|
275
|
+
getContractFactory(
|
|
276
|
+
name: "IGauge",
|
|
277
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
278
|
+
): Promise<Contracts.IGauge__factory>;
|
|
279
|
+
getContractFactory(
|
|
280
|
+
name: "ILiquidityGaugeFactory",
|
|
281
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
282
|
+
): Promise<Contracts.ILiquidityGaugeFactory__factory>;
|
|
283
|
+
getContractFactory(
|
|
284
|
+
name: "IMetaStablePool",
|
|
285
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
286
|
+
): Promise<Contracts.IMetaStablePool__factory>;
|
|
287
|
+
getContractFactory(
|
|
288
|
+
name: "IRateProvider",
|
|
289
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
290
|
+
): Promise<Contracts.IRateProvider__factory>;
|
|
291
|
+
getContractFactory(
|
|
292
|
+
name: "IVault",
|
|
293
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
294
|
+
): Promise<Contracts.IVault__factory>;
|
|
219
295
|
getContractFactory(
|
|
220
296
|
name: "IBooster",
|
|
221
297
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -340,10 +416,6 @@ declare module "hardhat/types/runtime" {
|
|
|
340
416
|
name: "IPFeeDistributor",
|
|
341
417
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
342
418
|
): Promise<Contracts.IPFeeDistributor__factory>;
|
|
343
|
-
getContractFactory(
|
|
344
|
-
name: "IPFeeDistributorFactory",
|
|
345
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
346
|
-
): Promise<Contracts.IPFeeDistributorFactory__factory>;
|
|
347
419
|
getContractFactory(
|
|
348
420
|
name: "IPGauge",
|
|
349
421
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -496,18 +568,6 @@ declare module "hardhat/types/runtime" {
|
|
|
496
568
|
name: "PendleMsgSenderAppUpg",
|
|
497
569
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
498
570
|
): Promise<Contracts.PendleMsgSenderAppUpg__factory>;
|
|
499
|
-
getContractFactory(
|
|
500
|
-
name: "EpochResultManager",
|
|
501
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
502
|
-
): Promise<Contracts.EpochResultManager__factory>;
|
|
503
|
-
getContractFactory(
|
|
504
|
-
name: "PendleFeeDistributor",
|
|
505
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
506
|
-
): Promise<Contracts.PendleFeeDistributor__factory>;
|
|
507
|
-
getContractFactory(
|
|
508
|
-
name: "PendleFeeDistributorFactory",
|
|
509
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
510
|
-
): Promise<Contracts.PendleFeeDistributorFactory__factory>;
|
|
511
571
|
getContractFactory(
|
|
512
572
|
name: "PendleGaugeControllerBaseUpg",
|
|
513
573
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -521,25 +581,9 @@ declare module "hardhat/types/runtime" {
|
|
|
521
581
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
522
582
|
): Promise<Contracts.PendleGaugeControllerSidechainUpg__factory>;
|
|
523
583
|
getContractFactory(
|
|
524
|
-
name: "
|
|
525
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
526
|
-
): Promise<Contracts.BribeDistributor__factory>;
|
|
527
|
-
getContractFactory(
|
|
528
|
-
name: "DistributorBase",
|
|
529
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
530
|
-
): Promise<Contracts.DistributorBase__factory>;
|
|
531
|
-
getContractFactory(
|
|
532
|
-
name: "EpochResultManager",
|
|
533
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
534
|
-
): Promise<Contracts.EpochResultManager__factory>;
|
|
535
|
-
getContractFactory(
|
|
536
|
-
name: "FeeDistributor",
|
|
537
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
538
|
-
): Promise<Contracts.FeeDistributor__factory>;
|
|
539
|
-
getContractFactory(
|
|
540
|
-
name: "PendleFeeDistributorFactory",
|
|
584
|
+
name: "PendleFeeDistributor",
|
|
541
585
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
542
|
-
): Promise<Contracts.
|
|
586
|
+
): Promise<Contracts.PendleFeeDistributor__factory>;
|
|
543
587
|
getContractFactory(
|
|
544
588
|
name: "PendleVotingControllerUpg",
|
|
545
589
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -572,6 +616,10 @@ declare module "hardhat/types/runtime" {
|
|
|
572
616
|
name: "MarketMathStatic",
|
|
573
617
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
574
618
|
): Promise<Contracts.MarketMathStatic__factory>;
|
|
619
|
+
getContractFactory(
|
|
620
|
+
name: "Multicall2",
|
|
621
|
+
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
622
|
+
): Promise<Contracts.Multicall2__factory>;
|
|
575
623
|
getContractFactory(
|
|
576
624
|
name: "RouterStatic",
|
|
577
625
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -616,10 +664,6 @@ declare module "hardhat/types/runtime" {
|
|
|
616
664
|
name: "IAggregationRouterHelper",
|
|
617
665
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
618
666
|
): Promise<Contracts.IAggregationRouterHelper__factory>;
|
|
619
|
-
getContractFactory(
|
|
620
|
-
name: "IMultihopRouter",
|
|
621
|
-
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
622
|
-
): Promise<Contracts.IMultihopRouter__factory>;
|
|
623
667
|
getContractFactory(
|
|
624
668
|
name: "IMultihopRouterEthereum",
|
|
625
669
|
signerOrOptions?: ethers.Signer | FactoryOptions
|
|
@@ -823,6 +867,51 @@ declare module "hardhat/types/runtime" {
|
|
|
823
867
|
address: string,
|
|
824
868
|
signer?: ethers.Signer
|
|
825
869
|
): Promise<Contracts.SAPE>;
|
|
870
|
+
getContractAt(
|
|
871
|
+
name: "ComposableStablePreview",
|
|
872
|
+
address: string,
|
|
873
|
+
signer?: ethers.Signer
|
|
874
|
+
): Promise<Contracts.ComposableStablePreview>;
|
|
875
|
+
getContractAt(
|
|
876
|
+
name: "MetaStableMath",
|
|
877
|
+
address: string,
|
|
878
|
+
signer?: ethers.Signer
|
|
879
|
+
): Promise<Contracts.MetaStableMath>;
|
|
880
|
+
getContractAt(
|
|
881
|
+
name: "MetaStablePreview",
|
|
882
|
+
address: string,
|
|
883
|
+
signer?: ethers.Signer
|
|
884
|
+
): Promise<Contracts.MetaStablePreview>;
|
|
885
|
+
getContractAt(
|
|
886
|
+
name: "PendleAuraBalancerStableLPSY",
|
|
887
|
+
address: string,
|
|
888
|
+
signer?: ethers.Signer
|
|
889
|
+
): Promise<Contracts.PendleAuraBalancerStableLPSY>;
|
|
890
|
+
getContractAt(
|
|
891
|
+
name: "StablePreviewBase",
|
|
892
|
+
address: string,
|
|
893
|
+
signer?: ethers.Signer
|
|
894
|
+
): Promise<Contracts.StablePreviewBase>;
|
|
895
|
+
getContractAt(
|
|
896
|
+
name: "PendleAura3EthSY",
|
|
897
|
+
address: string,
|
|
898
|
+
signer?: ethers.Signer
|
|
899
|
+
): Promise<Contracts.PendleAura3EthSY>;
|
|
900
|
+
getContractAt(
|
|
901
|
+
name: "PendleAuraCbethWstethSY",
|
|
902
|
+
address: string,
|
|
903
|
+
signer?: ethers.Signer
|
|
904
|
+
): Promise<Contracts.PendleAuraCbethWstethSY>;
|
|
905
|
+
getContractAt(
|
|
906
|
+
name: "PendleAuraWethRethSY",
|
|
907
|
+
address: string,
|
|
908
|
+
signer?: ethers.Signer
|
|
909
|
+
): Promise<Contracts.PendleAuraWethRethSY>;
|
|
910
|
+
getContractAt(
|
|
911
|
+
name: "PendleAuraWethWstethSY",
|
|
912
|
+
address: string,
|
|
913
|
+
signer?: ethers.Signer
|
|
914
|
+
): Promise<Contracts.PendleAuraWethWstethSY>;
|
|
826
915
|
getContractAt(
|
|
827
916
|
name: "PendleQiTokenHelper",
|
|
828
917
|
address: string,
|
|
@@ -858,6 +947,11 @@ declare module "hardhat/types/runtime" {
|
|
|
858
947
|
address: string,
|
|
859
948
|
signer?: ethers.Signer
|
|
860
949
|
): Promise<Contracts.PendleWstEthSY>;
|
|
950
|
+
getContractAt(
|
|
951
|
+
name: "StEthHelper",
|
|
952
|
+
address: string,
|
|
953
|
+
signer?: ethers.Signer
|
|
954
|
+
): Promise<Contracts.StEthHelper>;
|
|
861
955
|
getContractAt(
|
|
862
956
|
name: "SYBase",
|
|
863
957
|
address: string,
|
|
@@ -888,6 +982,51 @@ declare module "hardhat/types/runtime" {
|
|
|
888
982
|
address: string,
|
|
889
983
|
signer?: ethers.Signer
|
|
890
984
|
): Promise<Contracts.PendleYieldToken>;
|
|
985
|
+
getContractAt(
|
|
986
|
+
name: "IBalancerFees",
|
|
987
|
+
address: string,
|
|
988
|
+
signer?: ethers.Signer
|
|
989
|
+
): Promise<Contracts.IBalancerFees>;
|
|
990
|
+
getContractAt(
|
|
991
|
+
name: "IBalancerStablePreview",
|
|
992
|
+
address: string,
|
|
993
|
+
signer?: ethers.Signer
|
|
994
|
+
): Promise<Contracts.IBalancerStablePreview>;
|
|
995
|
+
getContractAt(
|
|
996
|
+
name: "IBasePool",
|
|
997
|
+
address: string,
|
|
998
|
+
signer?: ethers.Signer
|
|
999
|
+
): Promise<Contracts.IBasePool>;
|
|
1000
|
+
getContractAt(
|
|
1001
|
+
name: "IComposableStable",
|
|
1002
|
+
address: string,
|
|
1003
|
+
signer?: ethers.Signer
|
|
1004
|
+
): Promise<Contracts.IComposableStable>;
|
|
1005
|
+
getContractAt(
|
|
1006
|
+
name: "IGauge",
|
|
1007
|
+
address: string,
|
|
1008
|
+
signer?: ethers.Signer
|
|
1009
|
+
): Promise<Contracts.IGauge>;
|
|
1010
|
+
getContractAt(
|
|
1011
|
+
name: "ILiquidityGaugeFactory",
|
|
1012
|
+
address: string,
|
|
1013
|
+
signer?: ethers.Signer
|
|
1014
|
+
): Promise<Contracts.ILiquidityGaugeFactory>;
|
|
1015
|
+
getContractAt(
|
|
1016
|
+
name: "IMetaStablePool",
|
|
1017
|
+
address: string,
|
|
1018
|
+
signer?: ethers.Signer
|
|
1019
|
+
): Promise<Contracts.IMetaStablePool>;
|
|
1020
|
+
getContractAt(
|
|
1021
|
+
name: "IRateProvider",
|
|
1022
|
+
address: string,
|
|
1023
|
+
signer?: ethers.Signer
|
|
1024
|
+
): Promise<Contracts.IRateProvider>;
|
|
1025
|
+
getContractAt(
|
|
1026
|
+
name: "IVault",
|
|
1027
|
+
address: string,
|
|
1028
|
+
signer?: ethers.Signer
|
|
1029
|
+
): Promise<Contracts.IVault>;
|
|
891
1030
|
getContractAt(
|
|
892
1031
|
name: "IBooster",
|
|
893
1032
|
address: string,
|
|
@@ -1043,11 +1182,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1043
1182
|
address: string,
|
|
1044
1183
|
signer?: ethers.Signer
|
|
1045
1184
|
): Promise<Contracts.IPFeeDistributor>;
|
|
1046
|
-
getContractAt(
|
|
1047
|
-
name: "IPFeeDistributorFactory",
|
|
1048
|
-
address: string,
|
|
1049
|
-
signer?: ethers.Signer
|
|
1050
|
-
): Promise<Contracts.IPFeeDistributorFactory>;
|
|
1051
1185
|
getContractAt(
|
|
1052
1186
|
name: "IPGauge",
|
|
1053
1187
|
address: string,
|
|
@@ -1238,21 +1372,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1238
1372
|
address: string,
|
|
1239
1373
|
signer?: ethers.Signer
|
|
1240
1374
|
): Promise<Contracts.PendleMsgSenderAppUpg>;
|
|
1241
|
-
getContractAt(
|
|
1242
|
-
name: "EpochResultManager",
|
|
1243
|
-
address: string,
|
|
1244
|
-
signer?: ethers.Signer
|
|
1245
|
-
): Promise<Contracts.EpochResultManager>;
|
|
1246
|
-
getContractAt(
|
|
1247
|
-
name: "PendleFeeDistributor",
|
|
1248
|
-
address: string,
|
|
1249
|
-
signer?: ethers.Signer
|
|
1250
|
-
): Promise<Contracts.PendleFeeDistributor>;
|
|
1251
|
-
getContractAt(
|
|
1252
|
-
name: "PendleFeeDistributorFactory",
|
|
1253
|
-
address: string,
|
|
1254
|
-
signer?: ethers.Signer
|
|
1255
|
-
): Promise<Contracts.PendleFeeDistributorFactory>;
|
|
1256
1375
|
getContractAt(
|
|
1257
1376
|
name: "PendleGaugeControllerBaseUpg",
|
|
1258
1377
|
address: string,
|
|
@@ -1269,30 +1388,10 @@ declare module "hardhat/types/runtime" {
|
|
|
1269
1388
|
signer?: ethers.Signer
|
|
1270
1389
|
): Promise<Contracts.PendleGaugeControllerSidechainUpg>;
|
|
1271
1390
|
getContractAt(
|
|
1272
|
-
name: "
|
|
1273
|
-
address: string,
|
|
1274
|
-
signer?: ethers.Signer
|
|
1275
|
-
): Promise<Contracts.BribeDistributor>;
|
|
1276
|
-
getContractAt(
|
|
1277
|
-
name: "DistributorBase",
|
|
1278
|
-
address: string,
|
|
1279
|
-
signer?: ethers.Signer
|
|
1280
|
-
): Promise<Contracts.DistributorBase>;
|
|
1281
|
-
getContractAt(
|
|
1282
|
-
name: "EpochResultManager",
|
|
1283
|
-
address: string,
|
|
1284
|
-
signer?: ethers.Signer
|
|
1285
|
-
): Promise<Contracts.EpochResultManager>;
|
|
1286
|
-
getContractAt(
|
|
1287
|
-
name: "FeeDistributor",
|
|
1288
|
-
address: string,
|
|
1289
|
-
signer?: ethers.Signer
|
|
1290
|
-
): Promise<Contracts.FeeDistributor>;
|
|
1291
|
-
getContractAt(
|
|
1292
|
-
name: "PendleFeeDistributorFactory",
|
|
1391
|
+
name: "PendleFeeDistributor",
|
|
1293
1392
|
address: string,
|
|
1294
1393
|
signer?: ethers.Signer
|
|
1295
|
-
): Promise<Contracts.
|
|
1394
|
+
): Promise<Contracts.PendleFeeDistributor>;
|
|
1296
1395
|
getContractAt(
|
|
1297
1396
|
name: "PendleVotingControllerUpg",
|
|
1298
1397
|
address: string,
|
|
@@ -1333,6 +1432,11 @@ declare module "hardhat/types/runtime" {
|
|
|
1333
1432
|
address: string,
|
|
1334
1433
|
signer?: ethers.Signer
|
|
1335
1434
|
): Promise<Contracts.MarketMathStatic>;
|
|
1435
|
+
getContractAt(
|
|
1436
|
+
name: "Multicall2",
|
|
1437
|
+
address: string,
|
|
1438
|
+
signer?: ethers.Signer
|
|
1439
|
+
): Promise<Contracts.Multicall2>;
|
|
1336
1440
|
getContractAt(
|
|
1337
1441
|
name: "RouterStatic",
|
|
1338
1442
|
address: string,
|
|
@@ -1388,11 +1492,6 @@ declare module "hardhat/types/runtime" {
|
|
|
1388
1492
|
address: string,
|
|
1389
1493
|
signer?: ethers.Signer
|
|
1390
1494
|
): Promise<Contracts.IAggregationRouterHelper>;
|
|
1391
|
-
getContractAt(
|
|
1392
|
-
name: "IMultihopRouter",
|
|
1393
|
-
address: string,
|
|
1394
|
-
signer?: ethers.Signer
|
|
1395
|
-
): Promise<Contracts.IMultihopRouter>;
|
|
1396
1495
|
getContractAt(
|
|
1397
1496
|
name: "IMultihopRouterEthereum",
|
|
1398
1497
|
address: string,
|
package/typechain-types/index.ts
CHANGED
|
@@ -38,6 +38,15 @@ export type { PendleMarketFactory } from "./PendleMarketFactory";
|
|
|
38
38
|
export type { RewardManager } from "./RewardManager";
|
|
39
39
|
export type { RewardManagerAbstract } from "./RewardManagerAbstract";
|
|
40
40
|
export type { SAPE } from "./SAPE";
|
|
41
|
+
export type { ComposableStablePreview } from "./ComposableStablePreview";
|
|
42
|
+
export type { MetaStableMath } from "./MetaStableMath";
|
|
43
|
+
export type { MetaStablePreview } from "./MetaStablePreview";
|
|
44
|
+
export type { PendleAuraBalancerStableLPSY } from "./PendleAuraBalancerStableLPSY";
|
|
45
|
+
export type { StablePreviewBase } from "./StablePreviewBase";
|
|
46
|
+
export type { PendleAura3EthSY } from "./PendleAura3EthSY";
|
|
47
|
+
export type { PendleAuraCbethWstethSY } from "./PendleAuraCbethWstethSY";
|
|
48
|
+
export type { PendleAuraWethRethSY } from "./PendleAuraWethRethSY";
|
|
49
|
+
export type { PendleAuraWethWstethSY } from "./PendleAuraWethWstethSY";
|
|
41
50
|
export type { PendleQiTokenHelper } from "./PendleQiTokenHelper";
|
|
42
51
|
export type { PendleQiTokenSY } from "./PendleQiTokenSY";
|
|
43
52
|
export type { PendleConvexLPSY } from "./PendleConvexLPSY";
|
|
@@ -45,12 +54,22 @@ export type { PendleCurveFraxUsdcSY } from "./PendleCurveFraxUsdcSY";
|
|
|
45
54
|
export type { PendleCurveUsdd3CrvSY } from "./PendleCurveUsdd3CrvSY";
|
|
46
55
|
export type { PendleLooksStakingSY } from "./PendleLooksStakingSY";
|
|
47
56
|
export type { PendleWstEthSY } from "./PendleWstEthSY";
|
|
57
|
+
export type { StEthHelper } from "./StEthHelper";
|
|
48
58
|
export type { SYBase } from "./SYBase";
|
|
49
59
|
export type { SYBaseWithRewards } from "./SYBaseWithRewards";
|
|
50
60
|
export type { InterestManagerYT } from "./InterestManagerYT";
|
|
51
61
|
export type { PendlePrincipalToken } from "./PendlePrincipalToken";
|
|
52
62
|
export type { PendleYieldContractFactory } from "./PendleYieldContractFactory";
|
|
53
63
|
export type { PendleYieldToken } from "./PendleYieldToken";
|
|
64
|
+
export type { IBalancerFees } from "./IBalancerFees";
|
|
65
|
+
export type { IBalancerStablePreview } from "./IBalancerStablePreview";
|
|
66
|
+
export type { IBasePool } from "./IBasePool";
|
|
67
|
+
export type { IComposableStable } from "./IComposableStable";
|
|
68
|
+
export type { IGauge } from "./IGauge";
|
|
69
|
+
export type { ILiquidityGaugeFactory } from "./ILiquidityGaugeFactory";
|
|
70
|
+
export type { IMetaStablePool } from "./IMetaStablePool";
|
|
71
|
+
export type { IRateProvider } from "./IRateProvider";
|
|
72
|
+
export type { IVault } from "./IVault";
|
|
54
73
|
export type { IBooster } from "./IBooster";
|
|
55
74
|
export type { ICrvDepositor } from "./ICrvDepositor";
|
|
56
75
|
export type { ICvxCrv } from "./ICvxCrv";
|
|
@@ -82,7 +101,6 @@ export type { IPBulkSeller } from "./IPBulkSeller";
|
|
|
82
101
|
export type { IPBulkSellerFactory } from "./IPBulkSellerFactory";
|
|
83
102
|
export type { IPBulkSellerCallback } from "./IPBulkSellerCallback";
|
|
84
103
|
export type { IPFeeDistributor } from "./IPFeeDistributor";
|
|
85
|
-
export type { IPFeeDistributorFactory } from "./IPFeeDistributorFactory";
|
|
86
104
|
export type { IPGauge } from "./IPGauge";
|
|
87
105
|
export type { IPGaugeController } from "./IPGaugeController";
|
|
88
106
|
export type { IPGaugeControllerMainchain } from "./IPGaugeControllerMainchain";
|
|
@@ -121,15 +139,10 @@ export type { PendleMsgReceiveEndpointUpg } from "./PendleMsgReceiveEndpointUpg"
|
|
|
121
139
|
export type { PendleMsgReceiverAppUpg } from "./PendleMsgReceiverAppUpg";
|
|
122
140
|
export type { PendleMsgSendEndpointUpg } from "./PendleMsgSendEndpointUpg";
|
|
123
141
|
export type { PendleMsgSenderAppUpg } from "./PendleMsgSenderAppUpg";
|
|
124
|
-
export type { EpochResultManager } from "./EpochResultManager";
|
|
125
|
-
export type { PendleFeeDistributor } from "./PendleFeeDistributor";
|
|
126
|
-
export type { PendleFeeDistributorFactory } from "./PendleFeeDistributorFactory";
|
|
127
142
|
export type { PendleGaugeControllerBaseUpg } from "./PendleGaugeControllerBaseUpg";
|
|
128
143
|
export type { PendleGaugeControllerMainchainUpg } from "./PendleGaugeControllerMainchainUpg";
|
|
129
144
|
export type { PendleGaugeControllerSidechainUpg } from "./PendleGaugeControllerSidechainUpg";
|
|
130
|
-
export type {
|
|
131
|
-
export type { DistributorBase } from "./DistributorBase";
|
|
132
|
-
export type { FeeDistributor } from "./FeeDistributor";
|
|
145
|
+
export type { PendleFeeDistributor } from "./PendleFeeDistributor";
|
|
133
146
|
export type { PendleVotingControllerUpg } from "./PendleVotingControllerUpg";
|
|
134
147
|
export type { VotingControllerStorageUpg } from "./VotingControllerStorageUpg";
|
|
135
148
|
export type { VotingEscrowPendleMainchain } from "./VotingEscrowPendleMainchain";
|
|
@@ -138,6 +151,7 @@ export type { VotingEscrowTokenBase } from "./VotingEscrowTokenBase";
|
|
|
138
151
|
export type { BaseSplitCodeFactoryContract } from "./BaseSplitCodeFactoryContract";
|
|
139
152
|
export type { BulkSellerOffchain } from "./BulkSellerOffchain";
|
|
140
153
|
export type { MarketMathStatic } from "./MarketMathStatic";
|
|
154
|
+
export type { Multicall2 } from "./Multicall2";
|
|
141
155
|
export type { RouterStatic } from "./RouterStatic";
|
|
142
156
|
export type { ActionAddRemoveLiq } from "./ActionAddRemoveLiq";
|
|
143
157
|
export type { ActionCallback } from "./ActionCallback";
|
|
@@ -149,7 +163,6 @@ export type { ActionSwapYT } from "./ActionSwapYT";
|
|
|
149
163
|
export type { ActionBaseMintRedeem } from "./ActionBaseMintRedeem";
|
|
150
164
|
export type { AggregationRouterHelper } from "./AggregationRouterHelper";
|
|
151
165
|
export type { IAggregationRouterHelper } from "./IAggregationRouterHelper";
|
|
152
|
-
export type { IMultihopRouter } from "./IMultihopRouter";
|
|
153
166
|
export type { IMultihopRouterEthereum } from "./IMultihopRouterEthereum";
|
|
154
167
|
export type { KyberSwapHelper } from "./KyberSwapHelper";
|
|
155
168
|
export type { PendleRouter } from "./PendleRouter";
|
|
@@ -191,6 +204,15 @@ export { PendleMarketFactory__factory } from "./factories/PendleMarketFactory__f
|
|
|
191
204
|
export { RewardManager__factory } from "./factories/RewardManager__factory";
|
|
192
205
|
export { RewardManagerAbstract__factory } from "./factories/RewardManagerAbstract__factory";
|
|
193
206
|
export { SAPE__factory } from "./factories/SAPE__factory";
|
|
207
|
+
export { ComposableStablePreview__factory } from "./factories/ComposableStablePreview__factory";
|
|
208
|
+
export { MetaStableMath__factory } from "./factories/MetaStableMath__factory";
|
|
209
|
+
export { MetaStablePreview__factory } from "./factories/MetaStablePreview__factory";
|
|
210
|
+
export { PendleAuraBalancerStableLPSY__factory } from "./factories/PendleAuraBalancerStableLPSY__factory";
|
|
211
|
+
export { StablePreviewBase__factory } from "./factories/StablePreviewBase__factory";
|
|
212
|
+
export { PendleAura3EthSY__factory } from "./factories/PendleAura3EthSY__factory";
|
|
213
|
+
export { PendleAuraCbethWstethSY__factory } from "./factories/PendleAuraCbethWstethSY__factory";
|
|
214
|
+
export { PendleAuraWethRethSY__factory } from "./factories/PendleAuraWethRethSY__factory";
|
|
215
|
+
export { PendleAuraWethWstethSY__factory } from "./factories/PendleAuraWethWstethSY__factory";
|
|
194
216
|
export { PendleQiTokenHelper__factory } from "./factories/PendleQiTokenHelper__factory";
|
|
195
217
|
export { PendleQiTokenSY__factory } from "./factories/PendleQiTokenSY__factory";
|
|
196
218
|
export { PendleConvexLPSY__factory } from "./factories/PendleConvexLPSY__factory";
|
|
@@ -198,12 +220,22 @@ export { PendleCurveFraxUsdcSY__factory } from "./factories/PendleCurveFraxUsdcS
|
|
|
198
220
|
export { PendleCurveUsdd3CrvSY__factory } from "./factories/PendleCurveUsdd3CrvSY__factory";
|
|
199
221
|
export { PendleLooksStakingSY__factory } from "./factories/PendleLooksStakingSY__factory";
|
|
200
222
|
export { PendleWstEthSY__factory } from "./factories/PendleWstEthSY__factory";
|
|
223
|
+
export { StEthHelper__factory } from "./factories/StEthHelper__factory";
|
|
201
224
|
export { SYBase__factory } from "./factories/SYBase__factory";
|
|
202
225
|
export { SYBaseWithRewards__factory } from "./factories/SYBaseWithRewards__factory";
|
|
203
226
|
export { InterestManagerYT__factory } from "./factories/InterestManagerYT__factory";
|
|
204
227
|
export { PendlePrincipalToken__factory } from "./factories/PendlePrincipalToken__factory";
|
|
205
228
|
export { PendleYieldContractFactory__factory } from "./factories/PendleYieldContractFactory__factory";
|
|
206
229
|
export { PendleYieldToken__factory } from "./factories/PendleYieldToken__factory";
|
|
230
|
+
export { IBalancerFees__factory } from "./factories/IBalancerFees__factory";
|
|
231
|
+
export { IBalancerStablePreview__factory } from "./factories/IBalancerStablePreview__factory";
|
|
232
|
+
export { IBasePool__factory } from "./factories/IBasePool__factory";
|
|
233
|
+
export { IComposableStable__factory } from "./factories/IComposableStable__factory";
|
|
234
|
+
export { IGauge__factory } from "./factories/IGauge__factory";
|
|
235
|
+
export { ILiquidityGaugeFactory__factory } from "./factories/ILiquidityGaugeFactory__factory";
|
|
236
|
+
export { IMetaStablePool__factory } from "./factories/IMetaStablePool__factory";
|
|
237
|
+
export { IRateProvider__factory } from "./factories/IRateProvider__factory";
|
|
238
|
+
export { IVault__factory } from "./factories/IVault__factory";
|
|
207
239
|
export { IBooster__factory } from "./factories/IBooster__factory";
|
|
208
240
|
export { ICrvDepositor__factory } from "./factories/ICrvDepositor__factory";
|
|
209
241
|
export { ICvxCrv__factory } from "./factories/ICvxCrv__factory";
|
|
@@ -235,7 +267,6 @@ export { IPBulkSeller__factory } from "./factories/IPBulkSeller__factory";
|
|
|
235
267
|
export { IPBulkSellerFactory__factory } from "./factories/IPBulkSellerFactory__factory";
|
|
236
268
|
export { IPBulkSellerCallback__factory } from "./factories/IPBulkSellerCallback__factory";
|
|
237
269
|
export { IPFeeDistributor__factory } from "./factories/IPFeeDistributor__factory";
|
|
238
|
-
export { IPFeeDistributorFactory__factory } from "./factories/IPFeeDistributorFactory__factory";
|
|
239
270
|
export { IPGauge__factory } from "./factories/IPGauge__factory";
|
|
240
271
|
export { IPGaugeController__factory } from "./factories/IPGaugeController__factory";
|
|
241
272
|
export { IPGaugeControllerMainchain__factory } from "./factories/IPGaugeControllerMainchain__factory";
|
|
@@ -274,15 +305,10 @@ export { PendleMsgReceiveEndpointUpg__factory } from "./factories/PendleMsgRecei
|
|
|
274
305
|
export { PendleMsgReceiverAppUpg__factory } from "./factories/PendleMsgReceiverAppUpg__factory";
|
|
275
306
|
export { PendleMsgSendEndpointUpg__factory } from "./factories/PendleMsgSendEndpointUpg__factory";
|
|
276
307
|
export { PendleMsgSenderAppUpg__factory } from "./factories/PendleMsgSenderAppUpg__factory";
|
|
277
|
-
export { EpochResultManager__factory } from "./factories/EpochResultManager__factory";
|
|
278
|
-
export { PendleFeeDistributor__factory } from "./factories/PendleFeeDistributor__factory";
|
|
279
|
-
export { PendleFeeDistributorFactory__factory } from "./factories/PendleFeeDistributorFactory__factory";
|
|
280
308
|
export { PendleGaugeControllerBaseUpg__factory } from "./factories/PendleGaugeControllerBaseUpg__factory";
|
|
281
309
|
export { PendleGaugeControllerMainchainUpg__factory } from "./factories/PendleGaugeControllerMainchainUpg__factory";
|
|
282
310
|
export { PendleGaugeControllerSidechainUpg__factory } from "./factories/PendleGaugeControllerSidechainUpg__factory";
|
|
283
|
-
export {
|
|
284
|
-
export { DistributorBase__factory } from "./factories/DistributorBase__factory";
|
|
285
|
-
export { FeeDistributor__factory } from "./factories/FeeDistributor__factory";
|
|
311
|
+
export { PendleFeeDistributor__factory } from "./factories/PendleFeeDistributor__factory";
|
|
286
312
|
export { PendleVotingControllerUpg__factory } from "./factories/PendleVotingControllerUpg__factory";
|
|
287
313
|
export { VotingControllerStorageUpg__factory } from "./factories/VotingControllerStorageUpg__factory";
|
|
288
314
|
export { VotingEscrowPendleMainchain__factory } from "./factories/VotingEscrowPendleMainchain__factory";
|
|
@@ -291,6 +317,7 @@ export { VotingEscrowTokenBase__factory } from "./factories/VotingEscrowTokenBas
|
|
|
291
317
|
export { BaseSplitCodeFactoryContract__factory } from "./factories/BaseSplitCodeFactoryContract__factory";
|
|
292
318
|
export { BulkSellerOffchain__factory } from "./factories/BulkSellerOffchain__factory";
|
|
293
319
|
export { MarketMathStatic__factory } from "./factories/MarketMathStatic__factory";
|
|
320
|
+
export { Multicall2__factory } from "./factories/Multicall2__factory";
|
|
294
321
|
export { RouterStatic__factory } from "./factories/RouterStatic__factory";
|
|
295
322
|
export { ActionAddRemoveLiq__factory } from "./factories/ActionAddRemoveLiq__factory";
|
|
296
323
|
export { ActionCallback__factory } from "./factories/ActionCallback__factory";
|
|
@@ -302,7 +329,6 @@ export { ActionSwapYT__factory } from "./factories/ActionSwapYT__factory";
|
|
|
302
329
|
export { ActionBaseMintRedeem__factory } from "./factories/ActionBaseMintRedeem__factory";
|
|
303
330
|
export { AggregationRouterHelper__factory } from "./factories/AggregationRouterHelper__factory";
|
|
304
331
|
export { IAggregationRouterHelper__factory } from "./factories/IAggregationRouterHelper__factory";
|
|
305
|
-
export { IMultihopRouter__factory } from "./factories/IMultihopRouter__factory";
|
|
306
332
|
export { IMultihopRouterEthereum__factory } from "./factories/IMultihopRouterEthereum__factory";
|
|
307
333
|
export { KyberSwapHelper__factory } from "./factories/KyberSwapHelper__factory";
|
|
308
334
|
export { PendleRouter__factory } from "./factories/PendleRouter__factory";
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "EpochResultManager",
|
|
4
|
-
"sourceName": "contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "user",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "address",
|
|
15
|
-
"name": "pool",
|
|
16
|
-
"type": "address"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "uint256",
|
|
20
|
-
"name": "epoch",
|
|
21
|
-
"type": "uint256"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"name": "getUserAndTotalSharesAt",
|
|
25
|
-
"outputs": [
|
|
26
|
-
{
|
|
27
|
-
"internalType": "uint256",
|
|
28
|
-
"name": "userShare",
|
|
29
|
-
"type": "uint256"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"internalType": "uint256",
|
|
33
|
-
"name": "totalShare",
|
|
34
|
-
"type": "uint256"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"stateMutability": "view",
|
|
38
|
-
"type": "function"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"inputs": [],
|
|
42
|
-
"name": "lastFinishedEpoch",
|
|
43
|
-
"outputs": [
|
|
44
|
-
{
|
|
45
|
-
"internalType": "uint256",
|
|
46
|
-
"name": "",
|
|
47
|
-
"type": "uint256"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"stateMutability": "nonpayable",
|
|
51
|
-
"type": "function"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"inputs": [
|
|
55
|
-
{
|
|
56
|
-
"internalType": "address",
|
|
57
|
-
"name": "user",
|
|
58
|
-
"type": "address"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"internalType": "address",
|
|
62
|
-
"name": "pool",
|
|
63
|
-
"type": "address"
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"name": "updateUserShare",
|
|
67
|
-
"outputs": [],
|
|
68
|
-
"stateMutability": "nonpayable",
|
|
69
|
-
"type": "function"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [
|
|
73
|
-
{
|
|
74
|
-
"internalType": "address",
|
|
75
|
-
"name": "",
|
|
76
|
-
"type": "address"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"internalType": "address",
|
|
80
|
-
"name": "",
|
|
81
|
-
"type": "address"
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"name": "userInfo",
|
|
85
|
-
"outputs": [
|
|
86
|
-
{
|
|
87
|
-
"internalType": "uint128",
|
|
88
|
-
"name": "timestamp",
|
|
89
|
-
"type": "uint128"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"internalType": "uint128",
|
|
93
|
-
"name": "iter",
|
|
94
|
-
"type": "uint128"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"stateMutability": "view",
|
|
98
|
-
"type": "function"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"inputs": [],
|
|
102
|
-
"name": "vePendle",
|
|
103
|
-
"outputs": [
|
|
104
|
-
{
|
|
105
|
-
"internalType": "address",
|
|
106
|
-
"name": "",
|
|
107
|
-
"type": "address"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"stateMutability": "view",
|
|
111
|
-
"type": "function"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"inputs": [],
|
|
115
|
-
"name": "votingController",
|
|
116
|
-
"outputs": [
|
|
117
|
-
{
|
|
118
|
-
"internalType": "address",
|
|
119
|
-
"name": "",
|
|
120
|
-
"type": "address"
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"stateMutability": "view",
|
|
124
|
-
"type": "function"
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"bytecode": "0x",
|
|
128
|
-
"deployedBytecode": "0x",
|
|
129
|
-
"linkReferences": {},
|
|
130
|
-
"deployedLinkReferences": {}
|
|
131
|
-
}
|