@pendle/core-v2 5.10.2 → 5.12.0-cross-chain-pt
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/PendleMsgReceiveEndpointUpg.sol +4 -4
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol +1 -1
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol +4 -4
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol +2 -2
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol +2 -2
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol +2 -2
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol +2 -2
- package/contracts/LiquidityMining/PendleMerkleDistributor.sol +4 -4
- package/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol +2 -2
- package/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol +1 -1
- package/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol +2 -2
- package/contracts/core/Market/v3/PendleMarketFactoryV3.sol +3 -3
- package/contracts/core/YieldContracts/PendleYieldContractFactory.sol +3 -3
- package/contracts/core/libraries/BoringOwnableUpgradeableV2.sol +5 -1
- package/contracts/cross-chain/FixedPricePTAMM.sol +121 -0
- package/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol +33 -0
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol +12 -0
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol +61 -0
- package/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol +201 -0
- package/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol +151 -0
- package/contracts/interfaces/IPBridgedPrincipalToken.sol +11 -0
- package/contracts/interfaces/IPChainlinkOracleEssential.sol +11 -0
- package/contracts/interfaces/IPFixedPricePTAMM.sol +54 -0
- package/contracts/interfaces/IPPTOFTAdapterFactory.sol +12 -0
- package/contracts/limit/LimitRouterBase.sol +5 -4
- package/contracts/offchain-helpers/AddressProvider.sol +4 -4
- package/contracts/offchain-helpers/BalanceReader.sol +4 -4
- package/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol +3 -3
- package/contracts/offchain-helpers/Broadcaster.sol +4 -4
- package/contracts/offchain-helpers/EmptyUUPS.sol +4 -4
- package/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol +1 -1
- package/contracts/offchain-helpers/PendleExchangeRateOracle.sol +3 -4
- package/contracts/offchain-helpers/PendleLPWrapperFactory.sol +3 -3
- package/contracts/offchain-helpers/PendleMulticallOwnerV1.sol +39 -0
- package/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol +1 -1
- package/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol +5 -1
- package/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol +4 -4
- package/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol +1 -1
- package/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol +3 -1
- package/deployments/1-core.json +2 -1
- package/deployments/80094-core.json +1 -1
- package/package.json +5 -2
- package/typechain-types/AccessControlUpgradeable.ts +369 -0
- package/typechain-types/AddressCast.ts +57 -0
- package/typechain-types/AddressProvider.ts +281 -0
- package/typechain-types/AggregatorInterface.ts +233 -0
- package/typechain-types/AggregatorV2V3Interface.ts +385 -0
- package/typechain-types/AggregatorV3Interface.ts +221 -0
- package/typechain-types/AuraEthxBbAWethSY.ts +1597 -0
- package/typechain-types/AuraSwEthBbAWethSYV2.ts +1597 -0
- package/typechain-types/AuraWethVethSYUpg.ts +1612 -0
- package/typechain-types/AutomateReady.ts +102 -0
- package/typechain-types/BalanceReader.ts +7 -6
- package/typechain-types/BasePendleBridgedPrincipalToken.ts +1689 -0
- package/typechain-types/BaseSplitCodeFactoryContract.ts +276 -0
- package/typechain-types/BbAPoolHelper.ts +89 -0
- package/typechain-types/BbAWethHelper.ts +89 -0
- package/typechain-types/BoringLpGlpOracle.ts +145 -0
- package/typechain-types/BoringOwnableUpgradeable.ts +203 -0
- package/typechain-types/BoringOwnableUpgradeableData.ts +100 -0
- package/typechain-types/Broadcaster.ts +7 -6
- package/typechain-types/C.ts +95 -0
- package/typechain-types/CamelotRewardHelper.ts +347 -0
- package/typechain-types/CamelotV1VolatileLpHelper.ts +120 -0
- package/typechain-types/CamelotV1VolatilePreview.ts +479 -0
- package/typechain-types/ComposableStablePreview.ts +217 -0
- package/typechain-types/ComposableStablePreviewProxy.ts +352 -0
- package/typechain-types/ComposableStablePreviewV4.ts +217 -0
- package/typechain-types/ComposableStablePreviewV5.ts +217 -0
- package/typechain-types/ContextUpgradeable.ts +68 -0
- package/typechain-types/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/EmptyUUPS.ts +353 -0
- package/typechain-types/Errors.ts +57 -0
- package/typechain-types/FixedPricePTAMM.ts +616 -0
- package/typechain-types/GLPPreviewHelper.ts +121 -0
- package/typechain-types/GMTokenPricingHelper.ts +478 -0
- package/typechain-types/HLPPricingHelper.ts +397 -0
- package/typechain-types/HubBridgeHelper.ts +498 -0
- package/typechain-types/I1inchAggregationRouterV5.ts +257 -0
- package/typechain-types/IAaveV3AToken.ts +225 -0
- package/typechain-types/IAaveV3IncentiveController.ts +128 -0
- package/typechain-types/IAaveV3Pool.ts +192 -0
- package/typechain-types/IAccessControlUpgradeable.ts +305 -0
- package/typechain-types/IAddressProvider.ts +123 -0
- package/typechain-types/IAggregationExecutor.ts +182 -0
- package/typechain-types/IAggregationExecutorOptimistic.ts +394 -0
- package/typechain-types/IAnkrBNB.ts +150 -0
- package/typechain-types/IAnkrLiquidStaking.ts +253 -0
- package/typechain-types/IApeStaking.ts +305 -0
- package/typechain-types/IAutomate.ts +203 -0
- package/typechain-types/IBalancerFees.ts +89 -0
- package/typechain-types/IBalancerStablePreview.ts +217 -0
- package/typechain-types/IBasePool.ts +482 -0
- package/typechain-types/IBeacon.ts +87 -0
- package/typechain-types/IBedrockStaking.ts +145 -0
- package/typechain-types/IBenQiComptroller.ts +177 -0
- package/typechain-types/IBenQiInterestRateModel.ts +162 -0
- package/typechain-types/IBooster.ts +281 -0
- package/typechain-types/ICamelotFactory.ts +375 -0
- package/typechain-types/ICamelotNFTFactory.ts +122 -0
- package/typechain-types/ICamelotNFTHandler.ts +262 -0
- package/typechain-types/ICamelotNFTPool.ts +814 -0
- package/typechain-types/ICamelotNitroPool.ts +708 -0
- package/typechain-types/ICamelotNitroPoolFactory.ts +1053 -0
- package/typechain-types/ICamelotPair.ts +1030 -0
- package/typechain-types/ICamelotRouter.ts +955 -0
- package/typechain-types/ICamelotYieldBooster.ts +97 -0
- package/typechain-types/IComposableStable.ts +755 -0
- package/typechain-types/IConnext.ts +118 -0
- package/typechain-types/ICrvDepositor.ts +174 -0
- package/typechain-types/ICrvPool.ts +425 -0
- package/typechain-types/ICvxCrv.ts +81 -0
- package/typechain-types/IDaiLikePermit.ts +146 -0
- package/typechain-types/IDolomiteDToken.ts +186 -0
- package/typechain-types/IDolomiteMarginContract.ts +151 -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/IERC4626.ts +584 -0
- package/typechain-types/IERC4626LinearPool.ts +1649 -0
- package/typechain-types/IERC5267Upgradeable.ts +135 -0
- package/typechain-types/IERC721.ts +487 -0
- package/typechain-types/IERC721Receiver.ts +120 -0
- package/typechain-types/IEUSD.ts +194 -0
- package/typechain-types/IEtherFiLiquidityPool.ts +291 -0
- package/typechain-types/IEtherFiWEEth.ts +162 -0
- package/typechain-types/IExecutorHelper.ts +2714 -0
- package/typechain-types/IExecutorHelperL2.ts +2922 -0
- package/typechain-types/IFluxErc20.ts +298 -0
- package/typechain-types/IFluxInterestRateModel.ts +113 -0
- package/typechain-types/IFrxEthMinter.ts +142 -0
- package/typechain-types/IGMXPriceHelper.ts +84 -0
- package/typechain-types/IGMXV2DataStore.ts +87 -0
- package/typechain-types/IGMXV2Oracle.ts +107 -0
- package/typechain-types/IGMXV2Reader.ts +204 -0
- package/typechain-types/IGMXVault.ts +494 -0
- package/typechain-types/IGauge.ts +160 -0
- package/typechain-types/IGlpManager.ts +184 -0
- package/typechain-types/IHLPStaking.ts +154 -0
- package/typechain-types/IHMXCalculator.ts +96 -0
- package/typechain-types/IHMXCompounder.ts +122 -0
- package/typechain-types/IHMXStaking.ts +165 -0
- package/typechain-types/IHMXVester.ts +163 -0
- package/typechain-types/IKarakVault.ts +84 -0
- package/typechain-types/IKarakVaultSupervisor.ts +190 -0
- package/typechain-types/IKelpDepositPool.ts +209 -0
- package/typechain-types/IKelpLRTConfig.ts +120 -0
- package/typechain-types/IKyberElasticFactory.ts +734 -0
- package/typechain-types/IKyberElasticPool.ts +514 -0
- package/typechain-types/IKyberElasticRouter.ts +315 -0
- package/typechain-types/IKyberLiquidityMining.ts +968 -0
- package/typechain-types/IKyberMathHelper.ts +231 -0
- package/typechain-types/IKyberPositionManager.ts +773 -0
- package/typechain-types/ILayerZeroEndpoint.ts +256 -0
- package/typechain-types/ILayerZeroEndpointV2.ts +2323 -0
- package/typechain-types/ILayerZeroReceiver.ts +204 -0
- package/typechain-types/ILiquidityGaugeFactory.ts +99 -0
- package/typechain-types/ILooksFeeSharing.ts +102 -0
- package/typechain-types/ILooksStaking.ts +189 -0
- package/typechain-types/IMUXRewardRouter.ts +1599 -0
- package/typechain-types/IMellowVault.ts +222 -0
- package/typechain-types/IMellowVaultConfigurator.ts +89 -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/IMetaAggregationRouterV2.ts +221 -0
- package/typechain-types/IMetaStablePool.ts +619 -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/IPBridgedPrincipalTokenHubFactory.ts +118 -0
- package/typechain-types/IPBulkSeller.ts +391 -0
- package/typechain-types/IPBulkSellerCallback.ts +115 -0
- package/typechain-types/IPBulkSellerFactory.ts +152 -0
- package/typechain-types/IPChainlinkOracleEssential.ts +130 -0
- package/typechain-types/IPChainlinkOracleWithQuote.ts +404 -0
- package/typechain-types/IPComposableStablePreview.ts +217 -0
- package/typechain-types/IPExchangeRateOracle.ts +87 -0
- package/typechain-types/IPExternalRewardDistributor.ts +198 -0
- package/typechain-types/IPFeeDistributor.ts +191 -0
- package/typechain-types/IPFeeDistributorV2.ts +287 -0
- package/typechain-types/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/IPHubBridgeHelper.ts +339 -0
- package/typechain-types/IPInterestManagerYT.ts +131 -0
- package/typechain-types/IPInterestManagerYTV2.ts +117 -0
- package/typechain-types/IPLinearDistributor.ts +199 -0
- package/typechain-types/IPMarketFactory.ts +234 -0
- package/typechain-types/IPMarketFactoryV2.ts +253 -0
- package/typechain-types/IPMarketSwapCallback.ts +115 -0
- package/typechain-types/IPMerkleDistributor.ts +235 -0
- package/typechain-types/IPMiniDiamond.ts +147 -0
- package/typechain-types/IPMsgReceiverApp.ts +104 -0
- package/typechain-types/IPMsgSendEndpoint.ts +166 -0
- package/typechain-types/IPOffchainStorage.ts +146 -0
- package/typechain-types/IPPTOFTAdapterFactory.ts +163 -0
- package/typechain-types/IPPYLpOracle.ts +400 -0
- package/typechain-types/IPPreviewHelper.ts +147 -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/IPRouterHelper.ts +697 -0
- package/typechain-types/IPSophonPointManager.ts +97 -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/IPYieldToken.ts +917 -0
- package/typechain-types/IPYieldTokenV2.ts +901 -0
- package/typechain-types/IPirexETH.ts +215 -0
- package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
- package/typechain-types/IPreCrime.ts +225 -0
- package/typechain-types/IQiAvax.ts +551 -0
- package/typechain-types/IQiErc20.ts +573 -0
- package/typechain-types/IQiToken.ts +498 -0
- package/typechain-types/IRateProvider.ts +81 -0
- package/typechain-types/IRedstonePriceFeed.ts +259 -0
- package/typechain-types/IRenzoDepositL2.ts +191 -0
- package/typechain-types/IRenzoOracle.ts +152 -0
- package/typechain-types/IRenzoRestakeManager.ts +219 -0
- package/typechain-types/IRenzoReztake.ts +162 -0
- package/typechain-types/IRewardManager.ts +108 -0
- package/typechain-types/IRewardRouterV2.ts +346 -0
- package/typechain-types/IRewards.ts +584 -0
- package/typechain-types/IRswETH.ts +138 -0
- package/typechain-types/ISendLib.ts +515 -0
- package/typechain-types/ISilo.ts +1093 -0
- package/typechain-types/ISiloIncentiveController.ts +129 -0
- package/typechain-types/ISiloLens.ts +107 -0
- package/typechain-types/ISophonFarming.ts +303 -0
- package/typechain-types/IStETH.ts +257 -0
- package/typechain-types/IStaderStakeManager.ts +700 -0
- package/typechain-types/IStandardizedYield.ts +895 -0
- package/typechain-types/IStargateLP.ts +306 -0
- package/typechain-types/IStargateRouter.ts +159 -0
- package/typechain-types/IStargateStaking.ts +232 -0
- package/typechain-types/ISwETH.ts +138 -0
- package/typechain-types/ISwellSimpleStakingERC20.ts +289 -0
- package/typechain-types/ITaskTreasuryUpgradable.ts +160 -0
- package/typechain-types/ITensorplexStTAO.ts +221 -0
- package/typechain-types/IThenaFactory.ts +245 -0
- package/typechain-types/IThenaGaugeV2.ts +206 -0
- package/typechain-types/IThenaPair.ts +579 -0
- package/typechain-types/IThenaRouter.ts +313 -0
- package/typechain-types/IThenaSY.ts +81 -0
- package/typechain-types/ITriCrvPool.ts +345 -0
- package/typechain-types/IVault.ts +410 -0
- package/typechain-types/IVaultPriceFeed.ts +114 -0
- package/typechain-types/IVedaAccountant.ts +102 -0
- package/typechain-types/IVedaTeller.ts +178 -0
- package/typechain-types/IVersion.ts +81 -0
- package/typechain-types/IWBETH.ts +128 -0
- package/typechain-types/IWETH.ts +380 -0
- package/typechain-types/IWstETH.ts +162 -0
- package/typechain-types/IXGrail.ts +603 -0
- package/typechain-types/IZircuitZtaking.ts +148 -0
- package/typechain-types/Initializable.ts +68 -0
- package/typechain-types/KyberMathHelper.ts +604 -0
- package/typechain-types/KyberNftManagerBaseUpg.ts +148 -0
- package/typechain-types/LegacyNFTHelper.ts +87 -0
- package/typechain-types/LimitRouterBase.ts +14 -3
- package/typechain-types/LinearPreview.ts +402 -0
- package/typechain-types/MetaStableMath.ts +113 -0
- package/typechain-types/MetaStablePreview.ts +501 -0
- package/typechain-types/MlpPricingHelper.ts +397 -0
- package/typechain-types/Multicall2.ts +437 -0
- package/typechain-types/NonceManager.ts +209 -0
- package/typechain-types/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/OFTImpl.ts +1675 -0
- package/typechain-types/OracleLib.ts +124 -0
- package/typechain-types/Ownable.ts +165 -0
- package/typechain-types/PTExpiry.ts +81 -0
- package/typechain-types/Pausable.ts +101 -0
- package/typechain-types/PendleAaveV3SY.ts +1310 -0
- package/typechain-types/PendleAaveV3WithRewardsSY.ts +1533 -0
- package/typechain-types/PendleAgETHSY.ts +1394 -0
- package/typechain-types/PendleAmphorWstETHVaultSY.ts +1281 -0
- package/typechain-types/PendleAnkrBNBSY.ts +1300 -0
- package/typechain-types/PendleApxETHSY.ts +1326 -0
- package/typechain-types/PendleArbitrumStakedEthSY.ts +1287 -0
- package/typechain-types/PendleAuraBalancerStableLPSYV2.ts +1577 -0
- package/typechain-types/PendleAuraBalancerStableLPSYV3Upg.ts +1577 -0
- package/typechain-types/PendleAuraBbAWethSwethSY.ts +1597 -0
- package/typechain-types/PendleAuraWethAnkrethSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWethRocketEthSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWethStafiEthSY.ts +1576 -0
- package/typechain-types/PendleAuraWethWstethSYV2.ts +1576 -0
- package/typechain-types/PendleAuraWstethAnkreth.ts +1576 -0
- package/typechain-types/PendleBridgedLSDSY.ts +1287 -0
- package/typechain-types/PendleBridgedPrincipalToken.ts +1688 -0
- package/typechain-types/PendleBridgedPrincipalTokenHubFactory.ts +276 -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/PendleCamelotV1VolatileSY.ts +1962 -0
- package/typechain-types/PendleChainlinkReceiver.ts +239 -0
- package/typechain-types/PendleChainlinkRelayer.ts +158 -0
- package/typechain-types/PendleConvexLPSY.ts +1458 -0
- package/typechain-types/PendleCurveFraxUsdcSY.ts +1497 -0
- package/typechain-types/PendleCurveUsdd3CrvSY.ts +1568 -0
- package/typechain-types/PendleDolomiteSY.ts +1302 -0
- package/typechain-types/PendleERC20.ts +339 -0
- package/typechain-types/PendleERC20SY.ts +1270 -0
- package/typechain-types/PendleERC20SYUpg.ts +1306 -0
- package/typechain-types/PendleERC20WithSupplyCapSY.ts +1332 -0
- package/typechain-types/PendleERC4626SY.ts +1281 -0
- package/typechain-types/PendleERC4626SYUpg.ts +1281 -0
- package/typechain-types/PendleETHXSY.ts +1296 -0
- package/typechain-types/PendleEUSDSY.ts +1281 -0
- package/typechain-types/PendleEzETHL2SY.ts +1400 -0
- package/typechain-types/PendleEzETHSY.ts +1471 -0
- package/typechain-types/PendleFeeDistributor.ts +7 -6
- package/typechain-types/PendleFeeDistributorV2.ts +723 -0
- package/typechain-types/PendleFluxLendingSY.ts +1297 -0
- package/typechain-types/PendleGDaiSY.ts +1294 -0
- package/typechain-types/PendleGMV2TokenSY.ts +1434 -0
- package/typechain-types/PendleGTokenSY.ts +1281 -0
- package/typechain-types/PendleGUSDCSY.ts +1294 -0
- package/typechain-types/PendleGaugeControllerMainchainUpg.ts +7 -6
- package/typechain-types/PendleGaugeControllerSidechainUpg.ts +7 -6
- package/typechain-types/PendleGlpSY.ts +1552 -0
- package/typechain-types/PendleHlpSY.ts +1554 -0
- package/typechain-types/PendleKarakVaultERC20SY.ts +1324 -0
- package/typechain-types/PendleKarakVaultEzETHSY.ts +1400 -0
- package/typechain-types/PendleKarakVaultSUSDESY.ts +1380 -0
- package/typechain-types/PendleKarakVaultSYBaseUpg.ts +1312 -0
- package/typechain-types/PendleKarakVaultUSDESY.ts +1366 -0
- package/typechain-types/PendleKarakVaultWEETHSY.ts +1370 -0
- package/typechain-types/PendleKyberElasticSYUpg.ts +1648 -0
- package/typechain-types/PendleL2LRTSY.ts +1323 -0
- package/typechain-types/PendleLimitRouter.ts +14 -3
- package/typechain-types/PendleLooksStakingSY.ts +1321 -0
- package/typechain-types/PendleMETHSY.ts +1349 -0
- package/typechain-types/PendleMantleStakedEthSY.ts +1287 -0
- package/typechain-types/PendleMellowVaultERC20SYUpg.ts +1504 -0
- package/typechain-types/PendleMellowVaultERC4626SYUpg.ts +1512 -0
- package/typechain-types/PendleMellowVaultSYBaseUpg.ts +1466 -0
- package/typechain-types/PendleMellowVaultWstETHSYUpg.ts +1485 -0
- package/typechain-types/PendleMerkleDistributor.ts +611 -0
- package/typechain-types/PendleMlpSY.ts +1606 -0
- package/typechain-types/PendleMsgReceiveEndpointUpg.ts +7 -6
- package/typechain-types/PendleMsgReceiverAppUpg.ts +125 -0
- package/typechain-types/PendleMsgSendEndpointUpg.ts +7 -6
- package/typechain-types/PendleMsgSenderAppUpg.ts +353 -0
- package/typechain-types/PendleMulticallOwnerV1.ts +271 -0
- package/typechain-types/PendleMulticallV1.ts +162 -0
- package/typechain-types/PendleMulticallV2.ts +241 -0
- package/typechain-types/PendleOffchainStorage.ts +666 -0
- package/typechain-types/PendleOracleForSyProxy.ts +275 -0
- package/typechain-types/PendlePTOFTAdapterFactory.ts +294 -0
- package/typechain-types/PendlePYLpOracle.ts +7 -2
- package/typechain-types/PendlePrincipalToken.ts +510 -0
- package/typechain-types/PendlePufStETHSY.ts +1332 -0
- package/typechain-types/PendlePufWETHSY.ts +1332 -0
- package/typechain-types/PendleQiTokenHelper.ts +57 -0
- package/typechain-types/PendleQiTokenSY.ts +1435 -0
- package/typechain-types/PendleREZtakeSY.ts +1290 -0
- package/typechain-types/PendleRenzoPreviewHelper.ts +527 -0
- package/typechain-types/PendleRsETHSY.ts +1482 -0
- package/typechain-types/PendleRswETHSY.ts +1294 -0
- package/typechain-types/PendleSUSDEMantleSY.ts +1510 -0
- package/typechain-types/PendleSUSDESY.ts +1385 -0
- package/typechain-types/PendleSfrxEthSY.ts +1307 -0
- package/typechain-types/PendleSiloWithIncentiveSY.ts +1542 -0
- package/typechain-types/PendleSophonFarmingSY.ts +1412 -0
- package/typechain-types/PendleSophonPointManager.ts +610 -0
- package/typechain-types/PendleSparkLinearDiscountOracle.ts +213 -0
- package/typechain-types/PendleStTAOSY.ts +1314 -0
- package/typechain-types/PendleStargateLPSY.ts +1507 -0
- package/typechain-types/PendleSwapBase.ts +126 -0
- package/typechain-types/PendleSwapL1.ts +126 -0
- package/typechain-types/PendleSwapL2.ts +126 -0
- package/typechain-types/PendleSwellRswETHStakingSY.ts +1325 -0
- package/typechain-types/PendleSwellStakingERC20SY.ts +1299 -0
- package/typechain-types/PendleThenaSY.ts +1663 -0
- package/typechain-types/PendleUSDEL2SY.ts +1435 -0
- package/typechain-types/PendleUSDESY.ts +1374 -0
- package/typechain-types/PendleUniETHSY.ts +1276 -0
- package/typechain-types/PendleVotingControllerUpg.ts +7 -6
- package/typechain-types/PendleWEEthSY.ts +1302 -0
- package/typechain-types/PendleWEEthkSY.ts +1433 -0
- package/typechain-types/PendleWEEthsSY.ts +1433 -0
- package/typechain-types/PendleWbEthSY.ts +1294 -0
- package/typechain-types/PendleWstETHPriceFeed.ts +148 -0
- package/typechain-types/PendleWstEthSY.ts +1307 -0
- package/typechain-types/PendleZtakeERC20SY.ts +1336 -0
- package/typechain-types/PendleZtakeEzETHSY.ts +1416 -0
- package/typechain-types/PendleZtakeRsETHSY.ts +1377 -0
- package/typechain-types/PendleZtakeUSDESY.ts +1393 -0
- package/typechain-types/PendleZtakeWeETHSY.ts +1345 -0
- package/typechain-types/Proxy.ts +57 -0
- package/typechain-types/SAPE.ts +1460 -0
- package/typechain-types/SYBase.ts +1270 -0
- package/typechain-types/SYBaseUpg.ts +1270 -0
- package/typechain-types/SYBaseWithRewards.ts +1363 -0
- package/typechain-types/SYBaseWithRewardsUpg.ts +1363 -0
- package/typechain-types/SimulateHelper.ts +153 -0
- package/typechain-types/StablePreviewBase.ts +217 -0
- package/typechain-types/StarNFTV1.ts +880 -0
- package/typechain-types/SupplyCapReader.ts +105 -0
- package/typechain-types/SwETHSY.ts +1281 -0
- package/typechain-types/ThenaLpHelper.ts +191 -0
- package/typechain-types/ThenaMath.ts +87 -0
- package/typechain-types/ThenaPreview.ts +450 -0
- package/typechain-types/UUPSUpgradeable.ts +197 -0
- package/typechain-types/factories/AccessControlUpgradeable__factory.ts +247 -0
- package/typechain-types/factories/AddressCast__factory.ts +71 -0
- package/typechain-types/factories/AddressProvider__factory.ts +202 -0
- package/typechain-types/factories/AggregatorInterface__factory.ts +153 -0
- package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +268 -0
- package/typechain-types/factories/AggregatorV3Interface__factory.ts +141 -0
- package/typechain-types/factories/AuraEthxBbAWethSY__factory.ts +1305 -0
- package/typechain-types/factories/AuraSwEthBbAWethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +1264 -0
- package/typechain-types/factories/AutomateReady__factory.ts +49 -0
- package/typechain-types/factories/BalanceReader__factory.ts +8 -2
- package/typechain-types/factories/BasePendleBridgedPrincipalToken__factory.ts +1548 -0
- package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +239 -0
- package/typechain-types/factories/BbAPoolHelper__factory.ts +36 -0
- package/typechain-types/factories/BbAWethHelper__factory.ts +36 -0
- package/typechain-types/factories/BoringLpGlpOracle__factory.ts +246 -0
- package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +96 -0
- package/typechain-types/factories/BoringOwnableUpgradeable__factory.ts +118 -0
- package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +1 -1
- package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +1 -1
- package/typechain-types/factories/Broadcaster__factory.ts +8 -2
- package/typechain-types/factories/C__factory.ts +83 -0
- package/typechain-types/factories/CamelotRewardHelper__factory.ts +324 -0
- package/typechain-types/factories/CamelotV1VolatileLpHelper__factory.ts +82 -0
- package/typechain-types/factories/CamelotV1VolatilePreview__factory.ts +400 -0
- package/typechain-types/factories/ComposableStablePreviewProxy__factory.ts +288 -0
- package/typechain-types/factories/ComposableStablePreviewV4__factory.ts +190 -0
- package/typechain-types/factories/ComposableStablePreviewV5__factory.ts +190 -0
- package/typechain-types/factories/ComposableStablePreview__factory.ts +152 -0
- package/typechain-types/factories/ContextUpgradeable__factory.ts +39 -0
- package/typechain-types/factories/EIP712Upgradeable__factory.ts +88 -0
- package/typechain-types/factories/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/EmptyUUPS__factory.ts +256 -0
- package/typechain-types/factories/Errors__factory.ts +1483 -0
- package/typechain-types/factories/ExpiredLpPtRedeemer__factory.ts +1 -1
- package/typechain-types/factories/FixedPricePTAMM__factory.ts +519 -0
- package/typechain-types/factories/GLPPreviewHelper__factory.ts +65 -0
- package/typechain-types/factories/GMTokenPricingHelper__factory.ts +354 -0
- package/typechain-types/factories/HLPPricingHelper__factory.ts +311 -0
- package/typechain-types/factories/HubBridgeHelper__factory.ts +593 -0
- package/typechain-types/factories/I1inchAggregationRouterV5__factory.ts +179 -0
- package/typechain-types/factories/IAaveV3AToken__factory.ts +124 -0
- package/typechain-types/factories/IAaveV3IncentiveController__factory.ts +67 -0
- package/typechain-types/factories/IAaveV3Pool__factory.ts +99 -0
- package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +202 -0
- package/typechain-types/factories/IAddressProvider__factory.ts +63 -0
- package/typechain-types/factories/IAggregationExecutorOptimistic__factory.ts +213 -0
- package/typechain-types/factories/IAggregationExecutor__factory.ts +84 -0
- package/typechain-types/factories/IAnkrBNB__factory.ts +74 -0
- package/typechain-types/factories/IAnkrLiquidStaking__factory.ts +123 -0
- package/typechain-types/factories/IApeStaking__factory.ts +161 -0
- package/typechain-types/factories/IAutomate__factory.ts +126 -0
- package/typechain-types/factories/IBalancerFees__factory.ts +36 -0
- package/typechain-types/factories/IBalancerStablePreview__factory.ts +152 -0
- package/typechain-types/factories/IBasePool__factory.ts +340 -0
- package/typechain-types/factories/IBeacon__factory.ts +36 -0
- package/typechain-types/factories/IBedrockStaking__factory.ts +76 -0
- package/typechain-types/factories/IBenQiComptroller__factory.ts +96 -0
- package/typechain-types/factories/IBenQiInterestRateModel__factory.ts +93 -0
- package/typechain-types/factories/IBooster__factory.ts +189 -0
- package/typechain-types/factories/ICamelotFactory__factory.ts +252 -0
- package/typechain-types/factories/ICamelotNFTFactory__factory.ts +71 -0
- package/typechain-types/factories/ICamelotNFTHandler__factory.ts +157 -0
- package/typechain-types/factories/ICamelotNFTPool__factory.ts +478 -0
- package/typechain-types/factories/ICamelotNitroPoolFactory__factory.ts +657 -0
- package/typechain-types/factories/ICamelotNitroPool__factory.ts +466 -0
- package/typechain-types/factories/ICamelotPair__factory.ts +767 -0
- package/typechain-types/factories/ICamelotRouter__factory.ts +662 -0
- package/typechain-types/factories/ICamelotYieldBooster__factory.ts +37 -0
- package/typechain-types/factories/IComposableStable__factory.ts +501 -0
- package/typechain-types/factories/IConnext__factory.ts +57 -0
- package/typechain-types/factories/ICrvDepositor__factory.ts +90 -0
- package/typechain-types/factories/ICrvPool__factory.ts +290 -0
- package/typechain-types/factories/ICvxCrv__factory.ts +36 -0
- package/typechain-types/factories/IDaiLikePermit__factory.ts +74 -0
- package/typechain-types/factories/IDolomiteDToken__factory.ts +103 -0
- package/typechain-types/factories/IDolomiteMarginContract__factory.ts +85 -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/IERC4626LinearPool__factory.ts +1187 -0
- package/typechain-types/factories/IERC4626__factory.ts +400 -0
- package/typechain-types/factories/IERC5267Upgradeable__factory.ts +75 -0
- package/typechain-types/factories/IERC721Receiver__factory.ts +60 -0
- package/typechain-types/factories/IERC721__factory.ts +308 -0
- package/typechain-types/factories/IEUSD__factory.ts +101 -0
- package/typechain-types/factories/IEtherFiLiquidityPool__factory.ts +164 -0
- package/typechain-types/factories/IEtherFiWEEth__factory.ts +87 -0
- package/typechain-types/factories/IExecutorHelperL2__factory.ts +2402 -0
- package/typechain-types/factories/IExecutorHelper__factory.ts +1658 -0
- package/typechain-types/factories/IFluxErc20__factory.ts +178 -0
- package/typechain-types/factories/IFluxInterestRateModel__factory.ts +59 -0
- package/typechain-types/factories/IFrxEthMinter__factory.ts +68 -0
- package/typechain-types/factories/IGMXPriceHelper__factory.ts +45 -0
- package/typechain-types/factories/IGMXV2DataStore__factory.ts +45 -0
- package/typechain-types/factories/IGMXV2Oracle__factory.ts +47 -0
- package/typechain-types/factories/IGMXV2Reader__factory.ts +192 -0
- package/typechain-types/factories/IGMXVault__factory.ts +320 -0
- package/typechain-types/factories/IGauge__factory.ts +70 -0
- package/typechain-types/factories/IGlpManager__factory.ts +100 -0
- package/typechain-types/factories/IHLPStaking__factory.ts +67 -0
- package/typechain-types/factories/IHMXCalculator__factory.ts +45 -0
- package/typechain-types/factories/IHMXCompounder__factory.ts +59 -0
- package/typechain-types/factories/IHMXStaking__factory.ts +78 -0
- package/typechain-types/factories/IHMXVester__factory.ts +85 -0
- package/typechain-types/factories/IKarakVaultSupervisor__factory.ts +95 -0
- package/typechain-types/factories/IKarakVault__factory.ts +36 -0
- package/typechain-types/factories/IKelpDepositPool__factory.ts +109 -0
- package/typechain-types/factories/IKelpLRTConfig__factory.ts +58 -0
- package/typechain-types/factories/IKyberElasticFactory__factory.ts +455 -0
- package/typechain-types/factories/IKyberElasticPool__factory.ts +315 -0
- package/typechain-types/factories/IKyberElasticRouter__factory.ts +240 -0
- package/typechain-types/factories/IKyberLiquidityMining__factory.ts +913 -0
- package/typechain-types/factories/IKyberMathHelper__factory.ts +143 -0
- package/typechain-types/factories/IKyberPositionManager__factory.ts +633 -0
- package/typechain-types/factories/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/ILiquidityGaugeFactory__factory.ts +49 -0
- package/typechain-types/factories/ILooksFeeSharing__factory.ts +45 -0
- package/typechain-types/factories/ILooksStaking__factory.ts +88 -0
- package/typechain-types/factories/IMUXRewardRouter__factory.ts +885 -0
- package/typechain-types/factories/IMellowVaultConfigurator__factory.ts +43 -0
- package/typechain-types/factories/IMellowVault__factory.ts +137 -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/IMetaAggregationRouterV2__factory.ts +234 -0
- package/typechain-types/factories/IMetaStablePool__factory.ts +413 -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/IPBridgedPrincipalTokenHubFactory__factory.ts +70 -0
- package/typechain-types/factories/IPBridgedPrincipalToken__factory.ts +947 -0
- package/typechain-types/factories/IPBulkSellerCallback__factory.ts +53 -0
- package/typechain-types/factories/IPBulkSellerFactory__factory.ts +107 -0
- package/typechain-types/factories/IPBulkSeller__factory.ts +333 -0
- package/typechain-types/factories/IPChainlinkOracleEssential__factory.ts +76 -0
- package/typechain-types/factories/IPChainlinkOracleWithQuote__factory.ts +281 -0
- package/typechain-types/factories/IPComposableStablePreview__factory.ts +152 -0
- package/typechain-types/factories/IPExchangeRateOracle__factory.ts +43 -0
- package/typechain-types/factories/IPExternalRewardDistributor__factory.ts +128 -0
- package/typechain-types/factories/IPFeeDistributorV2__factory.ts +184 -0
- package/typechain-types/factories/IPFeeDistributor__factory.ts +138 -0
- package/typechain-types/factories/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/IPHubBridgeHelper__factory.ts +426 -0
- package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +59 -0
- package/typechain-types/factories/IPInterestManagerYT__factory.ts +63 -0
- package/typechain-types/factories/IPLinearDistributor__factory.ts +150 -0
- package/typechain-types/factories/IPMarketFactoryV2__factory.ts +181 -0
- package/typechain-types/factories/IPMarketFactory__factory.ts +168 -0
- package/typechain-types/factories/IPMarketSwapCallback__factory.ts +53 -0
- package/typechain-types/factories/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/IPPTOFTAdapterFactory__factory.ts +100 -0
- package/typechain-types/factories/IPPYLpOracle__factory.ts +227 -0
- package/typechain-types/factories/IPPreviewHelper__factory.ts +74 -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/IPRouterHelper__factory.ts +879 -0
- package/typechain-types/factories/IPSophonPointManager__factory.ts +37 -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/IPirexETH__factory.ts +139 -0
- package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
- package/typechain-types/factories/IPreCrime__factory.ts +200 -0
- package/typechain-types/factories/IQiAvax__factory.ts +362 -0
- package/typechain-types/factories/IQiErc20__factory.ts +387 -0
- package/typechain-types/factories/IQiToken__factory.ts +336 -0
- package/typechain-types/factories/IRateProvider__factory.ts +36 -0
- package/typechain-types/factories/IRedstonePriceFeed__factory.ts +163 -0
- package/typechain-types/factories/IRenzoDepositL2__factory.ts +120 -0
- package/typechain-types/factories/IRenzoOracle__factory.ts +76 -0
- package/typechain-types/factories/IRenzoRestakeManager__factory.ts +121 -0
- package/typechain-types/factories/IRenzoReztake__factory.ts +81 -0
- package/typechain-types/factories/IRewardManager__factory.ts +55 -0
- package/typechain-types/factories/IRewardRouterV2__factory.ts +216 -0
- package/typechain-types/factories/IRewards__factory.ts +294 -0
- package/typechain-types/factories/IRswETH__factory.ts +56 -0
- package/typechain-types/factories/ISendLib__factory.ts +376 -0
- package/typechain-types/factories/ISiloIncentiveController__factory.ts +67 -0
- package/typechain-types/factories/ISiloLens__factory.ts +47 -0
- package/typechain-types/factories/ISilo__factory.ts +846 -0
- package/typechain-types/factories/ISophonFarming__factory.ts +183 -0
- package/typechain-types/factories/IStETH__factory.ts +146 -0
- package/typechain-types/factories/IStaderStakeManager__factory.ts +435 -0
- package/typechain-types/factories/IStandardizedYield__factory.ts +658 -0
- package/typechain-types/factories/IStargateLP__factory.ts +212 -0
- package/typechain-types/factories/IStargateRouter__factory.ts +78 -0
- package/typechain-types/factories/IStargateStaking__factory.ts +145 -0
- package/typechain-types/factories/ISwETH__factory.ts +53 -0
- package/typechain-types/factories/ISwellSimpleStakingERC20__factory.ts +226 -0
- package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +76 -0
- package/typechain-types/factories/ITensorplexStTAO__factory.ts +121 -0
- package/typechain-types/factories/IThenaFactory__factory.ts +164 -0
- package/typechain-types/factories/IThenaGaugeV2__factory.ts +83 -0
- package/typechain-types/factories/IThenaPair__factory.ts +421 -0
- package/typechain-types/factories/IThenaRouter__factory.ts +200 -0
- package/typechain-types/factories/IThenaSY__factory.ts +36 -0
- package/typechain-types/factories/ITriCrvPool__factory.ts +225 -0
- package/typechain-types/factories/IVaultPriceFeed__factory.ts +60 -0
- package/typechain-types/factories/IVault__factory.ts +287 -0
- package/typechain-types/factories/IVedaAccountant__factory.ts +45 -0
- package/typechain-types/factories/IVedaTeller__factory.ts +99 -0
- package/typechain-types/factories/IVersion__factory.ts +36 -0
- package/typechain-types/factories/IWBETH__factory.ts +51 -0
- package/typechain-types/factories/IWETH__factory.ts +261 -0
- package/typechain-types/factories/IWstETH__factory.ts +87 -0
- package/typechain-types/factories/IXGrail__factory.ts +362 -0
- package/typechain-types/factories/IZircuitZtaking__factory.ts +67 -0
- package/typechain-types/factories/Initializable__factory.ts +36 -0
- package/typechain-types/factories/KyberMathHelper__factory.ts +430 -0
- package/typechain-types/factories/KyberNftManagerBaseUpg__factory.ts +101 -0
- package/typechain-types/factories/LegacyNFTHelper__factory.ts +83 -0
- package/typechain-types/factories/LimitRouterBase__factory.ts +5 -0
- package/typechain-types/factories/LinearPreview__factory.ts +284 -0
- package/typechain-types/factories/MetaStableMath__factory.ts +93 -0
- package/typechain-types/factories/MetaStablePreview__factory.ts +375 -0
- package/typechain-types/factories/MlpPricingHelper__factory.ts +303 -0
- package/typechain-types/factories/Multicall2__factory.ts +372 -0
- package/typechain-types/factories/NonceManager__factory.ts +149 -0
- package/typechain-types/factories/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/OFTImpl__factory.ts +1610 -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/Pausable__factory.ts +62 -0
- package/typechain-types/factories/PendleAaveV3SY__factory.ts +1130 -0
- package/typechain-types/factories/PendleAaveV3WithRewardsSY__factory.ts +1279 -0
- package/typechain-types/factories/PendleAgETHSY__factory.ts +1138 -0
- package/typechain-types/factories/PendleAmphorWstETHVaultSY__factory.ts +1067 -0
- package/typechain-types/factories/PendleAnkrBNBSY__factory.ts +1165 -0
- package/typechain-types/factories/PendleApxETHSY__factory.ts +1115 -0
- package/typechain-types/factories/PendleArbitrumStakedEthSY__factory.ts +1133 -0
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV2__factory.ts +1234 -0
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV3Upg__factory.ts +1209 -0
- package/typechain-types/factories/PendleAuraBbAWethSwethSY__factory.ts +1331 -0
- package/typechain-types/factories/PendleAuraWethAnkrethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethRocketEthSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethStafiEthSY__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWethWstethSYV2__factory.ts +1309 -0
- package/typechain-types/factories/PendleAuraWstethAnkreth__factory.ts +1309 -0
- package/typechain-types/factories/PendleBridgedLSDSY__factory.ts +1129 -0
- package/typechain-types/factories/PendleBridgedPrincipalTokenHubFactory__factory.ts +227 -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/PendleBridgedPrincipalToken__factory.ts +1646 -0
- package/typechain-types/factories/PendleCamelotV1VolatileSY__factory.ts +1594 -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/PendleChainlinkReceiver__factory.ts +216 -0
- package/typechain-types/factories/PendleChainlinkRelayer__factory.ts +180 -0
- package/typechain-types/factories/PendleCommonPoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendleCommonSYFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleConvexLPSY__factory.ts +1169 -0
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +1274 -0
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +1339 -0
- package/typechain-types/factories/PendleDolomiteSY__factory.ts +1129 -0
- package/typechain-types/factories/PendleERC20SYUpg__factory.ts +1060 -0
- package/typechain-types/factories/PendleERC20SY__factory.ts +1074 -0
- package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1157 -0
- package/typechain-types/factories/PendleERC20__factory.ts +327 -0
- package/typechain-types/factories/PendleERC4626SYUpg__factory.ts +1058 -0
- package/typechain-types/factories/PendleERC4626SY__factory.ts +1095 -0
- package/typechain-types/factories/PendleETHXSY__factory.ts +1124 -0
- package/typechain-types/factories/PendleEUSDSY__factory.ts +1087 -0
- package/typechain-types/factories/PendleExchangeRateOracle__factory.ts +1 -1
- package/typechain-types/factories/PendleEzETHL2SY__factory.ts +1191 -0
- package/typechain-types/factories/PendleEzETHSY__factory.ts +1218 -0
- package/typechain-types/factories/PendleFeeDistributorV2__factory.ts +555 -0
- package/typechain-types/factories/PendleFeeDistributor__factory.ts +8 -2
- package/typechain-types/factories/PendleFluxLendingSY__factory.ts +1114 -0
- package/typechain-types/factories/PendleGDaiSY__factory.ts +1100 -0
- package/typechain-types/factories/PendleGMV2TokenSY__factory.ts +1240 -0
- package/typechain-types/factories/PendleGTokenSY__factory.ts +1095 -0
- package/typechain-types/factories/PendleGUSDCSY__factory.ts +1073 -0
- package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +8 -2
- package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +8 -2
- package/typechain-types/factories/PendleGlpSY__factory.ts +1287 -0
- package/typechain-types/factories/PendleHlpSY__factory.ts +1311 -0
- package/typechain-types/factories/PendleKarakVaultERC20SY__factory.ts +1139 -0
- package/typechain-types/factories/PendleKarakVaultEzETHSY__factory.ts +1236 -0
- package/typechain-types/factories/PendleKarakVaultSUSDESY__factory.ts +1180 -0
- package/typechain-types/factories/PendleKarakVaultSYBaseUpg__factory.ts +1055 -0
- package/typechain-types/factories/PendleKarakVaultUSDESY__factory.ts +1165 -0
- package/typechain-types/factories/PendleKarakVaultWEETHSY__factory.ts +1189 -0
- package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +1351 -0
- package/typechain-types/factories/PendleL2LRTSY__factory.ts +1139 -0
- package/typechain-types/factories/PendleLPWrapperFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleLimitRouter__factory.ts +6 -1
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +1143 -0
- package/typechain-types/factories/PendleMETHSY__factory.ts +1099 -0
- package/typechain-types/factories/PendleMantleStakedEthSY__factory.ts +1133 -0
- package/typechain-types/factories/PendleMarketFactoryV3__factory.ts +1 -1
- package/typechain-types/factories/PendleMellowVaultERC20SYUpg__factory.ts +1251 -0
- package/typechain-types/factories/PendleMellowVaultERC4626SYUpg__factory.ts +1264 -0
- package/typechain-types/factories/PendleMellowVaultSYBaseUpg__factory.ts +1176 -0
- package/typechain-types/factories/PendleMellowVaultWstETHSYUpg__factory.ts +1229 -0
- package/typechain-types/factories/PendleMerkleDistributor__factory.ts +494 -0
- package/typechain-types/factories/PendleMlpSY__factory.ts +1314 -0
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +8 -2
- package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +67 -0
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +8 -2
- package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +193 -0
- package/typechain-types/factories/PendleMultiTokenMerkleDistributor__factory.ts +1 -1
- package/typechain-types/factories/PendleMulticallOwnerV1__factory.ts +215 -0
- package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
- package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
- package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
- package/typechain-types/factories/PendleOracleForSyProxy__factory.ts +211 -0
- package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +253 -0
- package/typechain-types/factories/PendlePYLpOracle__factory.ts +6 -1
- package/typechain-types/factories/PendlePoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +489 -0
- package/typechain-types/factories/PendlePufStETHSY__factory.ts +1069 -0
- package/typechain-types/factories/PendlePufWETHSY__factory.ts +1069 -0
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +99 -0
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +1301 -0
- package/typechain-types/factories/PendleREZtakeSY__factory.ts +1076 -0
- package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +1 -1
- package/typechain-types/factories/PendleRenzoPreviewHelper__factory.ts +431 -0
- package/typechain-types/factories/PendleRsETHSY__factory.ts +1237 -0
- package/typechain-types/factories/PendleRswETHSY__factory.ts +1117 -0
- package/typechain-types/factories/PendleSUSDEMantleSY__factory.ts +1201 -0
- package/typechain-types/factories/PendleSUSDESY__factory.ts +1171 -0
- package/typechain-types/factories/PendleSfrxEthSY__factory.ts +1116 -0
- package/typechain-types/factories/PendleSiloWithIncentiveSY__factory.ts +1311 -0
- package/typechain-types/factories/PendleSophonFarmingSY__factory.ts +1216 -0
- package/typechain-types/factories/PendleSophonPointManager__factory.ts +500 -0
- package/typechain-types/factories/PendleSparkLinearDiscountOracleFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleSparkLinearDiscountOracle__factory.ts +209 -0
- package/typechain-types/factories/PendleStTAOSY__factory.ts +1088 -0
- package/typechain-types/factories/PendleStargateLPSY__factory.ts +1306 -0
- package/typechain-types/factories/PendleSwapBase__factory.ts +91 -0
- package/typechain-types/factories/PendleSwapL1__factory.ts +126 -0
- package/typechain-types/factories/PendleSwapL2__factory.ts +126 -0
- package/typechain-types/factories/PendleSwap__factory.ts +1 -1
- package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +1106 -0
- package/typechain-types/factories/PendleSwellStakingERC20SY__factory.ts +1112 -0
- package/typechain-types/factories/PendleThenaSY__factory.ts +1417 -0
- package/typechain-types/factories/PendleUSDEL2SY__factory.ts +1154 -0
- package/typechain-types/factories/PendleUSDESY__factory.ts +1158 -0
- package/typechain-types/factories/PendleUniETHSY__factory.ts +1099 -0
- package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +8 -2
- package/typechain-types/factories/PendleWEEthSY__factory.ts +1118 -0
- package/typechain-types/factories/PendleWEEthkSY__factory.ts +1150 -0
- package/typechain-types/factories/PendleWEEthsSY__factory.ts +1150 -0
- package/typechain-types/factories/PendleWbEthSY__factory.ts +1114 -0
- package/typechain-types/factories/PendleWstETHPriceFeed__factory.ts +133 -0
- package/typechain-types/factories/PendleWstEthSY__factory.ts +1130 -0
- package/typechain-types/factories/PendleYieldContractFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleZtakeERC20SY__factory.ts +1097 -0
- package/typechain-types/factories/PendleZtakeEzETHSY__factory.ts +1189 -0
- package/typechain-types/factories/PendleZtakeRsETHSY__factory.ts +1147 -0
- package/typechain-types/factories/PendleZtakeUSDESY__factory.ts +1147 -0
- package/typechain-types/factories/PendleZtakeWeETHSY__factory.ts +1138 -0
- package/typechain-types/factories/Proxy__factory.ts +28 -0
- package/typechain-types/factories/SAPE__factory.ts +1207 -0
- package/typechain-types/factories/SYBaseUpg__factory.ts +988 -0
- package/typechain-types/factories/SYBaseWithRewardsUpg__factory.ts +1061 -0
- package/typechain-types/factories/SYBaseWithRewards__factory.ts +1073 -0
- package/typechain-types/factories/SYBase__factory.ts +1001 -0
- package/typechain-types/factories/SimulateHelper__factory.ts +137 -0
- package/typechain-types/factories/StablePreviewBase__factory.ts +148 -0
- package/typechain-types/factories/StarNFTV1__factory.ts +584 -0
- package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
- package/typechain-types/factories/SwETHSY__factory.ts +1087 -0
- package/typechain-types/factories/ThenaLpHelper__factory.ts +140 -0
- package/typechain-types/factories/ThenaMath__factory.ts +36 -0
- package/typechain-types/factories/ThenaPreview__factory.ts +319 -0
- package/typechain-types/factories/UUPSUpgradeable__factory.ts +115 -0
- package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +1 -1
- package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +414 -45
- package/typechain-types/index.ts +90 -12
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -372
- 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 -390
- 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 -533
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -523
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -426
- 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/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -592
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -492
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1198
- 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/v1/PendleMarket.sol/PendleMarket.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v1/PendleMarket.sol/PendleMarket.json +0 -1139
- package/build/artifacts/contracts/core/Market/v1/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v1/PendleMarketFactory.sol/PendleMarketFactory.json +0 -664
- 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/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -99
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.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/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 -1054
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +0 -4
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +0 -1081
- 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 -143
- 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 -297
- 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 -256
- 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 -200
- 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/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 -422
- 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/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol +0 -201
- package/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol +0 -151
- package/contracts/core/Market/v1/PendleMarket.sol +0 -348
- package/contracts/core/Market/v1/PendleMarketFactory.sol +0 -154
- package/contracts/core/libraries/BoringOwnableUpgradeable.sol +0 -58
- 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/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
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
5
|
+
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
6
|
+
import type {
|
|
7
|
+
ComposableStablePreviewProxy,
|
|
8
|
+
ComposableStablePreviewProxyInterface,
|
|
9
|
+
} from "../ComposableStablePreviewProxy";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "_implementationV4",
|
|
17
|
+
type: "address",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
internalType: "address",
|
|
21
|
+
name: "_implementationV5",
|
|
22
|
+
type: "address",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
stateMutability: "nonpayable",
|
|
26
|
+
type: "constructor",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
anonymous: false,
|
|
30
|
+
inputs: [
|
|
31
|
+
{
|
|
32
|
+
indexed: false,
|
|
33
|
+
internalType: "address",
|
|
34
|
+
name: "previousAdmin",
|
|
35
|
+
type: "address",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
indexed: false,
|
|
39
|
+
internalType: "address",
|
|
40
|
+
name: "newAdmin",
|
|
41
|
+
type: "address",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
name: "AdminChanged",
|
|
45
|
+
type: "event",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
anonymous: false,
|
|
49
|
+
inputs: [
|
|
50
|
+
{
|
|
51
|
+
indexed: true,
|
|
52
|
+
internalType: "address",
|
|
53
|
+
name: "beacon",
|
|
54
|
+
type: "address",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
name: "BeaconUpgraded",
|
|
58
|
+
type: "event",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
anonymous: false,
|
|
62
|
+
inputs: [
|
|
63
|
+
{
|
|
64
|
+
indexed: false,
|
|
65
|
+
internalType: "uint8",
|
|
66
|
+
name: "version",
|
|
67
|
+
type: "uint8",
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
name: "Initialized",
|
|
71
|
+
type: "event",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
anonymous: false,
|
|
75
|
+
inputs: [
|
|
76
|
+
{
|
|
77
|
+
indexed: true,
|
|
78
|
+
internalType: "address",
|
|
79
|
+
name: "previousOwner",
|
|
80
|
+
type: "address",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
indexed: true,
|
|
84
|
+
internalType: "address",
|
|
85
|
+
name: "newOwner",
|
|
86
|
+
type: "address",
|
|
87
|
+
},
|
|
88
|
+
],
|
|
89
|
+
name: "OwnershipTransferred",
|
|
90
|
+
type: "event",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
anonymous: false,
|
|
94
|
+
inputs: [
|
|
95
|
+
{
|
|
96
|
+
indexed: true,
|
|
97
|
+
internalType: "address",
|
|
98
|
+
name: "implementation",
|
|
99
|
+
type: "address",
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
name: "Upgraded",
|
|
103
|
+
type: "event",
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
stateMutability: "payable",
|
|
107
|
+
type: "fallback",
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
inputs: [],
|
|
111
|
+
name: "claimOwnership",
|
|
112
|
+
outputs: [],
|
|
113
|
+
stateMutability: "nonpayable",
|
|
114
|
+
type: "function",
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
inputs: [],
|
|
118
|
+
name: "initialize",
|
|
119
|
+
outputs: [],
|
|
120
|
+
stateMutability: "nonpayable",
|
|
121
|
+
type: "function",
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
inputs: [],
|
|
125
|
+
name: "owner",
|
|
126
|
+
outputs: [
|
|
127
|
+
{
|
|
128
|
+
internalType: "address",
|
|
129
|
+
name: "",
|
|
130
|
+
type: "address",
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
stateMutability: "view",
|
|
134
|
+
type: "function",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
inputs: [],
|
|
138
|
+
name: "pendingOwner",
|
|
139
|
+
outputs: [
|
|
140
|
+
{
|
|
141
|
+
internalType: "address",
|
|
142
|
+
name: "",
|
|
143
|
+
type: "address",
|
|
144
|
+
},
|
|
145
|
+
],
|
|
146
|
+
stateMutability: "view",
|
|
147
|
+
type: "function",
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
inputs: [],
|
|
151
|
+
name: "proxiableUUID",
|
|
152
|
+
outputs: [
|
|
153
|
+
{
|
|
154
|
+
internalType: "bytes32",
|
|
155
|
+
name: "",
|
|
156
|
+
type: "bytes32",
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
stateMutability: "view",
|
|
160
|
+
type: "function",
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
inputs: [
|
|
164
|
+
{
|
|
165
|
+
internalType: "address",
|
|
166
|
+
name: "newOwner",
|
|
167
|
+
type: "address",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
internalType: "bool",
|
|
171
|
+
name: "direct",
|
|
172
|
+
type: "bool",
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
internalType: "bool",
|
|
176
|
+
name: "renounce",
|
|
177
|
+
type: "bool",
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
name: "transferOwnership",
|
|
181
|
+
outputs: [],
|
|
182
|
+
stateMutability: "nonpayable",
|
|
183
|
+
type: "function",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
inputs: [
|
|
187
|
+
{
|
|
188
|
+
internalType: "address",
|
|
189
|
+
name: "newImplementation",
|
|
190
|
+
type: "address",
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
name: "upgradeTo",
|
|
194
|
+
outputs: [],
|
|
195
|
+
stateMutability: "nonpayable",
|
|
196
|
+
type: "function",
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
inputs: [
|
|
200
|
+
{
|
|
201
|
+
internalType: "address",
|
|
202
|
+
name: "newImplementation",
|
|
203
|
+
type: "address",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
internalType: "bytes",
|
|
207
|
+
name: "data",
|
|
208
|
+
type: "bytes",
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
name: "upgradeToAndCall",
|
|
212
|
+
outputs: [],
|
|
213
|
+
stateMutability: "payable",
|
|
214
|
+
type: "function",
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
stateMutability: "payable",
|
|
218
|
+
type: "receive",
|
|
219
|
+
},
|
|
220
|
+
];
|
|
221
|
+
|
|
222
|
+
const _bytecode =
|
|
223
|
+
"0x60e0604052306080523480156200001557600080fd5b50604051620014cf380380620014cf833981016040819052620000389162000198565b600154600160a81b900460ff16158080156200005f575060018054600160a01b900460ff16105b80620000815750303b15801562000081575060018054600160a01b900460ff16145b620000e95760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840160405180910390fd5b6001805460ff60a01b1916600160a01b179055801562000117576001805460ff60a81b1916600160a81b1790555b6001600160a01b0380841660a052821660c052801562000172576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050620001d0565b80516001600160a01b03811681146200019357600080fd5b919050565b60008060408385031215620001ac57600080fd5b620001b7836200017b565b9150620001c7602084016200017b565b90509250929050565b60805160a05160c0516112b36200021c6000396000610962015260006108b10152600081816102a4015281816102e4015281816104170152818161045701526104d301526112b36000f3fe60806040526004361061006f5760003560e01c8063078dfbe7146100865780633659cfe6146100a65780634e71e0c8146100c65780634f1ef286146100db57806352d1902d146100ee5780638129fc1c146101165780638da5cb5b1461012b578063e30c3978146101635761007e565b3661007e5761007c610183565b005b61007c610183565b34801561009257600080fd5b5061007c6100a1366004610ead565b610195565b3480156100b257600080fd5b5061007c6100c1366004610ef2565b61029a565b3480156100d257600080fd5b5061007c610362565b61007c6100e9366004610f7c565b61040d565b3480156100fa57600080fd5b506101036104c6565b6040519081526020015b60405180910390f35b34801561012257600080fd5b5061007c610574565b34801561013757600080fd5b5060005461014b906001600160a01b031681565b6040516001600160a01b03909116815260200161010d565b34801561016f57600080fd5b5060015461014b906001600160a01b031681565b61019361018e6106a2565b6109cc565b565b6000546001600160a01b031633146101c85760405162461bcd60e51b81526004016101bf9061100e565b60405180910390fd5b8115610279576001600160a01b0383161515806101e25750805b6102265760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016101bf565b600080546040516001600160a01b038087169392169160008051602061121783398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001630036102e25760405162461bcd60e51b81526004016101bf90611043565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166103146109f0565b6001600160a01b03161461033a5760405162461bcd60e51b81526004016101bf9061107d565b61034381610a0c565b6040805160008082526020820190925261035f91839190610a36565b50565b6001546001600160a01b03163381146103bd5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016101bf565b600080546040516001600160a01b038085169392169160008051602061121783398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001630036104555760405162461bcd60e51b81526004016101bf90611043565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166104876109f0565b6001600160a01b0316146104ad5760405162461bcd60e51b81526004016101bf9061107d565b6104b682610a0c565b6104c282826001610a36565b5050565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146105615760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c6044820152771b1959081d1a1c9bdd59da0819195b1959d85d1958d85b1b60421b60648201526084016101bf565b506000805160206111f783398151915290565b600154600160a81b900460ff161580801561059a575060018054600160a01b900460ff16105b806105c157506105a930610ba1565b1580156105c1575060018054600160a01b900460ff16145b6106245760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016101bf565b6001805460ff60a01b1916600160a01b1790558015610651576001805460ff60a81b1916600160a81b1790555b610659610bb0565b801561035f576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a150565b600080336001600160a01b03166376d5de856040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106e3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061070791906110b7565b90506000816001600160a01b03166354fd4d506040518163ffffffff1660e01b8152600401600060405180830381865afa158015610749573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261077191908101906110f8565b604051602001610781919061116e565b6040516020818303038152906040528051906020012090506040516020016108069060008051602061125e83398151915281527f76657273696f6e223a332c226465706c6f796d656e74223a223230323330323060208201527f362d636f6d706f7361626c652d737461626c652d706f6f6c2d7633227d0000006040820152605d0190565b604051602081830303815290604052805190602001208114806108aa57506040516020016108919060008051602061125e83398151915281527f76657273696f6e223a342c226465706c6f796d656e74223a223230323330333260208201527f302d636f6d706f7361626c652d737461626c652d706f6f6c2d7634227d0000006040820152605d0190565b6040516020818303038152906040528051906020012081145b156108d7577f00000000000000000000000000000000000000000000000000000000000000009250505090565b6040516020016109449060008051602061125e83398151915281527f76657273696f6e223a352c226465706c6f796d656e74223a223230323330373160208201527f312d636f6d706f7361626c652d737461626c652d706f6f6c2d7635227d0000006040820152605d0190565b604051602081830303815290604052805190602001208103610988577f00000000000000000000000000000000000000000000000000000000000000009250505090565b60405162461bcd60e51b8152602060048201526019602482015278373790383932bb34b2bb9034b6b83632b6b2b73a30ba34b7b760391b60448201526064016101bf565b3660008037600080366000845af43d6000803e8080156109eb573d6000f35b3d6000fd5b6000805160206111f7833981519152546001600160a01b031690565b6000546001600160a01b0316331461035f5760405162461bcd60e51b81526004016101bf9061100e565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615610a695761029583610c31565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610ac3575060408051601f3d908101601f19168201909252610ac09181019061118a565b60015b610b265760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016101bf565b6000805160206111f78339815191528114610b955760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016101bf565b50610295838383610ccb565b6001600160a01b03163b151590565b600154600160a81b900460ff16610c1d5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101bf565b600080546001600160a01b03191633179055565b610c3a81610ba1565b610c9c5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101bf565b6000805160206111f783398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b610cd483610cf6565b600082511180610ce15750805b1561029557610cf08383610d36565b50505050565b610cff81610c31565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060610d5b838360405180606001604052806027815260200161123760279139610d62565b9392505050565b6060600080856001600160a01b031685604051610d7f919061116e565b600060405180830381855af49150503d8060008114610dba576040519150601f19603f3d011682016040523d82523d6000602084013e610dbf565b606091505b5091509150610dd086838387610dda565b9695505050505050565b60608315610e47578251600003610e4057610df485610ba1565b610e405760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101bf565b5081610e51565b610e518383610e59565b949350505050565b815115610e695781518083602001fd5b8060405162461bcd60e51b81526004016101bf91906111a3565b6001600160a01b038116811461035f57600080fd5b80358015158114610ea857600080fd5b919050565b600080600060608486031215610ec257600080fd5b8335610ecd81610e83565b9250610edb60208501610e98565b9150610ee960408501610e98565b90509250925092565b600060208284031215610f0457600080fd5b8135610d5b81610e83565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610f4d57610f4d610f0f565b604052919050565b60006001600160401b03821115610f6e57610f6e610f0f565b50601f01601f191660200190565b60008060408385031215610f8f57600080fd5b8235610f9a81610e83565b915060208301356001600160401b03811115610fb557600080fd5b8301601f81018513610fc657600080fd5b8035610fd9610fd482610f55565b610f25565b818152866020838501011115610fee57600080fd5b816020840160208301376000602083830101528093505050509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252602c908201526000805160206111d783398151915260408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201526000805160206111d783398151915260408201526b6163746976652070726f787960a01b606082015260800190565b6000602082840312156110c957600080fd5b8151610d5b81610e83565b60005b838110156110ef5781810151838201526020016110d7565b50506000910152565b60006020828403121561110a57600080fd5b81516001600160401b0381111561112057600080fd5b8201601f8101841361113157600080fd5b805161113f610fd482610f55565b81815285602083850101111561115457600080fd5b6111658260208301602086016110d4565b95945050505050565b600082516111808184602087016110d4565b9190910192915050565b60006020828403121561119c57600080fd5b5051919050565b60208152600082518060208401526111c28160408501602087016110d4565b601f01601f1916919091016040019291505056fe46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65647b226e616d65223a22436f6d706f7361626c65537461626c65506f6f6c222c22a264697066735822122018a602e1dde2d78c9486bdb3ea986208c4908391fa198400786ae874c91a220e64736f6c63430008170033";
|
|
224
|
+
|
|
225
|
+
type ComposableStablePreviewProxyConstructorParams =
|
|
226
|
+
| [signer?: Signer]
|
|
227
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
228
|
+
|
|
229
|
+
const isSuperArgs = (
|
|
230
|
+
xs: ComposableStablePreviewProxyConstructorParams
|
|
231
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
232
|
+
|
|
233
|
+
export class ComposableStablePreviewProxy__factory extends ContractFactory {
|
|
234
|
+
constructor(...args: ComposableStablePreviewProxyConstructorParams) {
|
|
235
|
+
if (isSuperArgs(args)) {
|
|
236
|
+
super(...args);
|
|
237
|
+
} else {
|
|
238
|
+
super(_abi, _bytecode, args[0]);
|
|
239
|
+
}
|
|
240
|
+
this.contractName = "ComposableStablePreviewProxy";
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
deploy(
|
|
244
|
+
_implementationV4: string,
|
|
245
|
+
_implementationV5: string,
|
|
246
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
247
|
+
): Promise<ComposableStablePreviewProxy> {
|
|
248
|
+
return super.deploy(
|
|
249
|
+
_implementationV4,
|
|
250
|
+
_implementationV5,
|
|
251
|
+
overrides || {}
|
|
252
|
+
) as Promise<ComposableStablePreviewProxy>;
|
|
253
|
+
}
|
|
254
|
+
getDeployTransaction(
|
|
255
|
+
_implementationV4: string,
|
|
256
|
+
_implementationV5: string,
|
|
257
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
258
|
+
): TransactionRequest {
|
|
259
|
+
return super.getDeployTransaction(
|
|
260
|
+
_implementationV4,
|
|
261
|
+
_implementationV5,
|
|
262
|
+
overrides || {}
|
|
263
|
+
);
|
|
264
|
+
}
|
|
265
|
+
attach(address: string): ComposableStablePreviewProxy {
|
|
266
|
+
return super.attach(address) as ComposableStablePreviewProxy;
|
|
267
|
+
}
|
|
268
|
+
connect(signer: Signer): ComposableStablePreviewProxy__factory {
|
|
269
|
+
return super.connect(signer) as ComposableStablePreviewProxy__factory;
|
|
270
|
+
}
|
|
271
|
+
static readonly contractName: "ComposableStablePreviewProxy";
|
|
272
|
+
public readonly contractName: "ComposableStablePreviewProxy";
|
|
273
|
+
static readonly bytecode = _bytecode;
|
|
274
|
+
static readonly abi = _abi;
|
|
275
|
+
static createInterface(): ComposableStablePreviewProxyInterface {
|
|
276
|
+
return new utils.Interface(_abi) as ComposableStablePreviewProxyInterface;
|
|
277
|
+
}
|
|
278
|
+
static connect(
|
|
279
|
+
address: string,
|
|
280
|
+
signerOrProvider: Signer | Provider
|
|
281
|
+
): ComposableStablePreviewProxy {
|
|
282
|
+
return new Contract(
|
|
283
|
+
address,
|
|
284
|
+
_abi,
|
|
285
|
+
signerOrProvider
|
|
286
|
+
) as ComposableStablePreviewProxy;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
5
|
+
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
6
|
+
import type {
|
|
7
|
+
ComposableStablePreviewV4,
|
|
8
|
+
ComposableStablePreviewV4Interface,
|
|
9
|
+
} from "../ComposableStablePreviewV4";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
internalType: "bytes32",
|
|
16
|
+
name: "poolId",
|
|
17
|
+
type: "bytes32",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
internalType: "address",
|
|
21
|
+
name: "sender",
|
|
22
|
+
type: "address",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
internalType: "address",
|
|
26
|
+
name: "recipient",
|
|
27
|
+
type: "address",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
components: [
|
|
31
|
+
{
|
|
32
|
+
internalType: "address[]",
|
|
33
|
+
name: "assets",
|
|
34
|
+
type: "address[]",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
internalType: "uint256[]",
|
|
38
|
+
name: "minAmountsOut",
|
|
39
|
+
type: "uint256[]",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
internalType: "bytes",
|
|
43
|
+
name: "userData",
|
|
44
|
+
type: "bytes",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
internalType: "bool",
|
|
48
|
+
name: "toInternalBalance",
|
|
49
|
+
type: "bool",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
internalType: "struct IVault.ExitPoolRequest",
|
|
53
|
+
name: "request",
|
|
54
|
+
type: "tuple",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
internalType: "bytes",
|
|
58
|
+
name: "data",
|
|
59
|
+
type: "bytes",
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
name: "exitPoolPreview",
|
|
63
|
+
outputs: [
|
|
64
|
+
{
|
|
65
|
+
internalType: "uint256",
|
|
66
|
+
name: "amountTokenOut",
|
|
67
|
+
type: "uint256",
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
stateMutability: "view",
|
|
71
|
+
type: "function",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
inputs: [
|
|
75
|
+
{
|
|
76
|
+
internalType: "bytes32",
|
|
77
|
+
name: "poolId",
|
|
78
|
+
type: "bytes32",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
internalType: "address",
|
|
82
|
+
name: "sender",
|
|
83
|
+
type: "address",
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
internalType: "address",
|
|
87
|
+
name: "recipient",
|
|
88
|
+
type: "address",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
components: [
|
|
92
|
+
{
|
|
93
|
+
internalType: "address[]",
|
|
94
|
+
name: "assets",
|
|
95
|
+
type: "address[]",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
internalType: "uint256[]",
|
|
99
|
+
name: "maxAmountsIn",
|
|
100
|
+
type: "uint256[]",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
internalType: "bytes",
|
|
104
|
+
name: "userData",
|
|
105
|
+
type: "bytes",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
internalType: "bool",
|
|
109
|
+
name: "fromInternalBalance",
|
|
110
|
+
type: "bool",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
internalType: "struct IVault.JoinPoolRequest",
|
|
114
|
+
name: "request",
|
|
115
|
+
type: "tuple",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
internalType: "bytes",
|
|
119
|
+
name: "data",
|
|
120
|
+
type: "bytes",
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
name: "joinPoolPreview",
|
|
124
|
+
outputs: [
|
|
125
|
+
{
|
|
126
|
+
internalType: "uint256",
|
|
127
|
+
name: "amountBptOut",
|
|
128
|
+
type: "uint256",
|
|
129
|
+
},
|
|
130
|
+
],
|
|
131
|
+
stateMutability: "view",
|
|
132
|
+
type: "function",
|
|
133
|
+
},
|
|
134
|
+
];
|
|
135
|
+
|
|
136
|
+
const _bytecode =
|
|
137
|
+
"0x608060405234801561001057600080fd5b506125bf806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063626117301461003b5780636669506014610060575b600080fd5b61004e610049366004611f9b565b610073565b60405190815260200160405180910390f35b61004e61006e366004611f9b565b610096565b600061008c6001878787610086886100a5565b876100d6565b9695505050505050565b600061008c6000878787610086885b6100d260405180608001604052806060815260200160608152602001606081526020016000151581525090565b5090565b6000806100e68460000151610117565b90506000806100f589846101c7565b915091506101098a8a8a8a8a87878c610257565b9a9950505050505050505050565b6060600082516001600160401b0381111561013457610134611cf4565b60405190808252806020026020018201604052801561015d578160200160208202803683370190505b50905060005b83518110156101c05761018e8482815181106101815761018161202d565b60200260200101516102bd565b8282815181106101a0576101a061202d565b6001600160a01b0390921660209283029190910190910152600101610163565b5092915050565b604051631f29a8cd60e31b8152600481018390526060906000908190819073ba12222222228d8ba445958a75a0704d566bf2c89063f94d466890602401600060405180830381865afa158015610221573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261024991908101906120a2565b909890975095505050505050565b60008089600181111561026c5761026c61216f565b036102935761028c88888887876102816102f0565b8b604001518961036d565b90506102b1565b6102ae88888887876102a36102f0565b8b60400151896103ce565b90505b98975050505050505050565b60006001600160a01b038216156102d457816102ea565b73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc25b92915050565b600073ce88686553686da562ce7cea497ce749da109f9f6001600160a01b03166355c676286040518163ffffffff1660e01b8152600401602060405180830381865afa158015610344573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103689190612185565b905090565b600080828060200190518101906103849190612284565b90506000610391826104a0565b9050600061039f83836104ab565b90506103ab898261056e565b6103bd8c8c8c8c8c8c878d8b8b6105e2565b509c9b505050505050505050505050565b600080828060200190518101906103e59190612284565b90506000606060006103f6846104a0565b9050600061040485836104ab565b90506104108b8261056e565b6104228e8e8e8e8e8e878f8d8b610608565b9094509250610431838261061b565b60005b835181101561048e5760008482815181106104515761045161202d565b60200260200101511115610486578381815181106104715761047161202d565b602002602001015196505050505050506102b1565b600101610434565b50505050505098975050505050505050565b60606102ea82610689565b606060008361010001516001600160401b038111156104cc576104cc611cf4565b6040519080825280602002602001820160405280156104f5578160200160208202803683370190505b50905060005b846101000151811015610566576105416105158583610729565b8660400151838151811061052b5761052b61202d565b602002602001015161078490919063ffffffff16565b8282815181106105535761055361202d565b60209081029190910101526001016104fb565b509392505050565b815160005b818110156105dc576105b78482815181106105905761059061202d565b60200260200101518483815181106105aa576105aa61202d565b6020026020010151610784565b8482815181106105c9576105c961202d565b6020908102919091010152600101610573565b50505050565b600060606105f560018a888888886107a3565b915091509a509a98505050505050505050565b600060606105f560008a888888886107a3565b815160005b818110156105dc5761066484828151811061063d5761063d61202d565b60200260200101518483815181106106575761065761202d565b602002602001015161080c565b8482815181106106765761067661202d565b6020908102919091010152600101610620565b60608161010001516001600160401b038111156106a8576106a8611cf4565b6040519080825280602002602001820160405280156106e157816020015b6106ce611cb8565b8152602001906001900390816106c65790505b50905060005b826101000151811015610723576106fe818461086f565b8282815181106107105761071061202d565b60209081029190910101526001016106e7565b50919050565b600082828151811061073d5761073d61202d565b602002602001015160000151600014610773578282815181106107625761076261202d565b60200260200101516000015161077d565b670de0b6b3a76400005b9392505050565b6000670de0b6b3a764000061079983856123bd565b61077d91906123ea565b600060606000806000806107b88b89896109d1565b9350935093509350611cd28c6107d057610af96107d4565b610b1b5b90506107e9848487858f8f8f8863ffffffff16565b90975095506107fa8660008b610b2e565b95505050505050965096945050505050565b6000816000036108375760405162461bcd60e51b815260040161082e9061240c565b60405180910390fd5b82600003610847575060006102ea565b600061085b670de0b6b3a7640000856123bd565b905061086783826123ea565b9150506102ea565b610877611cb8565b8160e00151831480610890575061088e8284610bfa565b155b6102ea57600082608001516001600160a01b0316637f1260d1846000015186815181106108bf576108bf61202d565b60200260200101516040518263ffffffff1660e01b81526004016108f291906001600160a01b0391909116815260200190565b608060405180830381865afa15801561090f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109339190612433565b6020860192909252509083529050428110156101c0578260200151848151811061095f5761095f61202d565b60200260200101516001600160a01b031663679aefce6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c89190612185565b82525092915050565b6000606060008060008087608001516001600160a01b0316633c975d516040518163ffffffff1660e01b81526004016040805180830381865afa158015610a1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a409190612469565b915091506000806000610a568c86868e8e610c37565b92509250925060008b608001516001600160a01b0316636daccffa6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610aa0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ac4919061248d565b505090506000868214610ae057610adb8285610c8e565b610ae2565b825b949e939d50909b5092995090975050505050505050565b60006060610b0b87878a8c8888610e3b565b9150915097509795505050505050565b60006060610b0b87878a8c898989610f3e565b606083516001610b3e91906124c6565b6001600160401b03811115610b5557610b55611cf4565b604051908082528060200260200182016040528015610b7e578160200160208202803683370190505b50905060005b8151811015610566578260e001518114610bd357848360e001518210610bb457610baf6001836124d9565b610bb6565b815b81518110610bc657610bc661202d565b6020026020010151610bd5565b835b828281518110610be757610be761202d565b6020908102919091010152600101610b84565b6000806001600160a01b031683602001518381518110610c1c57610c1c61202d565b60200260200101516001600160a01b03161415905092915050565b600060606000806000610c4a878b610fee565b91509150600080610c5e838c8c8c8c61102e565b915091506000610c6e85846111a5565b9050610c7a81866124c6565b9d939c50909a509198505050505050505050565b80516000908190815b81811015610cd557610ccb858281518110610cb457610cb461202d565b6020026020010151846111c390919063ffffffff16565b9250600101610c97565b5081600003610ce9576000925050506102ea565b600082868302825b60ff811015610de8578260005b86811015610d4557610d3b610d1383876111cf565b610d368c8481518110610d2857610d2861202d565b60200260200101518a6111cf565b6111f8565b9150600101610cfe565b50839450610d9e610d7d610d77610d5c848a6111cf565b610d71610d69888d6111cf565b6103e86111f8565b906111c3565b866111cf565b610d36610d8d89600101856111cf565b610d71610d696103e889038a6111cf565b935084841115610dc657600185850311610dc157839750505050505050506102ea565b610ddf565b600184860311610ddf57839750505050505050506102ea565b50600101610cf1565b5060405162461bcd60e51b815260206004820152602160248201527f537461626c6520496e76617269616e7420646964206e6f7420636f6e766572676044820152606560f81b606482015260840161082e565b60006060600080610e4b8661121e565b91509150600087516001600160401b03811115610e6a57610e6a611cf4565b604051908082528060200260200182016040528015610e93578160200160208202803683370190505b509050610f108883858e8e8b608001516001600160a01b03166355c676286040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ee0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f049190612185565b8f959493929190611240565b818381518110610f2257610f2261202d565b6020908102919091010152919a91995090975050505050505050565b600060606000610f4d85611374565b509050610f6381610f5e868961138c565b61056e565b6000610fdd88838d8d89608001516001600160a01b03166355c676286040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fd29190612185565b8e9493929190611448565b9b919a509098505050505050505050565b6000606061101984848660e001518151811061100c5761100c61202d565b602002602001015161172e565b611023858561138c565b915091509250929050565b60008060008060006110428a8a89896117a0565b9250925092506000888411611058576000611062565b61106289856124d9565b9050600084841161107457600061107e565b61107e85856124d9565b60808a0151604051633823200b60e11b8152600060048201819052929350611104916001600160a01b031690637046401690602401602060405180830381865afa1580156110d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f49190612185565b6110fe858761080c565b90610784565b60808b0151604051633823200b60e11b815260026004820152919250600091611185916001600160a01b031690637046401690602401602060405180830381865afa158015611157573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061117b9190612185565b6110fe858861080c565b905061119181836124c6565b9e949d50939b505050505050505050505050565b600061077d6111b383611823565b6111bd8585610784565b9061080c565b600061077d82846124c6565b60008282028315806111ef5750828482816111ec576111ec6123d4565b04145b61077d57600080fd5b60008160000361120757600080fd5b818381611216576112166123d4565b049392505050565b6000808280602001905181019061123591906124ec565b909590945092505050565b6000806112618461125b87611255818b611849565b90611855565b906118bb565b905060006112718a8a848b6118ef565b905060006112a1828b8b8151811061128b5761128b61202d565b602002602001015161184990919063ffffffff16565b90506000805b8b518110156112e6576112dc8c82815181106112c5576112c561202d565b6020026020010151836111c390919063ffffffff16565b91506001016112a7565b506000611315828d8d815181106112ff576112ff61202d565b602002602001015161080c90919063ffffffff16565b9050600061132282611823565b9050600061133085836118bb565b9050600061133e8683611849565b905061135f61135883670de0b6b3a76400008d9003610784565b82906111c3565b98505050505050505050979650505050505050565b60606000828060200190518101906112359190612527565b606060006001835161139e91906124d9565b6001600160401b038111156113b5576113b5611cf4565b6040519080825280602002602001820160405280156113de578160200160208202803683370190505b50905060005b815181101561056657838560e001518210611409576114048260016124c6565b61140b565b815b8151811061141b5761141b61202d565b60200260200101518282815181106114355761143561202d565b60209081029190910101526001016113e4565b600080805b87518110156114755761146b8882815181106112c5576112c561202d565b915060010161144d565b50600086516001600160401b0381111561149157611491611cf4565b6040519080825280602002602001820160405280156114ba578160200160208202803683370190505b5090506000805b895181101561158f5760006114e2858c84815181106112ff576112ff61202d565b90506115468b83815181106114f9576114f961202d565b60200260200101516111bd8c85815181106115165761151661202d565b60200260200101518e86815181106115305761153061202d565b60200260200101516111c390919063ffffffff16565b8483815181106115585761155861202d565b60200260200101818152505061158461157d8286858151811061052b5761052b61202d565b84906111c3565b9250506001016114c1565b50600089516001600160401b038111156115ab576115ab611cf4565b6040519080825280602002602001820160405280156115d4578160200160208202803683370190505b50905060005b8a518110156116cc576000838583815181106115f8576115f861202d565b6020026020010151111561167357600061162f61161d86670de0b6b3a7640000611849565b8e858151811061052b5761052b61202d565b90506000611649828e868151811061128b5761128b61202d565b905061166a61166382670de0b6b3a76400008d9003610784565b83906111c3565b92505050611690565b8a82815181106116855761168561202d565b602002602001015190505b6116a6818d84815181106115305761153061202d565b8383815181106116b8576116b861202d565b6020908102919091010152506001016115da565b5060006116d98c83610c8e565b905060006116e7828a61080c565b9050670de0b6b3a764000081111561171b5761170e8a670de0b6b3a763ffff198301610784565b965050505050505061008c565b5060009c9b505050505050505050505050565b600061077d8284608001516001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611776573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061179a9190612185565b90611849565b60008060006117bc6117b58860018888611b16565b8790610c8e565b92508460a00151156117dc576117d28688610c8e565b9150819050611819565b8460c00151156117fa578291506117f38688610c8e565b9050611819565b61180a6117b58860008888611b16565b91506118168688610c8e565b90505b9450945094915050565b6000670de0b6b3a7640000821061183b5760006102ea565b50670de0b6b3a76400000390565b600061077d82846124d9565b6000816000036118775760405162461bcd60e51b815260040161082e9061240c565b82600003611887575060006102ea565b600061189b670de0b6b3a7640000856123bd565b90508260018203816118af576118af6123d4565b046001019150506102ea565b6000806118c883856123bd565b9050806000036118dc5760009150506102ea565b670de0b6b3a764000060001982016118af565b60008084518602905060008560008151811061190d5761190d61202d565b60200260200101519050600086518760008151811061192e5761192e61202d565b60200260200101510290506000600190505b87518110156119a05761197f611979611972848b85815181106119655761196561202d565b60200260200101516111cf565b8a516111cf565b886111f8565b9150611996888281518110610cb457610cb461202d565b9250600101611940565b508685815181106119b3576119b361202d565b60200260200101518203915060006119cb87886111cf565b90506000611a026119f06119e8846119e389886111cf565b611c3f565b6103e86111cf565b8a89815181106119655761196561202d565b90506000611a1d611a166119e88b896111f8565b86906111c3565b9050600080611a39611a2f86866111c3565b6119e38d866111c3565b905060005b60ff811015611ab957819250611a6e611a5b86610d7185866111cf565b6119e38e61179a88610d718860026111cf565b915082821115611a9757600183830311611a9257509750611b0e9650505050505050565b611ab1565b600182840311611ab157509750611b0e9650505050505050565b600101611a3e565b5060405162461bcd60e51b815260206004820152602360248201527f537461626c65206765742062616c616e636520646964206e6f7420636f6e766560448201526272676560e81b606482015260840161082e565b949350505050565b83516060906000816001600160401b03811115611b3557611b35611cf4565b604051908082528060200260200182016040528015611b5e578160200160208202803683370190505b50905060005b82811015611c345760008660e00151821015611b805781611b8b565b611b8b8260016124c6565b9050611b978782611c7b565b80611baf5750878015611baf5750611baf8782610bfa565b611bd257888281518110611bc557611bc561202d565b6020026020010151611c0e565b611c0e898381518110611be757611be761202d565b6020026020010151878381518110611c0157611c0161202d565b6020026020010151611ca3565b838381518110611c2057611c2061202d565b602090810291909101015250600101611b64565b509695505050505050565b600081600003611c4e57600080fd5b82600003611c5e575060006102ea565b816001840381611c7057611c706123d4565b0460010190506102ea565b600082606001518281518110611c9357611c9361202d565b6020026020010151905092915050565b805160208201516000919061079990856123bd565b604051806040016040528060008152602001600081525090565b611cda612573565b565b6001600160a01b0381168114611cf157600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051608081016001600160401b0381118282101715611d2c57611d2c611cf4565b60405290565b60405161012081016001600160401b0381118282101715611d2c57611d2c611cf4565b604051601f8201601f191681016001600160401b0381118282101715611d7d57611d7d611cf4565b604052919050565b60006001600160401b03821115611d9e57611d9e611cf4565b5060051b60200190565b600082601f830112611db957600080fd5b81356020611dce611dc983611d85565b611d55565b8083825260208201915060208460051b870101935086841115611df057600080fd5b602086015b84811015611c345780358352918301918301611df5565b600082601f830112611e1d57600080fd5b81356001600160401b03811115611e3657611e36611cf4565b611e49601f8201601f1916602001611d55565b818152846020838601011115611e5e57600080fd5b816020850160208301376000918101602001919091529392505050565b8015158114611cf157600080fd5b8035611e9481611e7b565b919050565b600060808284031215611eab57600080fd5b611eb3611d0a565b905081356001600160401b0380821115611ecc57600080fd5b818401915084601f830112611ee057600080fd5b81356020611ef0611dc983611d85565b82815260059290921b84018101918181019088841115611f0f57600080fd5b948201945b83861015611f36578535611f2781611cdc565b82529482019490820190611f14565b86525085810135935082841115611f4c57600080fd5b611f5887858801611da8565b90850152506040840135915080821115611f7157600080fd5b50611f7e84828501611e0c565b604083015250611f9060608301611e89565b606082015292915050565b600080600080600060a08688031215611fb357600080fd5b853594506020860135611fc581611cdc565b93506040860135611fd581611cdc565b925060608601356001600160401b0380821115611ff157600080fd5b611ffd89838a01611e99565b9350608088013591508082111561201357600080fd5b5061202088828901611e0c565b9150509295509295909350565b634e487b7160e01b600052603260045260246000fd5b600082601f83011261205457600080fd5b81516020612064611dc983611d85565b8083825260208201915060208460051b87010193508684111561208657600080fd5b602086015b84811015611c34578051835291830191830161208b565b6000806000606084860312156120b757600080fd5b83516001600160401b03808211156120ce57600080fd5b818601915086601f8301126120e257600080fd5b815160206120f2611dc983611d85565b82815260059290921b8401810191818101908a84111561211157600080fd5b948201945b8386101561213857855161212981611cdc565b82529482019490820190612116565b9189015191975090935050508082111561215157600080fd5b5061215e86828701612043565b925050604084015190509250925092565b634e487b7160e01b600052602160045260246000fd5b60006020828403121561219757600080fd5b5051919050565b8051611e9481611cdc565b600082601f8301126121ba57600080fd5b815160206121ca611dc983611d85565b8083825260208201915060208460051b8701019350868411156121ec57600080fd5b602086015b84811015611c3457805161220481611cdc565b83529183019183016121f1565b8051611e9481611e7b565b600082601f83011261222d57600080fd5b8151602061223d611dc983611d85565b8083825260208201915060208460051b87010193508684111561225f57600080fd5b602086015b84811015611c3457805161227781611e7b565b8352918301918301612264565b60006020828403121561229657600080fd5b81516001600160401b03808211156122ad57600080fd5b9083019061012082860312156122c257600080fd5b6122ca611d32565b8251828111156122d957600080fd5b6122e5878286016121a9565b8252506020830151828111156122fa57600080fd5b612306878286016121a9565b60208301525060408301518281111561231e57600080fd5b61232a87828601612043565b60408301525060608301518281111561234257600080fd5b61234e8782860161221c565b6060830152506123606080840161219e565b608082015261237160a08401612211565b60a082015261238260c08401612211565b60c082015260e083810151908201526101009283015192810192909252509392505050565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176102ea576102ea6123a7565b634e487b7160e01b600052601260045260246000fd5b60008261240757634e487b7160e01b600052601260045260246000fd5b500490565b6020808252600d908201526c2d32b937903234bb34b9b4b7b760991b604082015260600190565b6000806000806080858703121561244957600080fd5b505082516020840151604085015160609095015191969095509092509050565b6000806040838503121561247c57600080fd5b505080516020909101519092909150565b6000806000606084860312156124a257600080fd5b8351925060208401516124b481611e7b565b80925050604084015190509250925092565b808201808211156102ea576102ea6123a7565b818103818111156102ea576102ea6123a7565b60008060006060848603121561250157600080fd5b83516002811061251057600080fd5b602085015160409095015190969495509392505050565b60008060006060848603121561253c57600080fd5b83516003811061254b57600080fd5b60208501519093506001600160401b0381111561256757600080fd5b61215e86828701612043565b634e487b7160e01b600052605160045260246000fdfea264697066735822122083025a06fe33f62a1fc090472765af985b5f131fbff8bad985214976a45410dc64736f6c63430008170033";
|
|
138
|
+
|
|
139
|
+
type ComposableStablePreviewV4ConstructorParams =
|
|
140
|
+
| [signer?: Signer]
|
|
141
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
142
|
+
|
|
143
|
+
const isSuperArgs = (
|
|
144
|
+
xs: ComposableStablePreviewV4ConstructorParams
|
|
145
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
146
|
+
|
|
147
|
+
export class ComposableStablePreviewV4__factory extends ContractFactory {
|
|
148
|
+
constructor(...args: ComposableStablePreviewV4ConstructorParams) {
|
|
149
|
+
if (isSuperArgs(args)) {
|
|
150
|
+
super(...args);
|
|
151
|
+
} else {
|
|
152
|
+
super(_abi, _bytecode, args[0]);
|
|
153
|
+
}
|
|
154
|
+
this.contractName = "ComposableStablePreviewV4";
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
deploy(
|
|
158
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
159
|
+
): Promise<ComposableStablePreviewV4> {
|
|
160
|
+
return super.deploy(overrides || {}) as Promise<ComposableStablePreviewV4>;
|
|
161
|
+
}
|
|
162
|
+
getDeployTransaction(
|
|
163
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
164
|
+
): TransactionRequest {
|
|
165
|
+
return super.getDeployTransaction(overrides || {});
|
|
166
|
+
}
|
|
167
|
+
attach(address: string): ComposableStablePreviewV4 {
|
|
168
|
+
return super.attach(address) as ComposableStablePreviewV4;
|
|
169
|
+
}
|
|
170
|
+
connect(signer: Signer): ComposableStablePreviewV4__factory {
|
|
171
|
+
return super.connect(signer) as ComposableStablePreviewV4__factory;
|
|
172
|
+
}
|
|
173
|
+
static readonly contractName: "ComposableStablePreviewV4";
|
|
174
|
+
public readonly contractName: "ComposableStablePreviewV4";
|
|
175
|
+
static readonly bytecode = _bytecode;
|
|
176
|
+
static readonly abi = _abi;
|
|
177
|
+
static createInterface(): ComposableStablePreviewV4Interface {
|
|
178
|
+
return new utils.Interface(_abi) as ComposableStablePreviewV4Interface;
|
|
179
|
+
}
|
|
180
|
+
static connect(
|
|
181
|
+
address: string,
|
|
182
|
+
signerOrProvider: Signer | Provider
|
|
183
|
+
): ComposableStablePreviewV4 {
|
|
184
|
+
return new Contract(
|
|
185
|
+
address,
|
|
186
|
+
_abi,
|
|
187
|
+
signerOrProvider
|
|
188
|
+
) as ComposableStablePreviewV4;
|
|
189
|
+
}
|
|
190
|
+
}
|