@pendle/core-v2 5.11.1-alpha → 5.11.3-alpha
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/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol +4 -0
- package/deployments/1-core.json +2 -2
- package/deployments/999-core.json +13 -13
- package/package.json +2 -2
- package/typechain-types/AccessControlUpgradeable.ts +369 -0
- package/typechain-types/AddressCast.ts +57 -0
- package/typechain-types/AggregatorInterface.ts +233 -0
- package/typechain-types/AggregatorV2V3Interface.ts +385 -0
- package/typechain-types/AggregatorV3Interface.ts +221 -0
- package/typechain-types/AutomateReady.ts +102 -0
- package/typechain-types/BasePendleBridgedPrincipalToken.ts +1689 -0
- package/typechain-types/ContextUpgradeable.ts +68 -0
- package/typechain-types/EIP712Upgradeable.ts +144 -0
- package/typechain-types/ERC165Upgradeable.ts +113 -0
- package/typechain-types/ERC1967Upgrade.ts +97 -0
- package/typechain-types/ERC20.ts +417 -0
- package/typechain-types/Errors.ts +57 -0
- package/typechain-types/FixedPricePTAMM.ts +616 -0
- package/typechain-types/IAccessControlUpgradeable.ts +305 -0
- package/typechain-types/IAddressProvider.ts +123 -0
- package/typechain-types/IAutomate.ts +203 -0
- package/typechain-types/IBeacon.ts +87 -0
- package/typechain-types/IERC1271.ts +107 -0
- package/typechain-types/IERC165.ts +102 -0
- package/typechain-types/IERC165Upgradeable.ts +102 -0
- package/typechain-types/IERC1822Proxiable.ts +87 -0
- package/typechain-types/IERC1967.ts +97 -0
- package/typechain-types/IERC20.ts +300 -0
- package/typechain-types/IERC20Metadata.ts +339 -0
- package/typechain-types/IERC20Permit.ts +175 -0
- package/typechain-types/IERC5267Upgradeable.ts +135 -0
- package/typechain-types/ILayerZeroEndpoint.ts +256 -0
- package/typechain-types/ILayerZeroEndpointV2.ts +2323 -0
- package/typechain-types/ILayerZeroReceiver.ts +204 -0
- package/typechain-types/IMessageLib.ts +284 -0
- package/typechain-types/IMessageLibManager.ts +998 -0
- package/typechain-types/IMessagingChannel.ts +539 -0
- package/typechain-types/IMessagingComposer.ts +331 -0
- package/typechain-types/IMessagingContext.ts +112 -0
- package/typechain-types/IOAppCore.ts +223 -0
- package/typechain-types/IOAppMsgInspector.ts +104 -0
- package/typechain-types/IOAppOptionsType3.ts +178 -0
- package/typechain-types/IOAppPreCrimeSimulator.ts +253 -0
- package/typechain-types/IOAppReceiver.ts +248 -0
- package/typechain-types/IOFT.ts +413 -0
- package/typechain-types/IOpsProxyFactory.ts +93 -0
- package/typechain-types/IPActionInfoStatic.ts +310 -0
- package/typechain-types/IPActionMintRedeemStatic.ts +435 -0
- package/typechain-types/IPBridgedPrincipalToken.ts +948 -0
- package/typechain-types/IPChainlinkOracleEssential.ts +130 -0
- package/typechain-types/IPChainlinkOracleWithQuote.ts +404 -0
- package/typechain-types/IPExchangeRateOracle.ts +87 -0
- package/typechain-types/IPFeeDistributor.ts +191 -0
- package/typechain-types/IPFeeDistributorV2.ts +287 -0
- package/typechain-types/IPFixedPricePTAMM.ts +460 -0
- package/typechain-types/IPFixedPricePTAMMSwapCallback.ts +116 -0
- package/typechain-types/IPGauge.ts +132 -0
- package/typechain-types/IPGaugeController.ts +275 -0
- package/typechain-types/IPGaugeControllerMainchain.ts +319 -0
- package/typechain-types/IPInterestManagerYT.ts +131 -0
- package/typechain-types/IPInterestManagerYTV2.ts +117 -0
- package/typechain-types/IPMarketFactory.ts +234 -0
- package/typechain-types/IPMarketSwapCallback.ts +115 -0
- package/typechain-types/IPMerkleDistributor.ts +235 -0
- package/typechain-types/IPMiniDiamond.ts +147 -0
- package/typechain-types/IPMsgReceiverApp.ts +104 -0
- package/typechain-types/IPMsgSendEndpoint.ts +166 -0
- package/typechain-types/IPOffchainStorage.ts +146 -0
- package/typechain-types/IPPTOFTAdapterFactory.ts +163 -0
- package/typechain-types/IPPYLpOracle.ts +400 -0
- package/typechain-types/IPPriceFeed.ts +81 -0
- package/typechain-types/IPPrincipalToken.ts +501 -0
- package/typechain-types/IPReflector.ts +95 -0
- package/typechain-types/IPTokenWithSupplyCap.ts +110 -0
- package/typechain-types/IPVeToken.ts +201 -0
- package/typechain-types/IPYieldContractFactory.ts +370 -0
- package/typechain-types/{PendleMarket.ts → IPYieldToken.ts} +315 -605
- package/typechain-types/IPYieldTokenV2.ts +901 -0
- package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
- package/typechain-types/IPreCrime.ts +225 -0
- package/typechain-types/IRedstonePriceFeed.ts +259 -0
- package/typechain-types/IRewardManager.ts +108 -0
- package/typechain-types/ISendLib.ts +515 -0
- package/typechain-types/IStandardizedYield.ts +895 -0
- package/typechain-types/ITaskTreasuryUpgradable.ts +160 -0
- package/typechain-types/IWETH.ts +380 -0
- package/typechain-types/IWstETH.ts +162 -0
- package/typechain-types/Initializable.ts +68 -0
- package/typechain-types/LegacyNFTHelper.ts +87 -0
- package/typechain-types/Multicall2.ts +437 -0
- package/typechain-types/NonceManager.ts +209 -0
- package/typechain-types/OApp.ts +492 -0
- package/typechain-types/OAppCore.ts +314 -0
- package/typechain-types/OAppOptionsType3.ts +310 -0
- package/typechain-types/OAppPreCrimeSimulator.ts +400 -0
- package/typechain-types/OAppReceiver.ts +492 -0
- package/typechain-types/OAppSender.ts +314 -0
- package/typechain-types/OFT.ts +1675 -0
- package/typechain-types/OFTAdapter.ts +1331 -0
- package/typechain-types/OFTAdapterImpl.ts +1331 -0
- package/typechain-types/OFTCore.ts +1331 -0
- package/typechain-types/OracleLib.ts +124 -0
- package/typechain-types/{BoringOwnableUpgradeable__deprecated.ts → Ownable.ts} +23 -62
- package/typechain-types/PTExpiry.ts +81 -0
- package/typechain-types/PendleBridgedPrincipalToken_18Decimals.ts +1689 -0
- package/typechain-types/PendleBridgedPrincipalToken_6Decimals.ts +1689 -0
- package/typechain-types/PendleBridgedPrincipalToken_8Decimals.ts +1689 -0
- package/typechain-types/PendleERC20.ts +339 -0
- package/typechain-types/PendleMulticallV1.ts +162 -0
- package/typechain-types/PendleMulticallV2.ts +241 -0
- package/typechain-types/PendleOffchainStorage.ts +666 -0
- package/typechain-types/PendlePTOFTAdapterFactory.ts +294 -0
- package/typechain-types/PendlePrincipalToken.ts +510 -0
- package/typechain-types/PendleSparkLinearDiscountOracle.ts +213 -0
- package/typechain-types/PendleWstETHPriceFeed.ts +148 -0
- package/typechain-types/Proxy.ts +57 -0
- package/typechain-types/SimulateHelper.ts +153 -0
- package/typechain-types/StarNFTV1.ts +880 -0
- package/typechain-types/SupplyCapReader.ts +105 -0
- package/typechain-types/UUPSUpgradeable.ts +197 -0
- package/typechain-types/factories/AccessControlUpgradeable__factory.ts +247 -0
- package/typechain-types/factories/AddressCast__factory.ts +71 -0
- package/typechain-types/factories/AggregatorInterface__factory.ts +153 -0
- package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +268 -0
- package/typechain-types/factories/AggregatorV3Interface__factory.ts +141 -0
- package/typechain-types/factories/AutomateReady__factory.ts +49 -0
- package/typechain-types/factories/BasePendleBridgedPrincipalToken__factory.ts +1548 -0
- package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +1 -1
- package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +1 -1
- package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +1 -1
- package/typechain-types/factories/ContextUpgradeable__factory.ts +39 -0
- package/typechain-types/factories/EIP712Upgradeable__factory.ts +88 -0
- package/typechain-types/factories/ERC165Upgradeable__factory.ts +58 -0
- package/typechain-types/factories/ERC1967Upgrade__factory.ts +71 -0
- package/typechain-types/factories/ERC20__factory.ts +348 -0
- package/typechain-types/factories/Errors__factory.ts +1483 -0
- package/typechain-types/factories/FixedPricePTAMM__factory.ts +519 -0
- package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +202 -0
- package/typechain-types/factories/IAddressProvider__factory.ts +63 -0
- package/typechain-types/factories/IAutomate__factory.ts +126 -0
- package/typechain-types/factories/IBeacon__factory.ts +36 -0
- package/typechain-types/factories/IERC1271__factory.ts +47 -0
- package/typechain-types/factories/IERC165Upgradeable__factory.ts +45 -0
- package/typechain-types/factories/IERC165__factory.ts +42 -0
- package/typechain-types/factories/IERC1822Proxiable__factory.ts +39 -0
- package/typechain-types/factories/IERC1967__factory.ts +68 -0
- package/typechain-types/factories/IERC20Metadata__factory.ts +248 -0
- package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
- package/typechain-types/factories/IERC20__factory.ts +203 -0
- package/typechain-types/factories/IERC5267Upgradeable__factory.ts +75 -0
- package/typechain-types/factories/ILayerZeroEndpointV2__factory.ts +1918 -0
- package/typechain-types/factories/ILayerZeroEndpoint__factory.ts +134 -0
- package/typechain-types/factories/ILayerZeroReceiver__factory.ts +136 -0
- package/typechain-types/factories/IMessageLibManager__factory.ts +661 -0
- package/typechain-types/factories/IMessageLib__factory.ts +161 -0
- package/typechain-types/factories/IMessagingChannel__factory.ts +388 -0
- package/typechain-types/factories/IMessagingComposer__factory.ts +261 -0
- package/typechain-types/factories/IMessagingContext__factory.ts +57 -0
- package/typechain-types/factories/IOAppCore__factory.ts +160 -0
- package/typechain-types/factories/IOAppMsgInspector__factory.ts +66 -0
- package/typechain-types/factories/IOAppOptionsType3__factory.ts +126 -0
- package/typechain-types/factories/IOAppPreCrimeSimulator__factory.ts +194 -0
- package/typechain-types/factories/IOAppReceiver__factory.ts +179 -0
- package/typechain-types/factories/IOFT__factory.ts +465 -0
- package/typechain-types/factories/IOpsProxyFactory__factory.ts +50 -0
- package/typechain-types/factories/IPActionInfoStatic__factory.ts +322 -0
- package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +261 -0
- package/typechain-types/factories/IPBridgedPrincipalToken__factory.ts +947 -0
- package/typechain-types/factories/IPChainlinkOracleEssential__factory.ts +76 -0
- package/typechain-types/factories/IPChainlinkOracleWithQuote__factory.ts +281 -0
- package/typechain-types/factories/IPExchangeRateOracle__factory.ts +43 -0
- package/typechain-types/factories/IPFeeDistributorV2__factory.ts +184 -0
- package/typechain-types/factories/IPFeeDistributor__factory.ts +138 -0
- package/typechain-types/factories/IPFixedPricePTAMMSwapCallback__factory.ts +53 -0
- package/typechain-types/factories/IPFixedPricePTAMM__factory.ts +317 -0
- package/typechain-types/factories/IPGaugeControllerMainchain__factory.ts +202 -0
- package/typechain-types/factories/IPGaugeController__factory.ts +175 -0
- package/typechain-types/factories/IPGauge__factory.ts +74 -0
- package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +59 -0
- package/typechain-types/factories/IPInterestManagerYT__factory.ts +63 -0
- package/typechain-types/factories/IPMarketFactory__factory.ts +168 -0
- package/typechain-types/factories/IPMarketSwapCallback__factory.ts +53 -0
- package/typechain-types/factories/IPMerkleDistributor__factory.ts +165 -0
- package/typechain-types/factories/IPMiniDiamond__factory.ts +67 -0
- package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
- package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +88 -0
- package/typechain-types/factories/IPOffchainStorage__factory.ts +82 -0
- package/typechain-types/factories/{BoringOwnableUpgradeable__deprecated__factory.ts → IPPTOFTAdapterFactory__factory.ts} +33 -53
- package/typechain-types/factories/IPPYLpOracle__factory.ts +227 -0
- package/typechain-types/factories/IPPriceFeed__factory.ts +36 -0
- package/typechain-types/factories/IPPrincipalToken__factory.ts +362 -0
- package/typechain-types/factories/IPReflector__factory.ts +42 -0
- package/typechain-types/factories/IPTokenWithSupplyCap__factory.ts +56 -0
- package/typechain-types/factories/IPVeToken__factory.ts +116 -0
- package/typechain-types/factories/IPYieldContractFactory__factory.ts +285 -0
- package/typechain-types/factories/IPYieldTokenV2__factory.ts +694 -0
- package/typechain-types/factories/IPYieldToken__factory.ts +693 -0
- package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
- package/typechain-types/factories/IPreCrime__factory.ts +200 -0
- package/typechain-types/factories/IRedstonePriceFeed__factory.ts +163 -0
- package/typechain-types/factories/IRewardManager__factory.ts +55 -0
- package/typechain-types/factories/ISendLib__factory.ts +376 -0
- package/typechain-types/factories/IStandardizedYield__factory.ts +658 -0
- package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +76 -0
- package/typechain-types/factories/IWETH__factory.ts +261 -0
- package/typechain-types/factories/IWstETH__factory.ts +87 -0
- package/typechain-types/factories/Initializable__factory.ts +36 -0
- package/typechain-types/factories/LegacyNFTHelper__factory.ts +83 -0
- package/typechain-types/factories/Multicall2__factory.ts +372 -0
- package/typechain-types/factories/NonceManager__factory.ts +149 -0
- package/typechain-types/factories/OAppCore__factory.ts +212 -0
- package/typechain-types/factories/OAppOptionsType3__factory.ts +202 -0
- package/typechain-types/factories/OAppPreCrimeSimulator__factory.ts +296 -0
- package/typechain-types/factories/OAppReceiver__factory.ts +379 -0
- package/typechain-types/factories/OAppSender__factory.ts +228 -0
- package/typechain-types/factories/OApp__factory.ts +392 -0
- package/typechain-types/factories/OFTAdapterImpl__factory.ts +1334 -0
- package/typechain-types/factories/OFTAdapter__factory.ts +1256 -0
- package/typechain-types/factories/OFTCore__factory.ts +1256 -0
- package/typechain-types/factories/OFT__factory.ts +1523 -0
- package/typechain-types/factories/OracleLib__factory.ts +150 -0
- package/typechain-types/factories/Ownable__factory.ts +75 -0
- package/typechain-types/factories/PTExpiry__factory.ts +36 -0
- package/typechain-types/factories/PendleBridgedPrincipalToken_18Decimals__factory.ts +1652 -0
- package/typechain-types/factories/PendleBridgedPrincipalToken_6Decimals__factory.ts +1650 -0
- package/typechain-types/factories/PendleBridgedPrincipalToken_8Decimals__factory.ts +1650 -0
- package/typechain-types/factories/PendleChainlinkOracleFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleChainlinkOracleWithQuote__factory.ts +1 -1
- package/typechain-types/factories/PendleChainlinkOracle__factory.ts +1 -1
- package/typechain-types/factories/PendleERC20__factory.ts +327 -0
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
- package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
- package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
- package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +253 -0
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +489 -0
- package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +1 -1
- package/typechain-types/factories/PendleSparkLinearDiscountOracle__factory.ts +209 -0
- package/typechain-types/factories/PendleWstETHPriceFeed__factory.ts +133 -0
- package/typechain-types/factories/Proxy__factory.ts +28 -0
- package/typechain-types/factories/SimulateHelper__factory.ts +137 -0
- package/typechain-types/factories/StarNFTV1__factory.ts +584 -0
- package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
- package/typechain-types/factories/UUPSUpgradeable__factory.ts +115 -0
- package/typechain-types/hardhat.d.ts +243 -0
- package/typechain-types/index.ts +54 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -378
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -48
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -396
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -174
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -438
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -539
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -529
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -432
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +0 -468
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1204
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -681
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -776
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -390
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -143
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +0 -10
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +0 -10
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +0 -100
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +0 -128
- package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +0 -610
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +0 -1131
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +0 -4
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +0 -77
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +0 -10
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -48
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -401
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -590
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -886
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +0 -254
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +0 -394
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +0 -370
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +0 -246
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +0 -37
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +0 -99
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +0 -1436
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +0 -10
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +0 -10
- package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +0 -10
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +0 -10
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -598
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -498
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +0 -48
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +0 -119
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +0 -39
- package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +0 -34
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +0 -3402
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +0 -68
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +0 -307
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +0 -603
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -1281
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -242
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +0 -2990
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +0 -1825
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -1479
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +0 -1451
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +0 -2439
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +0 -2439
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +0 -40
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -7848
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +0 -563
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +0 -589
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +0 -49
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +0 -97
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +0 -97
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +0 -1351
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +0 -122
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +0 -91
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +0 -262
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +0 -426
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +0 -74
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +0 -24
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +0 -123
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +0 -169
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -62
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -160
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -183
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +0 -137
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -48
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +0 -40
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +0 -56
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +0 -10
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +0 -736
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +0 -45
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -820
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -153
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +0 -202
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
- package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +0 -833
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +0 -150
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +0 -55
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +0 -24
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +0 -73
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +0 -251
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +0 -67
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +0 -24
- package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +0 -215
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +0 -38
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +0 -162
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +0 -24
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
- package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +0 -30
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -3941
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +0 -37
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -348
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +0 -321
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -266
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -681
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +0 -679
- package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +0 -148
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +0 -643
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +0 -4
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +0 -10
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +0 -4
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +0 -1059
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +0 -4
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +0 -1086
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +0 -4
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +0 -99
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +0 -149
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +0 -37
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +0 -114
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +0 -57
- package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +0 -303
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +0 -180
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +0 -262
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +0 -206
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +0 -300
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +0 -30
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +0 -572
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +0 -174
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +0 -322
- package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +0 -307
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +0 -496
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +0 -345
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +0 -237
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +0 -153
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +0 -89
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +0 -159
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +0 -435
- package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +0 -76
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +0 -84
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +0 -63
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +0 -975
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +0 -420
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +0 -272
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +0 -235
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +0 -4030
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +0 -307
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +0 -723
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +0 -1392
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +0 -247
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +0 -1523
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +0 -93
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +0 -427
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +0 -274
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +0 -343
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +0 -305
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +0 -183
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +0 -183
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +0 -10
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +0 -79
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +0 -131
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +0 -84
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +0 -3476
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +0 -68
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +0 -3006
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +0 -1889
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +0 -1451
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +0 -2503
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +0 -2503
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +0 -35
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +0 -4
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +0 -34
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +0 -4
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +0 -10
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +0 -10
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +0 -10
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +0 -10
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +0 -81
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +0 -407
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +0 -577
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +0 -40
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +0 -82
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +0 -280
- package/typechain-types/I1inchAggregationRouterV6.ts +0 -337
- package/typechain-types/IGenericSwapExactAmountIn.ts +0 -161
- package/typechain-types/IPendleCommonPoolDeployHelperV2.ts +0 -391
- package/typechain-types/MarketSwapNSeed.ts +0 -222
- package/typechain-types/PendleMarketFactory.ts +0 -906
- package/typechain-types/factories/I1inchAggregationRouterV6__factory.ts +0 -233
- package/typechain-types/factories/IGenericSwapExactAmountIn__factory.ts +0 -100
- package/typechain-types/factories/IPendleCommonPoolDeployHelperV2__factory.ts +0 -447
- package/typechain-types/factories/MarketSwapNSeed__factory.ts +0 -287
- package/typechain-types/factories/PendleMarketFactory__factory.ts +0 -748
- package/typechain-types/factories/PendleMarket__factory.ts +0 -1212
|
@@ -0,0 +1,1256 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { Contract, Signer, utils } from "ethers";
|
|
6
|
+
import { Provider } from "@ethersproject/providers";
|
|
7
|
+
import type { OFTAdapter, OFTAdapterInterface } from "../OFTAdapter";
|
|
8
|
+
|
|
9
|
+
const _abi = [
|
|
10
|
+
{
|
|
11
|
+
inputs: [],
|
|
12
|
+
name: "InvalidDelegate",
|
|
13
|
+
type: "error",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
inputs: [],
|
|
17
|
+
name: "InvalidEndpointCall",
|
|
18
|
+
type: "error",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
inputs: [],
|
|
22
|
+
name: "InvalidLocalDecimals",
|
|
23
|
+
type: "error",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
inputs: [
|
|
27
|
+
{
|
|
28
|
+
internalType: "bytes",
|
|
29
|
+
name: "options",
|
|
30
|
+
type: "bytes",
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
name: "InvalidOptions",
|
|
34
|
+
type: "error",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
inputs: [],
|
|
38
|
+
name: "LzTokenUnavailable",
|
|
39
|
+
type: "error",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
inputs: [
|
|
43
|
+
{
|
|
44
|
+
internalType: "uint32",
|
|
45
|
+
name: "eid",
|
|
46
|
+
type: "uint32",
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
name: "NoPeer",
|
|
50
|
+
type: "error",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
inputs: [
|
|
54
|
+
{
|
|
55
|
+
internalType: "uint256",
|
|
56
|
+
name: "msgValue",
|
|
57
|
+
type: "uint256",
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
name: "NotEnoughNative",
|
|
61
|
+
type: "error",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
inputs: [
|
|
65
|
+
{
|
|
66
|
+
internalType: "address",
|
|
67
|
+
name: "addr",
|
|
68
|
+
type: "address",
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
name: "OnlyEndpoint",
|
|
72
|
+
type: "error",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
inputs: [
|
|
76
|
+
{
|
|
77
|
+
internalType: "uint32",
|
|
78
|
+
name: "eid",
|
|
79
|
+
type: "uint32",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
internalType: "bytes32",
|
|
83
|
+
name: "sender",
|
|
84
|
+
type: "bytes32",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
name: "OnlyPeer",
|
|
88
|
+
type: "error",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
inputs: [],
|
|
92
|
+
name: "OnlySelf",
|
|
93
|
+
type: "error",
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
inputs: [
|
|
97
|
+
{
|
|
98
|
+
internalType: "bytes",
|
|
99
|
+
name: "result",
|
|
100
|
+
type: "bytes",
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
name: "SimulationResult",
|
|
104
|
+
type: "error",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
inputs: [
|
|
108
|
+
{
|
|
109
|
+
internalType: "uint256",
|
|
110
|
+
name: "amountLD",
|
|
111
|
+
type: "uint256",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
internalType: "uint256",
|
|
115
|
+
name: "minAmountLD",
|
|
116
|
+
type: "uint256",
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
name: "SlippageExceeded",
|
|
120
|
+
type: "error",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
anonymous: false,
|
|
124
|
+
inputs: [
|
|
125
|
+
{
|
|
126
|
+
components: [
|
|
127
|
+
{
|
|
128
|
+
internalType: "uint32",
|
|
129
|
+
name: "eid",
|
|
130
|
+
type: "uint32",
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
internalType: "uint16",
|
|
134
|
+
name: "msgType",
|
|
135
|
+
type: "uint16",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
internalType: "bytes",
|
|
139
|
+
name: "options",
|
|
140
|
+
type: "bytes",
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
indexed: false,
|
|
144
|
+
internalType: "struct EnforcedOptionParam[]",
|
|
145
|
+
name: "_enforcedOptions",
|
|
146
|
+
type: "tuple[]",
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
name: "EnforcedOptionSet",
|
|
150
|
+
type: "event",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
anonymous: false,
|
|
154
|
+
inputs: [
|
|
155
|
+
{
|
|
156
|
+
indexed: false,
|
|
157
|
+
internalType: "address",
|
|
158
|
+
name: "inspector",
|
|
159
|
+
type: "address",
|
|
160
|
+
},
|
|
161
|
+
],
|
|
162
|
+
name: "MsgInspectorSet",
|
|
163
|
+
type: "event",
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
anonymous: false,
|
|
167
|
+
inputs: [
|
|
168
|
+
{
|
|
169
|
+
indexed: true,
|
|
170
|
+
internalType: "bytes32",
|
|
171
|
+
name: "guid",
|
|
172
|
+
type: "bytes32",
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
indexed: false,
|
|
176
|
+
internalType: "uint32",
|
|
177
|
+
name: "srcEid",
|
|
178
|
+
type: "uint32",
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
indexed: true,
|
|
182
|
+
internalType: "address",
|
|
183
|
+
name: "toAddress",
|
|
184
|
+
type: "address",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
indexed: false,
|
|
188
|
+
internalType: "uint256",
|
|
189
|
+
name: "amountReceivedLD",
|
|
190
|
+
type: "uint256",
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
name: "OFTReceived",
|
|
194
|
+
type: "event",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
anonymous: false,
|
|
198
|
+
inputs: [
|
|
199
|
+
{
|
|
200
|
+
indexed: true,
|
|
201
|
+
internalType: "bytes32",
|
|
202
|
+
name: "guid",
|
|
203
|
+
type: "bytes32",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
indexed: false,
|
|
207
|
+
internalType: "uint32",
|
|
208
|
+
name: "dstEid",
|
|
209
|
+
type: "uint32",
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
indexed: true,
|
|
213
|
+
internalType: "address",
|
|
214
|
+
name: "fromAddress",
|
|
215
|
+
type: "address",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
indexed: false,
|
|
219
|
+
internalType: "uint256",
|
|
220
|
+
name: "amountSentLD",
|
|
221
|
+
type: "uint256",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
indexed: false,
|
|
225
|
+
internalType: "uint256",
|
|
226
|
+
name: "amountReceivedLD",
|
|
227
|
+
type: "uint256",
|
|
228
|
+
},
|
|
229
|
+
],
|
|
230
|
+
name: "OFTSent",
|
|
231
|
+
type: "event",
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
anonymous: false,
|
|
235
|
+
inputs: [
|
|
236
|
+
{
|
|
237
|
+
indexed: true,
|
|
238
|
+
internalType: "address",
|
|
239
|
+
name: "previousOwner",
|
|
240
|
+
type: "address",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
indexed: true,
|
|
244
|
+
internalType: "address",
|
|
245
|
+
name: "newOwner",
|
|
246
|
+
type: "address",
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
name: "OwnershipTransferred",
|
|
250
|
+
type: "event",
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
anonymous: false,
|
|
254
|
+
inputs: [
|
|
255
|
+
{
|
|
256
|
+
indexed: false,
|
|
257
|
+
internalType: "uint32",
|
|
258
|
+
name: "eid",
|
|
259
|
+
type: "uint32",
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
indexed: false,
|
|
263
|
+
internalType: "bytes32",
|
|
264
|
+
name: "peer",
|
|
265
|
+
type: "bytes32",
|
|
266
|
+
},
|
|
267
|
+
],
|
|
268
|
+
name: "PeerSet",
|
|
269
|
+
type: "event",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
anonymous: false,
|
|
273
|
+
inputs: [
|
|
274
|
+
{
|
|
275
|
+
indexed: false,
|
|
276
|
+
internalType: "address",
|
|
277
|
+
name: "preCrimeAddress",
|
|
278
|
+
type: "address",
|
|
279
|
+
},
|
|
280
|
+
],
|
|
281
|
+
name: "PreCrimeSet",
|
|
282
|
+
type: "event",
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
inputs: [],
|
|
286
|
+
name: "SEND",
|
|
287
|
+
outputs: [
|
|
288
|
+
{
|
|
289
|
+
internalType: "uint16",
|
|
290
|
+
name: "",
|
|
291
|
+
type: "uint16",
|
|
292
|
+
},
|
|
293
|
+
],
|
|
294
|
+
stateMutability: "view",
|
|
295
|
+
type: "function",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
inputs: [],
|
|
299
|
+
name: "SEND_AND_CALL",
|
|
300
|
+
outputs: [
|
|
301
|
+
{
|
|
302
|
+
internalType: "uint16",
|
|
303
|
+
name: "",
|
|
304
|
+
type: "uint16",
|
|
305
|
+
},
|
|
306
|
+
],
|
|
307
|
+
stateMutability: "view",
|
|
308
|
+
type: "function",
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
inputs: [
|
|
312
|
+
{
|
|
313
|
+
components: [
|
|
314
|
+
{
|
|
315
|
+
internalType: "uint32",
|
|
316
|
+
name: "srcEid",
|
|
317
|
+
type: "uint32",
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
internalType: "bytes32",
|
|
321
|
+
name: "sender",
|
|
322
|
+
type: "bytes32",
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
internalType: "uint64",
|
|
326
|
+
name: "nonce",
|
|
327
|
+
type: "uint64",
|
|
328
|
+
},
|
|
329
|
+
],
|
|
330
|
+
internalType: "struct Origin",
|
|
331
|
+
name: "origin",
|
|
332
|
+
type: "tuple",
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
name: "allowInitializePath",
|
|
336
|
+
outputs: [
|
|
337
|
+
{
|
|
338
|
+
internalType: "bool",
|
|
339
|
+
name: "",
|
|
340
|
+
type: "bool",
|
|
341
|
+
},
|
|
342
|
+
],
|
|
343
|
+
stateMutability: "view",
|
|
344
|
+
type: "function",
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
inputs: [],
|
|
348
|
+
name: "approvalRequired",
|
|
349
|
+
outputs: [
|
|
350
|
+
{
|
|
351
|
+
internalType: "bool",
|
|
352
|
+
name: "",
|
|
353
|
+
type: "bool",
|
|
354
|
+
},
|
|
355
|
+
],
|
|
356
|
+
stateMutability: "pure",
|
|
357
|
+
type: "function",
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
inputs: [
|
|
361
|
+
{
|
|
362
|
+
internalType: "uint32",
|
|
363
|
+
name: "_eid",
|
|
364
|
+
type: "uint32",
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
internalType: "uint16",
|
|
368
|
+
name: "_msgType",
|
|
369
|
+
type: "uint16",
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
internalType: "bytes",
|
|
373
|
+
name: "_extraOptions",
|
|
374
|
+
type: "bytes",
|
|
375
|
+
},
|
|
376
|
+
],
|
|
377
|
+
name: "combineOptions",
|
|
378
|
+
outputs: [
|
|
379
|
+
{
|
|
380
|
+
internalType: "bytes",
|
|
381
|
+
name: "",
|
|
382
|
+
type: "bytes",
|
|
383
|
+
},
|
|
384
|
+
],
|
|
385
|
+
stateMutability: "view",
|
|
386
|
+
type: "function",
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
inputs: [],
|
|
390
|
+
name: "decimalConversionRate",
|
|
391
|
+
outputs: [
|
|
392
|
+
{
|
|
393
|
+
internalType: "uint256",
|
|
394
|
+
name: "",
|
|
395
|
+
type: "uint256",
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
stateMutability: "view",
|
|
399
|
+
type: "function",
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
inputs: [],
|
|
403
|
+
name: "endpoint",
|
|
404
|
+
outputs: [
|
|
405
|
+
{
|
|
406
|
+
internalType: "contract ILayerZeroEndpointV2",
|
|
407
|
+
name: "",
|
|
408
|
+
type: "address",
|
|
409
|
+
},
|
|
410
|
+
],
|
|
411
|
+
stateMutability: "view",
|
|
412
|
+
type: "function",
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
inputs: [
|
|
416
|
+
{
|
|
417
|
+
internalType: "uint32",
|
|
418
|
+
name: "eid",
|
|
419
|
+
type: "uint32",
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
internalType: "uint16",
|
|
423
|
+
name: "msgType",
|
|
424
|
+
type: "uint16",
|
|
425
|
+
},
|
|
426
|
+
],
|
|
427
|
+
name: "enforcedOptions",
|
|
428
|
+
outputs: [
|
|
429
|
+
{
|
|
430
|
+
internalType: "bytes",
|
|
431
|
+
name: "enforcedOption",
|
|
432
|
+
type: "bytes",
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
stateMutability: "view",
|
|
436
|
+
type: "function",
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
inputs: [
|
|
440
|
+
{
|
|
441
|
+
components: [
|
|
442
|
+
{
|
|
443
|
+
internalType: "uint32",
|
|
444
|
+
name: "srcEid",
|
|
445
|
+
type: "uint32",
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
internalType: "bytes32",
|
|
449
|
+
name: "sender",
|
|
450
|
+
type: "bytes32",
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
internalType: "uint64",
|
|
454
|
+
name: "nonce",
|
|
455
|
+
type: "uint64",
|
|
456
|
+
},
|
|
457
|
+
],
|
|
458
|
+
internalType: "struct Origin",
|
|
459
|
+
name: "",
|
|
460
|
+
type: "tuple",
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
internalType: "bytes",
|
|
464
|
+
name: "",
|
|
465
|
+
type: "bytes",
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
internalType: "address",
|
|
469
|
+
name: "_sender",
|
|
470
|
+
type: "address",
|
|
471
|
+
},
|
|
472
|
+
],
|
|
473
|
+
name: "isComposeMsgSender",
|
|
474
|
+
outputs: [
|
|
475
|
+
{
|
|
476
|
+
internalType: "bool",
|
|
477
|
+
name: "",
|
|
478
|
+
type: "bool",
|
|
479
|
+
},
|
|
480
|
+
],
|
|
481
|
+
stateMutability: "view",
|
|
482
|
+
type: "function",
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
inputs: [
|
|
486
|
+
{
|
|
487
|
+
internalType: "uint32",
|
|
488
|
+
name: "_eid",
|
|
489
|
+
type: "uint32",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
internalType: "bytes32",
|
|
493
|
+
name: "_peer",
|
|
494
|
+
type: "bytes32",
|
|
495
|
+
},
|
|
496
|
+
],
|
|
497
|
+
name: "isPeer",
|
|
498
|
+
outputs: [
|
|
499
|
+
{
|
|
500
|
+
internalType: "bool",
|
|
501
|
+
name: "",
|
|
502
|
+
type: "bool",
|
|
503
|
+
},
|
|
504
|
+
],
|
|
505
|
+
stateMutability: "view",
|
|
506
|
+
type: "function",
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
inputs: [
|
|
510
|
+
{
|
|
511
|
+
components: [
|
|
512
|
+
{
|
|
513
|
+
internalType: "uint32",
|
|
514
|
+
name: "srcEid",
|
|
515
|
+
type: "uint32",
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
internalType: "bytes32",
|
|
519
|
+
name: "sender",
|
|
520
|
+
type: "bytes32",
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
internalType: "uint64",
|
|
524
|
+
name: "nonce",
|
|
525
|
+
type: "uint64",
|
|
526
|
+
},
|
|
527
|
+
],
|
|
528
|
+
internalType: "struct Origin",
|
|
529
|
+
name: "_origin",
|
|
530
|
+
type: "tuple",
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
internalType: "bytes32",
|
|
534
|
+
name: "_guid",
|
|
535
|
+
type: "bytes32",
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
internalType: "bytes",
|
|
539
|
+
name: "_message",
|
|
540
|
+
type: "bytes",
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
internalType: "address",
|
|
544
|
+
name: "_executor",
|
|
545
|
+
type: "address",
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
internalType: "bytes",
|
|
549
|
+
name: "_extraData",
|
|
550
|
+
type: "bytes",
|
|
551
|
+
},
|
|
552
|
+
],
|
|
553
|
+
name: "lzReceive",
|
|
554
|
+
outputs: [],
|
|
555
|
+
stateMutability: "payable",
|
|
556
|
+
type: "function",
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
inputs: [
|
|
560
|
+
{
|
|
561
|
+
components: [
|
|
562
|
+
{
|
|
563
|
+
components: [
|
|
564
|
+
{
|
|
565
|
+
internalType: "uint32",
|
|
566
|
+
name: "srcEid",
|
|
567
|
+
type: "uint32",
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
internalType: "bytes32",
|
|
571
|
+
name: "sender",
|
|
572
|
+
type: "bytes32",
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
internalType: "uint64",
|
|
576
|
+
name: "nonce",
|
|
577
|
+
type: "uint64",
|
|
578
|
+
},
|
|
579
|
+
],
|
|
580
|
+
internalType: "struct Origin",
|
|
581
|
+
name: "origin",
|
|
582
|
+
type: "tuple",
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
internalType: "uint32",
|
|
586
|
+
name: "dstEid",
|
|
587
|
+
type: "uint32",
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
internalType: "address",
|
|
591
|
+
name: "receiver",
|
|
592
|
+
type: "address",
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
internalType: "bytes32",
|
|
596
|
+
name: "guid",
|
|
597
|
+
type: "bytes32",
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
internalType: "uint256",
|
|
601
|
+
name: "value",
|
|
602
|
+
type: "uint256",
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
internalType: "address",
|
|
606
|
+
name: "executor",
|
|
607
|
+
type: "address",
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
internalType: "bytes",
|
|
611
|
+
name: "message",
|
|
612
|
+
type: "bytes",
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
internalType: "bytes",
|
|
616
|
+
name: "extraData",
|
|
617
|
+
type: "bytes",
|
|
618
|
+
},
|
|
619
|
+
],
|
|
620
|
+
internalType: "struct InboundPacket[]",
|
|
621
|
+
name: "_packets",
|
|
622
|
+
type: "tuple[]",
|
|
623
|
+
},
|
|
624
|
+
],
|
|
625
|
+
name: "lzReceiveAndRevert",
|
|
626
|
+
outputs: [],
|
|
627
|
+
stateMutability: "payable",
|
|
628
|
+
type: "function",
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
inputs: [
|
|
632
|
+
{
|
|
633
|
+
components: [
|
|
634
|
+
{
|
|
635
|
+
internalType: "uint32",
|
|
636
|
+
name: "srcEid",
|
|
637
|
+
type: "uint32",
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
internalType: "bytes32",
|
|
641
|
+
name: "sender",
|
|
642
|
+
type: "bytes32",
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
internalType: "uint64",
|
|
646
|
+
name: "nonce",
|
|
647
|
+
type: "uint64",
|
|
648
|
+
},
|
|
649
|
+
],
|
|
650
|
+
internalType: "struct Origin",
|
|
651
|
+
name: "_origin",
|
|
652
|
+
type: "tuple",
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
internalType: "bytes32",
|
|
656
|
+
name: "_guid",
|
|
657
|
+
type: "bytes32",
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
internalType: "bytes",
|
|
661
|
+
name: "_message",
|
|
662
|
+
type: "bytes",
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
internalType: "address",
|
|
666
|
+
name: "_executor",
|
|
667
|
+
type: "address",
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
internalType: "bytes",
|
|
671
|
+
name: "_extraData",
|
|
672
|
+
type: "bytes",
|
|
673
|
+
},
|
|
674
|
+
],
|
|
675
|
+
name: "lzReceiveSimulate",
|
|
676
|
+
outputs: [],
|
|
677
|
+
stateMutability: "payable",
|
|
678
|
+
type: "function",
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
inputs: [],
|
|
682
|
+
name: "msgInspector",
|
|
683
|
+
outputs: [
|
|
684
|
+
{
|
|
685
|
+
internalType: "address",
|
|
686
|
+
name: "",
|
|
687
|
+
type: "address",
|
|
688
|
+
},
|
|
689
|
+
],
|
|
690
|
+
stateMutability: "view",
|
|
691
|
+
type: "function",
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
inputs: [
|
|
695
|
+
{
|
|
696
|
+
internalType: "uint32",
|
|
697
|
+
name: "",
|
|
698
|
+
type: "uint32",
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
internalType: "bytes32",
|
|
702
|
+
name: "",
|
|
703
|
+
type: "bytes32",
|
|
704
|
+
},
|
|
705
|
+
],
|
|
706
|
+
name: "nextNonce",
|
|
707
|
+
outputs: [
|
|
708
|
+
{
|
|
709
|
+
internalType: "uint64",
|
|
710
|
+
name: "nonce",
|
|
711
|
+
type: "uint64",
|
|
712
|
+
},
|
|
713
|
+
],
|
|
714
|
+
stateMutability: "view",
|
|
715
|
+
type: "function",
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
inputs: [],
|
|
719
|
+
name: "oApp",
|
|
720
|
+
outputs: [
|
|
721
|
+
{
|
|
722
|
+
internalType: "address",
|
|
723
|
+
name: "",
|
|
724
|
+
type: "address",
|
|
725
|
+
},
|
|
726
|
+
],
|
|
727
|
+
stateMutability: "view",
|
|
728
|
+
type: "function",
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
inputs: [],
|
|
732
|
+
name: "oAppVersion",
|
|
733
|
+
outputs: [
|
|
734
|
+
{
|
|
735
|
+
internalType: "uint64",
|
|
736
|
+
name: "senderVersion",
|
|
737
|
+
type: "uint64",
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
internalType: "uint64",
|
|
741
|
+
name: "receiverVersion",
|
|
742
|
+
type: "uint64",
|
|
743
|
+
},
|
|
744
|
+
],
|
|
745
|
+
stateMutability: "pure",
|
|
746
|
+
type: "function",
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
inputs: [],
|
|
750
|
+
name: "oftVersion",
|
|
751
|
+
outputs: [
|
|
752
|
+
{
|
|
753
|
+
internalType: "bytes4",
|
|
754
|
+
name: "interfaceId",
|
|
755
|
+
type: "bytes4",
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
internalType: "uint64",
|
|
759
|
+
name: "version",
|
|
760
|
+
type: "uint64",
|
|
761
|
+
},
|
|
762
|
+
],
|
|
763
|
+
stateMutability: "pure",
|
|
764
|
+
type: "function",
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
inputs: [],
|
|
768
|
+
name: "owner",
|
|
769
|
+
outputs: [
|
|
770
|
+
{
|
|
771
|
+
internalType: "address",
|
|
772
|
+
name: "",
|
|
773
|
+
type: "address",
|
|
774
|
+
},
|
|
775
|
+
],
|
|
776
|
+
stateMutability: "view",
|
|
777
|
+
type: "function",
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
inputs: [
|
|
781
|
+
{
|
|
782
|
+
internalType: "uint32",
|
|
783
|
+
name: "eid",
|
|
784
|
+
type: "uint32",
|
|
785
|
+
},
|
|
786
|
+
],
|
|
787
|
+
name: "peers",
|
|
788
|
+
outputs: [
|
|
789
|
+
{
|
|
790
|
+
internalType: "bytes32",
|
|
791
|
+
name: "peer",
|
|
792
|
+
type: "bytes32",
|
|
793
|
+
},
|
|
794
|
+
],
|
|
795
|
+
stateMutability: "view",
|
|
796
|
+
type: "function",
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
inputs: [],
|
|
800
|
+
name: "preCrime",
|
|
801
|
+
outputs: [
|
|
802
|
+
{
|
|
803
|
+
internalType: "address",
|
|
804
|
+
name: "",
|
|
805
|
+
type: "address",
|
|
806
|
+
},
|
|
807
|
+
],
|
|
808
|
+
stateMutability: "view",
|
|
809
|
+
type: "function",
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
inputs: [
|
|
813
|
+
{
|
|
814
|
+
components: [
|
|
815
|
+
{
|
|
816
|
+
internalType: "uint32",
|
|
817
|
+
name: "dstEid",
|
|
818
|
+
type: "uint32",
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
internalType: "bytes32",
|
|
822
|
+
name: "to",
|
|
823
|
+
type: "bytes32",
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
internalType: "uint256",
|
|
827
|
+
name: "amountLD",
|
|
828
|
+
type: "uint256",
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
internalType: "uint256",
|
|
832
|
+
name: "minAmountLD",
|
|
833
|
+
type: "uint256",
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
internalType: "bytes",
|
|
837
|
+
name: "extraOptions",
|
|
838
|
+
type: "bytes",
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
internalType: "bytes",
|
|
842
|
+
name: "composeMsg",
|
|
843
|
+
type: "bytes",
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
internalType: "bytes",
|
|
847
|
+
name: "oftCmd",
|
|
848
|
+
type: "bytes",
|
|
849
|
+
},
|
|
850
|
+
],
|
|
851
|
+
internalType: "struct SendParam",
|
|
852
|
+
name: "_sendParam",
|
|
853
|
+
type: "tuple",
|
|
854
|
+
},
|
|
855
|
+
],
|
|
856
|
+
name: "quoteOFT",
|
|
857
|
+
outputs: [
|
|
858
|
+
{
|
|
859
|
+
components: [
|
|
860
|
+
{
|
|
861
|
+
internalType: "uint256",
|
|
862
|
+
name: "minAmountLD",
|
|
863
|
+
type: "uint256",
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
internalType: "uint256",
|
|
867
|
+
name: "maxAmountLD",
|
|
868
|
+
type: "uint256",
|
|
869
|
+
},
|
|
870
|
+
],
|
|
871
|
+
internalType: "struct OFTLimit",
|
|
872
|
+
name: "oftLimit",
|
|
873
|
+
type: "tuple",
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
components: [
|
|
877
|
+
{
|
|
878
|
+
internalType: "int256",
|
|
879
|
+
name: "feeAmountLD",
|
|
880
|
+
type: "int256",
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
internalType: "string",
|
|
884
|
+
name: "description",
|
|
885
|
+
type: "string",
|
|
886
|
+
},
|
|
887
|
+
],
|
|
888
|
+
internalType: "struct OFTFeeDetail[]",
|
|
889
|
+
name: "oftFeeDetails",
|
|
890
|
+
type: "tuple[]",
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
components: [
|
|
894
|
+
{
|
|
895
|
+
internalType: "uint256",
|
|
896
|
+
name: "amountSentLD",
|
|
897
|
+
type: "uint256",
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
internalType: "uint256",
|
|
901
|
+
name: "amountReceivedLD",
|
|
902
|
+
type: "uint256",
|
|
903
|
+
},
|
|
904
|
+
],
|
|
905
|
+
internalType: "struct OFTReceipt",
|
|
906
|
+
name: "oftReceipt",
|
|
907
|
+
type: "tuple",
|
|
908
|
+
},
|
|
909
|
+
],
|
|
910
|
+
stateMutability: "view",
|
|
911
|
+
type: "function",
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
inputs: [
|
|
915
|
+
{
|
|
916
|
+
components: [
|
|
917
|
+
{
|
|
918
|
+
internalType: "uint32",
|
|
919
|
+
name: "dstEid",
|
|
920
|
+
type: "uint32",
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
internalType: "bytes32",
|
|
924
|
+
name: "to",
|
|
925
|
+
type: "bytes32",
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
internalType: "uint256",
|
|
929
|
+
name: "amountLD",
|
|
930
|
+
type: "uint256",
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
internalType: "uint256",
|
|
934
|
+
name: "minAmountLD",
|
|
935
|
+
type: "uint256",
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
internalType: "bytes",
|
|
939
|
+
name: "extraOptions",
|
|
940
|
+
type: "bytes",
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
internalType: "bytes",
|
|
944
|
+
name: "composeMsg",
|
|
945
|
+
type: "bytes",
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
internalType: "bytes",
|
|
949
|
+
name: "oftCmd",
|
|
950
|
+
type: "bytes",
|
|
951
|
+
},
|
|
952
|
+
],
|
|
953
|
+
internalType: "struct SendParam",
|
|
954
|
+
name: "_sendParam",
|
|
955
|
+
type: "tuple",
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
internalType: "bool",
|
|
959
|
+
name: "_payInLzToken",
|
|
960
|
+
type: "bool",
|
|
961
|
+
},
|
|
962
|
+
],
|
|
963
|
+
name: "quoteSend",
|
|
964
|
+
outputs: [
|
|
965
|
+
{
|
|
966
|
+
components: [
|
|
967
|
+
{
|
|
968
|
+
internalType: "uint256",
|
|
969
|
+
name: "nativeFee",
|
|
970
|
+
type: "uint256",
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
internalType: "uint256",
|
|
974
|
+
name: "lzTokenFee",
|
|
975
|
+
type: "uint256",
|
|
976
|
+
},
|
|
977
|
+
],
|
|
978
|
+
internalType: "struct MessagingFee",
|
|
979
|
+
name: "msgFee",
|
|
980
|
+
type: "tuple",
|
|
981
|
+
},
|
|
982
|
+
],
|
|
983
|
+
stateMutability: "view",
|
|
984
|
+
type: "function",
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
inputs: [],
|
|
988
|
+
name: "renounceOwnership",
|
|
989
|
+
outputs: [],
|
|
990
|
+
stateMutability: "nonpayable",
|
|
991
|
+
type: "function",
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
inputs: [
|
|
995
|
+
{
|
|
996
|
+
components: [
|
|
997
|
+
{
|
|
998
|
+
internalType: "uint32",
|
|
999
|
+
name: "dstEid",
|
|
1000
|
+
type: "uint32",
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
internalType: "bytes32",
|
|
1004
|
+
name: "to",
|
|
1005
|
+
type: "bytes32",
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
internalType: "uint256",
|
|
1009
|
+
name: "amountLD",
|
|
1010
|
+
type: "uint256",
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
internalType: "uint256",
|
|
1014
|
+
name: "minAmountLD",
|
|
1015
|
+
type: "uint256",
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
internalType: "bytes",
|
|
1019
|
+
name: "extraOptions",
|
|
1020
|
+
type: "bytes",
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
internalType: "bytes",
|
|
1024
|
+
name: "composeMsg",
|
|
1025
|
+
type: "bytes",
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
internalType: "bytes",
|
|
1029
|
+
name: "oftCmd",
|
|
1030
|
+
type: "bytes",
|
|
1031
|
+
},
|
|
1032
|
+
],
|
|
1033
|
+
internalType: "struct SendParam",
|
|
1034
|
+
name: "_sendParam",
|
|
1035
|
+
type: "tuple",
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
components: [
|
|
1039
|
+
{
|
|
1040
|
+
internalType: "uint256",
|
|
1041
|
+
name: "nativeFee",
|
|
1042
|
+
type: "uint256",
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
internalType: "uint256",
|
|
1046
|
+
name: "lzTokenFee",
|
|
1047
|
+
type: "uint256",
|
|
1048
|
+
},
|
|
1049
|
+
],
|
|
1050
|
+
internalType: "struct MessagingFee",
|
|
1051
|
+
name: "_fee",
|
|
1052
|
+
type: "tuple",
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
internalType: "address",
|
|
1056
|
+
name: "_refundAddress",
|
|
1057
|
+
type: "address",
|
|
1058
|
+
},
|
|
1059
|
+
],
|
|
1060
|
+
name: "send",
|
|
1061
|
+
outputs: [
|
|
1062
|
+
{
|
|
1063
|
+
components: [
|
|
1064
|
+
{
|
|
1065
|
+
internalType: "bytes32",
|
|
1066
|
+
name: "guid",
|
|
1067
|
+
type: "bytes32",
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
internalType: "uint64",
|
|
1071
|
+
name: "nonce",
|
|
1072
|
+
type: "uint64",
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
components: [
|
|
1076
|
+
{
|
|
1077
|
+
internalType: "uint256",
|
|
1078
|
+
name: "nativeFee",
|
|
1079
|
+
type: "uint256",
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
internalType: "uint256",
|
|
1083
|
+
name: "lzTokenFee",
|
|
1084
|
+
type: "uint256",
|
|
1085
|
+
},
|
|
1086
|
+
],
|
|
1087
|
+
internalType: "struct MessagingFee",
|
|
1088
|
+
name: "fee",
|
|
1089
|
+
type: "tuple",
|
|
1090
|
+
},
|
|
1091
|
+
],
|
|
1092
|
+
internalType: "struct MessagingReceipt",
|
|
1093
|
+
name: "msgReceipt",
|
|
1094
|
+
type: "tuple",
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
components: [
|
|
1098
|
+
{
|
|
1099
|
+
internalType: "uint256",
|
|
1100
|
+
name: "amountSentLD",
|
|
1101
|
+
type: "uint256",
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
internalType: "uint256",
|
|
1105
|
+
name: "amountReceivedLD",
|
|
1106
|
+
type: "uint256",
|
|
1107
|
+
},
|
|
1108
|
+
],
|
|
1109
|
+
internalType: "struct OFTReceipt",
|
|
1110
|
+
name: "oftReceipt",
|
|
1111
|
+
type: "tuple",
|
|
1112
|
+
},
|
|
1113
|
+
],
|
|
1114
|
+
stateMutability: "payable",
|
|
1115
|
+
type: "function",
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
inputs: [
|
|
1119
|
+
{
|
|
1120
|
+
internalType: "address",
|
|
1121
|
+
name: "_delegate",
|
|
1122
|
+
type: "address",
|
|
1123
|
+
},
|
|
1124
|
+
],
|
|
1125
|
+
name: "setDelegate",
|
|
1126
|
+
outputs: [],
|
|
1127
|
+
stateMutability: "nonpayable",
|
|
1128
|
+
type: "function",
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
inputs: [
|
|
1132
|
+
{
|
|
1133
|
+
components: [
|
|
1134
|
+
{
|
|
1135
|
+
internalType: "uint32",
|
|
1136
|
+
name: "eid",
|
|
1137
|
+
type: "uint32",
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
internalType: "uint16",
|
|
1141
|
+
name: "msgType",
|
|
1142
|
+
type: "uint16",
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
internalType: "bytes",
|
|
1146
|
+
name: "options",
|
|
1147
|
+
type: "bytes",
|
|
1148
|
+
},
|
|
1149
|
+
],
|
|
1150
|
+
internalType: "struct EnforcedOptionParam[]",
|
|
1151
|
+
name: "_enforcedOptions",
|
|
1152
|
+
type: "tuple[]",
|
|
1153
|
+
},
|
|
1154
|
+
],
|
|
1155
|
+
name: "setEnforcedOptions",
|
|
1156
|
+
outputs: [],
|
|
1157
|
+
stateMutability: "nonpayable",
|
|
1158
|
+
type: "function",
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
inputs: [
|
|
1162
|
+
{
|
|
1163
|
+
internalType: "address",
|
|
1164
|
+
name: "_msgInspector",
|
|
1165
|
+
type: "address",
|
|
1166
|
+
},
|
|
1167
|
+
],
|
|
1168
|
+
name: "setMsgInspector",
|
|
1169
|
+
outputs: [],
|
|
1170
|
+
stateMutability: "nonpayable",
|
|
1171
|
+
type: "function",
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
inputs: [
|
|
1175
|
+
{
|
|
1176
|
+
internalType: "uint32",
|
|
1177
|
+
name: "_eid",
|
|
1178
|
+
type: "uint32",
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
internalType: "bytes32",
|
|
1182
|
+
name: "_peer",
|
|
1183
|
+
type: "bytes32",
|
|
1184
|
+
},
|
|
1185
|
+
],
|
|
1186
|
+
name: "setPeer",
|
|
1187
|
+
outputs: [],
|
|
1188
|
+
stateMutability: "nonpayable",
|
|
1189
|
+
type: "function",
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
inputs: [
|
|
1193
|
+
{
|
|
1194
|
+
internalType: "address",
|
|
1195
|
+
name: "_preCrime",
|
|
1196
|
+
type: "address",
|
|
1197
|
+
},
|
|
1198
|
+
],
|
|
1199
|
+
name: "setPreCrime",
|
|
1200
|
+
outputs: [],
|
|
1201
|
+
stateMutability: "nonpayable",
|
|
1202
|
+
type: "function",
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
inputs: [],
|
|
1206
|
+
name: "sharedDecimals",
|
|
1207
|
+
outputs: [
|
|
1208
|
+
{
|
|
1209
|
+
internalType: "uint8",
|
|
1210
|
+
name: "",
|
|
1211
|
+
type: "uint8",
|
|
1212
|
+
},
|
|
1213
|
+
],
|
|
1214
|
+
stateMutability: "view",
|
|
1215
|
+
type: "function",
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
inputs: [],
|
|
1219
|
+
name: "token",
|
|
1220
|
+
outputs: [
|
|
1221
|
+
{
|
|
1222
|
+
internalType: "address",
|
|
1223
|
+
name: "",
|
|
1224
|
+
type: "address",
|
|
1225
|
+
},
|
|
1226
|
+
],
|
|
1227
|
+
stateMutability: "view",
|
|
1228
|
+
type: "function",
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
inputs: [
|
|
1232
|
+
{
|
|
1233
|
+
internalType: "address",
|
|
1234
|
+
name: "newOwner",
|
|
1235
|
+
type: "address",
|
|
1236
|
+
},
|
|
1237
|
+
],
|
|
1238
|
+
name: "transferOwnership",
|
|
1239
|
+
outputs: [],
|
|
1240
|
+
stateMutability: "nonpayable",
|
|
1241
|
+
type: "function",
|
|
1242
|
+
},
|
|
1243
|
+
];
|
|
1244
|
+
|
|
1245
|
+
export class OFTAdapter__factory {
|
|
1246
|
+
static readonly abi = _abi;
|
|
1247
|
+
static createInterface(): OFTAdapterInterface {
|
|
1248
|
+
return new utils.Interface(_abi) as OFTAdapterInterface;
|
|
1249
|
+
}
|
|
1250
|
+
static connect(
|
|
1251
|
+
address: string,
|
|
1252
|
+
signerOrProvider: Signer | Provider
|
|
1253
|
+
): OFTAdapter {
|
|
1254
|
+
return new Contract(address, _abi, signerOrProvider) as OFTAdapter;
|
|
1255
|
+
}
|
|
1256
|
+
}
|