@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
|
@@ -1,551 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import {
|
|
5
|
-
BaseContract,
|
|
6
|
-
BigNumber,
|
|
7
|
-
BigNumberish,
|
|
8
|
-
BytesLike,
|
|
9
|
-
CallOverrides,
|
|
10
|
-
ContractTransaction,
|
|
11
|
-
Overrides,
|
|
12
|
-
PayableOverrides,
|
|
13
|
-
PopulatedTransaction,
|
|
14
|
-
Signer,
|
|
15
|
-
utils,
|
|
16
|
-
} from "ethers";
|
|
17
|
-
import { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
|
|
18
|
-
import { Listener, Provider } from "@ethersproject/providers";
|
|
19
|
-
import type {
|
|
20
|
-
TypedEventFilter,
|
|
21
|
-
TypedEvent,
|
|
22
|
-
TypedListener,
|
|
23
|
-
OnEvent,
|
|
24
|
-
} from "./common";
|
|
25
|
-
|
|
26
|
-
export interface IQiAvaxInterface extends utils.Interface {
|
|
27
|
-
contractName: "IQiAvax";
|
|
28
|
-
functions: {
|
|
29
|
-
"accrualBlockTimestamp()": FunctionFragment;
|
|
30
|
-
"allowance(address,address)": FunctionFragment;
|
|
31
|
-
"approve(address,uint256)": FunctionFragment;
|
|
32
|
-
"balanceOf(address)": FunctionFragment;
|
|
33
|
-
"borrowIndex()": FunctionFragment;
|
|
34
|
-
"comptroller()": FunctionFragment;
|
|
35
|
-
"exchangeRateCurrent()": FunctionFragment;
|
|
36
|
-
"exchangeRateStored()": FunctionFragment;
|
|
37
|
-
"getCash()": FunctionFragment;
|
|
38
|
-
"interestRateModel()": FunctionFragment;
|
|
39
|
-
"mint()": FunctionFragment;
|
|
40
|
-
"redeem(uint256)": FunctionFragment;
|
|
41
|
-
"reserveFactorMantissa()": FunctionFragment;
|
|
42
|
-
"totalBorrows()": FunctionFragment;
|
|
43
|
-
"totalReserves()": FunctionFragment;
|
|
44
|
-
"totalSupply()": FunctionFragment;
|
|
45
|
-
"transfer(address,uint256)": FunctionFragment;
|
|
46
|
-
"transferFrom(address,address,uint256)": FunctionFragment;
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
encodeFunctionData(
|
|
50
|
-
functionFragment: "accrualBlockTimestamp",
|
|
51
|
-
values?: undefined
|
|
52
|
-
): string;
|
|
53
|
-
encodeFunctionData(
|
|
54
|
-
functionFragment: "allowance",
|
|
55
|
-
values: [string, string]
|
|
56
|
-
): string;
|
|
57
|
-
encodeFunctionData(
|
|
58
|
-
functionFragment: "approve",
|
|
59
|
-
values: [string, BigNumberish]
|
|
60
|
-
): string;
|
|
61
|
-
encodeFunctionData(functionFragment: "balanceOf", values: [string]): string;
|
|
62
|
-
encodeFunctionData(
|
|
63
|
-
functionFragment: "borrowIndex",
|
|
64
|
-
values?: undefined
|
|
65
|
-
): string;
|
|
66
|
-
encodeFunctionData(
|
|
67
|
-
functionFragment: "comptroller",
|
|
68
|
-
values?: undefined
|
|
69
|
-
): string;
|
|
70
|
-
encodeFunctionData(
|
|
71
|
-
functionFragment: "exchangeRateCurrent",
|
|
72
|
-
values?: undefined
|
|
73
|
-
): string;
|
|
74
|
-
encodeFunctionData(
|
|
75
|
-
functionFragment: "exchangeRateStored",
|
|
76
|
-
values?: undefined
|
|
77
|
-
): string;
|
|
78
|
-
encodeFunctionData(functionFragment: "getCash", values?: undefined): string;
|
|
79
|
-
encodeFunctionData(
|
|
80
|
-
functionFragment: "interestRateModel",
|
|
81
|
-
values?: undefined
|
|
82
|
-
): string;
|
|
83
|
-
encodeFunctionData(functionFragment: "mint", values?: undefined): string;
|
|
84
|
-
encodeFunctionData(
|
|
85
|
-
functionFragment: "redeem",
|
|
86
|
-
values: [BigNumberish]
|
|
87
|
-
): string;
|
|
88
|
-
encodeFunctionData(
|
|
89
|
-
functionFragment: "reserveFactorMantissa",
|
|
90
|
-
values?: undefined
|
|
91
|
-
): string;
|
|
92
|
-
encodeFunctionData(
|
|
93
|
-
functionFragment: "totalBorrows",
|
|
94
|
-
values?: undefined
|
|
95
|
-
): string;
|
|
96
|
-
encodeFunctionData(
|
|
97
|
-
functionFragment: "totalReserves",
|
|
98
|
-
values?: undefined
|
|
99
|
-
): string;
|
|
100
|
-
encodeFunctionData(
|
|
101
|
-
functionFragment: "totalSupply",
|
|
102
|
-
values?: undefined
|
|
103
|
-
): string;
|
|
104
|
-
encodeFunctionData(
|
|
105
|
-
functionFragment: "transfer",
|
|
106
|
-
values: [string, BigNumberish]
|
|
107
|
-
): string;
|
|
108
|
-
encodeFunctionData(
|
|
109
|
-
functionFragment: "transferFrom",
|
|
110
|
-
values: [string, string, BigNumberish]
|
|
111
|
-
): string;
|
|
112
|
-
|
|
113
|
-
decodeFunctionResult(
|
|
114
|
-
functionFragment: "accrualBlockTimestamp",
|
|
115
|
-
data: BytesLike
|
|
116
|
-
): Result;
|
|
117
|
-
decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result;
|
|
118
|
-
decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
|
|
119
|
-
decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
|
|
120
|
-
decodeFunctionResult(
|
|
121
|
-
functionFragment: "borrowIndex",
|
|
122
|
-
data: BytesLike
|
|
123
|
-
): Result;
|
|
124
|
-
decodeFunctionResult(
|
|
125
|
-
functionFragment: "comptroller",
|
|
126
|
-
data: BytesLike
|
|
127
|
-
): Result;
|
|
128
|
-
decodeFunctionResult(
|
|
129
|
-
functionFragment: "exchangeRateCurrent",
|
|
130
|
-
data: BytesLike
|
|
131
|
-
): Result;
|
|
132
|
-
decodeFunctionResult(
|
|
133
|
-
functionFragment: "exchangeRateStored",
|
|
134
|
-
data: BytesLike
|
|
135
|
-
): Result;
|
|
136
|
-
decodeFunctionResult(functionFragment: "getCash", data: BytesLike): Result;
|
|
137
|
-
decodeFunctionResult(
|
|
138
|
-
functionFragment: "interestRateModel",
|
|
139
|
-
data: BytesLike
|
|
140
|
-
): Result;
|
|
141
|
-
decodeFunctionResult(functionFragment: "mint", data: BytesLike): Result;
|
|
142
|
-
decodeFunctionResult(functionFragment: "redeem", data: BytesLike): Result;
|
|
143
|
-
decodeFunctionResult(
|
|
144
|
-
functionFragment: "reserveFactorMantissa",
|
|
145
|
-
data: BytesLike
|
|
146
|
-
): Result;
|
|
147
|
-
decodeFunctionResult(
|
|
148
|
-
functionFragment: "totalBorrows",
|
|
149
|
-
data: BytesLike
|
|
150
|
-
): Result;
|
|
151
|
-
decodeFunctionResult(
|
|
152
|
-
functionFragment: "totalReserves",
|
|
153
|
-
data: BytesLike
|
|
154
|
-
): Result;
|
|
155
|
-
decodeFunctionResult(
|
|
156
|
-
functionFragment: "totalSupply",
|
|
157
|
-
data: BytesLike
|
|
158
|
-
): Result;
|
|
159
|
-
decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result;
|
|
160
|
-
decodeFunctionResult(
|
|
161
|
-
functionFragment: "transferFrom",
|
|
162
|
-
data: BytesLike
|
|
163
|
-
): Result;
|
|
164
|
-
|
|
165
|
-
events: {
|
|
166
|
-
"Approval(address,address,uint256)": EventFragment;
|
|
167
|
-
"Transfer(address,address,uint256)": EventFragment;
|
|
168
|
-
};
|
|
169
|
-
|
|
170
|
-
getEvent(nameOrSignatureOrTopic: "Approval"): EventFragment;
|
|
171
|
-
getEvent(nameOrSignatureOrTopic: "Transfer"): EventFragment;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export type ApprovalEvent = TypedEvent<
|
|
175
|
-
[string, string, BigNumber],
|
|
176
|
-
{ owner: string; spender: string; value: BigNumber }
|
|
177
|
-
>;
|
|
178
|
-
|
|
179
|
-
export type ApprovalEventFilter = TypedEventFilter<ApprovalEvent>;
|
|
180
|
-
|
|
181
|
-
export type TransferEvent = TypedEvent<
|
|
182
|
-
[string, string, BigNumber],
|
|
183
|
-
{ from: string; to: string; value: BigNumber }
|
|
184
|
-
>;
|
|
185
|
-
|
|
186
|
-
export type TransferEventFilter = TypedEventFilter<TransferEvent>;
|
|
187
|
-
|
|
188
|
-
export interface IQiAvax extends BaseContract {
|
|
189
|
-
contractName: "IQiAvax";
|
|
190
|
-
connect(signerOrProvider: Signer | Provider | string): this;
|
|
191
|
-
attach(addressOrName: string): this;
|
|
192
|
-
deployed(): Promise<this>;
|
|
193
|
-
|
|
194
|
-
interface: IQiAvaxInterface;
|
|
195
|
-
|
|
196
|
-
queryFilter<TEvent extends TypedEvent>(
|
|
197
|
-
event: TypedEventFilter<TEvent>,
|
|
198
|
-
fromBlockOrBlockhash?: string | number | undefined,
|
|
199
|
-
toBlock?: string | number | undefined
|
|
200
|
-
): Promise<Array<TEvent>>;
|
|
201
|
-
|
|
202
|
-
listeners<TEvent extends TypedEvent>(
|
|
203
|
-
eventFilter?: TypedEventFilter<TEvent>
|
|
204
|
-
): Array<TypedListener<TEvent>>;
|
|
205
|
-
listeners(eventName?: string): Array<Listener>;
|
|
206
|
-
removeAllListeners<TEvent extends TypedEvent>(
|
|
207
|
-
eventFilter: TypedEventFilter<TEvent>
|
|
208
|
-
): this;
|
|
209
|
-
removeAllListeners(eventName?: string): this;
|
|
210
|
-
off: OnEvent<this>;
|
|
211
|
-
on: OnEvent<this>;
|
|
212
|
-
once: OnEvent<this>;
|
|
213
|
-
removeListener: OnEvent<this>;
|
|
214
|
-
|
|
215
|
-
functions: {
|
|
216
|
-
accrualBlockTimestamp(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
217
|
-
|
|
218
|
-
allowance(
|
|
219
|
-
owner: string,
|
|
220
|
-
spender: string,
|
|
221
|
-
overrides?: CallOverrides
|
|
222
|
-
): Promise<[BigNumber]>;
|
|
223
|
-
|
|
224
|
-
approve(
|
|
225
|
-
spender: string,
|
|
226
|
-
amount: BigNumberish,
|
|
227
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
228
|
-
): Promise<ContractTransaction>;
|
|
229
|
-
|
|
230
|
-
balanceOf(account: string, overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
231
|
-
|
|
232
|
-
borrowIndex(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
233
|
-
|
|
234
|
-
comptroller(overrides?: CallOverrides): Promise<[string]>;
|
|
235
|
-
|
|
236
|
-
exchangeRateCurrent(
|
|
237
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
238
|
-
): Promise<ContractTransaction>;
|
|
239
|
-
|
|
240
|
-
exchangeRateStored(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
241
|
-
|
|
242
|
-
getCash(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
243
|
-
|
|
244
|
-
interestRateModel(overrides?: CallOverrides): Promise<[string]>;
|
|
245
|
-
|
|
246
|
-
mint(
|
|
247
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
248
|
-
): Promise<ContractTransaction>;
|
|
249
|
-
|
|
250
|
-
redeem(
|
|
251
|
-
redeemTokens: BigNumberish,
|
|
252
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
253
|
-
): Promise<ContractTransaction>;
|
|
254
|
-
|
|
255
|
-
reserveFactorMantissa(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
256
|
-
|
|
257
|
-
totalBorrows(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
258
|
-
|
|
259
|
-
totalReserves(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
260
|
-
|
|
261
|
-
totalSupply(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
262
|
-
|
|
263
|
-
transfer(
|
|
264
|
-
to: string,
|
|
265
|
-
amount: BigNumberish,
|
|
266
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
267
|
-
): Promise<ContractTransaction>;
|
|
268
|
-
|
|
269
|
-
transferFrom(
|
|
270
|
-
from: string,
|
|
271
|
-
to: string,
|
|
272
|
-
amount: BigNumberish,
|
|
273
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
274
|
-
): Promise<ContractTransaction>;
|
|
275
|
-
};
|
|
276
|
-
|
|
277
|
-
accrualBlockTimestamp(overrides?: CallOverrides): Promise<BigNumber>;
|
|
278
|
-
|
|
279
|
-
allowance(
|
|
280
|
-
owner: string,
|
|
281
|
-
spender: string,
|
|
282
|
-
overrides?: CallOverrides
|
|
283
|
-
): Promise<BigNumber>;
|
|
284
|
-
|
|
285
|
-
approve(
|
|
286
|
-
spender: string,
|
|
287
|
-
amount: BigNumberish,
|
|
288
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
289
|
-
): Promise<ContractTransaction>;
|
|
290
|
-
|
|
291
|
-
balanceOf(account: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
292
|
-
|
|
293
|
-
borrowIndex(overrides?: CallOverrides): Promise<BigNumber>;
|
|
294
|
-
|
|
295
|
-
comptroller(overrides?: CallOverrides): Promise<string>;
|
|
296
|
-
|
|
297
|
-
exchangeRateCurrent(
|
|
298
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
299
|
-
): Promise<ContractTransaction>;
|
|
300
|
-
|
|
301
|
-
exchangeRateStored(overrides?: CallOverrides): Promise<BigNumber>;
|
|
302
|
-
|
|
303
|
-
getCash(overrides?: CallOverrides): Promise<BigNumber>;
|
|
304
|
-
|
|
305
|
-
interestRateModel(overrides?: CallOverrides): Promise<string>;
|
|
306
|
-
|
|
307
|
-
mint(
|
|
308
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
309
|
-
): Promise<ContractTransaction>;
|
|
310
|
-
|
|
311
|
-
redeem(
|
|
312
|
-
redeemTokens: BigNumberish,
|
|
313
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
314
|
-
): Promise<ContractTransaction>;
|
|
315
|
-
|
|
316
|
-
reserveFactorMantissa(overrides?: CallOverrides): Promise<BigNumber>;
|
|
317
|
-
|
|
318
|
-
totalBorrows(overrides?: CallOverrides): Promise<BigNumber>;
|
|
319
|
-
|
|
320
|
-
totalReserves(overrides?: CallOverrides): Promise<BigNumber>;
|
|
321
|
-
|
|
322
|
-
totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
|
|
323
|
-
|
|
324
|
-
transfer(
|
|
325
|
-
to: string,
|
|
326
|
-
amount: BigNumberish,
|
|
327
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
328
|
-
): Promise<ContractTransaction>;
|
|
329
|
-
|
|
330
|
-
transferFrom(
|
|
331
|
-
from: string,
|
|
332
|
-
to: string,
|
|
333
|
-
amount: BigNumberish,
|
|
334
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
335
|
-
): Promise<ContractTransaction>;
|
|
336
|
-
|
|
337
|
-
callStatic: {
|
|
338
|
-
accrualBlockTimestamp(overrides?: CallOverrides): Promise<BigNumber>;
|
|
339
|
-
|
|
340
|
-
allowance(
|
|
341
|
-
owner: string,
|
|
342
|
-
spender: string,
|
|
343
|
-
overrides?: CallOverrides
|
|
344
|
-
): Promise<BigNumber>;
|
|
345
|
-
|
|
346
|
-
approve(
|
|
347
|
-
spender: string,
|
|
348
|
-
amount: BigNumberish,
|
|
349
|
-
overrides?: CallOverrides
|
|
350
|
-
): Promise<boolean>;
|
|
351
|
-
|
|
352
|
-
balanceOf(account: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
353
|
-
|
|
354
|
-
borrowIndex(overrides?: CallOverrides): Promise<BigNumber>;
|
|
355
|
-
|
|
356
|
-
comptroller(overrides?: CallOverrides): Promise<string>;
|
|
357
|
-
|
|
358
|
-
exchangeRateCurrent(overrides?: CallOverrides): Promise<BigNumber>;
|
|
359
|
-
|
|
360
|
-
exchangeRateStored(overrides?: CallOverrides): Promise<BigNumber>;
|
|
361
|
-
|
|
362
|
-
getCash(overrides?: CallOverrides): Promise<BigNumber>;
|
|
363
|
-
|
|
364
|
-
interestRateModel(overrides?: CallOverrides): Promise<string>;
|
|
365
|
-
|
|
366
|
-
mint(overrides?: CallOverrides): Promise<void>;
|
|
367
|
-
|
|
368
|
-
redeem(
|
|
369
|
-
redeemTokens: BigNumberish,
|
|
370
|
-
overrides?: CallOverrides
|
|
371
|
-
): Promise<BigNumber>;
|
|
372
|
-
|
|
373
|
-
reserveFactorMantissa(overrides?: CallOverrides): Promise<BigNumber>;
|
|
374
|
-
|
|
375
|
-
totalBorrows(overrides?: CallOverrides): Promise<BigNumber>;
|
|
376
|
-
|
|
377
|
-
totalReserves(overrides?: CallOverrides): Promise<BigNumber>;
|
|
378
|
-
|
|
379
|
-
totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
|
|
380
|
-
|
|
381
|
-
transfer(
|
|
382
|
-
to: string,
|
|
383
|
-
amount: BigNumberish,
|
|
384
|
-
overrides?: CallOverrides
|
|
385
|
-
): Promise<boolean>;
|
|
386
|
-
|
|
387
|
-
transferFrom(
|
|
388
|
-
from: string,
|
|
389
|
-
to: string,
|
|
390
|
-
amount: BigNumberish,
|
|
391
|
-
overrides?: CallOverrides
|
|
392
|
-
): Promise<boolean>;
|
|
393
|
-
};
|
|
394
|
-
|
|
395
|
-
filters: {
|
|
396
|
-
"Approval(address,address,uint256)"(
|
|
397
|
-
owner?: string | null,
|
|
398
|
-
spender?: string | null,
|
|
399
|
-
value?: null
|
|
400
|
-
): ApprovalEventFilter;
|
|
401
|
-
Approval(
|
|
402
|
-
owner?: string | null,
|
|
403
|
-
spender?: string | null,
|
|
404
|
-
value?: null
|
|
405
|
-
): ApprovalEventFilter;
|
|
406
|
-
|
|
407
|
-
"Transfer(address,address,uint256)"(
|
|
408
|
-
from?: string | null,
|
|
409
|
-
to?: string | null,
|
|
410
|
-
value?: null
|
|
411
|
-
): TransferEventFilter;
|
|
412
|
-
Transfer(
|
|
413
|
-
from?: string | null,
|
|
414
|
-
to?: string | null,
|
|
415
|
-
value?: null
|
|
416
|
-
): TransferEventFilter;
|
|
417
|
-
};
|
|
418
|
-
|
|
419
|
-
estimateGas: {
|
|
420
|
-
accrualBlockTimestamp(overrides?: CallOverrides): Promise<BigNumber>;
|
|
421
|
-
|
|
422
|
-
allowance(
|
|
423
|
-
owner: string,
|
|
424
|
-
spender: string,
|
|
425
|
-
overrides?: CallOverrides
|
|
426
|
-
): Promise<BigNumber>;
|
|
427
|
-
|
|
428
|
-
approve(
|
|
429
|
-
spender: string,
|
|
430
|
-
amount: BigNumberish,
|
|
431
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
432
|
-
): Promise<BigNumber>;
|
|
433
|
-
|
|
434
|
-
balanceOf(account: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
435
|
-
|
|
436
|
-
borrowIndex(overrides?: CallOverrides): Promise<BigNumber>;
|
|
437
|
-
|
|
438
|
-
comptroller(overrides?: CallOverrides): Promise<BigNumber>;
|
|
439
|
-
|
|
440
|
-
exchangeRateCurrent(
|
|
441
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
442
|
-
): Promise<BigNumber>;
|
|
443
|
-
|
|
444
|
-
exchangeRateStored(overrides?: CallOverrides): Promise<BigNumber>;
|
|
445
|
-
|
|
446
|
-
getCash(overrides?: CallOverrides): Promise<BigNumber>;
|
|
447
|
-
|
|
448
|
-
interestRateModel(overrides?: CallOverrides): Promise<BigNumber>;
|
|
449
|
-
|
|
450
|
-
mint(
|
|
451
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
452
|
-
): Promise<BigNumber>;
|
|
453
|
-
|
|
454
|
-
redeem(
|
|
455
|
-
redeemTokens: BigNumberish,
|
|
456
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
457
|
-
): Promise<BigNumber>;
|
|
458
|
-
|
|
459
|
-
reserveFactorMantissa(overrides?: CallOverrides): Promise<BigNumber>;
|
|
460
|
-
|
|
461
|
-
totalBorrows(overrides?: CallOverrides): Promise<BigNumber>;
|
|
462
|
-
|
|
463
|
-
totalReserves(overrides?: CallOverrides): Promise<BigNumber>;
|
|
464
|
-
|
|
465
|
-
totalSupply(overrides?: CallOverrides): Promise<BigNumber>;
|
|
466
|
-
|
|
467
|
-
transfer(
|
|
468
|
-
to: string,
|
|
469
|
-
amount: BigNumberish,
|
|
470
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
471
|
-
): Promise<BigNumber>;
|
|
472
|
-
|
|
473
|
-
transferFrom(
|
|
474
|
-
from: string,
|
|
475
|
-
to: string,
|
|
476
|
-
amount: BigNumberish,
|
|
477
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
478
|
-
): Promise<BigNumber>;
|
|
479
|
-
};
|
|
480
|
-
|
|
481
|
-
populateTransaction: {
|
|
482
|
-
accrualBlockTimestamp(
|
|
483
|
-
overrides?: CallOverrides
|
|
484
|
-
): Promise<PopulatedTransaction>;
|
|
485
|
-
|
|
486
|
-
allowance(
|
|
487
|
-
owner: string,
|
|
488
|
-
spender: string,
|
|
489
|
-
overrides?: CallOverrides
|
|
490
|
-
): Promise<PopulatedTransaction>;
|
|
491
|
-
|
|
492
|
-
approve(
|
|
493
|
-
spender: string,
|
|
494
|
-
amount: BigNumberish,
|
|
495
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
496
|
-
): Promise<PopulatedTransaction>;
|
|
497
|
-
|
|
498
|
-
balanceOf(
|
|
499
|
-
account: string,
|
|
500
|
-
overrides?: CallOverrides
|
|
501
|
-
): Promise<PopulatedTransaction>;
|
|
502
|
-
|
|
503
|
-
borrowIndex(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
504
|
-
|
|
505
|
-
comptroller(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
506
|
-
|
|
507
|
-
exchangeRateCurrent(
|
|
508
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
509
|
-
): Promise<PopulatedTransaction>;
|
|
510
|
-
|
|
511
|
-
exchangeRateStored(
|
|
512
|
-
overrides?: CallOverrides
|
|
513
|
-
): Promise<PopulatedTransaction>;
|
|
514
|
-
|
|
515
|
-
getCash(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
516
|
-
|
|
517
|
-
interestRateModel(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
518
|
-
|
|
519
|
-
mint(
|
|
520
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
521
|
-
): Promise<PopulatedTransaction>;
|
|
522
|
-
|
|
523
|
-
redeem(
|
|
524
|
-
redeemTokens: BigNumberish,
|
|
525
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
526
|
-
): Promise<PopulatedTransaction>;
|
|
527
|
-
|
|
528
|
-
reserveFactorMantissa(
|
|
529
|
-
overrides?: CallOverrides
|
|
530
|
-
): Promise<PopulatedTransaction>;
|
|
531
|
-
|
|
532
|
-
totalBorrows(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
533
|
-
|
|
534
|
-
totalReserves(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
535
|
-
|
|
536
|
-
totalSupply(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
537
|
-
|
|
538
|
-
transfer(
|
|
539
|
-
to: string,
|
|
540
|
-
amount: BigNumberish,
|
|
541
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
542
|
-
): Promise<PopulatedTransaction>;
|
|
543
|
-
|
|
544
|
-
transferFrom(
|
|
545
|
-
from: string,
|
|
546
|
-
to: string,
|
|
547
|
-
amount: BigNumberish,
|
|
548
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
549
|
-
): Promise<PopulatedTransaction>;
|
|
550
|
-
};
|
|
551
|
-
}
|