@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,400 @@
|
|
|
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
|
+
CamelotV1VolatilePreview,
|
|
8
|
+
CamelotV1VolatilePreviewInterface,
|
|
9
|
+
} from "../CamelotV1VolatilePreview";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "_factory",
|
|
17
|
+
type: "address",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
stateMutability: "nonpayable",
|
|
21
|
+
type: "constructor",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
anonymous: false,
|
|
25
|
+
inputs: [
|
|
26
|
+
{
|
|
27
|
+
indexed: false,
|
|
28
|
+
internalType: "address",
|
|
29
|
+
name: "previousAdmin",
|
|
30
|
+
type: "address",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
indexed: false,
|
|
34
|
+
internalType: "address",
|
|
35
|
+
name: "newAdmin",
|
|
36
|
+
type: "address",
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
name: "AdminChanged",
|
|
40
|
+
type: "event",
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
anonymous: false,
|
|
44
|
+
inputs: [
|
|
45
|
+
{
|
|
46
|
+
indexed: true,
|
|
47
|
+
internalType: "address",
|
|
48
|
+
name: "beacon",
|
|
49
|
+
type: "address",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
name: "BeaconUpgraded",
|
|
53
|
+
type: "event",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
anonymous: false,
|
|
57
|
+
inputs: [
|
|
58
|
+
{
|
|
59
|
+
indexed: false,
|
|
60
|
+
internalType: "uint8",
|
|
61
|
+
name: "version",
|
|
62
|
+
type: "uint8",
|
|
63
|
+
},
|
|
64
|
+
],
|
|
65
|
+
name: "Initialized",
|
|
66
|
+
type: "event",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
anonymous: false,
|
|
70
|
+
inputs: [
|
|
71
|
+
{
|
|
72
|
+
indexed: true,
|
|
73
|
+
internalType: "address",
|
|
74
|
+
name: "previousOwner",
|
|
75
|
+
type: "address",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
indexed: true,
|
|
79
|
+
internalType: "address",
|
|
80
|
+
name: "newOwner",
|
|
81
|
+
type: "address",
|
|
82
|
+
},
|
|
83
|
+
],
|
|
84
|
+
name: "OwnershipTransferred",
|
|
85
|
+
type: "event",
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
anonymous: false,
|
|
89
|
+
inputs: [
|
|
90
|
+
{
|
|
91
|
+
indexed: true,
|
|
92
|
+
internalType: "address",
|
|
93
|
+
name: "implementation",
|
|
94
|
+
type: "address",
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
name: "Upgraded",
|
|
98
|
+
type: "event",
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
inputs: [],
|
|
102
|
+
name: "claimOwnership",
|
|
103
|
+
outputs: [],
|
|
104
|
+
stateMutability: "nonpayable",
|
|
105
|
+
type: "function",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
inputs: [],
|
|
109
|
+
name: "initialize",
|
|
110
|
+
outputs: [],
|
|
111
|
+
stateMutability: "nonpayable",
|
|
112
|
+
type: "function",
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
inputs: [],
|
|
116
|
+
name: "owner",
|
|
117
|
+
outputs: [
|
|
118
|
+
{
|
|
119
|
+
internalType: "address",
|
|
120
|
+
name: "",
|
|
121
|
+
type: "address",
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
stateMutability: "view",
|
|
125
|
+
type: "function",
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
inputs: [],
|
|
129
|
+
name: "pendingOwner",
|
|
130
|
+
outputs: [
|
|
131
|
+
{
|
|
132
|
+
internalType: "address",
|
|
133
|
+
name: "",
|
|
134
|
+
type: "address",
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
stateMutability: "view",
|
|
138
|
+
type: "function",
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
inputs: [
|
|
142
|
+
{
|
|
143
|
+
components: [
|
|
144
|
+
{
|
|
145
|
+
internalType: "address",
|
|
146
|
+
name: "token0",
|
|
147
|
+
type: "address",
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
internalType: "address",
|
|
151
|
+
name: "token1",
|
|
152
|
+
type: "address",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
internalType: "address",
|
|
156
|
+
name: "pair",
|
|
157
|
+
type: "address",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
internalType: "uint256",
|
|
161
|
+
name: "reserve0",
|
|
162
|
+
type: "uint256",
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
internalType: "uint256",
|
|
166
|
+
name: "reserve1",
|
|
167
|
+
type: "uint256",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
internalType: "uint256",
|
|
171
|
+
name: "fee0",
|
|
172
|
+
type: "uint256",
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
internalType: "uint256",
|
|
176
|
+
name: "fee1",
|
|
177
|
+
type: "uint256",
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
internalType: "struct CamelotV1VolatileCommon.CamelotPairData",
|
|
181
|
+
name: "data",
|
|
182
|
+
type: "tuple",
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
internalType: "address",
|
|
186
|
+
name: "tokenIn",
|
|
187
|
+
type: "address",
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
internalType: "uint256",
|
|
191
|
+
name: "amountTokenIn",
|
|
192
|
+
type: "uint256",
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
name: "previewZapIn",
|
|
196
|
+
outputs: [
|
|
197
|
+
{
|
|
198
|
+
internalType: "uint256",
|
|
199
|
+
name: "amountLpOut",
|
|
200
|
+
type: "uint256",
|
|
201
|
+
},
|
|
202
|
+
],
|
|
203
|
+
stateMutability: "view",
|
|
204
|
+
type: "function",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
inputs: [
|
|
208
|
+
{
|
|
209
|
+
components: [
|
|
210
|
+
{
|
|
211
|
+
internalType: "address",
|
|
212
|
+
name: "token0",
|
|
213
|
+
type: "address",
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
internalType: "address",
|
|
217
|
+
name: "token1",
|
|
218
|
+
type: "address",
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
internalType: "address",
|
|
222
|
+
name: "pair",
|
|
223
|
+
type: "address",
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
internalType: "uint256",
|
|
227
|
+
name: "reserve0",
|
|
228
|
+
type: "uint256",
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
internalType: "uint256",
|
|
232
|
+
name: "reserve1",
|
|
233
|
+
type: "uint256",
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
internalType: "uint256",
|
|
237
|
+
name: "fee0",
|
|
238
|
+
type: "uint256",
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
internalType: "uint256",
|
|
242
|
+
name: "fee1",
|
|
243
|
+
type: "uint256",
|
|
244
|
+
},
|
|
245
|
+
],
|
|
246
|
+
internalType: "struct CamelotV1VolatileCommon.CamelotPairData",
|
|
247
|
+
name: "data",
|
|
248
|
+
type: "tuple",
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
internalType: "address",
|
|
252
|
+
name: "tokenOut",
|
|
253
|
+
type: "address",
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
internalType: "uint256",
|
|
257
|
+
name: "amountLpIn",
|
|
258
|
+
type: "uint256",
|
|
259
|
+
},
|
|
260
|
+
],
|
|
261
|
+
name: "previewZapOut",
|
|
262
|
+
outputs: [
|
|
263
|
+
{
|
|
264
|
+
internalType: "uint256",
|
|
265
|
+
name: "",
|
|
266
|
+
type: "uint256",
|
|
267
|
+
},
|
|
268
|
+
],
|
|
269
|
+
stateMutability: "view",
|
|
270
|
+
type: "function",
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
inputs: [],
|
|
274
|
+
name: "proxiableUUID",
|
|
275
|
+
outputs: [
|
|
276
|
+
{
|
|
277
|
+
internalType: "bytes32",
|
|
278
|
+
name: "",
|
|
279
|
+
type: "bytes32",
|
|
280
|
+
},
|
|
281
|
+
],
|
|
282
|
+
stateMutability: "view",
|
|
283
|
+
type: "function",
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
inputs: [
|
|
287
|
+
{
|
|
288
|
+
internalType: "address",
|
|
289
|
+
name: "newOwner",
|
|
290
|
+
type: "address",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
internalType: "bool",
|
|
294
|
+
name: "direct",
|
|
295
|
+
type: "bool",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
internalType: "bool",
|
|
299
|
+
name: "renounce",
|
|
300
|
+
type: "bool",
|
|
301
|
+
},
|
|
302
|
+
],
|
|
303
|
+
name: "transferOwnership",
|
|
304
|
+
outputs: [],
|
|
305
|
+
stateMutability: "nonpayable",
|
|
306
|
+
type: "function",
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
inputs: [
|
|
310
|
+
{
|
|
311
|
+
internalType: "address",
|
|
312
|
+
name: "newImplementation",
|
|
313
|
+
type: "address",
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
name: "upgradeTo",
|
|
317
|
+
outputs: [],
|
|
318
|
+
stateMutability: "nonpayable",
|
|
319
|
+
type: "function",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
inputs: [
|
|
323
|
+
{
|
|
324
|
+
internalType: "address",
|
|
325
|
+
name: "newImplementation",
|
|
326
|
+
type: "address",
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
internalType: "bytes",
|
|
330
|
+
name: "data",
|
|
331
|
+
type: "bytes",
|
|
332
|
+
},
|
|
333
|
+
],
|
|
334
|
+
name: "upgradeToAndCall",
|
|
335
|
+
outputs: [],
|
|
336
|
+
stateMutability: "payable",
|
|
337
|
+
type: "function",
|
|
338
|
+
},
|
|
339
|
+
];
|
|
340
|
+
|
|
341
|
+
const _bytecode =
|
|
342
|
+
"0x60c0604052306080523480156200001557600080fd5b50604051620019db380380620019db833981016040819052620000389162000174565b600154600160a81b900460ff16158080156200005f575060018054600160a01b900460ff16105b80620000815750303b15801562000081575060018054600160a01b900460ff16145b620000e95760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840160405180910390fd5b6001805460ff60a01b1916600160a01b179055801562000117576001805460ff60a81b1916600160a81b1790555b6001600160a01b03821660a05280156200016c576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050620001a6565b6000602082840312156200018757600080fd5b81516001600160a01b03811681146200019f57600080fd5b9392505050565b60805160a0516117f3620001e86000396000610b310152600081816102c9015281816103090152818161043c0152818161047c01526104f801526117f36000f3fe6080604052600436106100815760003560e01c8063078dfbe7146100865780633659cfe6146100a85780634e71e0c8146100c85780634f1ef286146100dd57806352d1902d146100f05780638129fc1c146101185780638a8c09381461012d5780638da5cb5b1461014d578063a47778981461017a578063e30c39781461019a575b600080fd5b34801561009257600080fd5b506100a66100a1366004611325565b6101ba565b005b3480156100b457600080fd5b506100a66100c336600461136a565b6102bf565b3480156100d457600080fd5b506100a6610387565b6100a66100eb3660046113f5565b610432565b3480156100fc57600080fd5b506101056104eb565b6040519081526020015b60405180910390f35b34801561012457600080fd5b506100a6610599565b34801561013957600080fd5b5061010561014836600461149c565b6106c7565b34801561015957600080fd5b5060005461016d906001600160a01b031681565b60405161010f9190611548565b34801561018657600080fd5b5061010561019536600461149c565b6107bf565b3480156101a657600080fd5b5060015461016d906001600160a01b031681565b6000546001600160a01b031633146101ed5760405162461bcd60e51b81526004016101e49061155c565b60405180910390fd5b811561029e576001600160a01b0383161515806102075750805b61024b5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016101e4565b600080546040516001600160a01b038087169392169160008051602061177783398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001630036103075760405162461bcd60e51b81526004016101e490611591565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166103396108e9565b6001600160a01b03161461035f5760405162461bcd60e51b81526004016101e4906115cb565b61036881610905565b604080516000808252602082019092526103849183919061092f565b50565b6001546001600160a01b03163381146103e25760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016101e4565b600080546040516001600160a01b038085169392169160008051602061177783398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016300361047a5760405162461bcd60e51b81526004016101e490611591565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166104ac6108e9565b6001600160a01b0316146104d25760405162461bcd60e51b81526004016101e4906115cb565b6104db82610905565b6104e78282600161092f565b5050565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146105865760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c6044820152771b1959081d1a1c9bdd59da0819195b1959d85d1958d85b1b60421b60648201526084016101e4565b5060008051602061175783398151915290565b600154600160a81b900460ff16158080156105bf575060018054600160a01b900460ff16105b806105e657506105ce30610a9a565b1580156105e6575060018054600160a01b900460ff16145b6106495760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016101e4565b6001805460ff60a01b1916600160a01b1790558015610676576001805460ff60a81b1916600160a81b1790555b61067e610aa9565b8015610384576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a150565b6000806106d385610b2a565b90506106de85610d84565b60608601526106ec85610dff565b60808601526060850151600090829061070690869061161b565b6107109190611632565b9050600082858860800151610725919061161b565b61072f9190611632565b905081876060018181516107439190611654565b90525060808701805182919061075a908390611654565b90525086516001600160a01b039081169087160361079a57610786878289602001518a60c00151610e35565b6107909083611667565b93505050506107b8565b6107ae878389600001518a60a00151610e35565b6107909082611667565b9392505050565b82516000906001600160a01b0384811691161481816107f0576107eb8487608001518860c00151610ec8565b610803565b6108038487606001518860a00151610ec8565b9050600061083e8783888a600001516001600160a01b03168a6001600160a01b031614610834578a60c00151610e35565b8a60a00151610e35565b9050600080841561088f57836108538a610d84565b61085d9190611667565b60608a01528261086c8a610dff565b6108769190611654565b60808a01526108858488611654565b91508290506108d1565b826108998a610d84565b6108a39190611654565b60608a0152836108b28a610dff565b6108bc9190611667565b60808a01528291506108ce8488611654565b90505b6108dc898383610fa6565b9998505050505050505050565b600080516020611757833981519152546001600160a01b031690565b6000546001600160a01b031633146103845760405162461bcd60e51b81526004016101e49061155c565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615610962576102ba8361102c565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156109bc575060408051601f3d908101601f191682019092526109b99181019061167a565b60015b610a1f5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016101e4565b6000805160206117578339815191528114610a8e5760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016101e4565b506102ba8383836110c6565b6001600160a01b03163b151590565b600154600160a81b900460ff16610b165760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101e4565b600080546001600160a01b03191633179055565b60008060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663995b5aae6040518163ffffffff1660e01b81526004016040805180830381865afa158015610b8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb09190611693565b915091506000806001600160a01b0316826001600160a01b031614159050600085604001516001600160a01b0316637464fc3d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c12573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c36919061167a565b9050600086604001516001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca0919061167a565b90508215610d7a578115610d7a576000610ccc88608001518960600151610cc7919061161b565b6110f1565b90506000610cd9846110f1565b905080821115610d77576000606488610cf5620186a08361161b565b610cff9190611632565b610d099190611654565b90506000610d178385611654565b610d21908661161b565b610d2c90606461161b565b90506000610d3b84606461161b565b610d45848761161b565b610d4f9190611667565b90506000610d5d8284611632565b90508015610d7257610d6f8188611667565b96505b505050505b50505b9695505050505050565b805160408083015190516370a0823160e01b81526000926001600160a01b0316916370a0823191610db89190600401611548565b602060405180830381865afa158015610dd5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df9919061167a565b92915050565b600081602001516001600160a01b03166370a0823183604001516040518263ffffffff1660e01b8152600401610db89190611548565b600080600086600001516001600160a01b0316856001600160a01b031614610e665786608001518760600151610e71565b866060015187608001515b9092509050610e8384620186a0611654565b610e8d908761161b565b955085610e9d620186a08461161b565b610ea79190611667565b610eb1828861161b565b610ebb9190611632565b925050505b949350505050565b600081610ed9620186a0600161161b565b610ee39190611654565b610eee90600261161b565b8383610efe620186a0600261161b565b610f089190611654565b610f12919061161b565b610f92858786610f26620186a0600161161b565b610f309190611654565b610f3e620186a0600461161b565b610f48919061161b565b610f52919061161b565b610f5c919061161b565b610f888787610f6f620186a0600261161b565b610f799190611654565b610f83919061161b565b611161565b610cc79190611667565b610f9c9190611654565b610ec09190611632565b600080610fbc848660600151876080015161116d565b9050828111610fcd57809250610fe3565b610fe0838660800151876060015161116d565b93505b6000610fee86610b2a565b9050610d7a86606001518287611004919061161b565b61100e9190611632565b608088015161101d848861161b565b6110279190611632565b61117a565b61103581610a9a565b6110975760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016101e4565b60008051602061175783398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6110cf83611190565b6000825111806110dc5750805b156102ba576110eb83836111d0565b50505050565b60006003821115611152575080600061110b600283611632565b611116906001611667565b90505b8181101561114c579050806002816111318186611632565b61113b9190611667565b6111459190611632565b9050611119565b50919050565b811561115c575060015b919050565b6000610df9828061161b565b600082610f9c838661161b565b600081831061118957816107b8565b5090919050565b6111998161102c565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606107b88383604051806060016040528060278152602001611797602791396060600080856001600160a01b03168560405161120d91906116e7565b600060405180830381855af49150503d8060008114611248576040519150601f19603f3d011682016040523d82523d6000602084013e61124d565b606091505b5091509150610d7a86838387606083156112c65782516000036112bf5761127385610a9a565b6112bf5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016101e4565b5081610ec0565b610ec083838151156112db5781518083602001fd5b8060405162461bcd60e51b81526004016101e49190611703565b6001600160a01b038116811461038457600080fd5b803561115c816112f5565b8035801515811461115c57600080fd5b60008060006060848603121561133a57600080fd5b8335611345816112f5565b925061135360208501611315565b915061136160408501611315565b90509250925092565b60006020828403121561137c57600080fd5b81356107b8816112f5565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156113bf576113bf611387565b60405290565b604051601f8201601f191681016001600160401b03811182821017156113ed576113ed611387565b604052919050565b6000806040838503121561140857600080fd5b8235611413816112f5565b91506020838101356001600160401b038082111561143057600080fd5b818601915086601f83011261144457600080fd5b81358181111561145657611456611387565b611468601f8201601f191685016113c5565b9150808252878482850101111561147e57600080fd5b80848401858401376000848284010152508093505050509250929050565b60008060008385036101208112156114b357600080fd5b60e08112156114c157600080fd5b506114ca61139d565b84356114d5816112f5565b815260208501356114e5816112f5565b602082015260408501356114f8816112f5565b80604083015250606085013560608201526080850135608082015260a085013560a082015260c085013560c08201528093505061153760e0850161130a565b915061010084013590509250925092565b6001600160a01b0391909116815260200190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252602c9082015260008051602061173783398151915260408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c9082015260008051602061173783398151915260408201526b6163746976652070726f787960a01b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b8082028115828204841417610df957610df9611605565b60008261164f57634e487b7160e01b600052601260045260246000fd5b500490565b81810381811115610df957610df9611605565b80820180821115610df957610df9611605565b60006020828403121561168c57600080fd5b5051919050565b600080604083850312156116a657600080fd5b8251915060208301516116b8816112f5565b809150509250929050565b60005b838110156116de5781810151838201526020016116c6565b50506000910152565b600082516116f98184602087016116c3565b9190910192915050565b60208152600082518060208401526117228160408501602087016116c3565b601f01601f1916919091016040019291505056fe46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205827249475f17ae5e58f7afe9fa40196af7a10fcfffc7d7731d27ee4064cfd5e64736f6c63430008170033";
|
|
343
|
+
|
|
344
|
+
type CamelotV1VolatilePreviewConstructorParams =
|
|
345
|
+
| [signer?: Signer]
|
|
346
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
347
|
+
|
|
348
|
+
const isSuperArgs = (
|
|
349
|
+
xs: CamelotV1VolatilePreviewConstructorParams
|
|
350
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
351
|
+
|
|
352
|
+
export class CamelotV1VolatilePreview__factory extends ContractFactory {
|
|
353
|
+
constructor(...args: CamelotV1VolatilePreviewConstructorParams) {
|
|
354
|
+
if (isSuperArgs(args)) {
|
|
355
|
+
super(...args);
|
|
356
|
+
} else {
|
|
357
|
+
super(_abi, _bytecode, args[0]);
|
|
358
|
+
}
|
|
359
|
+
this.contractName = "CamelotV1VolatilePreview";
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
deploy(
|
|
363
|
+
_factory: string,
|
|
364
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
365
|
+
): Promise<CamelotV1VolatilePreview> {
|
|
366
|
+
return super.deploy(
|
|
367
|
+
_factory,
|
|
368
|
+
overrides || {}
|
|
369
|
+
) as Promise<CamelotV1VolatilePreview>;
|
|
370
|
+
}
|
|
371
|
+
getDeployTransaction(
|
|
372
|
+
_factory: string,
|
|
373
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
374
|
+
): TransactionRequest {
|
|
375
|
+
return super.getDeployTransaction(_factory, overrides || {});
|
|
376
|
+
}
|
|
377
|
+
attach(address: string): CamelotV1VolatilePreview {
|
|
378
|
+
return super.attach(address) as CamelotV1VolatilePreview;
|
|
379
|
+
}
|
|
380
|
+
connect(signer: Signer): CamelotV1VolatilePreview__factory {
|
|
381
|
+
return super.connect(signer) as CamelotV1VolatilePreview__factory;
|
|
382
|
+
}
|
|
383
|
+
static readonly contractName: "CamelotV1VolatilePreview";
|
|
384
|
+
public readonly contractName: "CamelotV1VolatilePreview";
|
|
385
|
+
static readonly bytecode = _bytecode;
|
|
386
|
+
static readonly abi = _abi;
|
|
387
|
+
static createInterface(): CamelotV1VolatilePreviewInterface {
|
|
388
|
+
return new utils.Interface(_abi) as CamelotV1VolatilePreviewInterface;
|
|
389
|
+
}
|
|
390
|
+
static connect(
|
|
391
|
+
address: string,
|
|
392
|
+
signerOrProvider: Signer | Provider
|
|
393
|
+
): CamelotV1VolatilePreview {
|
|
394
|
+
return new Contract(
|
|
395
|
+
address,
|
|
396
|
+
_abi,
|
|
397
|
+
signerOrProvider
|
|
398
|
+
) as CamelotV1VolatilePreview;
|
|
399
|
+
}
|
|
400
|
+
}
|