@pendle/core-v2 5.11.0 → 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/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/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/offchain-helpers/PendleMulticallOwnerV1.sol +1 -1
- package/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol +3 -1
- package/deployments/1-core.json +2 -1
- package/package.json +5 -2
- package/typechain-types/AccessControlUpgradeable.ts +369 -0
- package/typechain-types/AddressCast.ts +57 -0
- package/typechain-types/AggregatorInterface.ts +233 -0
- package/typechain-types/AggregatorV2V3Interface.ts +385 -0
- package/typechain-types/AggregatorV3Interface.ts +221 -0
- package/typechain-types/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/BasePendleBridgedPrincipalToken.ts +1689 -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/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/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/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/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/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/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/PendleMlpSY.ts +1606 -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/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/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/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/BasePendleBridgedPrincipalToken__factory.ts +1548 -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 +1 -1
- 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/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/Errors__factory.ts +1483 -0
- 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/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/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/PendleEzETHL2SY__factory.ts +1191 -0
- package/typechain-types/factories/PendleEzETHSY__factory.ts +1218 -0
- 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/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/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/PendleMarketFactory__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/PendleMlpSY__factory.ts +1314 -0
- package/typechain-types/factories/PendleMulticallOwnerV1__factory.ts +1 -1
- package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
- package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
- package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
- package/typechain-types/factories/PendleOracleForSyProxy__factory.ts +211 -0
- package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +253 -0
- 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/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/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/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/hardhat.d.ts +387 -0
- package/typechain-types/index.ts +84 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -378
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -48
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -396
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -174
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -438
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -539
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -529
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -432
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +0 -468
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1204
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -681
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -776
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -390
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -143
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +0 -10
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +0 -10
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +0 -100
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +0 -128
- package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +0 -610
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +0 -1131
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +0 -4
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +0 -77
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +0 -10
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -48
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -401
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -590
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -886
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +0 -254
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +0 -394
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +0 -370
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +0 -246
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +0 -37
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +0 -99
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +0 -1436
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +0 -10
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +0 -10
- package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +0 -10
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +0 -10
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -598
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -498
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +0 -48
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +0 -119
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +0 -39
- package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +0 -34
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +0 -3402
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +0 -68
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +0 -307
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +0 -603
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -1281
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -242
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +0 -2990
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +0 -1825
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -1479
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +0 -1451
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +0 -2439
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +0 -2439
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +0 -40
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -7848
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +0 -563
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +0 -589
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +0 -49
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +0 -97
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +0 -97
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +0 -1351
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +0 -122
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +0 -91
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +0 -262
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +0 -426
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +0 -74
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +0 -24
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +0 -123
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +0 -169
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -62
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -160
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -183
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +0 -137
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -48
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +0 -40
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +0 -56
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +0 -10
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +0 -736
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +0 -45
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -820
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -153
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +0 -202
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
- package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +0 -833
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +0 -150
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +0 -55
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +0 -24
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +0 -73
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +0 -251
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +0 -67
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +0 -24
- package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +0 -215
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +0 -38
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +0 -162
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +0 -24
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
- package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +0 -30
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -3941
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +0 -37
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -348
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +0 -321
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -266
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -681
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +0 -679
- package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +0 -148
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +0 -643
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +0 -4
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +0 -10
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +0 -4
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +0 -1059
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +0 -4
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +0 -1086
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +0 -4
- package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +0 -99
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +0 -149
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +0 -37
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +0 -114
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +0 -57
- package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +0 -303
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +0 -180
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +0 -262
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +0 -206
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +0 -300
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +0 -30
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +0 -572
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +0 -174
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +0 -322
- package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +0 -307
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +0 -496
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +0 -345
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +0 -237
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +0 -153
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +0 -89
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +0 -159
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +0 -435
- package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +0 -76
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +0 -84
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +0 -63
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +0 -975
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +0 -420
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +0 -272
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +0 -235
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +0 -4030
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +0 -307
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +0 -723
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +0 -1392
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +0 -247
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +0 -1523
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +0 -93
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +0 -427
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +0 -274
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +0 -343
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +0 -305
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +0 -10
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +0 -183
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +0 -183
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +0 -10
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +0 -79
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +0 -24
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +0 -131
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +0 -84
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +0 -3476
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +0 -68
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +0 -3006
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +0 -1889
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +0 -1451
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +0 -2503
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +0 -2503
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +0 -35
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +0 -4
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +0 -34
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +0 -4
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +0 -10
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +0 -10
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +0 -10
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +0 -10
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +0 -10
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +0 -81
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +0 -407
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +0 -577
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +0 -40
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +0 -82
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +0 -280
- package/typechain-types/BoringOwnableUpgradeable__deprecated.ts +0 -204
- 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/BoringOwnableUpgradeable__deprecated__factory.ts +0 -120
- 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,1058 @@
|
|
|
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
|
+
PendleERC4626SYUpg,
|
|
8
|
+
PendleERC4626SYUpgInterface,
|
|
9
|
+
} from "../PendleERC4626SYUpg";
|
|
10
|
+
|
|
11
|
+
const _abi = [
|
|
12
|
+
{
|
|
13
|
+
inputs: [
|
|
14
|
+
{
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "_erc4626",
|
|
17
|
+
type: "address",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
stateMutability: "nonpayable",
|
|
21
|
+
type: "constructor",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
inputs: [
|
|
25
|
+
{
|
|
26
|
+
internalType: "uint256",
|
|
27
|
+
name: "actualSharesOut",
|
|
28
|
+
type: "uint256",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
internalType: "uint256",
|
|
32
|
+
name: "requiredSharesOut",
|
|
33
|
+
type: "uint256",
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
name: "SYInsufficientSharesOut",
|
|
37
|
+
type: "error",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
inputs: [
|
|
41
|
+
{
|
|
42
|
+
internalType: "uint256",
|
|
43
|
+
name: "actualTokenOut",
|
|
44
|
+
type: "uint256",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
internalType: "uint256",
|
|
48
|
+
name: "requiredTokenOut",
|
|
49
|
+
type: "uint256",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
name: "SYInsufficientTokenOut",
|
|
53
|
+
type: "error",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
internalType: "address",
|
|
59
|
+
name: "token",
|
|
60
|
+
type: "address",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
name: "SYInvalidTokenIn",
|
|
64
|
+
type: "error",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
inputs: [
|
|
68
|
+
{
|
|
69
|
+
internalType: "address",
|
|
70
|
+
name: "token",
|
|
71
|
+
type: "address",
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
name: "SYInvalidTokenOut",
|
|
75
|
+
type: "error",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
inputs: [],
|
|
79
|
+
name: "SYZeroDeposit",
|
|
80
|
+
type: "error",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
inputs: [],
|
|
84
|
+
name: "SYZeroRedeem",
|
|
85
|
+
type: "error",
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
anonymous: false,
|
|
89
|
+
inputs: [
|
|
90
|
+
{
|
|
91
|
+
indexed: true,
|
|
92
|
+
internalType: "address",
|
|
93
|
+
name: "owner",
|
|
94
|
+
type: "address",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
indexed: true,
|
|
98
|
+
internalType: "address",
|
|
99
|
+
name: "spender",
|
|
100
|
+
type: "address",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
indexed: false,
|
|
104
|
+
internalType: "uint256",
|
|
105
|
+
name: "value",
|
|
106
|
+
type: "uint256",
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
name: "Approval",
|
|
110
|
+
type: "event",
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
anonymous: false,
|
|
114
|
+
inputs: [
|
|
115
|
+
{
|
|
116
|
+
indexed: true,
|
|
117
|
+
internalType: "address",
|
|
118
|
+
name: "user",
|
|
119
|
+
type: "address",
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
indexed: false,
|
|
123
|
+
internalType: "address[]",
|
|
124
|
+
name: "rewardTokens",
|
|
125
|
+
type: "address[]",
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
indexed: false,
|
|
129
|
+
internalType: "uint256[]",
|
|
130
|
+
name: "rewardAmounts",
|
|
131
|
+
type: "uint256[]",
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
name: "ClaimRewards",
|
|
135
|
+
type: "event",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
anonymous: false,
|
|
139
|
+
inputs: [
|
|
140
|
+
{
|
|
141
|
+
indexed: true,
|
|
142
|
+
internalType: "address",
|
|
143
|
+
name: "caller",
|
|
144
|
+
type: "address",
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
indexed: true,
|
|
148
|
+
internalType: "address",
|
|
149
|
+
name: "receiver",
|
|
150
|
+
type: "address",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
indexed: true,
|
|
154
|
+
internalType: "address",
|
|
155
|
+
name: "tokenIn",
|
|
156
|
+
type: "address",
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
indexed: false,
|
|
160
|
+
internalType: "uint256",
|
|
161
|
+
name: "amountDeposited",
|
|
162
|
+
type: "uint256",
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
indexed: false,
|
|
166
|
+
internalType: "uint256",
|
|
167
|
+
name: "amountSyOut",
|
|
168
|
+
type: "uint256",
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
name: "Deposit",
|
|
172
|
+
type: "event",
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
anonymous: false,
|
|
176
|
+
inputs: [],
|
|
177
|
+
name: "EIP712DomainChanged",
|
|
178
|
+
type: "event",
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
anonymous: false,
|
|
182
|
+
inputs: [
|
|
183
|
+
{
|
|
184
|
+
indexed: false,
|
|
185
|
+
internalType: "uint8",
|
|
186
|
+
name: "version",
|
|
187
|
+
type: "uint8",
|
|
188
|
+
},
|
|
189
|
+
],
|
|
190
|
+
name: "Initialized",
|
|
191
|
+
type: "event",
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
anonymous: false,
|
|
195
|
+
inputs: [
|
|
196
|
+
{
|
|
197
|
+
indexed: true,
|
|
198
|
+
internalType: "address",
|
|
199
|
+
name: "previousOwner",
|
|
200
|
+
type: "address",
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
indexed: true,
|
|
204
|
+
internalType: "address",
|
|
205
|
+
name: "newOwner",
|
|
206
|
+
type: "address",
|
|
207
|
+
},
|
|
208
|
+
],
|
|
209
|
+
name: "OwnershipTransferred",
|
|
210
|
+
type: "event",
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
anonymous: false,
|
|
214
|
+
inputs: [
|
|
215
|
+
{
|
|
216
|
+
indexed: false,
|
|
217
|
+
internalType: "address",
|
|
218
|
+
name: "account",
|
|
219
|
+
type: "address",
|
|
220
|
+
},
|
|
221
|
+
],
|
|
222
|
+
name: "Paused",
|
|
223
|
+
type: "event",
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
anonymous: false,
|
|
227
|
+
inputs: [
|
|
228
|
+
{
|
|
229
|
+
indexed: true,
|
|
230
|
+
internalType: "address",
|
|
231
|
+
name: "caller",
|
|
232
|
+
type: "address",
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
indexed: true,
|
|
236
|
+
internalType: "address",
|
|
237
|
+
name: "receiver",
|
|
238
|
+
type: "address",
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
indexed: true,
|
|
242
|
+
internalType: "address",
|
|
243
|
+
name: "tokenOut",
|
|
244
|
+
type: "address",
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
indexed: false,
|
|
248
|
+
internalType: "uint256",
|
|
249
|
+
name: "amountSyToRedeem",
|
|
250
|
+
type: "uint256",
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
indexed: false,
|
|
254
|
+
internalType: "uint256",
|
|
255
|
+
name: "amountTokenOut",
|
|
256
|
+
type: "uint256",
|
|
257
|
+
},
|
|
258
|
+
],
|
|
259
|
+
name: "Redeem",
|
|
260
|
+
type: "event",
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
anonymous: false,
|
|
264
|
+
inputs: [
|
|
265
|
+
{
|
|
266
|
+
indexed: true,
|
|
267
|
+
internalType: "address",
|
|
268
|
+
name: "from",
|
|
269
|
+
type: "address",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
indexed: true,
|
|
273
|
+
internalType: "address",
|
|
274
|
+
name: "to",
|
|
275
|
+
type: "address",
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
indexed: false,
|
|
279
|
+
internalType: "uint256",
|
|
280
|
+
name: "value",
|
|
281
|
+
type: "uint256",
|
|
282
|
+
},
|
|
283
|
+
],
|
|
284
|
+
name: "Transfer",
|
|
285
|
+
type: "event",
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
anonymous: false,
|
|
289
|
+
inputs: [
|
|
290
|
+
{
|
|
291
|
+
indexed: false,
|
|
292
|
+
internalType: "address",
|
|
293
|
+
name: "account",
|
|
294
|
+
type: "address",
|
|
295
|
+
},
|
|
296
|
+
],
|
|
297
|
+
name: "Unpaused",
|
|
298
|
+
type: "event",
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
inputs: [],
|
|
302
|
+
name: "DOMAIN_SEPARATOR",
|
|
303
|
+
outputs: [
|
|
304
|
+
{
|
|
305
|
+
internalType: "bytes32",
|
|
306
|
+
name: "",
|
|
307
|
+
type: "bytes32",
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
stateMutability: "view",
|
|
311
|
+
type: "function",
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
inputs: [
|
|
315
|
+
{
|
|
316
|
+
internalType: "address",
|
|
317
|
+
name: "",
|
|
318
|
+
type: "address",
|
|
319
|
+
},
|
|
320
|
+
],
|
|
321
|
+
name: "accruedRewards",
|
|
322
|
+
outputs: [
|
|
323
|
+
{
|
|
324
|
+
internalType: "uint256[]",
|
|
325
|
+
name: "rewardAmounts",
|
|
326
|
+
type: "uint256[]",
|
|
327
|
+
},
|
|
328
|
+
],
|
|
329
|
+
stateMutability: "view",
|
|
330
|
+
type: "function",
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
inputs: [
|
|
334
|
+
{
|
|
335
|
+
internalType: "address",
|
|
336
|
+
name: "owner",
|
|
337
|
+
type: "address",
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
internalType: "address",
|
|
341
|
+
name: "spender",
|
|
342
|
+
type: "address",
|
|
343
|
+
},
|
|
344
|
+
],
|
|
345
|
+
name: "allowance",
|
|
346
|
+
outputs: [
|
|
347
|
+
{
|
|
348
|
+
internalType: "uint256",
|
|
349
|
+
name: "",
|
|
350
|
+
type: "uint256",
|
|
351
|
+
},
|
|
352
|
+
],
|
|
353
|
+
stateMutability: "view",
|
|
354
|
+
type: "function",
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
inputs: [
|
|
358
|
+
{
|
|
359
|
+
internalType: "address",
|
|
360
|
+
name: "spender",
|
|
361
|
+
type: "address",
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
internalType: "uint256",
|
|
365
|
+
name: "amount",
|
|
366
|
+
type: "uint256",
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
name: "approve",
|
|
370
|
+
outputs: [
|
|
371
|
+
{
|
|
372
|
+
internalType: "bool",
|
|
373
|
+
name: "",
|
|
374
|
+
type: "bool",
|
|
375
|
+
},
|
|
376
|
+
],
|
|
377
|
+
stateMutability: "nonpayable",
|
|
378
|
+
type: "function",
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
inputs: [],
|
|
382
|
+
name: "asset",
|
|
383
|
+
outputs: [
|
|
384
|
+
{
|
|
385
|
+
internalType: "address",
|
|
386
|
+
name: "",
|
|
387
|
+
type: "address",
|
|
388
|
+
},
|
|
389
|
+
],
|
|
390
|
+
stateMutability: "view",
|
|
391
|
+
type: "function",
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
inputs: [],
|
|
395
|
+
name: "assetInfo",
|
|
396
|
+
outputs: [
|
|
397
|
+
{
|
|
398
|
+
internalType: "enum IStandardizedYield.AssetType",
|
|
399
|
+
name: "assetType",
|
|
400
|
+
type: "uint8",
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
internalType: "address",
|
|
404
|
+
name: "assetAddress",
|
|
405
|
+
type: "address",
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
internalType: "uint8",
|
|
409
|
+
name: "assetDecimals",
|
|
410
|
+
type: "uint8",
|
|
411
|
+
},
|
|
412
|
+
],
|
|
413
|
+
stateMutability: "view",
|
|
414
|
+
type: "function",
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
inputs: [
|
|
418
|
+
{
|
|
419
|
+
internalType: "address",
|
|
420
|
+
name: "account",
|
|
421
|
+
type: "address",
|
|
422
|
+
},
|
|
423
|
+
],
|
|
424
|
+
name: "balanceOf",
|
|
425
|
+
outputs: [
|
|
426
|
+
{
|
|
427
|
+
internalType: "uint256",
|
|
428
|
+
name: "",
|
|
429
|
+
type: "uint256",
|
|
430
|
+
},
|
|
431
|
+
],
|
|
432
|
+
stateMutability: "view",
|
|
433
|
+
type: "function",
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
inputs: [],
|
|
437
|
+
name: "claimOwnership",
|
|
438
|
+
outputs: [],
|
|
439
|
+
stateMutability: "nonpayable",
|
|
440
|
+
type: "function",
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
inputs: [
|
|
444
|
+
{
|
|
445
|
+
internalType: "address",
|
|
446
|
+
name: "",
|
|
447
|
+
type: "address",
|
|
448
|
+
},
|
|
449
|
+
],
|
|
450
|
+
name: "claimRewards",
|
|
451
|
+
outputs: [
|
|
452
|
+
{
|
|
453
|
+
internalType: "uint256[]",
|
|
454
|
+
name: "rewardAmounts",
|
|
455
|
+
type: "uint256[]",
|
|
456
|
+
},
|
|
457
|
+
],
|
|
458
|
+
stateMutability: "nonpayable",
|
|
459
|
+
type: "function",
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
inputs: [],
|
|
463
|
+
name: "decimals",
|
|
464
|
+
outputs: [
|
|
465
|
+
{
|
|
466
|
+
internalType: "uint8",
|
|
467
|
+
name: "",
|
|
468
|
+
type: "uint8",
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
stateMutability: "view",
|
|
472
|
+
type: "function",
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
inputs: [
|
|
476
|
+
{
|
|
477
|
+
internalType: "address",
|
|
478
|
+
name: "receiver",
|
|
479
|
+
type: "address",
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
internalType: "address",
|
|
483
|
+
name: "tokenIn",
|
|
484
|
+
type: "address",
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
internalType: "uint256",
|
|
488
|
+
name: "amountTokenToDeposit",
|
|
489
|
+
type: "uint256",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
internalType: "uint256",
|
|
493
|
+
name: "minSharesOut",
|
|
494
|
+
type: "uint256",
|
|
495
|
+
},
|
|
496
|
+
],
|
|
497
|
+
name: "deposit",
|
|
498
|
+
outputs: [
|
|
499
|
+
{
|
|
500
|
+
internalType: "uint256",
|
|
501
|
+
name: "amountSharesOut",
|
|
502
|
+
type: "uint256",
|
|
503
|
+
},
|
|
504
|
+
],
|
|
505
|
+
stateMutability: "payable",
|
|
506
|
+
type: "function",
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
inputs: [],
|
|
510
|
+
name: "eip712Domain",
|
|
511
|
+
outputs: [
|
|
512
|
+
{
|
|
513
|
+
internalType: "bytes1",
|
|
514
|
+
name: "fields",
|
|
515
|
+
type: "bytes1",
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
internalType: "string",
|
|
519
|
+
name: "name",
|
|
520
|
+
type: "string",
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
internalType: "string",
|
|
524
|
+
name: "version",
|
|
525
|
+
type: "string",
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
internalType: "uint256",
|
|
529
|
+
name: "chainId",
|
|
530
|
+
type: "uint256",
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
internalType: "address",
|
|
534
|
+
name: "verifyingContract",
|
|
535
|
+
type: "address",
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
internalType: "bytes32",
|
|
539
|
+
name: "salt",
|
|
540
|
+
type: "bytes32",
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
internalType: "uint256[]",
|
|
544
|
+
name: "extensions",
|
|
545
|
+
type: "uint256[]",
|
|
546
|
+
},
|
|
547
|
+
],
|
|
548
|
+
stateMutability: "view",
|
|
549
|
+
type: "function",
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
inputs: [],
|
|
553
|
+
name: "exchangeRate",
|
|
554
|
+
outputs: [
|
|
555
|
+
{
|
|
556
|
+
internalType: "uint256",
|
|
557
|
+
name: "",
|
|
558
|
+
type: "uint256",
|
|
559
|
+
},
|
|
560
|
+
],
|
|
561
|
+
stateMutability: "view",
|
|
562
|
+
type: "function",
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
inputs: [],
|
|
566
|
+
name: "getRewardTokens",
|
|
567
|
+
outputs: [
|
|
568
|
+
{
|
|
569
|
+
internalType: "address[]",
|
|
570
|
+
name: "rewardTokens",
|
|
571
|
+
type: "address[]",
|
|
572
|
+
},
|
|
573
|
+
],
|
|
574
|
+
stateMutability: "view",
|
|
575
|
+
type: "function",
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
inputs: [],
|
|
579
|
+
name: "getTokensIn",
|
|
580
|
+
outputs: [
|
|
581
|
+
{
|
|
582
|
+
internalType: "address[]",
|
|
583
|
+
name: "res",
|
|
584
|
+
type: "address[]",
|
|
585
|
+
},
|
|
586
|
+
],
|
|
587
|
+
stateMutability: "view",
|
|
588
|
+
type: "function",
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
inputs: [],
|
|
592
|
+
name: "getTokensOut",
|
|
593
|
+
outputs: [
|
|
594
|
+
{
|
|
595
|
+
internalType: "address[]",
|
|
596
|
+
name: "res",
|
|
597
|
+
type: "address[]",
|
|
598
|
+
},
|
|
599
|
+
],
|
|
600
|
+
stateMutability: "view",
|
|
601
|
+
type: "function",
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
inputs: [
|
|
605
|
+
{
|
|
606
|
+
internalType: "address",
|
|
607
|
+
name: "token",
|
|
608
|
+
type: "address",
|
|
609
|
+
},
|
|
610
|
+
],
|
|
611
|
+
name: "isValidTokenIn",
|
|
612
|
+
outputs: [
|
|
613
|
+
{
|
|
614
|
+
internalType: "bool",
|
|
615
|
+
name: "",
|
|
616
|
+
type: "bool",
|
|
617
|
+
},
|
|
618
|
+
],
|
|
619
|
+
stateMutability: "view",
|
|
620
|
+
type: "function",
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
inputs: [
|
|
624
|
+
{
|
|
625
|
+
internalType: "address",
|
|
626
|
+
name: "token",
|
|
627
|
+
type: "address",
|
|
628
|
+
},
|
|
629
|
+
],
|
|
630
|
+
name: "isValidTokenOut",
|
|
631
|
+
outputs: [
|
|
632
|
+
{
|
|
633
|
+
internalType: "bool",
|
|
634
|
+
name: "",
|
|
635
|
+
type: "bool",
|
|
636
|
+
},
|
|
637
|
+
],
|
|
638
|
+
stateMutability: "view",
|
|
639
|
+
type: "function",
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
inputs: [],
|
|
643
|
+
name: "name",
|
|
644
|
+
outputs: [
|
|
645
|
+
{
|
|
646
|
+
internalType: "string",
|
|
647
|
+
name: "",
|
|
648
|
+
type: "string",
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
stateMutability: "view",
|
|
652
|
+
type: "function",
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
inputs: [
|
|
656
|
+
{
|
|
657
|
+
internalType: "address",
|
|
658
|
+
name: "owner",
|
|
659
|
+
type: "address",
|
|
660
|
+
},
|
|
661
|
+
],
|
|
662
|
+
name: "nonces",
|
|
663
|
+
outputs: [
|
|
664
|
+
{
|
|
665
|
+
internalType: "uint256",
|
|
666
|
+
name: "",
|
|
667
|
+
type: "uint256",
|
|
668
|
+
},
|
|
669
|
+
],
|
|
670
|
+
stateMutability: "view",
|
|
671
|
+
type: "function",
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
inputs: [],
|
|
675
|
+
name: "owner",
|
|
676
|
+
outputs: [
|
|
677
|
+
{
|
|
678
|
+
internalType: "address",
|
|
679
|
+
name: "",
|
|
680
|
+
type: "address",
|
|
681
|
+
},
|
|
682
|
+
],
|
|
683
|
+
stateMutability: "view",
|
|
684
|
+
type: "function",
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
inputs: [],
|
|
688
|
+
name: "pause",
|
|
689
|
+
outputs: [],
|
|
690
|
+
stateMutability: "nonpayable",
|
|
691
|
+
type: "function",
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
inputs: [],
|
|
695
|
+
name: "paused",
|
|
696
|
+
outputs: [
|
|
697
|
+
{
|
|
698
|
+
internalType: "bool",
|
|
699
|
+
name: "",
|
|
700
|
+
type: "bool",
|
|
701
|
+
},
|
|
702
|
+
],
|
|
703
|
+
stateMutability: "view",
|
|
704
|
+
type: "function",
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
inputs: [],
|
|
708
|
+
name: "pendingOwner",
|
|
709
|
+
outputs: [
|
|
710
|
+
{
|
|
711
|
+
internalType: "address",
|
|
712
|
+
name: "",
|
|
713
|
+
type: "address",
|
|
714
|
+
},
|
|
715
|
+
],
|
|
716
|
+
stateMutability: "view",
|
|
717
|
+
type: "function",
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
inputs: [
|
|
721
|
+
{
|
|
722
|
+
internalType: "address",
|
|
723
|
+
name: "owner",
|
|
724
|
+
type: "address",
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
internalType: "address",
|
|
728
|
+
name: "spender",
|
|
729
|
+
type: "address",
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
internalType: "uint256",
|
|
733
|
+
name: "value",
|
|
734
|
+
type: "uint256",
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
internalType: "uint256",
|
|
738
|
+
name: "deadline",
|
|
739
|
+
type: "uint256",
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
internalType: "uint8",
|
|
743
|
+
name: "v",
|
|
744
|
+
type: "uint8",
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
internalType: "bytes32",
|
|
748
|
+
name: "r",
|
|
749
|
+
type: "bytes32",
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
internalType: "bytes32",
|
|
753
|
+
name: "s",
|
|
754
|
+
type: "bytes32",
|
|
755
|
+
},
|
|
756
|
+
],
|
|
757
|
+
name: "permit",
|
|
758
|
+
outputs: [],
|
|
759
|
+
stateMutability: "nonpayable",
|
|
760
|
+
type: "function",
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
inputs: [
|
|
764
|
+
{
|
|
765
|
+
internalType: "address",
|
|
766
|
+
name: "tokenIn",
|
|
767
|
+
type: "address",
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
internalType: "uint256",
|
|
771
|
+
name: "amountTokenToDeposit",
|
|
772
|
+
type: "uint256",
|
|
773
|
+
},
|
|
774
|
+
],
|
|
775
|
+
name: "previewDeposit",
|
|
776
|
+
outputs: [
|
|
777
|
+
{
|
|
778
|
+
internalType: "uint256",
|
|
779
|
+
name: "amountSharesOut",
|
|
780
|
+
type: "uint256",
|
|
781
|
+
},
|
|
782
|
+
],
|
|
783
|
+
stateMutability: "view",
|
|
784
|
+
type: "function",
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
inputs: [
|
|
788
|
+
{
|
|
789
|
+
internalType: "address",
|
|
790
|
+
name: "tokenOut",
|
|
791
|
+
type: "address",
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
internalType: "uint256",
|
|
795
|
+
name: "amountSharesToRedeem",
|
|
796
|
+
type: "uint256",
|
|
797
|
+
},
|
|
798
|
+
],
|
|
799
|
+
name: "previewRedeem",
|
|
800
|
+
outputs: [
|
|
801
|
+
{
|
|
802
|
+
internalType: "uint256",
|
|
803
|
+
name: "amountTokenOut",
|
|
804
|
+
type: "uint256",
|
|
805
|
+
},
|
|
806
|
+
],
|
|
807
|
+
stateMutability: "view",
|
|
808
|
+
type: "function",
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
inputs: [
|
|
812
|
+
{
|
|
813
|
+
internalType: "address",
|
|
814
|
+
name: "receiver",
|
|
815
|
+
type: "address",
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
internalType: "uint256",
|
|
819
|
+
name: "amountSharesToRedeem",
|
|
820
|
+
type: "uint256",
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
internalType: "address",
|
|
824
|
+
name: "tokenOut",
|
|
825
|
+
type: "address",
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
internalType: "uint256",
|
|
829
|
+
name: "minTokenOut",
|
|
830
|
+
type: "uint256",
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
internalType: "bool",
|
|
834
|
+
name: "burnFromInternalBalance",
|
|
835
|
+
type: "bool",
|
|
836
|
+
},
|
|
837
|
+
],
|
|
838
|
+
name: "redeem",
|
|
839
|
+
outputs: [
|
|
840
|
+
{
|
|
841
|
+
internalType: "uint256",
|
|
842
|
+
name: "amountTokenOut",
|
|
843
|
+
type: "uint256",
|
|
844
|
+
},
|
|
845
|
+
],
|
|
846
|
+
stateMutability: "nonpayable",
|
|
847
|
+
type: "function",
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
inputs: [],
|
|
851
|
+
name: "rewardIndexesCurrent",
|
|
852
|
+
outputs: [
|
|
853
|
+
{
|
|
854
|
+
internalType: "uint256[]",
|
|
855
|
+
name: "indexes",
|
|
856
|
+
type: "uint256[]",
|
|
857
|
+
},
|
|
858
|
+
],
|
|
859
|
+
stateMutability: "nonpayable",
|
|
860
|
+
type: "function",
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
inputs: [],
|
|
864
|
+
name: "rewardIndexesStored",
|
|
865
|
+
outputs: [
|
|
866
|
+
{
|
|
867
|
+
internalType: "uint256[]",
|
|
868
|
+
name: "indexes",
|
|
869
|
+
type: "uint256[]",
|
|
870
|
+
},
|
|
871
|
+
],
|
|
872
|
+
stateMutability: "view",
|
|
873
|
+
type: "function",
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
inputs: [],
|
|
877
|
+
name: "symbol",
|
|
878
|
+
outputs: [
|
|
879
|
+
{
|
|
880
|
+
internalType: "string",
|
|
881
|
+
name: "",
|
|
882
|
+
type: "string",
|
|
883
|
+
},
|
|
884
|
+
],
|
|
885
|
+
stateMutability: "view",
|
|
886
|
+
type: "function",
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
inputs: [],
|
|
890
|
+
name: "totalSupply",
|
|
891
|
+
outputs: [
|
|
892
|
+
{
|
|
893
|
+
internalType: "uint256",
|
|
894
|
+
name: "",
|
|
895
|
+
type: "uint256",
|
|
896
|
+
},
|
|
897
|
+
],
|
|
898
|
+
stateMutability: "view",
|
|
899
|
+
type: "function",
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
inputs: [
|
|
903
|
+
{
|
|
904
|
+
internalType: "address",
|
|
905
|
+
name: "to",
|
|
906
|
+
type: "address",
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
internalType: "uint256",
|
|
910
|
+
name: "amount",
|
|
911
|
+
type: "uint256",
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
name: "transfer",
|
|
915
|
+
outputs: [
|
|
916
|
+
{
|
|
917
|
+
internalType: "bool",
|
|
918
|
+
name: "",
|
|
919
|
+
type: "bool",
|
|
920
|
+
},
|
|
921
|
+
],
|
|
922
|
+
stateMutability: "nonpayable",
|
|
923
|
+
type: "function",
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
inputs: [
|
|
927
|
+
{
|
|
928
|
+
internalType: "address",
|
|
929
|
+
name: "from",
|
|
930
|
+
type: "address",
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
internalType: "address",
|
|
934
|
+
name: "to",
|
|
935
|
+
type: "address",
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
internalType: "uint256",
|
|
939
|
+
name: "amount",
|
|
940
|
+
type: "uint256",
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
name: "transferFrom",
|
|
944
|
+
outputs: [
|
|
945
|
+
{
|
|
946
|
+
internalType: "bool",
|
|
947
|
+
name: "",
|
|
948
|
+
type: "bool",
|
|
949
|
+
},
|
|
950
|
+
],
|
|
951
|
+
stateMutability: "nonpayable",
|
|
952
|
+
type: "function",
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
inputs: [
|
|
956
|
+
{
|
|
957
|
+
internalType: "address",
|
|
958
|
+
name: "newOwner",
|
|
959
|
+
type: "address",
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
internalType: "bool",
|
|
963
|
+
name: "direct",
|
|
964
|
+
type: "bool",
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
internalType: "bool",
|
|
968
|
+
name: "renounce",
|
|
969
|
+
type: "bool",
|
|
970
|
+
},
|
|
971
|
+
],
|
|
972
|
+
name: "transferOwnership",
|
|
973
|
+
outputs: [],
|
|
974
|
+
stateMutability: "nonpayable",
|
|
975
|
+
type: "function",
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
inputs: [],
|
|
979
|
+
name: "unpause",
|
|
980
|
+
outputs: [],
|
|
981
|
+
stateMutability: "nonpayable",
|
|
982
|
+
type: "function",
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
inputs: [],
|
|
986
|
+
name: "yieldToken",
|
|
987
|
+
outputs: [
|
|
988
|
+
{
|
|
989
|
+
internalType: "address",
|
|
990
|
+
name: "",
|
|
991
|
+
type: "address",
|
|
992
|
+
},
|
|
993
|
+
],
|
|
994
|
+
stateMutability: "view",
|
|
995
|
+
type: "function",
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
stateMutability: "payable",
|
|
999
|
+
type: "receive",
|
|
1000
|
+
},
|
|
1001
|
+
];
|
|
1002
|
+
|
|
1003
|
+
const _bytecode =
|
|
1004
|
+
"0x60e06040523480156200001157600080fd5b5060405162002ff138038062002ff1833981016040819052620000349162000326565b80806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000074573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200009a919062000358565b60ff16608052610134805460ff191690556001600160a01b0390811660a052604080516338d52e0f60e01b81529051918316916338d52e0f916004808201926020929091908290030181865afa158015620000f9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200011f919062000326565b6001600160a01b031660c081905262000139908262000140565b5062000421565b6001600160a01b03821662000153575050565b6200016760026001600160601b036200037d565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015620001c1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001e79190620003b2565b10156200020b57620001fc828260006200020f565b6200020b82826000196200020f565b5050565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663095ea7b360e01b17905291516000928392908716916200026d9190620003cc565b6000604051808303816000865af19150503d8060008114620002ac576040519150601f19603f3d011682016040523d82523d6000602084013e620002b1565b606091505b5091509150818015620002df575080511580620002df575080806020019051810190620002df9190620003fd565b6200031f5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b604482015260640160405180910390fd5b5050505050565b6000602082840312156200033957600080fd5b81516001600160a01b03811681146200035157600080fd5b9392505050565b6000602082840312156200036b57600080fd5b815160ff811681146200035157600080fd5b60006001600160601b0383811680620003a657634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b600060208284031215620003c557600080fd5b5051919050565b6000825160005b81811015620003ef5760208186018101518583015201620003d3565b506000920191825250919050565b6000602082840312156200041057600080fd5b815180151581146200035157600080fd5b60805160a05160c051612b29620004c86000396000818161034e015281816106eb01528181610e3501528181610f730152610f9401526000818161043d0152818161073f01528181610aa901528181610b2f01528181610dfa0152818161141f0152818161147901528181611aab01528181611ae901528181611b4001528181611c1501528181611c6901528181611cbd0152611d11015260006102f30152612b296000f3fe6080604052600436106101ae5760003560e01c806306fdde03146101ba578063071bc3c9146101e5578063078dfbe714610207578063095ea7b314610229578063128fced11461025957806318160ddd1461028657806320e8c565146102ae578063213cae63146101e557806323b872dd146102c1578063313ce567146102e15780633644e5151461032757806338d52e0f1461033c5780633ba0b9a91461037d5780633f4ba83a146103925780634e71e0c8146103a75780635c975abb146103bc57806370a08231146103d5578063769f8e5d1461040b57806376d5de851461042b578063784367d61461045f5780637ecebe001461047f5780638456cb591461049f57806384b0196e146104b45780638da5cb5b146104dc57806395d89b41146104fc578063a40bee5014610511578063a9059cbb14610535578063b8f82b2614610555578063c4f59f9b14610575578063cbe52ae314610596578063d505accf146105b6578063da88ecb4146105d6578063dd62ed3e146105f7578063e30c397814610617578063ef5cfb8c14610259578063f8b2f991146105d6578063fa5a4f061461045f57600080fd5b366101b557005b600080fd5b3480156101c657600080fd5b506101cf610637565b6040516101dc919061251f565b60405180910390f35b3480156101f157600080fd5b506101fa6106c9565b6040516101dc9190612532565b34801561021357600080fd5b506102276102223660046125a9565b610794565b005b34801561023557600080fd5b506102496102443660046125f2565b610899565b60405190151581526020016101dc565b34801561026557600080fd5b5061027961027436600461261c565b6108b3565b6040516101dc9190612673565b34801561029257600080fd5b506004546001600160f81b03165b6040519081526020016101dc565b6102a06102bc366004612686565b6108ce565b3480156102cd57600080fd5b506102496102dc3660046126c8565b610a17565b3480156102ed57600080fd5b506103157f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101dc565b34801561033357600080fd5b506102a0610a95565b34801561034857600080fd5b506103707f000000000000000000000000000000000000000000000000000000000000000081565b6040516101dc9190612704565b34801561038957600080fd5b506102a0610aa4565b34801561039e57600080fd5b50610227610bc2565b3480156103b357600080fd5b50610227610bf6565b3480156103c857600080fd5b506101345460ff16610249565b3480156103e157600080fd5b506102a06103f036600461261c565b6001600160a01b031660009081526002602052604090205490565b34801561041757600080fd5b506102a0610426366004612718565b610ca1565b34801561043757600080fd5b506103707f000000000000000000000000000000000000000000000000000000000000000081565b34801561046b57600080fd5b5061024961047a36600461261c565b610df6565b34801561048b57600080fd5b506102a061049a36600461261c565b610e6e565b3480156104ab57600080fd5b50610227610e8c565b3480156104c057600080fd5b506104c9610ebe565b6040516101dc9796959493929190612773565b3480156104e857600080fd5b50600054610370906001600160a01b031681565b34801561050857600080fd5b506101cf610f5c565b34801561051d57600080fd5b50610526610f6b565b6040516101dc939291906127f9565b34801561054157600080fd5b506102496105503660046125f2565b61101f565b34801561056157600080fd5b506102a06105703660046125f2565b611091565b34801561058157600080fd5b506040805160008152602081019091526101fa565b3480156105a257600080fd5b506102a06105b13660046125f2565b6110cc565b3480156105c257600080fd5b506102276105d136600461284a565b611100565b3480156105e257600080fd5b50604080516000815260208101909152610279565b34801561060357600080fd5b506102a06106123660046128b7565b611264565b34801561062357600080fd5b50600154610370906001600160a01b031681565b606060058054610646906128ea565b80601f0160208091040260200160405190810160405280929190818152602001828054610672906128ea565b80156106bf5780601f10610694576101008083540402835291602001916106bf565b820191906000526020600020905b8154815290600101906020018083116106a257829003601f168201915b5050505050905090565b60408051600280825260608083018452926020830190803683370190505090507f00000000000000000000000000000000000000000000000000000000000000008160008151811061071d5761071d61291e565b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000000000000000000000000000000000000000000000816001815181106107715761077161291e565b60200260200101906001600160a01b031690816001600160a01b03168152505090565b6000546001600160a01b031633146107c75760405162461bcd60e51b81526004016107be90612934565b60405180910390fd5b8115610878576001600160a01b0383161515806107e15750805b6108255760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016107be565b600080546040516001600160a01b0380871693921691600080516020612ab483398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6000336108a781858561128f565b60019150505b92915050565b604080516000808252602082019092526060915b5092915050565b600454600090600119600160f81b90910460ff16016108ff5760405162461bcd60e51b81526004016107be90612969565b600480546001600160f81b0316600160f91b17905561091d84610df6565b61093c57836040516315d57ce360e31b81526004016107be9190612704565b8260000361095d57604051630a907f2f60e41b815260040160405180910390fd5b6109688433856113b4565b610972848461141b565b905081811015610999578082604051635e38f95d60e11b81526004016107be9291906129a0565b6109a385826114f5565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d5986856040516109f29291906129a0565b60405180910390a4600480546001600160f81b0316600160f81b179055949350505050565b600454600090600119600160f81b90910460ff1601610a485760405162461bcd60e51b81526004016107be90612969565b600480546001600160f81b0316600160f91b17905533610a6985828561160c565b610a74858585611686565b6001915050600480546001600160f81b0316600160f81b1790559392505050565b6000610a9f6118a8565b905090565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166301e1d1146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2991906129ae565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b8b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610baf91906129ae565b9050610bbb82826118b2565b9250505090565b6000546001600160a01b03163314610bec5760405162461bcd60e51b81526004016107be90612934565b610bf46118e1565b565b6001546001600160a01b0316338114610c515760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016107be565b600080546040516001600160a01b0380851693921691600080516020612ab483398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600454600090600119600160f81b90910460ff1601610cd25760405162461bcd60e51b81526004016107be90612969565b600480546001600160f81b0316600160f91b179055610cf084610df6565b610d0f57836040516388a5056160e01b81526004016107be9190612704565b84600003610d305760405163c3d83b0760e01b815260040160405180910390fd5b8115610d4557610d40308661192e565b610d4f565b610d4f338661192e565b610d5a868587611aa7565b905082811015610d815780836040516305ff726560e51b81526004016107be9291906129a0565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610dd09291906129a0565b60405180910390a4600480546001600160f81b0316600160f81b17905595945050505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b031614806108ad57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161492915050565b6001600160a01b0381166000908152609f60205260408120546108ad565b6000546001600160a01b03163314610eb65760405162461bcd60e51b81526004016107be90612934565b610bf4611bb5565b600060608060008060006060606b546000801b148015610ede5750606c54155b610f225760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016107be565b610f2a611bf3565b610f32611c02565b60408051600080825260208201909252600f60f81b9b939a50919850469750309650945092509050565b606060068054610646906128ea565b6000806000807f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ff0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061101491906129c7565b925092509250909192565b600454600090600119600160f81b90910460ff16016110505760405162461bcd60e51b81526004016107be90612969565b600480546001600160f81b0316600160f91b17905533611071818585611686565b6001915050600480546001600160f81b0316600160f81b17905592915050565b600061109c83610df6565b6110bb57826040516315d57ce360e31b81526004016107be9190612704565b6110c58383611c11565b9392505050565b60006110d783610df6565b6110f657826040516388a5056160e01b81526004016107be9190612704565b6110c58383611cb9565b834211156111505760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016107be565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c988888861117f8c611d48565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006111da82611d70565b905060006111ea82878787611d9d565b9050896001600160a01b0316816001600160a01b03161461124d5760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016107be565b6112588a8a8a61128f565b50505050505050505050565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b6001600160a01b0383166112f15760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016107be565b6001600160a01b0382166113525760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016107be565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038316611400578034146108945760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016107be565b8015610894576108946001600160a01b038416833084611dc5565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03160361145d5750806108ad565b604051636e553f6560e01b8152600481018390523060248201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690636e553f65906044016020604051808303816000875af11580156114ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114ee91906129ae565b90506108ad565b6001600160a01b03821661154b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016107be565b61155760008383611e30565b61156081611e38565b6004805460009061157b9084906001600160f81b03166129fa565b92506101000a8154816001600160f81b0302191690836001600160f81b031602179055508060026000846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546115d49190612a1a565b90915550506040518181526001600160a01b03831690600090600080516020612ad48339815191529060200160405180910390a35050565b60006116188484611264565b9050600019811461168057818110156116735760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016107be565b611680848484840361128f565b50505050565b6001600160a01b0383166116ea5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016107be565b6001600160a01b03821661174c5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016107be565b816001600160a01b0316836001600160a01b0316036117a75760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016107be565b6117b2838383611e30565b6001600160a01b0383166000908152600260205260409020548181101561182a5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016107be565b6001600160a01b03808516600090815260026020526040808220858503905591851681529081208054849290611861908490612a1a565b92505081905550826001600160a01b0316846001600160a01b0316600080516020612ad48339815191528460405161189b91815260200190565b60405180910390a3611680565b6000610a9f611e52565b6000806118c7670de0b6b3a764000085612a2d565b90508281816118d8576118d8612a44565b04949350505050565b6118e9611ec6565b610134805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516119249190612704565b60405180910390a1565b6001600160a01b03821661198e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016107be565b61199a82600083611e30565b6001600160a01b03821660009081526002602052604090205481811015611a0e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016107be565b6001600160a01b03831660009081526002602052604090208282039055611a3482611e38565b60048054600090611a4f9084906001600160f81b0316612a5a565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b0316600080516020612ad4833981519152846040516113a791815260200190565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603611b14575080611b0f7f00000000000000000000000000000000000000000000000000000000000000008583611f10565b6110c5565b604051635d043b2960e11b8152600481018390526001600160a01b0385811660248301523060448301527f0000000000000000000000000000000000000000000000000000000000000000169063ba087652906064016020604051808303816000875af1158015611b89573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bad91906129ae565b949350505050565b611bbd611fd4565b610134805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586119173390565b6060606d8054610646906128ea565b6060606e8054610646906128ea565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603611c535750806108ad565b60405163ef8b30f760e01b8152600481018390527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063ef8b30f7906024015b602060405180830381865afa1580156114ca573d6000803e3d6000fd5b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603611cfb5750806108ad565b60405163266d6a8360e11b8152600481018390527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690634cdad50690602401611c9c565b6001600160a01b0381166000908152609f602052604090208054600181018255905b50919050565b60006108ad611d7d6118a8565b8360405161190160f01b8152600281019290925260228201526042902090565b6000806000611dae8787878761201b565b91509150611dbb816120d5565b5095945050505050565b6040516001600160a01b03808516602483015283166044820152606481018290526116809085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915261221d565b610894611fd4565b60006001600160f81b03821115611e4e57600080fd5b5090565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f611e7d6122f2565b611e8561234b565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b6101345460ff16610bf45760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107be565b80600003611f1d57505050565b6001600160a01b038316611fc0576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114611f78576040519150601f19603f3d011682016040523d82523d6000602084013e611f7d565b606091505b50509050806116805760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016107be565b6108946001600160a01b038416838361237c565b6101345460ff1615610bf45760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107be565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b0383111561204857506000905060036120cc565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa15801561209c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166120c5576000600192509250506120cc565b9150600090505b94509492505050565b60008160048111156120e9576120e96127e3565b036120f15750565b6001816004811115612105576121056127e3565b0361214d5760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016107be565b6002816004811115612161576121616127e3565b036121ae5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016107be565b60038160048111156121c2576121c26127e3565b0361221a5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016107be565b50565b6000612272826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166123ac9092919063ffffffff16565b90508051600014806122935750808060200190518101906122939190612a7a565b6108945760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016107be565b6000806122fd611bf3565b805190915015612314578051602090910120919050565b606b5480156123235792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b600080612356611c02565b80519091501561236d578051602090910120919050565b606c5480156123235792915050565b6040516001600160a01b03831660248201526044810182905261089490849063a9059cbb60e01b90606401611df9565b6060611bad848460008585600080866001600160a01b031685876040516123d39190612a97565b60006040518083038185875af1925050503d8060008114612410576040519150601f19603f3d011682016040523d82523d6000602084013e612415565b606091505b509150915061242687838387612431565b979650505050505050565b606083156124a0578251600003612499576001600160a01b0385163b6124995760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016107be565b5081611bad565b611bad83838151156124b55781518083602001fd5b8060405162461bcd60e51b81526004016107be919061251f565b60005b838110156124ea5781810151838201526020016124d2565b50506000910152565b6000815180845261250b8160208601602086016124cf565b601f01601f19169290920160200192915050565b6020815260006110c560208301846124f3565b6020808252825182820181905260009190848201906040850190845b818110156125735783516001600160a01b03168352928401929184019160010161254e565b50909695505050505050565b80356001600160a01b038116811461259657600080fd5b919050565b801515811461221a57600080fd5b6000806000606084860312156125be57600080fd5b6125c78461257f565b925060208401356125d78161259b565b915060408401356125e78161259b565b809150509250925092565b6000806040838503121561260557600080fd5b61260e8361257f565b946020939093013593505050565b60006020828403121561262e57600080fd5b6110c58261257f565b60008151808452602080850194506020840160005b838110156126685781518752958201959082019060010161264c565b509495945050505050565b6020815260006110c56020830184612637565b6000806000806080858703121561269c57600080fd5b6126a58561257f565b93506126b36020860161257f565b93969395505050506040820135916060013590565b6000806000606084860312156126dd57600080fd5b6126e68461257f565b92506126f46020850161257f565b9150604084013590509250925092565b6001600160a01b0391909116815260200190565b600080600080600060a0868803121561273057600080fd5b6127398661257f565b94506020860135935061274e6040870161257f565b92506060860135915060808601356127658161259b565b809150509295509295909350565b60ff60f81b8816815260e06020820152600061279260e08301896124f3565b82810360408401526127a481896124f3565b606084018890526001600160a01b038716608085015260a0840186905283810360c085015290506127d58185612637565b9a9950505050505050505050565b634e487b7160e01b600052602160045260246000fd5b606081016002851061281b57634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b60ff8116811461221a57600080fd5b600080600080600080600060e0888a03121561286557600080fd5b61286e8861257f565b965061287c6020890161257f565b95506040880135945060608801359350608088013561289a8161283b565b9699959850939692959460a0840135945060c09093013592915050565b600080604083850312156128ca57600080fd5b6128d38361257f565b91506128e16020840161257f565b90509250929050565b600181811c908216806128fe57607f821691505b602082108103611d6a57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052603260045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b6000602082840312156129c057600080fd5b5051919050565b6000602082840312156129d957600080fd5b81516110c58161283b565b634e487b7160e01b600052601160045260246000fd5b6001600160f81b038181168382160190808211156108c7576108c76129e4565b808201808211156108ad576108ad6129e4565b80820281158282048414176108ad576108ad6129e4565b634e487b7160e01b600052601260045260246000fd5b6001600160f81b038281168282160390808211156108c7576108c76129e4565b600060208284031215612a8c57600080fd5b81516110c58161259b565b60008251612aa98184602087016124cf565b919091019291505056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa264697066735822122032815d9959e4743a15ba761867cd04af4f4a435ce005904ddbd4f301d46add2164736f6c63430008170033";
|
|
1005
|
+
|
|
1006
|
+
type PendleERC4626SYUpgConstructorParams =
|
|
1007
|
+
| [signer?: Signer]
|
|
1008
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
1009
|
+
|
|
1010
|
+
const isSuperArgs = (
|
|
1011
|
+
xs: PendleERC4626SYUpgConstructorParams
|
|
1012
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
1013
|
+
|
|
1014
|
+
export class PendleERC4626SYUpg__factory extends ContractFactory {
|
|
1015
|
+
constructor(...args: PendleERC4626SYUpgConstructorParams) {
|
|
1016
|
+
if (isSuperArgs(args)) {
|
|
1017
|
+
super(...args);
|
|
1018
|
+
} else {
|
|
1019
|
+
super(_abi, _bytecode, args[0]);
|
|
1020
|
+
}
|
|
1021
|
+
this.contractName = "PendleERC4626SYUpg";
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
deploy(
|
|
1025
|
+
_erc4626: string,
|
|
1026
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1027
|
+
): Promise<PendleERC4626SYUpg> {
|
|
1028
|
+
return super.deploy(
|
|
1029
|
+
_erc4626,
|
|
1030
|
+
overrides || {}
|
|
1031
|
+
) as Promise<PendleERC4626SYUpg>;
|
|
1032
|
+
}
|
|
1033
|
+
getDeployTransaction(
|
|
1034
|
+
_erc4626: string,
|
|
1035
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1036
|
+
): TransactionRequest {
|
|
1037
|
+
return super.getDeployTransaction(_erc4626, overrides || {});
|
|
1038
|
+
}
|
|
1039
|
+
attach(address: string): PendleERC4626SYUpg {
|
|
1040
|
+
return super.attach(address) as PendleERC4626SYUpg;
|
|
1041
|
+
}
|
|
1042
|
+
connect(signer: Signer): PendleERC4626SYUpg__factory {
|
|
1043
|
+
return super.connect(signer) as PendleERC4626SYUpg__factory;
|
|
1044
|
+
}
|
|
1045
|
+
static readonly contractName: "PendleERC4626SYUpg";
|
|
1046
|
+
public readonly contractName: "PendleERC4626SYUpg";
|
|
1047
|
+
static readonly bytecode = _bytecode;
|
|
1048
|
+
static readonly abi = _abi;
|
|
1049
|
+
static createInterface(): PendleERC4626SYUpgInterface {
|
|
1050
|
+
return new utils.Interface(_abi) as PendleERC4626SYUpgInterface;
|
|
1051
|
+
}
|
|
1052
|
+
static connect(
|
|
1053
|
+
address: string,
|
|
1054
|
+
signerOrProvider: Signer | Provider
|
|
1055
|
+
): PendleERC4626SYUpg {
|
|
1056
|
+
return new Contract(address, _abi, signerOrProvider) as PendleERC4626SYUpg;
|
|
1057
|
+
}
|
|
1058
|
+
}
|