@pendle/core-v2 2.29.4 → 2.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/artifacts/contracts/PendleSwap.sol/Address.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/Address.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/BytesHelper.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/BytesHelper.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/CalldataReader.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/CalldataReader.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/CalldataWriter.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/CalldataWriter.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/Common.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/Common.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/DexScaler.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/DexScaler.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/Errors.dbg.json +4 -0
- package/build/artifacts/contracts/{core/libraries/Errors.sol → PendleSwap.sol}/Errors.json +3 -3
- package/build/artifacts/contracts/PendleSwap.sol/ExecutorReader.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/ExecutorReader.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/I1inchAggregationRouterV5.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol → PendleSwap.sol}/I1inchAggregationRouterV5.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/IAggregationExecutor.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/kyberswap/IAggregationExecutor.sol → PendleSwap.sol}/IAggregationExecutor.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/IAggregationExecutorOptimistic.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/IAggregationExecutorOptimistic.json +194 -0
- package/build/artifacts/contracts/PendleSwap.sol/IERC20.dbg.json +4 -0
- package/build/artifacts/contracts/{interfaces/ConvexCurve/IBooster.sol/IBooster.json → PendleSwap.sol/IERC20.json} +82 -65
- package/build/artifacts/contracts/PendleSwap.sol/IERC20Metadata.dbg.json +4 -0
- package/build/artifacts/contracts/{core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json → PendleSwap.sol/IERC20Metadata.json} +2 -15
- package/build/artifacts/contracts/PendleSwap.sol/IERC20Permit.dbg.json +4 -0
- package/build/artifacts/contracts/{interfaces/HMX/IHMXVester.sol/IHMXVester.json → PendleSwap.sol/IERC20Permit.json} +38 -25
- package/build/artifacts/contracts/PendleSwap.sol/IExecutorHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/kyberswap/IExecutorHelper.sol → PendleSwap.sol}/IExecutorHelper.json +409 -1
- package/build/artifacts/contracts/PendleSwap.sol/IExecutorHelperL2.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/IExecutorHelperL2.json +1847 -0
- package/build/artifacts/contracts/PendleSwap.sol/IMetaAggregationRouterV2.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/kyberswap/IMetaAggregationRouterV2.sol → PendleSwap.sol}/IMetaAggregationRouterV2.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/IPSwapAggregator.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/IPSwapAggregator.sol → PendleSwap.sol}/IPSwapAggregator.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/IWETH.dbg.json +4 -0
- package/build/artifacts/contracts/{interfaces/IWETH.sol → PendleSwap.sol}/IWETH.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelper.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelper.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelperL2.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/InputScalingHelperL2.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/OneInchAggregationRouterHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol → PendleSwap.sol}/OneInchAggregationRouterHelper.json +1 -1
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapBase.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapBase.json +76 -0
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL1.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL1.json +76 -0
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL2.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/PendleSwapL2.json +76 -0
- package/build/artifacts/contracts/PendleSwap.sol/SafeERC20.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/SafeERC20.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataL2Lib.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataL2Lib.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataLib.dbg.json +4 -0
- package/build/artifacts/contracts/PendleSwap.sol/ScalingDataLib.json +10 -0
- package/build/artifacts/contracts/PendleSwap.sol/TokenHelper.dbg.json +4 -0
- package/build/artifacts/contracts/{core/libraries/TokenHelper.sol → PendleSwap.sol}/TokenHelper.json +1 -1
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol +5 -23
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol +2 -5
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol +6 -20
- package/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol +6 -27
- package/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol +1 -2
- package/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol +1 -1
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol +4 -15
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol +2 -5
- package/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol +2 -5
- package/contracts/LiquidityMining/PendleMerkleDistributor.sol +3 -12
- package/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol +14 -37
- package/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol +19 -34
- package/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol +4 -14
- package/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol +4 -16
- package/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol +11 -39
- package/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol +3 -10
- package/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol +1 -1
- package/contracts/LiquidityMining/libraries/VeBalanceLib.sol +5 -20
- package/contracts/LiquidityMining/libraries/VeHistoryLib.sol +1 -3
- package/contracts/core/BulkSeller/BulkSeller.sol +7 -25
- package/contracts/core/BulkSeller/BulkSellerFactory.sol +4 -18
- package/contracts/core/BulkSeller/BulkSellerMathCore.sol +6 -19
- package/contracts/core/Market/MarketMathCore.sol +12 -37
- package/contracts/core/Market/OracleLib.sol +6 -24
- package/contracts/core/Market/PendleExternalRewardDistributor.sol +4 -10
- package/contracts/core/Market/PendleGauge.sol +3 -9
- package/contracts/core/Market/PendleMarket.sol +14 -39
- package/contracts/core/Market/PendleMarketFactory.sol +6 -19
- package/contracts/core/Market/v2/PendleGaugeV2.sol +8 -24
- package/contracts/core/Market/v2/PendleMarketFactoryV2.sol +7 -27
- package/contracts/core/Market/v2/PendleMarketV2.sol +13 -36
- package/contracts/core/RewardManager/PendleLinearDistributor.sol +143 -0
- package/contracts/core/RewardManager/RewardManager.sol +0 -1
- package/contracts/core/RewardManager/RewardManagerAbstract.sol +5 -17
- package/contracts/core/StandardizedYield/SYBase.sol +9 -40
- package/contracts/core/StandardizedYield/SYBaseUpg.sol +10 -37
- package/contracts/core/StandardizedYield/SYBaseWithRewards.sol +8 -39
- package/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol +9 -40
- package/contracts/core/StandardizedYield/SYUtils.sol +1 -4
- package/contracts/core/StandardizedYield/StEthHelper.sol +3 -9
- package/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol +4 -12
- package/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol +5 -19
- package/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol +4 -14
- package/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol +4 -14
- package/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol +17 -22
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol +3 -7
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol +12 -29
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol +12 -29
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol +12 -29
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol +14 -39
- package/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol +7 -28
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol +13 -30
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol +1 -1
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol +50 -153
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol +50 -157
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol +4 -16
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol +6 -25
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol +36 -34
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol +4 -13
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol +20 -58
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol +28 -79
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol +34 -87
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol +1 -3
- package/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol +2 -6
- package/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol +5 -13
- package/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol +9 -29
- package/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol +2 -8
- package/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol +1 -5
- package/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol +8 -19
- package/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol +7 -25
- package/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol +8 -27
- package/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol +2 -2
- package/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol +4 -9
- package/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol +3 -15
- package/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol +5 -23
- package/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol +10 -40
- package/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol +2 -8
- package/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol +2 -7
- package/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol +5 -20
- package/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol +6 -4
- package/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol +3 -11
- package/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol +3 -9
- package/contracts/core/StandardizedYield/implementations/GLP/GMTokenPricingHelper.sol +115 -0
- package/contracts/core/StandardizedYield/implementations/GLP/PendleGMV2TokenSY.sol +134 -0
- package/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol +5 -19
- package/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol +3 -4
- package/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol +18 -25
- package/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol +96 -61
- package/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol +58 -31
- package/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol +44 -42
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol +98 -107
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol +7 -8
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol +58 -59
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol +9 -11
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol +81 -95
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol +19 -25
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol +15 -20
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol +53 -55
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol +21 -87
- package/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol +208 -209
- package/contracts/core/StandardizedYield/implementations/MUX/MlpPricingHelper.sol +26 -0
- package/contracts/core/StandardizedYield/implementations/MUX/PendleMlpSY.sol +195 -0
- package/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol +12 -41
- package/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol +1 -1
- package/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol +13 -42
- package/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol +4 -11
- package/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol +4 -16
- package/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol +3 -11
- package/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol +3 -11
- package/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol +5 -18
- package/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol +3 -7
- package/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol +5 -18
- package/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol +3 -10
- package/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol +4 -12
- package/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol +3 -11
- package/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol +4 -12
- package/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol +4 -12
- package/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol +9 -29
- package/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol +3 -10
- package/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol +9 -30
- package/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol +10 -40
- package/contracts/core/YieldContracts/InterestManagerYT.sol +4 -8
- package/contracts/core/YieldContracts/PendlePrincipalToken.sol +1 -1
- package/contracts/core/YieldContracts/PendleYieldContractFactory.sol +2 -3
- package/contracts/core/YieldContracts/PendleYieldToken.sol +12 -44
- package/contracts/core/YieldContractsV2/InterestManagerYTV2.sol +5 -14
- package/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol +1 -1
- package/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol +2 -3
- package/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol +12 -47
- package/contracts/core/erc20/PendleERC20.sol +2 -8
- package/contracts/core/erc20/PendleERC20Permit.sol +2 -6
- package/contracts/core/erc20/PendleERC20PermitUpg.sol +2 -7
- package/contracts/core/erc20/PendleERC20Upg.sol +3 -9
- package/contracts/core/libraries/ArrayLib.sol +2 -8
- package/contracts/core/libraries/BaseSplitCodeFactory.sol +1 -6
- package/contracts/core/libraries/Errors.sol +1 -4
- package/contracts/core/libraries/ExpiryUtilsLib.sol +3 -26
- package/contracts/core/libraries/StringLib.sol +5 -21
- package/contracts/core/libraries/TokenHelper.sol +3 -5
- package/contracts/core/libraries/math/LogExpMath.sol +1 -4
- package/contracts/core/libraries/math/PMath.sol +13 -15
- package/contracts/interfaces/Balancer/IComposableStable.sol +3 -4
- package/contracts/interfaces/Balancer/IERC4626LinearPool.sol +2 -10
- package/contracts/interfaces/Balancer/IMetaStablePool.sol +3 -11
- package/contracts/interfaces/Balancer/IVault.sol +3 -8
- package/contracts/interfaces/BinanceEth/IWBETH.sol +1 -1
- package/contracts/interfaces/Camelot/ICamelotNFTFactory.sol +1 -3
- package/contracts/interfaces/Camelot/ICamelotNFTHandler.sol +2 -10
- package/contracts/interfaces/Camelot/ICamelotNitroPool.sol +0 -1
- package/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol +3 -12
- package/contracts/interfaces/Camelot/ICamelotPair.sol +5 -25
- package/contracts/interfaces/Camelot/ICamelotRouter.sol +1 -5
- package/contracts/interfaces/Camelot/IXGrail.sol +3 -11
- package/contracts/interfaces/ConvexCurve/IBooster.sol +1 -3
- package/contracts/interfaces/Curve/ICrvPool.sol +3 -12
- package/contracts/interfaces/Curve/ITriCrvPool.sol +2 -9
- package/contracts/interfaces/Flux/IFluxErc20.sol +1 -1
- package/contracts/interfaces/Flux/IFluxInterestRateModel.sol +1 -5
- package/contracts/interfaces/GMX/IGMXPriceHelper.sol +6 -0
- package/contracts/interfaces/GMX/IGMXVault.sol +2 -9
- package/contracts/interfaces/GMX/IRewardRouterV2.sol +1 -4
- package/contracts/interfaces/HMX/IHLPStaking.sol +1 -1
- package/contracts/interfaces/HMX/IHMXCalculator.sol +1 -1
- package/contracts/interfaces/HMX/IHMXCompounder.sol +1 -1
- package/contracts/interfaces/HMX/IHMXStaking.sol +1 -1
- package/contracts/interfaces/HMX/IHMXVester.sol +1 -1
- package/contracts/interfaces/IApeStaking.sol +3 -9
- package/contracts/interfaces/IBenQiInterestRateModel.sol +1 -5
- package/contracts/interfaces/IDiamondCut.sol +1 -5
- package/contracts/interfaces/IDiamondLoupe.sol +1 -3
- package/contracts/interfaces/ILayerZeroReceiver.sol +1 -6
- package/contracts/interfaces/IPActionInfoStatic.sol +4 -7
- package/contracts/interfaces/IPActionMarketAuxStatic.sol +5 -9
- package/contracts/interfaces/IPActionMarketCoreStatic.sol +68 -106
- package/contracts/interfaces/IPActionMintRedeemStatic.sol +3 -16
- package/contracts/interfaces/IPActionStorageStatic.sol +1 -4
- package/contracts/interfaces/IPBulkSeller.sol +1 -6
- package/contracts/interfaces/IPFeeDistributor.sol +1 -3
- package/contracts/interfaces/IPFeeDistributorV2.sol +8 -7
- package/contracts/interfaces/IPGaugeController.sol +2 -8
- package/contracts/interfaces/IPGaugeControllerMainchain.sol +1 -5
- package/contracts/interfaces/IPInterestManagerYT.sol +1 -3
- package/contracts/interfaces/IPInterestManagerYTV2.sol +1 -4
- package/contracts/interfaces/IPLinearDistributor.sol +21 -0
- package/contracts/interfaces/IPMarket.sol +4 -17
- package/contracts/interfaces/IPMarketFactory.sol +2 -11
- package/contracts/interfaces/IPOffchainStorage.sol +11 -0
- package/contracts/interfaces/IPPriceFeed.sol +6 -0
- package/contracts/interfaces/IPPtOracle.sol +2 -9
- package/contracts/interfaces/IPRouterHelper.sol +12 -40
- package/contracts/interfaces/IPRouterStatic.sol +1 -3
- package/contracts/interfaces/IPVotingController.sol +7 -19
- package/contracts/interfaces/IPVotingEscrowMainchain.sol +2 -8
- package/contracts/interfaces/IPYieldToken.sol +1 -7
- package/contracts/interfaces/IPYieldTokenV2.sol +1 -6
- package/contracts/interfaces/IPendlePreviewHelper.sol +2 -8
- package/contracts/interfaces/IRewardManager.sol +1 -4
- package/contracts/interfaces/IStETH.sol +1 -4
- package/contracts/interfaces/IStandardizedYield.sol +9 -16
- package/contracts/interfaces/IStargateLP.sol +0 -3
- package/contracts/interfaces/IStargateRouter.sol +1 -5
- package/contracts/interfaces/Kyber/IKyberElasticFactory.sol +148 -156
- package/contracts/interfaces/Kyber/IKyberElasticPool.sol +96 -107
- package/contracts/interfaces/Kyber/IKyberElasticRouter.sol +82 -94
- package/contracts/interfaces/Kyber/IKyberLiquidityMining.sol +3 -21
- package/contracts/interfaces/Kyber/IKyberPositionManager.sol +4 -21
- package/contracts/interfaces/Lybra/IEUSD.sol +1 -1
- package/contracts/interfaces/MUX/IMUXRewardRouter.sol +139 -0
- package/contracts/interfaces/Silo/ISilo.sol +5 -24
- package/contracts/interfaces/Silo/ISiloIncentiveController.sol +1 -4
- package/contracts/interfaces/Silo/ISiloLens.sol +1 -4
- package/contracts/interfaces/Stader/IStaderStakeManager.sol +2 -2
- package/contracts/interfaces/Thena/IThenaFactory.sol +1 -5
- package/contracts/interfaces/Thena/IThenaGaugeV2.sol +1 -2
- package/contracts/interfaces/Thena/IThenaPair.sol +3 -5
- package/contracts/offchain-helpers/AddressProvider.sol +1 -1
- package/contracts/offchain-helpers/AutomateReady.sol +17 -32
- package/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol +4 -14
- package/contracts/offchain-helpers/BoringLpSeller.sol +4 -17
- package/contracts/offchain-helpers/BoringPtSeller.sol +2 -7
- package/contracts/offchain-helpers/Broadcaster.sol +2 -2
- package/contracts/offchain-helpers/BulkSellerOffchain.sol +6 -18
- package/contracts/offchain-helpers/EmptyUUPS.sol +1 -1
- package/contracts/offchain-helpers/LegacyNFTHelper.sol +4 -23
- package/contracts/offchain-helpers/MarketExchangeRateLib.sol +2 -13
- package/contracts/offchain-helpers/Multicall2.sol +2 -7
- package/contracts/offchain-helpers/PendleMulticallV1.sol +2 -4
- package/contracts/offchain-helpers/PendleMulticallV2.sol +13 -14
- package/contracts/offchain-helpers/PendleOffchainStorage.sol +59 -0
- package/contracts/offchain-helpers/PtAndLpToAsset.sol +2 -8
- package/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol +1 -4
- package/contracts/offchain-helpers/router-static/PendleRouterStatic.sol +1 -1
- package/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol +11 -25
- package/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol +14 -48
- package/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol +90 -196
- package/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol +5 -21
- package/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol +2 -6
- package/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol +1 -1
- package/contracts/offchain-helpers/router-static/base/StorageLayout.sol +1 -1
- package/contracts/oracles/PendleLpOracleLib.sol +2 -7
- package/contracts/oracles/PendlePtOracle.sol +5 -18
- package/contracts/oracles/PendlePtOracleLib.sol +4 -13
- package/contracts/oracles/samples/PendleLpGlpOracle.sol +6 -10
- package/contracts/oracles/samples/PendlePtGlpOracle.sol +6 -10
- package/contracts/oracles/samples/PendlePtUsdChainlinkOracle.sol +8 -15
- package/contracts/router/ActionAddRemoveLiq.sol +19 -112
- package/contracts/router/ActionMintRedeem.sol +1 -1
- package/contracts/router/ActionMisc.sol +1 -1
- package/contracts/router/ActionSwapPT.sol +7 -45
- package/contracts/router/ActionSwapYT.sol +9 -57
- package/contracts/router/PendleRouter.sol +1 -1
- package/contracts/router/PendleRouterHelper.sol +24 -120
- package/contracts/router/PendleRouterHelper2.sol +7 -6
- package/contracts/router/base/ActionBaseCallback.sol +13 -46
- package/contracts/router/base/ActionBaseMintRedeem.sol +12 -33
- package/contracts/router/base/CallbackHelper.sol +4 -24
- package/contracts/router/base/MarketApproxLib.sol +26 -80
- package/contracts/router/swap-aggregator/PendleSwap.sol +29 -16
- package/contracts/router/swap-aggregator/kyberswap/{IAggregationExecutor.sol → interfaces/IAggregationExecutor.sol} +2 -6
- package/contracts/router/swap-aggregator/kyberswap/interfaces/IAggregationExecutorOptimistic.sol +59 -0
- package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelper.sol +320 -0
- package/contracts/router/swap-aggregator/kyberswap/interfaces/IExecutorHelperL2.sol +560 -0
- package/contracts/router/swap-aggregator/kyberswap/{IMetaAggregationRouterV2.sol → interfaces/IMetaAggregationRouterV2.sol} +11 -6
- package/contracts/router/swap-aggregator/kyberswap/{KyberInputScalingHelper.sol → l1-contracts/InputScalingHelper.sol} +70 -19
- package/contracts/router/swap-aggregator/kyberswap/l1-contracts/ScalingDataLib.sol +257 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/BytesHelper.sol +28 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataReader.sol +148 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/CalldataWriter.sol +129 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/Common.sol +43 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/DexScaler.sol +376 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/ExecutorReader.sol +64 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/InputScalingHelperL2.sol +314 -0
- package/contracts/router/swap-aggregator/kyberswap/l2-contracts/ScalingDataL2Lib.sol +189 -0
- package/contracts/router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol +4 -10
- package/contracts/router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol +20 -14
- package/deployments/1-core.json +1 -1
- package/deployments/10-core.json +1 -1
- package/deployments/42161-core.json +3 -2
- package/deployments/42161-markets/ARBSILO-USDC-FEB2024.json +10 -0
- package/deployments/42161-markets/GM-ARB-USDC-MARCH2024.json +10 -0
- package/deployments/42161-markets/MLP-MARCH2024.json +10 -0
- package/deployments/56-core.json +1 -1
- package/package.json +8 -8
- package/typechain-types/IAggregationExecutorOptimistic.ts +394 -0
- package/typechain-types/IExecutorHelper.ts +666 -3
- package/typechain-types/IExecutorHelperL2.ts +2272 -0
- package/typechain-types/{ActionBaseCallback.ts → PendleSwapBase.ts} +48 -37
- package/typechain-types/{PendleSwap.ts → PendleSwapL1.ts} +5 -5
- package/typechain-types/{ISwETH.ts → PendleSwapL2.ts} +46 -43
- package/typechain-types/factories/Errors__factory.ts +1 -1
- package/typechain-types/factories/IAggregationExecutorOptimistic__factory.ts +213 -0
- package/typechain-types/factories/IExecutorHelperL2__factory.ts +1862 -0
- package/typechain-types/factories/IExecutorHelper__factory.ts +408 -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/hardhat.d.ts +85 -2704
- package/typechain-types/index.ts +22 -602
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -372
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -48
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -390
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -174
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +0 -10
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -380
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -460
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -450
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -426
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -592
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -492
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1128
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -655
- 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/BulkSeller/BulkSeller.sol/BulkSeller.dbg.json +0 -4
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.json +0 -642
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.json +0 -521
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.dbg.json +0 -4
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.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/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/PendleExternalRewardDistributor.sol/PendleExternalRewardDistributor.json +0 -373
- 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/PendleMarket.sol/PendleMarket.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +0 -1214
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +0 -664
- package/build/artifacts/contracts/core/Market/v2/PendleGaugeV2.sol/PendleGaugeV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v2/PendleGaugeV2.sol/PendleGaugeV2.json +0 -128
- package/build/artifacts/contracts/core/Market/v2/PendleMarketFactoryV2.sol/PendleMarketFactoryV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v2/PendleMarketFactoryV2.sol/PendleMarketFactoryV2.json +0 -682
- package/build/artifacts/contracts/core/Market/v2/PendleMarketV2.sol/PendleMarketV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/Market/v2/PendleMarketV2.sol/PendleMarketV2.json +0 -1219
- 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/SYBase.sol/SYBase.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.json +0 -927
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseUpg.sol/SYBaseUpg.json +0 -927
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.json +0 -993
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewardsUpg.sol/SYBaseWithRewardsUpg.json +0 -993
- 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/StandardizedYield/StEthHelper.sol/StEthHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/StEthHelper.sol/StEthHelper.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ankr/PendleAnkrBNBSY.sol/PendleAnkrBNBSY.json +0 -1027
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.json +0 -1075
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraEthxBbAWethSY.sol/AuraEthxBbAWethSY.json +0 -1179
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraSwEthBbAWethSYV2.sol/AuraSwEthBbAWethSYV2.json +0 -1179
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/AuraWethVethSYUpg.sol/AuraWethVethSYUpg.json +0 -1162
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraBbAWethSwethSY.sol/PendleAuraBbAWethSwethSY.json +0 -1189
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethAnkrethSYV2.sol/PendleAuraWethAnkrethSYV2.json +0 -1171
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethRocketEthSYV2.sol/PendleAuraWethRocketEthSYV2.json +0 -1171
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethStafiEthSY.sol/PendleAuraWethStafiEthSY.json +0 -1171
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWethWstethSYV2.sol/PendleAuraWethWstethSYV2.json +0 -1171
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/PendleAuraWstethAnkreth.sol/PendleAuraWstethAnkreth.json +0 -1171
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStableMath.sol/ComposableStableMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreview.sol/ComposableStablePreview.json +0 -133
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewProxy.sol/ComposableStablePreviewProxy.json +0 -219
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV4.sol/ComposableStablePreviewV4.json +0 -133
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/ComposableStable/ComposableStablePreviewV5.sol/ComposableStablePreviewV5.json +0 -133
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/FixedPoint.sol/FixedPoint.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAPoolHelper.json +0 -24
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/BbAPoolHelper.sol/BbAWethHelper.json +0 -24
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearMath.sol/LinearMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/Linear/LinearPreview.sol/LinearPreview.json +0 -234
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStableMath.sol/MetaStableMath.json +0 -40
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/MetaStable/MetaStablePreview.sol/MetaStablePreview.json +0 -322
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV2.sol/PendleAuraBalancerStableLPSYV2.json +0 -1150
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/PendleAuraBalancerStableLPSYV3Upg.sol/PendleAuraBalancerStableLPSYV3Upg.json +0 -1139
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePoolUserData.sol/StablePoolUserData.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BalancerStable/base/StablePreviewBase.sol/StablePreviewBase.json +0 -133
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +0 -27
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.json +0 -1148
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotRewardHelper.sol/CamelotRewardHelper.json +0 -252
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileCommon.sol/CamelotV1VolatileCommon.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatileLpHelper.sol/CamelotV1VolatileLpHelper.json +0 -63
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/CamelotV1VolatilePreview.sol/CamelotV1VolatilePreview.json +0 -338
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/CamelotV1Volatile/PendleCamelotV1VolatileSY.sol/PendleCamelotV1VolatileSY.json +0 -1433
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkReceiver.sol/PendleChainlinkReceiver.json +0 -154
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/ChainlinkRelayer/PendleChainlinkRelayer.sol/PendleChainlinkRelayer.json +0 -96
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.json +0 -1144
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.json +0 -1209
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/Curve3CrvPoolHelper.sol/Curve3CrvPoolHelper.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveFraxUsdcPoolHelper.sol/CurveFraxUsdcPoolHelper.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/CurveUsdd3CrvPoolHelper.sol/CurveUsdd3CrvPoolHelper.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.json +0 -1089
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/FluxTokenLib.sol/FluxTokenLib.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Flux/PendleFluxLendingSY.sol/PendleFluxLendingSY.json +0 -985
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/GLPPreviewHelper.sol/GLPPreviewHelper.json +0 -50
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/GLP/PendleGlpSY.sol/PendleGlpSY.json +0 -1163
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/HLPPricingHelper.sol/HLPPricingHelper.json +0 -250
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/HMX/PendleHlpSY.sol/PendleHlpSY.json +0 -1193
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberMathHelper.sol/KyberMathHelper.json +0 -375
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/KyberNftManagerBaseUpg.sol/KyberNftManagerBaseUpg.json +0 -82
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/PendleKyberElasticSYUpg.sol/PendleKyberElasticSYUpg.json +0 -1238
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/FullMath.sol/FullMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiqDeltaMath.sol/LiqDeltaMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/LiquidityMath.sol/LiquidityMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/MathConstants.sol/MathConstants.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QtyDeltaMath.sol/QtyDeltaMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/QuadMath.sol/QuadMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/ReinvestmentMath.sol/ReinvestmentMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SafeCast.sol/SafeCast.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/SwapMath.sol/SwapMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Kyber/libraries/TickMath.sol/TickMath.json +0 -10
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleMantleStakedEthSY.sol/PendleMantleStakedEthSY.json +0 -976
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/MantleStakedEth/PendleOracleForSyProxy.sol/PendleOracleForSyProxy.json +0 -149
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleArbitrumStakedEthSY.sol/PendleArbitrumStakedEthSY.json +0 -976
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleBridgedLSDSY.sol/PendleBridgedLSDSY.json +0 -976
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC4626SY.sol/PendleERC4626SY.json +0 -961
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleEUSDSY.sol/PendleEUSDSY.json +0 -961
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleGdaiSY.sol/PendleGDaiSY.json +0 -974
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.json +0 -997
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleSfrxEthSY.sol/PendleSfrxEthSY.json +0 -987
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleStargateLPSY.sol/PendleStargateLPSY.json +0 -1157
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWbEthSY.sol/PendleWbEthSY.json +0 -979
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.json +0 -992
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Silo/PendleSiloWithIncentiveSY.sol/PendleSiloWithIncentiveSY.json +0 -1112
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Stader/PendleETHXSY.sol/PendleETHXSY.json +0 -1001
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.json +0 -961
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/PendleThenaSY.sol/PendleThenaSY.json +0 -1266
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaLpHelper.sol/ThenaLpHelper.json +0 -128
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaMath.sol/ThenaMath.json +0 -24
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/IThenaSY.json +0 -24
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Thena/ThenaPreview.sol/ThenaPreview.json +0 -267
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -35
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -476
- 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 -948
- package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContractsV2/InterestManagerYTV2.sol/InterestManagerYTV2.json +0 -66
- package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContractsV2/PendlePrincipalTokenV2.sol/PendlePrincipalTokenV2.json +0 -476
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldContractFactoryV2.sol/PendleYieldContractFactoryV2.json +0 -590
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.dbg.json +0 -4
- package/build/artifacts/contracts/core/YieldContractsV2/PendleYieldTokenV2.sol/PendleYieldTokenV2.json +0 -1017
- 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 -329
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +0 -4
- package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +0 -321
- package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -10
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -99
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +0 -37
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +0 -4
- 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/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +0 -4
- package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +0 -10
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrBNB.sol/IAnkrBNB.json +0 -62
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Ankr/IAnkrLiquidStaking.sol/IAnkrLiquidStaking.json +0 -108
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IAsset.sol/IAsset.json +0 -10
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerFees.sol/IBalancerFees.json +0 -24
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IBalancerStablePreview.sol/IBalancerStablePreview.json +0 -133
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IBasePool.sol/IBasePool.json +0 -328
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IComposableStable.sol/IComposableStable.json +0 -486
- package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IERC4626LinearPool.sol/IERC4626LinearPool.json +0 -1172
- package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IGauge.sol/IGauge.json +0 -61
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/ILiquidityGaugeFactory.sol/ILiquidityGaugeFactory.json +0 -30
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IMetaStablePool.sol/IMetaStablePool.json +0 -398
- package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IPComposableStablePreview.sol/IPComposableStablePreview.json +0 -133
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IRateProvider.sol/IRateProvider.json +0 -24
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IVault.sol/IVault.json +0 -278
- package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Balancer/IVersion.sol/IVersion.json +0 -24
- package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/BinanceEth/IWBETH.sol/IWBETH.json +0 -42
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotFactory.sol/ICamelotFactory.json +0 -237
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTFactory.sol/ICamelotNFTFactory.json +0 -56
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTHandler.sol/ICamelotNFTHandler.json +0 -142
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNFTPool.sol/ICamelotNFTPool.json +0 -463
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPool.sol/ICamelotNitroPool.json +0 -451
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotNitroPoolFactory.sol/ICamelotNitroPoolFactory.json +0 -638
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotPair.sol/ICamelotPair.json +0 -755
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotRouter.sol/ICamelotRouter.json +0 -647
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/ICamelotYieldBooster.sol/ICamelotYieldBooster.json +0 -18
- package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Camelot/IXGrail.sol/IXGrail.json +0 -350
- package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.json +0 -78
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.json +0 -24
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.json +0 -282
- package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.json +0 -278
- package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Curve/ITriCrvPool.sol/ITriCrvPool.json +0 -213
- package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Flux/IFluxErc20.sol/IFluxErc20.json +0 -166
- package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Flux/IFluxInterestRateModel.sol/IFluxInterestRateModel.json +0 -40
- package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Frax/IFrxEthMinter.sol/IFrxEthMinter.json +0 -56
- package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/GMX/IGMXVault.sol/IGMXVault.json +0 -308
- package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/GMX/IGlpManager.sol/IGlpManager.json +0 -88
- package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/GMX/IRewardRouterV2.sol/IRewardRouterV2.json +0 -201
- package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/GMX/IVaultPriceFeed.sol/IVaultPriceFeed.json +0 -45
- package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/HMX/IHLPStaking.sol/IHLPStaking.json +0 -55
- package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/HMX/IHMXCalculator.sol/IHMXCalculator.json +0 -30
- package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/HMX/IHMXCompounder.sol/IHMXCompounder.json +0 -44
- package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/HMX/IHMXStaking.sol/IHMXStaking.json +0 -66
- package/build/artifacts/contracts/interfaces/HMX/IHMXVester.sol/IHMXVester.dbg.json +0 -4
- 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/IApeStaking.sol/IApeStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.json +0 -149
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +0 -81
- package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +0 -74
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.json +0 -93
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +0 -87
- package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +0 -369
- 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/ILooksFeeSharing.sol/ILooksFeeSharing.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILooksFeeSharing.sol/ILooksFeeSharing.json +0 -30
- package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ILooksStaking.sol/ILooksStaking.json +0 -76
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +0 -1427
- 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 -345
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -1260
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +0 -705
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -311
- package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +0 -79
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -184
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +0 -529
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +0 -708
- 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/IPAllAction.sol/IPAllAction.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +0 -3503
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.json +0 -321
- package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPBulkSellerFactory.sol/IPBulkSellerFactory.json +0 -92
- package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPBulkSellerSYCallback.sol/IPBulkSellerCallback.json +0 -34
- package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPExternalRewardDistributor.sol/IPExternalRewardDistributor.json +0 -109
- 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/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -35
- 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/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/IPMarketFactoryV2.sol/IPMarketFactoryV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPMarketFactoryV2.sol/IPMarketFactoryV2.json +0 -166
- 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/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/IPOracleForSy.sol/IPOracleForSy.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.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/IPPtOracle.sol/IPPtOracle.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPPtOracle.sol/IPPtOracle.json +0 -82
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.json +0 -888
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -2436
- 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 -232
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -668
- 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/IPendlePreviewHelper.sol/IPendlePreviewHelper.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPendlePreviewHelper.sol/IPendlePreviewHelper.json +0 -59
- package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +0 -350
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +0 -375
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +0 -324
- 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/IStETH.sol/IStETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +0 -137
- 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/IStargateLP.sol/IStargateLP.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStargateLP.sol/IStargateLP.json +0 -200
- package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +0 -63
- package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IStargateStaking.sol/IStargateStaking.json +0 -130
- package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.json +0 -44
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
- 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/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticFactory.sol/IKyberElasticFactory.json +0 -436
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticPool.sol/IKyberElasticPool.json +0 -300
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberElasticRouter.sol/IKyberElasticRouter.json +0 -225
- package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberLiquidityMining.sol/IKyberLiquidityMining.json +0 -894
- package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberMathHelper.sol/IKyberMathHelper.json +0 -128
- package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Kyber/IKyberPositionManager.sol/IKyberPositionManager.json +0 -614
- package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Lybra/IEUSD.sol/IEUSD.json +0 -92
- package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Silo/ISilo.sol/ISilo.json +0 -837
- package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Silo/ISiloIncentiveController.sol/ISiloIncentiveController.json +0 -48
- package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Silo/ISiloLens.sol/ISiloLens.json +0 -35
- package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Stader/IStaderStakeManager.sol/IStaderStakeManager.json +0 -420
- package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Thena/IThenaFactory.sol/IThenaFactory.json +0 -152
- package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Thena/IThenaGaugeV2.sol/IThenaGaugeV2.json +0 -71
- package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Thena/IThenaPair.sol/IThenaPair.json +0 -409
- package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/Thena/IThenaRouter.sol/IThenaRouter.json +0 -188
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +0 -143
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +0 -37
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +0 -114
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +0 -35
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +0 -57
- package/build/artifacts/contracts/offchain-helpers/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/BoringLpSeller.sol/BoringLpSeller.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BoringLpSeller.sol/BoringLpSeller.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/BoringPtSeller.sol/BoringPtSeller.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BoringPtSeller.sol/BoringPtSeller.json +0 -10
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +0 -256
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.json +0 -125
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerAutomation.sol/ChainlinkRelayerAutomation.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerAutomation.sol/ChainlinkRelayerAutomation.json +0 -176
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerGelato.sol/ChainlinkRelayerGelato.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/ChainlinkRelayerGelato.sol/ChainlinkRelayerGelato.json +0 -190
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +0 -200
- package/build/artifacts/contracts/offchain-helpers/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/MarketExchangeRateLib.sol/MarketExchangeRateLib.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/MarketExchangeRateLib.sol/MarketExchangeRateLib.json +0 -10
- 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/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/PtAndLpToAsset.sol/PtAndLpToAsset.dbg.json +0 -4
- package/build/artifacts/contracts/offchain-helpers/PtAndLpToAsset.sol/PtAndLpToAsset.json +0 -97
- 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 -1543
- 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 -30
- 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 -409
- 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 -1397
- 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 -348
- 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 -228
- 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/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/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PendlePtOracle.sol/PendlePtOracle.json +0 -247
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.json +0 -10
- package/build/artifacts/contracts/oracles/samples/PendleLpGlpOracle.sol/PendleLpGlpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/samples/PendleLpGlpOracle.sol/PendleLpGlpOracle.json +0 -166
- package/build/artifacts/contracts/oracles/samples/PendlePtGlpOracle.sol/PendlePtGlpOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/samples/PendlePtGlpOracle.sol/PendlePtGlpOracle.json +0 -118
- package/build/artifacts/contracts/oracles/samples/PendlePtUsdChainlinkOracle.sol/PendlePtUsdChainlinkOracle.dbg.json +0 -4
- package/build/artifacts/contracts/oracles/samples/PendlePtUsdChainlinkOracle.sol/PendlePtUsdChainlinkOracle.json +0 -144
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1623
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.json +0 -753
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.json +0 -79
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +0 -720
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +0 -976
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.json +0 -190
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +0 -1032
- package/build/artifacts/contracts/router/PendleRouterHelper2.sol/PendleRouterHelper2.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper2.sol/PendleRouterHelper2.json +0 -145
- package/build/artifacts/contracts/router/base/ActionBaseCallback.sol/ActionBaseCallback.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionBaseCallback.sol/ActionBaseCallback.json +0 -141
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.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/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +0 -10
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +0 -4
- 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 -76
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/IAggregationExecutor.sol/IAggregationExecutor.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/IExecutorHelper.sol/IExecutorHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/IMetaAggregationRouterV2.sol/IMetaAggregationRouterV2.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/KyberInputScalingHelper.sol/KyberInputScalingHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/KyberInputScalingHelper.sol/KyberInputScalingHelper.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/ScalingDataLib.sol/ScalingDataLib.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/kyberswap/ScalingDataLib.sol/ScalingDataLib.json +0 -10
- package/build/artifacts/contracts/router/swap-aggregator/oneinch/I1inchAggregationRouterV5.sol/I1inchAggregationRouterV5.dbg.json +0 -4
- package/build/artifacts/contracts/router/swap-aggregator/oneinch/OneInchAggregationRouterHelper.sol/OneInchAggregationRouterHelper.dbg.json +0 -4
- package/contracts/offchain-helpers/ChainlinkRelayerAutomation.sol +0 -52
- package/contracts/offchain-helpers/ChainlinkRelayerGelato.sol +0 -36
- package/contracts/router/swap-aggregator/kyberswap/IExecutorHelper.sol +0 -231
- package/contracts/router/swap-aggregator/kyberswap/ScalingDataLib.sol +0 -186
- package/deployments/core.ts +0 -29
- package/deployments/index.ts +0 -4
- package/deployments/markets/ape-june-29-2023.ts +0 -3
- package/deployments/markets/balancer-reth-dec-28-2023.ts +0 -3
- package/deployments/markets/balancer-wsteth-jun-27-2024.ts +0 -3
- package/deployments/markets/curve-fraxusdc-march-30-2023.ts +0 -3
- package/deployments/markets/index.ts +0 -17
- package/deployments/markets/looks-march-30-2023.ts +0 -3
- package/deployments/markets/steth-june-29-2023.ts +0 -3
- package/deployments/markets/steth-march-30-2023.ts +0 -3
- package/deployments/markets/types.ts +0 -9
- package/deployments/misc.ts +0 -23
- package/typechain-types/AccessControlUpgradeable.ts +0 -369
- package/typechain-types/ActionAddRemoveLiq.ts +0 -1239
- package/typechain-types/ActionInfoStatic.ts +0 -310
- package/typechain-types/ActionMarketAuxStatic.ts +0 -503
- package/typechain-types/ActionMarketCoreStatic.ts +0 -1951
- package/typechain-types/ActionMintRedeem.ts +0 -673
- package/typechain-types/ActionMintRedeemStatic.ts +0 -527
- package/typechain-types/ActionMisc.ts +0 -155
- package/typechain-types/ActionStorageStatic.ts +0 -405
- package/typechain-types/ActionSwapPT.ts +0 -544
- package/typechain-types/ActionSwapYT.ts +0 -730
- package/typechain-types/ActionVePendleStatic.ts +0 -113
- package/typechain-types/AddressProvider.ts +0 -280
- package/typechain-types/AggregatorInterface.ts +0 -233
- package/typechain-types/AggregatorV2V3Interface.ts +0 -385
- package/typechain-types/AggregatorV3Interface.ts +0 -221
- package/typechain-types/AuraEthxBbAWethSY.ts +0 -1532
- package/typechain-types/AuraSwEthBbAWethSYV2.ts +0 -1532
- package/typechain-types/AuraWethVethSYUpg.ts +0 -1547
- package/typechain-types/AutomateReady.ts +0 -102
- package/typechain-types/AutomationBase.ts +0 -57
- package/typechain-types/AutomationCompatible.ts +0 -140
- package/typechain-types/AutomationCompatibleInterface.ts +0 -141
- package/typechain-types/BaseSplitCodeFactoryContract.ts +0 -276
- package/typechain-types/BbAPoolHelper.ts +0 -89
- package/typechain-types/BbAWethHelper.ts +0 -89
- package/typechain-types/BeaconProxy.ts +0 -97
- package/typechain-types/BoringOwnableUpgradeable.ts +0 -203
- package/typechain-types/BoringOwnableUpgradeableData.ts +0 -100
- package/typechain-types/BotDecisionHelperBase.ts +0 -508
- package/typechain-types/Broadcaster.ts +0 -454
- package/typechain-types/BulkSeller.ts +0 -743
- package/typechain-types/BulkSellerFactory.ts +0 -712
- package/typechain-types/BulkSellerOffchain.ts +0 -251
- package/typechain-types/CamelotRewardHelper.ts +0 -347
- package/typechain-types/CamelotV1VolatileLpHelper.ts +0 -120
- package/typechain-types/CamelotV1VolatilePreview.ts +0 -479
- package/typechain-types/ChainlinkRelayerAutomation.ts +0 -305
- package/typechain-types/ChainlinkRelayerGelato.ts +0 -311
- package/typechain-types/ComposableStablePreview.ts +0 -217
- package/typechain-types/ComposableStablePreviewProxy.ts +0 -352
- package/typechain-types/ComposableStablePreviewV4.ts +0 -217
- package/typechain-types/ComposableStablePreviewV5.ts +0 -217
- package/typechain-types/ContextUpgradeable.ts +0 -68
- package/typechain-types/EIP712Upgradeable.ts +0 -68
- package/typechain-types/ERC165Upgradeable.ts +0 -113
- package/typechain-types/ERC1967Upgrade.ts +0 -97
- package/typechain-types/ERC20.ts +0 -417
- package/typechain-types/ERC20Permit.ts +0 -521
- package/typechain-types/EmptyUUPS.ts +0 -352
- package/typechain-types/GLPPreviewHelper.ts +0 -121
- package/typechain-types/HLPPricingHelper.ts +0 -397
- package/typechain-types/IAccessControlUpgradeable.ts +0 -305
- package/typechain-types/IAddressProvider.ts +0 -123
- package/typechain-types/IAnkrBNB.ts +0 -150
- package/typechain-types/IAnkrLiquidStaking.ts +0 -253
- package/typechain-types/IApeStaking.ts +0 -305
- package/typechain-types/IAutomate.ts +0 -203
- package/typechain-types/IBalancerFees.ts +0 -89
- package/typechain-types/IBalancerStablePreview.ts +0 -217
- package/typechain-types/IBasePool.ts +0 -482
- package/typechain-types/IBeacon.ts +0 -87
- package/typechain-types/IBenQiComptroller.ts +0 -177
- package/typechain-types/IBenQiInterestRateModel.ts +0 -162
- package/typechain-types/IBooster.ts +0 -281
- package/typechain-types/IBotDecisionHelper.ts +0 -476
- package/typechain-types/ICamelotFactory.ts +0 -375
- package/typechain-types/ICamelotNFTFactory.ts +0 -122
- package/typechain-types/ICamelotNFTHandler.ts +0 -262
- package/typechain-types/ICamelotNFTPool.ts +0 -814
- package/typechain-types/ICamelotNitroPool.ts +0 -708
- package/typechain-types/ICamelotNitroPoolFactory.ts +0 -1053
- package/typechain-types/ICamelotPair.ts +0 -1030
- package/typechain-types/ICamelotRouter.ts +0 -955
- package/typechain-types/ICamelotYieldBooster.ts +0 -97
- package/typechain-types/IComposableStable.ts +0 -755
- package/typechain-types/ICrvDepositor.ts +0 -174
- package/typechain-types/ICrvPool.ts +0 -425
- package/typechain-types/ICvxCrv.ts +0 -81
- package/typechain-types/IDiamondCut.ts +0 -152
- package/typechain-types/IDiamondLoupe.ts +0 -190
- package/typechain-types/IERC165.ts +0 -102
- package/typechain-types/IERC165Upgradeable.ts +0 -102
- package/typechain-types/IERC1822Proxiable.ts +0 -87
- package/typechain-types/IERC4626.ts +0 -550
- package/typechain-types/IERC4626LinearPool.ts +0 -1649
- package/typechain-types/IERC721.ts +0 -487
- package/typechain-types/IERC721Receiver.ts +0 -120
- package/typechain-types/IEUSD.ts +0 -194
- package/typechain-types/IFluxErc20.ts +0 -298
- package/typechain-types/IFluxInterestRateModel.ts +0 -113
- package/typechain-types/IFrxEthMinter.ts +0 -142
- package/typechain-types/IGMXVault.ts +0 -494
- package/typechain-types/IGauge.ts +0 -160
- package/typechain-types/IGlpManager.ts +0 -184
- package/typechain-types/IHLPStaking.ts +0 -154
- package/typechain-types/IHMXCalculator.ts +0 -96
- package/typechain-types/IHMXCompounder.ts +0 -122
- package/typechain-types/IHMXStaking.ts +0 -165
- package/typechain-types/IHMXVester.ts +0 -163
- package/typechain-types/IHashflow.ts +0 -159
- package/typechain-types/IInterestUSTP.ts +0 -156
- package/typechain-types/IKyberElasticFactory.ts +0 -734
- package/typechain-types/IKyberElasticPool.ts +0 -514
- package/typechain-types/IKyberElasticRouter.ts +0 -315
- package/typechain-types/IKyberLiquidityMining.ts +0 -968
- package/typechain-types/IKyberMathHelper.ts +0 -231
- package/typechain-types/IKyberPositionManager.ts +0 -773
- package/typechain-types/ILayerZeroEndpoint.ts +0 -256
- package/typechain-types/ILayerZeroReceiver.ts +0 -117
- package/typechain-types/ILiquidityGaugeFactory.ts +0 -99
- package/typechain-types/ILongYieldDecisionHelper.ts +0 -512
- package/typechain-types/ILongYieldTradingBot.ts +0 -703
- package/typechain-types/ILooksFeeSharing.ts +0 -102
- package/typechain-types/ILooksStaking.ts +0 -189
- package/typechain-types/IMUXRewardRouter.ts +0 -1599
- package/typechain-types/IMetaStablePool.ts +0 -619
- package/typechain-types/IOpsProxyFactory.ts +0 -93
- package/typechain-types/IPActionAddRemoveLiq.ts +0 -1239
- package/typechain-types/IPActionInfoStatic.ts +0 -310
- package/typechain-types/IPActionMarketAuxStatic.ts +0 -503
- package/typechain-types/IPActionMarketCoreStatic.ts +0 -1951
- package/typechain-types/IPActionMintRedeem.ts +0 -673
- package/typechain-types/IPActionMintRedeemStatic.ts +0 -527
- package/typechain-types/IPActionMisc.ts +0 -155
- package/typechain-types/IPActionStorageStatic.ts +0 -328
- package/typechain-types/IPActionSwapPT.ts +0 -544
- package/typechain-types/IPActionSwapYT.ts +0 -686
- package/typechain-types/IPActionVePendleStatic.ts +0 -113
- package/typechain-types/IPAllAction.ts +0 -2935
- package/typechain-types/IPBulkSeller.ts +0 -391
- package/typechain-types/IPBulkSellerCallback.ts +0 -115
- package/typechain-types/IPBulkSellerFactory.ts +0 -152
- package/typechain-types/IPComposableStablePreview.ts +0 -217
- package/typechain-types/IPExternalRewardDistributor.ts +0 -198
- package/typechain-types/IPFeeDistributor.ts +0 -191
- package/typechain-types/IPFeeDistributorV2.ts +0 -287
- package/typechain-types/IPGauge.ts +0 -132
- package/typechain-types/IPGaugeController.ts +0 -275
- package/typechain-types/IPGaugeControllerMainchain.ts +0 -319
- package/typechain-types/IPInterestManagerYT.ts +0 -114
- package/typechain-types/IPInterestManagerYTV2.ts +0 -117
- package/typechain-types/IPMarket.ts +0 -1045
- package/typechain-types/IPMarketFactory.ts +0 -234
- package/typechain-types/IPMarketFactoryV2.ts +0 -253
- package/typechain-types/IPMarketSwapCallback.ts +0 -115
- package/typechain-types/IPMerkleDistributor.ts +0 -235
- package/typechain-types/IPMiniDiamond.ts +0 -147
- package/typechain-types/IPMsgReceiverApp.ts +0 -104
- package/typechain-types/IPMsgSendEndpoint.ts +0 -166
- package/typechain-types/IPOffchainStorage.ts +0 -129
- package/typechain-types/IPOracleForSy.ts +0 -87
- package/typechain-types/IPPriceFeed.ts +0 -81
- package/typechain-types/IPPrincipalToken.ts +0 -501
- package/typechain-types/IPPtOracle.ts +0 -184
- package/typechain-types/IPRouterHelper.ts +0 -710
- package/typechain-types/IPRouterStatic.ts +0 -3462
- package/typechain-types/IPVeToken.ts +0 -201
- package/typechain-types/IPVotingController.ts +0 -510
- package/typechain-types/IPVotingEscrowMainchain.ts +0 -461
- package/typechain-types/IPYieldContractFactory.ts +0 -324
- package/typechain-types/IPYieldToken.ts +0 -902
- package/typechain-types/IPYieldTokenV2.ts +0 -901
- package/typechain-types/IPendlePreviewHelper.ts +0 -147
- package/typechain-types/IQiAvax.ts +0 -551
- package/typechain-types/IQiErc20.ts +0 -573
- package/typechain-types/IQiToken.ts +0 -498
- package/typechain-types/IRateProvider.ts +0 -81
- package/typechain-types/IRebasingUSTP.ts +0 -133
- package/typechain-types/IRewardManager.ts +0 -108
- package/typechain-types/IRewardRouterV2.ts +0 -346
- package/typechain-types/IRewards.ts +0 -584
- package/typechain-types/IShortYieldDecisionHelper.ts +0 -476
- package/typechain-types/IShortYieldTradingBot.ts +0 -574
- package/typechain-types/ISilo.ts +0 -1093
- package/typechain-types/ISiloIncentiveController.ts +0 -129
- package/typechain-types/ISiloLens.ts +0 -107
- package/typechain-types/IStETH.ts +0 -257
- package/typechain-types/IStaderStakeManager.ts +0 -700
- package/typechain-types/IStandardizedYield.ts +0 -895
- package/typechain-types/IStargateLP.ts +0 -306
- package/typechain-types/IStargateRouter.ts +0 -159
- package/typechain-types/IStargateStaking.ts +0 -232
- package/typechain-types/IStellaLendingPool.ts +0 -87
- package/typechain-types/IStellaLendingProxy.ts +0 -144
- package/typechain-types/ITaskTreasuryUpgradable.ts +0 -160
- package/typechain-types/IThenaFactory.ts +0 -245
- package/typechain-types/IThenaGaugeV2.ts +0 -206
- package/typechain-types/IThenaPair.ts +0 -579
- package/typechain-types/IThenaRouter.ts +0 -313
- package/typechain-types/IThenaSY.ts +0 -81
- package/typechain-types/ITradingBotBase.ts +0 -373
- package/typechain-types/ITriCrvPool.ts +0 -345
- package/typechain-types/IUSTP.ts +0 -127
- package/typechain-types/IVault.ts +0 -410
- package/typechain-types/IVaultPriceFeed.ts +0 -114
- package/typechain-types/IVersion.ts +0 -81
- package/typechain-types/IWBETH.ts +0 -128
- package/typechain-types/IWstETH.ts +0 -162
- package/typechain-types/IXGrail.ts +0 -603
- package/typechain-types/Initializable.ts +0 -68
- package/typechain-types/InterestManagerYT.ts +0 -103
- package/typechain-types/InterestManagerYTV2.ts +0 -157
- package/typechain-types/KyberMathHelper.ts +0 -604
- package/typechain-types/KyberNftManagerBase.ts +0 -364
- package/typechain-types/KyberNftManagerBaseUpg.ts +0 -148
- package/typechain-types/LegacyNFTHelper.ts +0 -87
- package/typechain-types/LinearPreview.ts +0 -402
- package/typechain-types/LongYieldActionLib.ts +0 -57
- package/typechain-types/LongYieldDecisionHelper.ts +0 -682
- package/typechain-types/LongYieldTradingBot.ts +0 -2299
- package/typechain-types/MarketExtLib.ts +0 -81
- package/typechain-types/MetaStableMath.ts +0 -113
- package/typechain-types/MetaStablePreview.ts +0 -501
- package/typechain-types/MlpPricingHelper.ts +0 -384
- package/typechain-types/Multicall2.ts +0 -437
- package/typechain-types/OracleLib.ts +0 -124
- package/typechain-types/Pausable.ts +0 -101
- package/typechain-types/PendleAnkrBNBSY.ts +0 -1235
- package/typechain-types/PendleArbitrumStakedEthSY.ts +0 -1222
- package/typechain-types/PendleAuraBalancerStableLPSYV2.ts +0 -1512
- package/typechain-types/PendleAuraBalancerStableLPSYV3Upg.ts +0 -1512
- package/typechain-types/PendleAuraBbAWethSwethSY.ts +0 -1532
- package/typechain-types/PendleAuraWethAnkrethSYV2.ts +0 -1511
- package/typechain-types/PendleAuraWethRocketEthSYV2.ts +0 -1511
- package/typechain-types/PendleAuraWethStafiEthSY.ts +0 -1511
- package/typechain-types/PendleAuraWethVethSY.ts +0 -1511
- package/typechain-types/PendleAuraWethWstethSYV2.ts +0 -1511
- package/typechain-types/PendleAuraWstethAnkreth.ts +0 -1511
- package/typechain-types/PendleBridgedLSDSY.ts +0 -1222
- package/typechain-types/PendleCamelotV1VolatileSY.ts +0 -1897
- package/typechain-types/PendleChainlinkReceiver.ts +0 -239
- package/typechain-types/PendleChainlinkRelayer.ts +0 -158
- package/typechain-types/PendleConvexLPSY.ts +0 -1393
- package/typechain-types/PendleCurveFraxUsdcSY.ts +0 -1432
- package/typechain-types/PendleCurveUsdd3CrvSY.ts +0 -1503
- package/typechain-types/PendleERC20.ts +0 -339
- package/typechain-types/PendleERC20Permit.ts +0 -443
- package/typechain-types/PendleERC20PermitUpg.ts +0 -452
- package/typechain-types/PendleERC20Upg.ts +0 -348
- package/typechain-types/PendleERC4626SY.ts +0 -1216
- package/typechain-types/PendleETHXSY.ts +0 -1231
- package/typechain-types/PendleEUSDSY.ts +0 -1216
- package/typechain-types/PendleExternalRewardDistributor.ts +0 -596
- package/typechain-types/PendleFeeDistributor.ts +0 -745
- package/typechain-types/PendleFeeDistributorV2.ts +0 -722
- package/typechain-types/PendleFluxLendingSY.ts +0 -1232
- package/typechain-types/PendleGDaiSY.ts +0 -1229
- package/typechain-types/PendleGauge.ts +0 -225
- package/typechain-types/PendleGaugeControllerBaseUpg.ts +0 -591
- package/typechain-types/PendleGaugeControllerMainchainUpg.ts +0 -679
- package/typechain-types/PendleGaugeControllerSidechainUpg.ts +0 -671
- package/typechain-types/PendleGaugeV2.ts +0 -225
- package/typechain-types/PendleGlpSY.ts +0 -1463
- package/typechain-types/PendleHlpSY.ts +0 -1517
- package/typechain-types/PendleHyperStellaETH.ts +0 -1248
- package/typechain-types/PendleIUSTPSY.ts +0 -1255
- package/typechain-types/PendleKyberElasticSY.ts +0 -1803
- package/typechain-types/PendleKyberElasticSYUpg.ts +0 -1583
- package/typechain-types/PendleLooksStakingSY.ts +0 -1256
- package/typechain-types/PendleLpGlpOracle.ts +0 -145
- package/typechain-types/PendleMantleStakedEthSY.ts +0 -1222
- package/typechain-types/PendleMarket.ts +0 -1311
- package/typechain-types/PendleMarketFactory.ts +0 -906
- package/typechain-types/PendleMarketFactoryV2.ts +0 -932
- package/typechain-types/PendleMarketV2.ts +0 -1311
- package/typechain-types/PendleMerkleDistributor.ts +0 -610
- package/typechain-types/PendleMlpSY.ts +0 -1522
- package/typechain-types/PendleMsgReceiveEndpointUpg.ts +0 -558
- package/typechain-types/PendleMsgReceiverAppUpg.ts +0 -125
- package/typechain-types/PendleMsgSendEndpointUpg.ts +0 -650
- package/typechain-types/PendleMsgSenderAppUpg.ts +0 -353
- package/typechain-types/PendleMulticallV1.ts +0 -162
- package/typechain-types/PendleMulticallV2.ts +0 -241
- package/typechain-types/PendleOffchainStorage.ts +0 -651
- package/typechain-types/PendleOracleForSyProxy.ts +0 -275
- package/typechain-types/PendlePrincipalToken.ts +0 -614
- package/typechain-types/PendlePrincipalTokenV2.ts +0 -614
- package/typechain-types/PendlePtGlpOracle.ts +0 -145
- package/typechain-types/PendlePtOracle.ts +0 -393
- package/typechain-types/PendlePtUsdChainlinkOracle.ts +0 -174
- package/typechain-types/PendleQiTokenHelper.ts +0 -57
- package/typechain-types/PendleQiTokenSY.ts +0 -1370
- package/typechain-types/PendleRouter.ts +0 -217
- package/typechain-types/PendleRouterHelper.ts +0 -818
- package/typechain-types/PendleRouterHelper2.ts +0 -185
- package/typechain-types/PendleRouterStatic.ts +0 -57
- package/typechain-types/PendleSfrxEthSY.ts +0 -1242
- package/typechain-types/PendleSiloWithIncentiveSY.ts +0 -1390
- package/typechain-types/PendleStargateLPSY.ts +0 -1442
- package/typechain-types/PendleStellaHyperETH.ts +0 -1235
- package/typechain-types/PendleThenaSY.ts +0 -1598
- package/typechain-types/PendleVotingControllerUpg.ts +0 -1479
- package/typechain-types/PendleWbEthSY.ts +0 -1229
- package/typechain-types/PendleWstEthSY.ts +0 -1242
- package/typechain-types/PendleYieldContractFactory.ts +0 -801
- package/typechain-types/PendleYieldContractFactoryV2.ts +0 -801
- package/typechain-types/PendleYieldToken.ts +0 -1196
- package/typechain-types/PendleYieldTokenV2.ts +0 -1298
- package/typechain-types/Proxy.ts +0 -57
- package/typechain-types/PtAndLpToAsset.ts +0 -136
- package/typechain-types/ReentrancyGuardUpgradeable.ts +0 -68
- package/typechain-types/RewardManager.ts +0 -161
- package/typechain-types/RewardManagerAbstract.ts +0 -108
- package/typechain-types/SAPE.ts +0 -1395
- package/typechain-types/SDKErrorsDirectory.ts +0 -57
- package/typechain-types/SYBase.ts +0 -1205
- package/typechain-types/SYBaseUpg.ts +0 -1205
- package/typechain-types/SYBaseWithDecimals.ts +0 -1205
- package/typechain-types/SYBaseWithRewards.ts +0 -1298
- package/typechain-types/SYBaseWithRewardsUpg.ts +0 -1298
- package/typechain-types/StablePreviewBase.ts +0 -217
- package/typechain-types/StarNFTV1.ts +0 -880
- package/typechain-types/SwETHSY.ts +0 -1216
- package/typechain-types/ThenaLpHelper.ts +0 -191
- package/typechain-types/ThenaMath.ts +0 -87
- package/typechain-types/ThenaPreview.ts +0 -450
- package/typechain-types/TradingBotBase.ts +0 -1861
- package/typechain-types/TvlLib.ts +0 -215
- package/typechain-types/UUPSUpgradeable.ts +0 -197
- package/typechain-types/VotingControllerStorageUpg.ts +0 -877
- package/typechain-types/VotingEscrowPendleMainchain.ts +0 -1045
- package/typechain-types/VotingEscrowPendleSidechain.ts +0 -558
- package/typechain-types/VotingEscrowTokenBase.ts +0 -252
- package/typechain-types/factories/AccessControlUpgradeable__factory.ts +0 -247
- package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +0 -1676
- package/typechain-types/factories/ActionBaseCallback__factory.ts +0 -156
- package/typechain-types/factories/ActionInfoStatic__factory.ts +0 -360
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +0 -466
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +0 -1454
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +0 -405
- package/typechain-types/factories/ActionMintRedeem__factory.ts +0 -806
- package/typechain-types/factories/ActionMisc__factory.ts +0 -129
- package/typechain-types/factories/ActionStorageStatic__factory.ts +0 -281
- package/typechain-types/factories/ActionSwapPT__factory.ts +0 -770
- package/typechain-types/factories/ActionSwapYT__factory.ts +0 -1041
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +0 -155
- package/typechain-types/factories/AddressProvider__factory.ts +0 -196
- package/typechain-types/factories/AggregatorInterface__factory.ts +0 -153
- package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +0 -268
- package/typechain-types/factories/AggregatorV3Interface__factory.ts +0 -141
- package/typechain-types/factories/AuraEthxBbAWethSY__factory.ts +0 -1240
- package/typechain-types/factories/AuraSwEthBbAWethSYV2__factory.ts +0 -1244
- package/typechain-types/factories/AuraWethVethSYUpg__factory.ts +0 -1215
- package/typechain-types/factories/AutomateReady__factory.ts +0 -49
- package/typechain-types/factories/AutomationBase__factory.ts +0 -69
- package/typechain-types/factories/AutomationCompatibleInterface__factory.ts +0 -67
- package/typechain-types/factories/AutomationCompatible__factory.ts +0 -72
- package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +0 -239
- package/typechain-types/factories/BbAPoolHelper__factory.ts +0 -36
- package/typechain-types/factories/BbAWethHelper__factory.ts +0 -36
- package/typechain-types/factories/BeaconProxy__factory.ts +0 -141
- package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +0 -96
- package/typechain-types/factories/BoringOwnableUpgradeable__factory.ts +0 -118
- package/typechain-types/factories/BotDecisionHelperBase__factory.ts +0 -835
- package/typechain-types/factories/Broadcaster__factory.ts +0 -311
- package/typechain-types/factories/BulkSellerFactory__factory.ts +0 -574
- package/typechain-types/factories/BulkSellerOffchain__factory.ts +0 -178
- package/typechain-types/factories/BulkSeller__factory.ts +0 -692
- package/typechain-types/factories/CamelotRewardHelper__factory.ts +0 -324
- package/typechain-types/factories/CamelotV1VolatileLpHelper__factory.ts +0 -82
- package/typechain-types/factories/CamelotV1VolatilePreview__factory.ts +0 -400
- package/typechain-types/factories/ChainlinkRelayerAutomation__factory.ts +0 -238
- package/typechain-types/factories/ChainlinkRelayerGelato__factory.ts +0 -263
- package/typechain-types/factories/ComposableStablePreviewProxy__factory.ts +0 -288
- package/typechain-types/factories/ComposableStablePreviewV4__factory.ts +0 -190
- package/typechain-types/factories/ComposableStablePreviewV5__factory.ts +0 -190
- package/typechain-types/factories/ComposableStablePreview__factory.ts +0 -152
- package/typechain-types/factories/ContextUpgradeable__factory.ts +0 -39
- package/typechain-types/factories/EIP712Upgradeable__factory.ts +0 -39
- package/typechain-types/factories/ERC165Upgradeable__factory.ts +0 -58
- package/typechain-types/factories/ERC1967Upgrade__factory.ts +0 -71
- package/typechain-types/factories/ERC20Permit__factory.ts +0 -368
- package/typechain-types/factories/ERC20__factory.ts +0 -348
- package/typechain-types/factories/EmptyUUPS__factory.ts +0 -250
- package/typechain-types/factories/GLPPreviewHelper__factory.ts +0 -65
- package/typechain-types/factories/HLPPricingHelper__factory.ts +0 -311
- package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +0 -202
- package/typechain-types/factories/IAddressProvider__factory.ts +0 -63
- package/typechain-types/factories/IAnkrBNB__factory.ts +0 -74
- package/typechain-types/factories/IAnkrLiquidStaking__factory.ts +0 -123
- package/typechain-types/factories/IApeStaking__factory.ts +0 -161
- package/typechain-types/factories/IAutomate__factory.ts +0 -126
- package/typechain-types/factories/IBalancerFees__factory.ts +0 -36
- package/typechain-types/factories/IBalancerStablePreview__factory.ts +0 -152
- package/typechain-types/factories/IBasePool__factory.ts +0 -340
- package/typechain-types/factories/IBeacon__factory.ts +0 -36
- package/typechain-types/factories/IBenQiComptroller__factory.ts +0 -96
- package/typechain-types/factories/IBenQiInterestRateModel__factory.ts +0 -93
- package/typechain-types/factories/IBooster__factory.ts +0 -189
- package/typechain-types/factories/IBotDecisionHelper__factory.ts +0 -694
- package/typechain-types/factories/ICamelotFactory__factory.ts +0 -252
- package/typechain-types/factories/ICamelotNFTFactory__factory.ts +0 -71
- package/typechain-types/factories/ICamelotNFTHandler__factory.ts +0 -157
- package/typechain-types/factories/ICamelotNFTPool__factory.ts +0 -478
- package/typechain-types/factories/ICamelotNitroPoolFactory__factory.ts +0 -657
- package/typechain-types/factories/ICamelotNitroPool__factory.ts +0 -466
- package/typechain-types/factories/ICamelotPair__factory.ts +0 -767
- package/typechain-types/factories/ICamelotRouter__factory.ts +0 -662
- package/typechain-types/factories/ICamelotYieldBooster__factory.ts +0 -37
- package/typechain-types/factories/IComposableStable__factory.ts +0 -501
- package/typechain-types/factories/ICrvDepositor__factory.ts +0 -90
- package/typechain-types/factories/ICrvPool__factory.ts +0 -290
- package/typechain-types/factories/ICvxCrv__factory.ts +0 -36
- package/typechain-types/factories/IDiamondCut__factory.ts +0 -105
- package/typechain-types/factories/IDiamondLoupe__factory.ts +0 -99
- package/typechain-types/factories/IERC165Upgradeable__factory.ts +0 -45
- package/typechain-types/factories/IERC165__factory.ts +0 -42
- package/typechain-types/factories/IERC1822Proxiable__factory.ts +0 -39
- package/typechain-types/factories/IERC4626LinearPool__factory.ts +0 -1187
- package/typechain-types/factories/IERC4626__factory.ts +0 -381
- package/typechain-types/factories/IERC721Receiver__factory.ts +0 -60
- package/typechain-types/factories/IERC721__factory.ts +0 -308
- package/typechain-types/factories/IEUSD__factory.ts +0 -101
- package/typechain-types/factories/IFluxErc20__factory.ts +0 -178
- package/typechain-types/factories/IFluxInterestRateModel__factory.ts +0 -59
- package/typechain-types/factories/IFrxEthMinter__factory.ts +0 -68
- package/typechain-types/factories/IGMXVault__factory.ts +0 -320
- package/typechain-types/factories/IGauge__factory.ts +0 -70
- package/typechain-types/factories/IGlpManager__factory.ts +0 -100
- package/typechain-types/factories/IHLPStaking__factory.ts +0 -67
- package/typechain-types/factories/IHMXCalculator__factory.ts +0 -45
- package/typechain-types/factories/IHMXCompounder__factory.ts +0 -59
- package/typechain-types/factories/IHMXStaking__factory.ts +0 -78
- package/typechain-types/factories/IHMXVester__factory.ts +0 -85
- package/typechain-types/factories/IHashflow__factory.ts +0 -113
- package/typechain-types/factories/IInterestUSTP__factory.ts +0 -75
- package/typechain-types/factories/IKyberElasticFactory__factory.ts +0 -455
- package/typechain-types/factories/IKyberElasticPool__factory.ts +0 -315
- package/typechain-types/factories/IKyberElasticRouter__factory.ts +0 -240
- package/typechain-types/factories/IKyberLiquidityMining__factory.ts +0 -913
- package/typechain-types/factories/IKyberMathHelper__factory.ts +0 -143
- package/typechain-types/factories/IKyberPositionManager__factory.ts +0 -633
- package/typechain-types/factories/ILayerZeroEndpoint__factory.ts +0 -134
- package/typechain-types/factories/ILayerZeroReceiver__factory.ts +0 -54
- package/typechain-types/factories/ILiquidityGaugeFactory__factory.ts +0 -49
- package/typechain-types/factories/ILongYieldDecisionHelper__factory.ts +0 -717
- package/typechain-types/factories/ILongYieldTradingBot__factory.ts +0 -764
- package/typechain-types/factories/ILooksFeeSharing__factory.ts +0 -45
- package/typechain-types/factories/ILooksStaking__factory.ts +0 -88
- package/typechain-types/factories/IMUXRewardRouter__factory.ts +0 -885
- package/typechain-types/factories/IMetaStablePool__factory.ts +0 -413
- package/typechain-types/factories/IOpsProxyFactory__factory.ts +0 -50
- package/typechain-types/factories/IPActionAddRemoveLiq__factory.ts +0 -1446
- package/typechain-types/factories/IPActionInfoStatic__factory.ts +0 -322
- package/typechain-types/factories/IPActionMarketAuxStatic__factory.ts +0 -364
- package/typechain-types/factories/IPActionMarketCoreStatic__factory.ts +0 -1279
- package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +0 -330
- package/typechain-types/factories/IPActionMintRedeem__factory.ts +0 -720
- package/typechain-types/factories/IPActionMisc__factory.ts +0 -91
- package/typechain-types/factories/IPActionStorageStatic__factory.ts +0 -203
- package/typechain-types/factories/IPActionSwapPT__factory.ts +0 -544
- package/typechain-types/factories/IPActionSwapYT__factory.ts +0 -723
- package/typechain-types/factories/IPActionVePendleStatic__factory.ts +0 -59
- package/typechain-types/factories/IPAllAction__factory.ts +0 -3515
- package/typechain-types/factories/IPBulkSellerCallback__factory.ts +0 -53
- package/typechain-types/factories/IPBulkSellerFactory__factory.ts +0 -107
- package/typechain-types/factories/IPBulkSeller__factory.ts +0 -333
- package/typechain-types/factories/IPComposableStablePreview__factory.ts +0 -152
- package/typechain-types/factories/IPExternalRewardDistributor__factory.ts +0 -128
- package/typechain-types/factories/IPFeeDistributorV2__factory.ts +0 -184
- package/typechain-types/factories/IPFeeDistributor__factory.ts +0 -138
- package/typechain-types/factories/IPGaugeControllerMainchain__factory.ts +0 -202
- package/typechain-types/factories/IPGaugeController__factory.ts +0 -175
- package/typechain-types/factories/IPGauge__factory.ts +0 -74
- package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +0 -59
- package/typechain-types/factories/IPInterestManagerYT__factory.ts +0 -50
- package/typechain-types/factories/IPMarketFactoryV2__factory.ts +0 -181
- package/typechain-types/factories/IPMarketFactory__factory.ts +0 -168
- package/typechain-types/factories/IPMarketSwapCallback__factory.ts +0 -53
- package/typechain-types/factories/IPMarket__factory.ts +0 -832
- package/typechain-types/factories/IPMerkleDistributor__factory.ts +0 -165
- package/typechain-types/factories/IPMiniDiamond__factory.ts +0 -67
- package/typechain-types/factories/IPMsgReceiverApp__factory.ts +0 -39
- package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +0 -88
- package/typechain-types/factories/IPOffchainStorage__factory.ts +0 -63
- package/typechain-types/factories/IPOracleForSy__factory.ts +0 -36
- package/typechain-types/factories/IPPriceFeed__factory.ts +0 -36
- package/typechain-types/factories/IPPrincipalToken__factory.ts +0 -362
- package/typechain-types/factories/IPPtOracle__factory.ts +0 -94
- package/typechain-types/factories/IPRouterHelper__factory.ts +0 -904
- package/typechain-types/factories/IPRouterStatic__factory.ts +0 -2451
- package/typechain-types/factories/IPVeToken__factory.ts +0 -116
- package/typechain-types/factories/IPVotingController__factory.ts +0 -363
- package/typechain-types/factories/IPVotingEscrowMainchain__factory.ts +0 -340
- package/typechain-types/factories/IPYieldContractFactory__factory.ts +0 -251
- package/typechain-types/factories/IPYieldTokenV2__factory.ts +0 -694
- package/typechain-types/factories/IPYieldToken__factory.ts +0 -680
- package/typechain-types/factories/IPendlePreviewHelper__factory.ts +0 -78
- package/typechain-types/factories/IQiAvax__factory.ts +0 -362
- package/typechain-types/factories/IQiErc20__factory.ts +0 -387
- package/typechain-types/factories/IQiToken__factory.ts +0 -336
- package/typechain-types/factories/IRateProvider__factory.ts +0 -36
- package/typechain-types/factories/IRebasingUSTP__factory.ts +0 -49
- package/typechain-types/factories/IRewardManager__factory.ts +0 -55
- package/typechain-types/factories/IRewardRouterV2__factory.ts +0 -216
- package/typechain-types/factories/IRewards__factory.ts +0 -294
- package/typechain-types/factories/IShortYieldDecisionHelper__factory.ts +0 -698
- package/typechain-types/factories/IShortYieldTradingBot__factory.ts +0 -813
- package/typechain-types/factories/ISiloIncentiveController__factory.ts +0 -67
- package/typechain-types/factories/ISiloLens__factory.ts +0 -47
- package/typechain-types/factories/ISilo__factory.ts +0 -846
- package/typechain-types/factories/IStETH__factory.ts +0 -146
- package/typechain-types/factories/IStaderStakeManager__factory.ts +0 -435
- package/typechain-types/factories/IStandardizedYield__factory.ts +0 -658
- package/typechain-types/factories/IStargateLP__factory.ts +0 -212
- package/typechain-types/factories/IStargateRouter__factory.ts +0 -78
- package/typechain-types/factories/IStargateStaking__factory.ts +0 -145
- package/typechain-types/factories/IStellaLendingPool__factory.ts +0 -39
- package/typechain-types/factories/IStellaLendingProxy__factory.ts +0 -74
- package/typechain-types/factories/ISwETH__factory.ts +0 -53
- package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +0 -76
- package/typechain-types/factories/IThenaFactory__factory.ts +0 -164
- package/typechain-types/factories/IThenaGaugeV2__factory.ts +0 -83
- package/typechain-types/factories/IThenaPair__factory.ts +0 -421
- package/typechain-types/factories/IThenaRouter__factory.ts +0 -200
- package/typechain-types/factories/IThenaSY__factory.ts +0 -36
- package/typechain-types/factories/ITradingBotBase__factory.ts +0 -366
- package/typechain-types/factories/ITriCrvPool__factory.ts +0 -225
- package/typechain-types/factories/IUSTP__factory.ts +0 -46
- package/typechain-types/factories/IVaultPriceFeed__factory.ts +0 -60
- package/typechain-types/factories/IVault__factory.ts +0 -287
- package/typechain-types/factories/IVersion__factory.ts +0 -36
- package/typechain-types/factories/IWBETH__factory.ts +0 -51
- package/typechain-types/factories/IWstETH__factory.ts +0 -87
- package/typechain-types/factories/IXGrail__factory.ts +0 -362
- package/typechain-types/factories/Initializable__factory.ts +0 -36
- package/typechain-types/factories/InterestManagerYTV2__factory.ts +0 -81
- package/typechain-types/factories/InterestManagerYT__factory.ts +0 -50
- package/typechain-types/factories/KyberMathHelper__factory.ts +0 -430
- package/typechain-types/factories/KyberNftManagerBaseUpg__factory.ts +0 -101
- package/typechain-types/factories/KyberNftManagerBase__factory.ts +0 -279
- package/typechain-types/factories/LegacyNFTHelper__factory.ts +0 -83
- package/typechain-types/factories/LinearPreview__factory.ts +0 -284
- package/typechain-types/factories/LongYieldActionLib__factory.ts +0 -207
- package/typechain-types/factories/LongYieldDecisionHelper__factory.ts +0 -1481
- package/typechain-types/factories/LongYieldTradingBot__factory.ts +0 -2159
- package/typechain-types/factories/MarketExtLib__factory.ts +0 -74
- package/typechain-types/factories/MetaStableMath__factory.ts +0 -93
- package/typechain-types/factories/MetaStablePreview__factory.ts +0 -375
- package/typechain-types/factories/MlpPricingHelper__factory.ts +0 -290
- package/typechain-types/factories/Multicall2__factory.ts +0 -372
- package/typechain-types/factories/OracleLib__factory.ts +0 -150
- package/typechain-types/factories/Pausable__factory.ts +0 -62
- package/typechain-types/factories/PendleAnkrBNBSY__factory.ts +0 -1100
- package/typechain-types/factories/PendleArbitrumStakedEthSY__factory.ts +0 -1068
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV2__factory.ts +0 -1169
- package/typechain-types/factories/PendleAuraBalancerStableLPSYV3Upg__factory.ts +0 -1160
- package/typechain-types/factories/PendleAuraBbAWethSwethSY__factory.ts +0 -1266
- package/typechain-types/factories/PendleAuraWethAnkrethSYV2__factory.ts +0 -1244
- package/typechain-types/factories/PendleAuraWethRocketEthSYV2__factory.ts +0 -1244
- package/typechain-types/factories/PendleAuraWethStafiEthSY__factory.ts +0 -1244
- package/typechain-types/factories/PendleAuraWethVethSY__factory.ts +0 -1231
- package/typechain-types/factories/PendleAuraWethWstethSYV2__factory.ts +0 -1244
- package/typechain-types/factories/PendleAuraWstethAnkreth__factory.ts +0 -1244
- package/typechain-types/factories/PendleBridgedLSDSY__factory.ts +0 -1064
- package/typechain-types/factories/PendleCamelotV1VolatileSY__factory.ts +0 -1529
- package/typechain-types/factories/PendleChainlinkReceiver__factory.ts +0 -216
- package/typechain-types/factories/PendleChainlinkRelayer__factory.ts +0 -180
- package/typechain-types/factories/PendleConvexLPSY__factory.ts +0 -1104
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +0 -1209
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +0 -1274
- package/typechain-types/factories/PendleERC20PermitUpg__factory.ts +0 -340
- package/typechain-types/factories/PendleERC20Permit__factory.ts +0 -405
- package/typechain-types/factories/PendleERC20Upg__factory.ts +0 -261
- package/typechain-types/factories/PendleERC20__factory.ts +0 -327
- package/typechain-types/factories/PendleERC4626SY__factory.ts +0 -1030
- package/typechain-types/factories/PendleETHXSY__factory.ts +0 -1059
- package/typechain-types/factories/PendleEUSDSY__factory.ts +0 -1022
- package/typechain-types/factories/PendleExternalRewardDistributor__factory.ts +0 -437
- package/typechain-types/factories/PendleFeeDistributorV2__factory.ts +0 -549
- package/typechain-types/factories/PendleFeeDistributor__factory.ts +0 -665
- package/typechain-types/factories/PendleFluxLendingSY__factory.ts +0 -1049
- package/typechain-types/factories/PendleGDaiSY__factory.ts +0 -1035
- package/typechain-types/factories/PendleGaugeControllerBaseUpg__factory.ts +0 -399
- package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +0 -535
- package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +0 -525
- package/typechain-types/factories/PendleGaugeV2__factory.ts +0 -140
- package/typechain-types/factories/PendleGauge__factory.ts +0 -140
- package/typechain-types/factories/PendleGlpSY__factory.ts +0 -1249
- package/typechain-types/factories/PendleHlpSY__factory.ts +0 -1283
- package/typechain-types/factories/PendleHyperStellaETH__factory.ts +0 -1060
- package/typechain-types/factories/PendleIUSTPSY__factory.ts +0 -1061
- package/typechain-types/factories/PendleKyberElasticSYUpg__factory.ts +0 -1302
- package/typechain-types/factories/PendleKyberElasticSY__factory.ts +0 -1505
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +0 -1078
- package/typechain-types/factories/PendleLpGlpOracle__factory.ts +0 -246
- package/typechain-types/factories/PendleMantleStakedEthSY__factory.ts +0 -1068
- package/typechain-types/factories/PendleMarketFactoryV2__factory.ts +0 -770
- package/typechain-types/factories/PendleMarketFactory__factory.ts +0 -748
- package/typechain-types/factories/PendleMarketV2__factory.ts +0 -1299
- package/typechain-types/factories/PendleMarket__factory.ts +0 -1287
- package/typechain-types/factories/PendleMerkleDistributor__factory.ts +0 -488
- package/typechain-types/factories/PendleMlpSY__factory.ts +0 -1230
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +0 -452
- package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +0 -67
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +0 -459
- package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +0 -193
- package/typechain-types/factories/PendleMulticallV1__factory.ts +0 -142
- package/typechain-types/factories/PendleMulticallV2__factory.ts +0 -212
- package/typechain-types/factories/PendleOffchainStorage__factory.ts +0 -468
- package/typechain-types/factories/PendleOracleForSyProxy__factory.ts +0 -211
- package/typechain-types/factories/PendlePrincipalTokenV2__factory.ts +0 -564
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +0 -564
- package/typechain-types/factories/PendlePtGlpOracle__factory.ts +0 -198
- package/typechain-types/factories/PendlePtOracle__factory.ts +0 -312
- package/typechain-types/factories/PendlePtUsdChainlinkOracle__factory.ts +0 -228
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +0 -99
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +0 -1236
- package/typechain-types/factories/PendleRouterHelper2__factory.ts +0 -206
- package/typechain-types/factories/PendleRouterHelper__factory.ts +0 -1094
- package/typechain-types/factories/PendleRouterStatic__factory.ts +0 -88
- package/typechain-types/factories/PendleRouter__factory.ts +0 -264
- package/typechain-types/factories/PendleSfrxEthSY__factory.ts +0 -1051
- package/typechain-types/factories/PendleSiloWithIncentiveSY__factory.ts +0 -1201
- package/typechain-types/factories/PendleStargateLPSY__factory.ts +0 -1241
- package/typechain-types/factories/PendleStellaHyperETH__factory.ts +0 -1034
- package/typechain-types/factories/PendleSwap__factory.ts +0 -126
- package/typechain-types/factories/PendleThenaSY__factory.ts +0 -1352
- package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +0 -1208
- package/typechain-types/factories/PendleWbEthSY__factory.ts +0 -1049
- package/typechain-types/factories/PendleWstEthSY__factory.ts +0 -1065
- package/typechain-types/factories/PendleYieldContractFactoryV2__factory.ts +0 -674
- package/typechain-types/factories/PendleYieldContractFactory__factory.ts +0 -674
- package/typechain-types/factories/PendleYieldTokenV2__factory.ts +0 -1109
- package/typechain-types/factories/PendleYieldToken__factory.ts +0 -1040
- package/typechain-types/factories/Proxy__factory.ts +0 -28
- package/typechain-types/factories/PtAndLpToAsset__factory.ts +0 -150
- package/typechain-types/factories/ReentrancyGuardUpgradeable__factory.ts +0 -43
- package/typechain-types/factories/RewardManagerAbstract__factory.ts +0 -59
- package/typechain-types/factories/RewardManager__factory.ts +0 -89
- package/typechain-types/factories/SAPE__factory.ts +0 -1142
- package/typechain-types/factories/SDKErrorsDirectory__factory.ts +0 -1596
- package/typechain-types/factories/SYBaseUpg__factory.ts +0 -939
- package/typechain-types/factories/SYBaseWithDecimals__factory.ts +0 -942
- package/typechain-types/factories/SYBaseWithRewardsUpg__factory.ts +0 -1012
- package/typechain-types/factories/SYBaseWithRewards__factory.ts +0 -1008
- package/typechain-types/factories/SYBase__factory.ts +0 -936
- package/typechain-types/factories/StablePreviewBase__factory.ts +0 -148
- package/typechain-types/factories/StarNFTV1__factory.ts +0 -584
- package/typechain-types/factories/SwETHSY__factory.ts +0 -1022
- package/typechain-types/factories/ThenaLpHelper__factory.ts +0 -140
- package/typechain-types/factories/ThenaMath__factory.ts +0 -36
- package/typechain-types/factories/ThenaPreview__factory.ts +0 -319
- package/typechain-types/factories/TradingBotBase__factory.ts +0 -1663
- package/typechain-types/factories/TvlLib__factory.ts +0 -309
- package/typechain-types/factories/UUPSUpgradeable__factory.ts +0 -115
- package/typechain-types/factories/VotingControllerStorageUpg__factory.ts +0 -674
- package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +0 -856
- package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +0 -455
- package/typechain-types/factories/VotingEscrowTokenBase__factory.ts +0 -162
|
@@ -1,1676 +0,0 @@
|
|
|
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
|
-
ActionAddRemoveLiq,
|
|
8
|
-
ActionAddRemoveLiqInterface,
|
|
9
|
-
} from "../ActionAddRemoveLiq";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
inputs: [],
|
|
14
|
-
name: "ApproxFail",
|
|
15
|
-
type: "error",
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
inputs: [
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "guessMin",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
internalType: "uint256",
|
|
26
|
-
name: "guessMax",
|
|
27
|
-
type: "uint256",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
internalType: "uint256",
|
|
31
|
-
name: "eps",
|
|
32
|
-
type: "uint256",
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
name: "ApproxParamsInvalid",
|
|
36
|
-
type: "error",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
inputs: [
|
|
40
|
-
{
|
|
41
|
-
internalType: "int256",
|
|
42
|
-
name: "exchangeRate",
|
|
43
|
-
type: "int256",
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
name: "MarketExchangeRateBelowOne",
|
|
47
|
-
type: "error",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
inputs: [],
|
|
51
|
-
name: "MarketExpired",
|
|
52
|
-
type: "error",
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
inputs: [],
|
|
56
|
-
name: "MarketProportionMustNotEqualOne",
|
|
57
|
-
type: "error",
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
inputs: [
|
|
61
|
-
{
|
|
62
|
-
internalType: "int256",
|
|
63
|
-
name: "proportion",
|
|
64
|
-
type: "int256",
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
internalType: "int256",
|
|
68
|
-
name: "maxProportion",
|
|
69
|
-
type: "int256",
|
|
70
|
-
},
|
|
71
|
-
],
|
|
72
|
-
name: "MarketProportionTooHigh",
|
|
73
|
-
type: "error",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
inputs: [
|
|
77
|
-
{
|
|
78
|
-
internalType: "int256",
|
|
79
|
-
name: "rateScalar",
|
|
80
|
-
type: "int256",
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
name: "MarketRateScalarBelowZero",
|
|
84
|
-
type: "error",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
inputs: [],
|
|
88
|
-
name: "MarketZeroAmountsInput",
|
|
89
|
-
type: "error",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
inputs: [],
|
|
93
|
-
name: "MarketZeroAmountsOutput",
|
|
94
|
-
type: "error",
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
inputs: [
|
|
98
|
-
{
|
|
99
|
-
internalType: "int256",
|
|
100
|
-
name: "totalPt",
|
|
101
|
-
type: "int256",
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
internalType: "int256",
|
|
105
|
-
name: "totalAsset",
|
|
106
|
-
type: "int256",
|
|
107
|
-
},
|
|
108
|
-
],
|
|
109
|
-
name: "MarketZeroTotalPtOrTotalAsset",
|
|
110
|
-
type: "error",
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
inputs: [
|
|
114
|
-
{
|
|
115
|
-
internalType: "uint256",
|
|
116
|
-
name: "actualLpOut",
|
|
117
|
-
type: "uint256",
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
internalType: "uint256",
|
|
121
|
-
name: "requiredLpOut",
|
|
122
|
-
type: "uint256",
|
|
123
|
-
},
|
|
124
|
-
],
|
|
125
|
-
name: "RouterInsufficientLpOut",
|
|
126
|
-
type: "error",
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
inputs: [
|
|
130
|
-
{
|
|
131
|
-
internalType: "uint256",
|
|
132
|
-
name: "actualPtOut",
|
|
133
|
-
type: "uint256",
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
internalType: "uint256",
|
|
137
|
-
name: "requiredPtOut",
|
|
138
|
-
type: "uint256",
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
name: "RouterInsufficientPtOut",
|
|
142
|
-
type: "error",
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
inputs: [
|
|
146
|
-
{
|
|
147
|
-
internalType: "uint256",
|
|
148
|
-
name: "actualSyOut",
|
|
149
|
-
type: "uint256",
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
internalType: "uint256",
|
|
153
|
-
name: "requiredSyOut",
|
|
154
|
-
type: "uint256",
|
|
155
|
-
},
|
|
156
|
-
],
|
|
157
|
-
name: "RouterInsufficientSyOut",
|
|
158
|
-
type: "error",
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
inputs: [
|
|
162
|
-
{
|
|
163
|
-
internalType: "uint256",
|
|
164
|
-
name: "actualTokenOut",
|
|
165
|
-
type: "uint256",
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
internalType: "uint256",
|
|
169
|
-
name: "requiredTokenOut",
|
|
170
|
-
type: "uint256",
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
name: "RouterInsufficientTokenOut",
|
|
174
|
-
type: "error",
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
inputs: [
|
|
178
|
-
{
|
|
179
|
-
internalType: "uint256",
|
|
180
|
-
name: "actualYtOut",
|
|
181
|
-
type: "uint256",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
internalType: "uint256",
|
|
185
|
-
name: "requiredYtOut",
|
|
186
|
-
type: "uint256",
|
|
187
|
-
},
|
|
188
|
-
],
|
|
189
|
-
name: "RouterInsufficientYtOut",
|
|
190
|
-
type: "error",
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
inputs: [
|
|
194
|
-
{
|
|
195
|
-
internalType: "uint256",
|
|
196
|
-
name: "netSyDesired",
|
|
197
|
-
type: "uint256",
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
internalType: "uint256",
|
|
201
|
-
name: "netSyUsed",
|
|
202
|
-
type: "uint256",
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
-
name: "RouterNotAllSyUsed",
|
|
206
|
-
type: "error",
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
anonymous: false,
|
|
210
|
-
inputs: [
|
|
211
|
-
{
|
|
212
|
-
indexed: true,
|
|
213
|
-
internalType: "address",
|
|
214
|
-
name: "caller",
|
|
215
|
-
type: "address",
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
indexed: true,
|
|
219
|
-
internalType: "address",
|
|
220
|
-
name: "market",
|
|
221
|
-
type: "address",
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
indexed: true,
|
|
225
|
-
internalType: "address",
|
|
226
|
-
name: "receiver",
|
|
227
|
-
type: "address",
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
indexed: false,
|
|
231
|
-
internalType: "uint256",
|
|
232
|
-
name: "netSyUsed",
|
|
233
|
-
type: "uint256",
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
indexed: false,
|
|
237
|
-
internalType: "uint256",
|
|
238
|
-
name: "netPtUsed",
|
|
239
|
-
type: "uint256",
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
indexed: false,
|
|
243
|
-
internalType: "uint256",
|
|
244
|
-
name: "netLpOut",
|
|
245
|
-
type: "uint256",
|
|
246
|
-
},
|
|
247
|
-
],
|
|
248
|
-
name: "AddLiquidityDualSyAndPt",
|
|
249
|
-
type: "event",
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
anonymous: false,
|
|
253
|
-
inputs: [
|
|
254
|
-
{
|
|
255
|
-
indexed: true,
|
|
256
|
-
internalType: "address",
|
|
257
|
-
name: "caller",
|
|
258
|
-
type: "address",
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
indexed: true,
|
|
262
|
-
internalType: "address",
|
|
263
|
-
name: "market",
|
|
264
|
-
type: "address",
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
indexed: true,
|
|
268
|
-
internalType: "address",
|
|
269
|
-
name: "tokenIn",
|
|
270
|
-
type: "address",
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
indexed: false,
|
|
274
|
-
internalType: "address",
|
|
275
|
-
name: "receiver",
|
|
276
|
-
type: "address",
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
indexed: false,
|
|
280
|
-
internalType: "uint256",
|
|
281
|
-
name: "netTokenUsed",
|
|
282
|
-
type: "uint256",
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
indexed: false,
|
|
286
|
-
internalType: "uint256",
|
|
287
|
-
name: "netPtUsed",
|
|
288
|
-
type: "uint256",
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
indexed: false,
|
|
292
|
-
internalType: "uint256",
|
|
293
|
-
name: "netLpOut",
|
|
294
|
-
type: "uint256",
|
|
295
|
-
},
|
|
296
|
-
],
|
|
297
|
-
name: "AddLiquidityDualTokenAndPt",
|
|
298
|
-
type: "event",
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
anonymous: false,
|
|
302
|
-
inputs: [
|
|
303
|
-
{
|
|
304
|
-
indexed: true,
|
|
305
|
-
internalType: "address",
|
|
306
|
-
name: "caller",
|
|
307
|
-
type: "address",
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
indexed: true,
|
|
311
|
-
internalType: "address",
|
|
312
|
-
name: "market",
|
|
313
|
-
type: "address",
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
indexed: true,
|
|
317
|
-
internalType: "address",
|
|
318
|
-
name: "receiver",
|
|
319
|
-
type: "address",
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
indexed: false,
|
|
323
|
-
internalType: "uint256",
|
|
324
|
-
name: "netPtIn",
|
|
325
|
-
type: "uint256",
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
indexed: false,
|
|
329
|
-
internalType: "uint256",
|
|
330
|
-
name: "netLpOut",
|
|
331
|
-
type: "uint256",
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
|
-
name: "AddLiquiditySinglePt",
|
|
335
|
-
type: "event",
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
anonymous: false,
|
|
339
|
-
inputs: [
|
|
340
|
-
{
|
|
341
|
-
indexed: true,
|
|
342
|
-
internalType: "address",
|
|
343
|
-
name: "caller",
|
|
344
|
-
type: "address",
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
indexed: true,
|
|
348
|
-
internalType: "address",
|
|
349
|
-
name: "market",
|
|
350
|
-
type: "address",
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
indexed: true,
|
|
354
|
-
internalType: "address",
|
|
355
|
-
name: "receiver",
|
|
356
|
-
type: "address",
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
indexed: false,
|
|
360
|
-
internalType: "uint256",
|
|
361
|
-
name: "netSyIn",
|
|
362
|
-
type: "uint256",
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
indexed: false,
|
|
366
|
-
internalType: "uint256",
|
|
367
|
-
name: "netLpOut",
|
|
368
|
-
type: "uint256",
|
|
369
|
-
},
|
|
370
|
-
],
|
|
371
|
-
name: "AddLiquiditySingleSy",
|
|
372
|
-
type: "event",
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
anonymous: false,
|
|
376
|
-
inputs: [
|
|
377
|
-
{
|
|
378
|
-
indexed: true,
|
|
379
|
-
internalType: "address",
|
|
380
|
-
name: "caller",
|
|
381
|
-
type: "address",
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
indexed: true,
|
|
385
|
-
internalType: "address",
|
|
386
|
-
name: "market",
|
|
387
|
-
type: "address",
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
indexed: true,
|
|
391
|
-
internalType: "address",
|
|
392
|
-
name: "receiver",
|
|
393
|
-
type: "address",
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
indexed: false,
|
|
397
|
-
internalType: "uint256",
|
|
398
|
-
name: "netSyIn",
|
|
399
|
-
type: "uint256",
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
indexed: false,
|
|
403
|
-
internalType: "uint256",
|
|
404
|
-
name: "netLpOut",
|
|
405
|
-
type: "uint256",
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
indexed: false,
|
|
409
|
-
internalType: "uint256",
|
|
410
|
-
name: "netYtOut",
|
|
411
|
-
type: "uint256",
|
|
412
|
-
},
|
|
413
|
-
],
|
|
414
|
-
name: "AddLiquiditySingleSyKeepYt",
|
|
415
|
-
type: "event",
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
anonymous: false,
|
|
419
|
-
inputs: [
|
|
420
|
-
{
|
|
421
|
-
indexed: true,
|
|
422
|
-
internalType: "address",
|
|
423
|
-
name: "caller",
|
|
424
|
-
type: "address",
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
indexed: true,
|
|
428
|
-
internalType: "address",
|
|
429
|
-
name: "market",
|
|
430
|
-
type: "address",
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
indexed: true,
|
|
434
|
-
internalType: "address",
|
|
435
|
-
name: "token",
|
|
436
|
-
type: "address",
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
indexed: false,
|
|
440
|
-
internalType: "address",
|
|
441
|
-
name: "receiver",
|
|
442
|
-
type: "address",
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
indexed: false,
|
|
446
|
-
internalType: "uint256",
|
|
447
|
-
name: "netTokenIn",
|
|
448
|
-
type: "uint256",
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
indexed: false,
|
|
452
|
-
internalType: "uint256",
|
|
453
|
-
name: "netLpOut",
|
|
454
|
-
type: "uint256",
|
|
455
|
-
},
|
|
456
|
-
],
|
|
457
|
-
name: "AddLiquiditySingleToken",
|
|
458
|
-
type: "event",
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
anonymous: false,
|
|
462
|
-
inputs: [
|
|
463
|
-
{
|
|
464
|
-
indexed: true,
|
|
465
|
-
internalType: "address",
|
|
466
|
-
name: "caller",
|
|
467
|
-
type: "address",
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
indexed: true,
|
|
471
|
-
internalType: "address",
|
|
472
|
-
name: "market",
|
|
473
|
-
type: "address",
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
indexed: true,
|
|
477
|
-
internalType: "address",
|
|
478
|
-
name: "token",
|
|
479
|
-
type: "address",
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
indexed: false,
|
|
483
|
-
internalType: "address",
|
|
484
|
-
name: "receiver",
|
|
485
|
-
type: "address",
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
indexed: false,
|
|
489
|
-
internalType: "uint256",
|
|
490
|
-
name: "netTokenIn",
|
|
491
|
-
type: "uint256",
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
indexed: false,
|
|
495
|
-
internalType: "uint256",
|
|
496
|
-
name: "netLpOut",
|
|
497
|
-
type: "uint256",
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
indexed: false,
|
|
501
|
-
internalType: "uint256",
|
|
502
|
-
name: "netYtOut",
|
|
503
|
-
type: "uint256",
|
|
504
|
-
},
|
|
505
|
-
],
|
|
506
|
-
name: "AddLiquiditySingleTokenKeepYt",
|
|
507
|
-
type: "event",
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
anonymous: false,
|
|
511
|
-
inputs: [
|
|
512
|
-
{
|
|
513
|
-
indexed: true,
|
|
514
|
-
internalType: "address",
|
|
515
|
-
name: "caller",
|
|
516
|
-
type: "address",
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
indexed: true,
|
|
520
|
-
internalType: "address",
|
|
521
|
-
name: "market",
|
|
522
|
-
type: "address",
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
indexed: true,
|
|
526
|
-
internalType: "address",
|
|
527
|
-
name: "receiver",
|
|
528
|
-
type: "address",
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
indexed: false,
|
|
532
|
-
internalType: "uint256",
|
|
533
|
-
name: "netLpToRemove",
|
|
534
|
-
type: "uint256",
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
indexed: false,
|
|
538
|
-
internalType: "uint256",
|
|
539
|
-
name: "netPtOut",
|
|
540
|
-
type: "uint256",
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
indexed: false,
|
|
544
|
-
internalType: "uint256",
|
|
545
|
-
name: "netSyOut",
|
|
546
|
-
type: "uint256",
|
|
547
|
-
},
|
|
548
|
-
],
|
|
549
|
-
name: "RemoveLiquidityDualSyAndPt",
|
|
550
|
-
type: "event",
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
anonymous: false,
|
|
554
|
-
inputs: [
|
|
555
|
-
{
|
|
556
|
-
indexed: true,
|
|
557
|
-
internalType: "address",
|
|
558
|
-
name: "caller",
|
|
559
|
-
type: "address",
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
indexed: true,
|
|
563
|
-
internalType: "address",
|
|
564
|
-
name: "market",
|
|
565
|
-
type: "address",
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
indexed: true,
|
|
569
|
-
internalType: "address",
|
|
570
|
-
name: "tokenOut",
|
|
571
|
-
type: "address",
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
indexed: false,
|
|
575
|
-
internalType: "address",
|
|
576
|
-
name: "receiver",
|
|
577
|
-
type: "address",
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
indexed: false,
|
|
581
|
-
internalType: "uint256",
|
|
582
|
-
name: "netLpToRemove",
|
|
583
|
-
type: "uint256",
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
indexed: false,
|
|
587
|
-
internalType: "uint256",
|
|
588
|
-
name: "netPtOut",
|
|
589
|
-
type: "uint256",
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
indexed: false,
|
|
593
|
-
internalType: "uint256",
|
|
594
|
-
name: "netTokenOut",
|
|
595
|
-
type: "uint256",
|
|
596
|
-
},
|
|
597
|
-
],
|
|
598
|
-
name: "RemoveLiquidityDualTokenAndPt",
|
|
599
|
-
type: "event",
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
anonymous: false,
|
|
603
|
-
inputs: [
|
|
604
|
-
{
|
|
605
|
-
indexed: true,
|
|
606
|
-
internalType: "address",
|
|
607
|
-
name: "caller",
|
|
608
|
-
type: "address",
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
indexed: true,
|
|
612
|
-
internalType: "address",
|
|
613
|
-
name: "market",
|
|
614
|
-
type: "address",
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
indexed: true,
|
|
618
|
-
internalType: "address",
|
|
619
|
-
name: "receiver",
|
|
620
|
-
type: "address",
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
indexed: false,
|
|
624
|
-
internalType: "uint256",
|
|
625
|
-
name: "netLpToRemove",
|
|
626
|
-
type: "uint256",
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
indexed: false,
|
|
630
|
-
internalType: "uint256",
|
|
631
|
-
name: "netPtOut",
|
|
632
|
-
type: "uint256",
|
|
633
|
-
},
|
|
634
|
-
],
|
|
635
|
-
name: "RemoveLiquiditySinglePt",
|
|
636
|
-
type: "event",
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
anonymous: false,
|
|
640
|
-
inputs: [
|
|
641
|
-
{
|
|
642
|
-
indexed: true,
|
|
643
|
-
internalType: "address",
|
|
644
|
-
name: "caller",
|
|
645
|
-
type: "address",
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
indexed: true,
|
|
649
|
-
internalType: "address",
|
|
650
|
-
name: "market",
|
|
651
|
-
type: "address",
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
indexed: true,
|
|
655
|
-
internalType: "address",
|
|
656
|
-
name: "receiver",
|
|
657
|
-
type: "address",
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
indexed: false,
|
|
661
|
-
internalType: "uint256",
|
|
662
|
-
name: "netLpToRemove",
|
|
663
|
-
type: "uint256",
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
indexed: false,
|
|
667
|
-
internalType: "uint256",
|
|
668
|
-
name: "netSyOut",
|
|
669
|
-
type: "uint256",
|
|
670
|
-
},
|
|
671
|
-
],
|
|
672
|
-
name: "RemoveLiquiditySingleSy",
|
|
673
|
-
type: "event",
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
anonymous: false,
|
|
677
|
-
inputs: [
|
|
678
|
-
{
|
|
679
|
-
indexed: true,
|
|
680
|
-
internalType: "address",
|
|
681
|
-
name: "caller",
|
|
682
|
-
type: "address",
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
indexed: true,
|
|
686
|
-
internalType: "address",
|
|
687
|
-
name: "market",
|
|
688
|
-
type: "address",
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
indexed: true,
|
|
692
|
-
internalType: "address",
|
|
693
|
-
name: "token",
|
|
694
|
-
type: "address",
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
indexed: false,
|
|
698
|
-
internalType: "address",
|
|
699
|
-
name: "receiver",
|
|
700
|
-
type: "address",
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
indexed: false,
|
|
704
|
-
internalType: "uint256",
|
|
705
|
-
name: "netLpToRemove",
|
|
706
|
-
type: "uint256",
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
indexed: false,
|
|
710
|
-
internalType: "uint256",
|
|
711
|
-
name: "netTokenOut",
|
|
712
|
-
type: "uint256",
|
|
713
|
-
},
|
|
714
|
-
],
|
|
715
|
-
name: "RemoveLiquiditySingleToken",
|
|
716
|
-
type: "event",
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
inputs: [
|
|
720
|
-
{
|
|
721
|
-
internalType: "address",
|
|
722
|
-
name: "receiver",
|
|
723
|
-
type: "address",
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
internalType: "address",
|
|
727
|
-
name: "market",
|
|
728
|
-
type: "address",
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
internalType: "uint256",
|
|
732
|
-
name: "netSyDesired",
|
|
733
|
-
type: "uint256",
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
internalType: "uint256",
|
|
737
|
-
name: "netPtDesired",
|
|
738
|
-
type: "uint256",
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
internalType: "uint256",
|
|
742
|
-
name: "minLpOut",
|
|
743
|
-
type: "uint256",
|
|
744
|
-
},
|
|
745
|
-
],
|
|
746
|
-
name: "addLiquidityDualSyAndPt",
|
|
747
|
-
outputs: [
|
|
748
|
-
{
|
|
749
|
-
internalType: "uint256",
|
|
750
|
-
name: "netLpOut",
|
|
751
|
-
type: "uint256",
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
internalType: "uint256",
|
|
755
|
-
name: "netSyUsed",
|
|
756
|
-
type: "uint256",
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
internalType: "uint256",
|
|
760
|
-
name: "netPtUsed",
|
|
761
|
-
type: "uint256",
|
|
762
|
-
},
|
|
763
|
-
],
|
|
764
|
-
stateMutability: "nonpayable",
|
|
765
|
-
type: "function",
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
inputs: [
|
|
769
|
-
{
|
|
770
|
-
internalType: "address",
|
|
771
|
-
name: "receiver",
|
|
772
|
-
type: "address",
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
internalType: "address",
|
|
776
|
-
name: "market",
|
|
777
|
-
type: "address",
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
components: [
|
|
781
|
-
{
|
|
782
|
-
internalType: "address",
|
|
783
|
-
name: "tokenIn",
|
|
784
|
-
type: "address",
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
internalType: "uint256",
|
|
788
|
-
name: "netTokenIn",
|
|
789
|
-
type: "uint256",
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
internalType: "address",
|
|
793
|
-
name: "tokenMintSy",
|
|
794
|
-
type: "address",
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
internalType: "address",
|
|
798
|
-
name: "bulk",
|
|
799
|
-
type: "address",
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
internalType: "address",
|
|
803
|
-
name: "pendleSwap",
|
|
804
|
-
type: "address",
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
components: [
|
|
808
|
-
{
|
|
809
|
-
internalType: "enum SwapType",
|
|
810
|
-
name: "swapType",
|
|
811
|
-
type: "uint8",
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
internalType: "address",
|
|
815
|
-
name: "extRouter",
|
|
816
|
-
type: "address",
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
internalType: "bytes",
|
|
820
|
-
name: "extCalldata",
|
|
821
|
-
type: "bytes",
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
internalType: "bool",
|
|
825
|
-
name: "needScale",
|
|
826
|
-
type: "bool",
|
|
827
|
-
},
|
|
828
|
-
],
|
|
829
|
-
internalType: "struct SwapData",
|
|
830
|
-
name: "swapData",
|
|
831
|
-
type: "tuple",
|
|
832
|
-
},
|
|
833
|
-
],
|
|
834
|
-
internalType: "struct TokenInput",
|
|
835
|
-
name: "input",
|
|
836
|
-
type: "tuple",
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
internalType: "uint256",
|
|
840
|
-
name: "netPtDesired",
|
|
841
|
-
type: "uint256",
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
internalType: "uint256",
|
|
845
|
-
name: "minLpOut",
|
|
846
|
-
type: "uint256",
|
|
847
|
-
},
|
|
848
|
-
],
|
|
849
|
-
name: "addLiquidityDualTokenAndPt",
|
|
850
|
-
outputs: [
|
|
851
|
-
{
|
|
852
|
-
internalType: "uint256",
|
|
853
|
-
name: "netLpOut",
|
|
854
|
-
type: "uint256",
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
internalType: "uint256",
|
|
858
|
-
name: "netTokenUsed",
|
|
859
|
-
type: "uint256",
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
internalType: "uint256",
|
|
863
|
-
name: "netPtUsed",
|
|
864
|
-
type: "uint256",
|
|
865
|
-
},
|
|
866
|
-
],
|
|
867
|
-
stateMutability: "payable",
|
|
868
|
-
type: "function",
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
inputs: [
|
|
872
|
-
{
|
|
873
|
-
internalType: "address",
|
|
874
|
-
name: "receiver",
|
|
875
|
-
type: "address",
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
internalType: "address",
|
|
879
|
-
name: "market",
|
|
880
|
-
type: "address",
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
internalType: "uint256",
|
|
884
|
-
name: "netPtIn",
|
|
885
|
-
type: "uint256",
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
internalType: "uint256",
|
|
889
|
-
name: "minLpOut",
|
|
890
|
-
type: "uint256",
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
components: [
|
|
894
|
-
{
|
|
895
|
-
internalType: "uint256",
|
|
896
|
-
name: "guessMin",
|
|
897
|
-
type: "uint256",
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
internalType: "uint256",
|
|
901
|
-
name: "guessMax",
|
|
902
|
-
type: "uint256",
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
internalType: "uint256",
|
|
906
|
-
name: "guessOffchain",
|
|
907
|
-
type: "uint256",
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
internalType: "uint256",
|
|
911
|
-
name: "maxIteration",
|
|
912
|
-
type: "uint256",
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
internalType: "uint256",
|
|
916
|
-
name: "eps",
|
|
917
|
-
type: "uint256",
|
|
918
|
-
},
|
|
919
|
-
],
|
|
920
|
-
internalType: "struct ApproxParams",
|
|
921
|
-
name: "guessPtSwapToSy",
|
|
922
|
-
type: "tuple",
|
|
923
|
-
},
|
|
924
|
-
],
|
|
925
|
-
name: "addLiquiditySinglePt",
|
|
926
|
-
outputs: [
|
|
927
|
-
{
|
|
928
|
-
internalType: "uint256",
|
|
929
|
-
name: "netLpOut",
|
|
930
|
-
type: "uint256",
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
internalType: "uint256",
|
|
934
|
-
name: "netSyFee",
|
|
935
|
-
type: "uint256",
|
|
936
|
-
},
|
|
937
|
-
],
|
|
938
|
-
stateMutability: "nonpayable",
|
|
939
|
-
type: "function",
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
inputs: [
|
|
943
|
-
{
|
|
944
|
-
internalType: "address",
|
|
945
|
-
name: "receiver",
|
|
946
|
-
type: "address",
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
internalType: "address",
|
|
950
|
-
name: "market",
|
|
951
|
-
type: "address",
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
internalType: "uint256",
|
|
955
|
-
name: "netSyIn",
|
|
956
|
-
type: "uint256",
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
internalType: "uint256",
|
|
960
|
-
name: "minLpOut",
|
|
961
|
-
type: "uint256",
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
components: [
|
|
965
|
-
{
|
|
966
|
-
internalType: "uint256",
|
|
967
|
-
name: "guessMin",
|
|
968
|
-
type: "uint256",
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
internalType: "uint256",
|
|
972
|
-
name: "guessMax",
|
|
973
|
-
type: "uint256",
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
internalType: "uint256",
|
|
977
|
-
name: "guessOffchain",
|
|
978
|
-
type: "uint256",
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
internalType: "uint256",
|
|
982
|
-
name: "maxIteration",
|
|
983
|
-
type: "uint256",
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
internalType: "uint256",
|
|
987
|
-
name: "eps",
|
|
988
|
-
type: "uint256",
|
|
989
|
-
},
|
|
990
|
-
],
|
|
991
|
-
internalType: "struct ApproxParams",
|
|
992
|
-
name: "guessPtReceivedFromSy",
|
|
993
|
-
type: "tuple",
|
|
994
|
-
},
|
|
995
|
-
],
|
|
996
|
-
name: "addLiquiditySingleSy",
|
|
997
|
-
outputs: [
|
|
998
|
-
{
|
|
999
|
-
internalType: "uint256",
|
|
1000
|
-
name: "netLpOut",
|
|
1001
|
-
type: "uint256",
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
internalType: "uint256",
|
|
1005
|
-
name: "netSyFee",
|
|
1006
|
-
type: "uint256",
|
|
1007
|
-
},
|
|
1008
|
-
],
|
|
1009
|
-
stateMutability: "nonpayable",
|
|
1010
|
-
type: "function",
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
inputs: [
|
|
1014
|
-
{
|
|
1015
|
-
internalType: "address",
|
|
1016
|
-
name: "receiver",
|
|
1017
|
-
type: "address",
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
internalType: "address",
|
|
1021
|
-
name: "market",
|
|
1022
|
-
type: "address",
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
internalType: "uint256",
|
|
1026
|
-
name: "netSyIn",
|
|
1027
|
-
type: "uint256",
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
internalType: "uint256",
|
|
1031
|
-
name: "minLpOut",
|
|
1032
|
-
type: "uint256",
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
internalType: "uint256",
|
|
1036
|
-
name: "minYtOut",
|
|
1037
|
-
type: "uint256",
|
|
1038
|
-
},
|
|
1039
|
-
],
|
|
1040
|
-
name: "addLiquiditySingleSyKeepYt",
|
|
1041
|
-
outputs: [
|
|
1042
|
-
{
|
|
1043
|
-
internalType: "uint256",
|
|
1044
|
-
name: "netLpOut",
|
|
1045
|
-
type: "uint256",
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
internalType: "uint256",
|
|
1049
|
-
name: "netYtOut",
|
|
1050
|
-
type: "uint256",
|
|
1051
|
-
},
|
|
1052
|
-
],
|
|
1053
|
-
stateMutability: "nonpayable",
|
|
1054
|
-
type: "function",
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
inputs: [
|
|
1058
|
-
{
|
|
1059
|
-
internalType: "address",
|
|
1060
|
-
name: "receiver",
|
|
1061
|
-
type: "address",
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
internalType: "address",
|
|
1065
|
-
name: "market",
|
|
1066
|
-
type: "address",
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
internalType: "uint256",
|
|
1070
|
-
name: "minLpOut",
|
|
1071
|
-
type: "uint256",
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
components: [
|
|
1075
|
-
{
|
|
1076
|
-
internalType: "uint256",
|
|
1077
|
-
name: "guessMin",
|
|
1078
|
-
type: "uint256",
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
internalType: "uint256",
|
|
1082
|
-
name: "guessMax",
|
|
1083
|
-
type: "uint256",
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
internalType: "uint256",
|
|
1087
|
-
name: "guessOffchain",
|
|
1088
|
-
type: "uint256",
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
internalType: "uint256",
|
|
1092
|
-
name: "maxIteration",
|
|
1093
|
-
type: "uint256",
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
internalType: "uint256",
|
|
1097
|
-
name: "eps",
|
|
1098
|
-
type: "uint256",
|
|
1099
|
-
},
|
|
1100
|
-
],
|
|
1101
|
-
internalType: "struct ApproxParams",
|
|
1102
|
-
name: "guessPtReceivedFromSy",
|
|
1103
|
-
type: "tuple",
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
components: [
|
|
1107
|
-
{
|
|
1108
|
-
internalType: "address",
|
|
1109
|
-
name: "tokenIn",
|
|
1110
|
-
type: "address",
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
internalType: "uint256",
|
|
1114
|
-
name: "netTokenIn",
|
|
1115
|
-
type: "uint256",
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
internalType: "address",
|
|
1119
|
-
name: "tokenMintSy",
|
|
1120
|
-
type: "address",
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
internalType: "address",
|
|
1124
|
-
name: "bulk",
|
|
1125
|
-
type: "address",
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
internalType: "address",
|
|
1129
|
-
name: "pendleSwap",
|
|
1130
|
-
type: "address",
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
components: [
|
|
1134
|
-
{
|
|
1135
|
-
internalType: "enum SwapType",
|
|
1136
|
-
name: "swapType",
|
|
1137
|
-
type: "uint8",
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
internalType: "address",
|
|
1141
|
-
name: "extRouter",
|
|
1142
|
-
type: "address",
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
internalType: "bytes",
|
|
1146
|
-
name: "extCalldata",
|
|
1147
|
-
type: "bytes",
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
internalType: "bool",
|
|
1151
|
-
name: "needScale",
|
|
1152
|
-
type: "bool",
|
|
1153
|
-
},
|
|
1154
|
-
],
|
|
1155
|
-
internalType: "struct SwapData",
|
|
1156
|
-
name: "swapData",
|
|
1157
|
-
type: "tuple",
|
|
1158
|
-
},
|
|
1159
|
-
],
|
|
1160
|
-
internalType: "struct TokenInput",
|
|
1161
|
-
name: "input",
|
|
1162
|
-
type: "tuple",
|
|
1163
|
-
},
|
|
1164
|
-
],
|
|
1165
|
-
name: "addLiquiditySingleToken",
|
|
1166
|
-
outputs: [
|
|
1167
|
-
{
|
|
1168
|
-
internalType: "uint256",
|
|
1169
|
-
name: "netLpOut",
|
|
1170
|
-
type: "uint256",
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
internalType: "uint256",
|
|
1174
|
-
name: "netSyFee",
|
|
1175
|
-
type: "uint256",
|
|
1176
|
-
},
|
|
1177
|
-
],
|
|
1178
|
-
stateMutability: "payable",
|
|
1179
|
-
type: "function",
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
inputs: [
|
|
1183
|
-
{
|
|
1184
|
-
internalType: "address",
|
|
1185
|
-
name: "receiver",
|
|
1186
|
-
type: "address",
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
internalType: "address",
|
|
1190
|
-
name: "market",
|
|
1191
|
-
type: "address",
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
internalType: "uint256",
|
|
1195
|
-
name: "minLpOut",
|
|
1196
|
-
type: "uint256",
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
internalType: "uint256",
|
|
1200
|
-
name: "minYtOut",
|
|
1201
|
-
type: "uint256",
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
components: [
|
|
1205
|
-
{
|
|
1206
|
-
internalType: "address",
|
|
1207
|
-
name: "tokenIn",
|
|
1208
|
-
type: "address",
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
internalType: "uint256",
|
|
1212
|
-
name: "netTokenIn",
|
|
1213
|
-
type: "uint256",
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
internalType: "address",
|
|
1217
|
-
name: "tokenMintSy",
|
|
1218
|
-
type: "address",
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
internalType: "address",
|
|
1222
|
-
name: "bulk",
|
|
1223
|
-
type: "address",
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
internalType: "address",
|
|
1227
|
-
name: "pendleSwap",
|
|
1228
|
-
type: "address",
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
components: [
|
|
1232
|
-
{
|
|
1233
|
-
internalType: "enum SwapType",
|
|
1234
|
-
name: "swapType",
|
|
1235
|
-
type: "uint8",
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
internalType: "address",
|
|
1239
|
-
name: "extRouter",
|
|
1240
|
-
type: "address",
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
internalType: "bytes",
|
|
1244
|
-
name: "extCalldata",
|
|
1245
|
-
type: "bytes",
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
internalType: "bool",
|
|
1249
|
-
name: "needScale",
|
|
1250
|
-
type: "bool",
|
|
1251
|
-
},
|
|
1252
|
-
],
|
|
1253
|
-
internalType: "struct SwapData",
|
|
1254
|
-
name: "swapData",
|
|
1255
|
-
type: "tuple",
|
|
1256
|
-
},
|
|
1257
|
-
],
|
|
1258
|
-
internalType: "struct TokenInput",
|
|
1259
|
-
name: "input",
|
|
1260
|
-
type: "tuple",
|
|
1261
|
-
},
|
|
1262
|
-
],
|
|
1263
|
-
name: "addLiquiditySingleTokenKeepYt",
|
|
1264
|
-
outputs: [
|
|
1265
|
-
{
|
|
1266
|
-
internalType: "uint256",
|
|
1267
|
-
name: "netLpOut",
|
|
1268
|
-
type: "uint256",
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
internalType: "uint256",
|
|
1272
|
-
name: "netYtOut",
|
|
1273
|
-
type: "uint256",
|
|
1274
|
-
},
|
|
1275
|
-
],
|
|
1276
|
-
stateMutability: "nonpayable",
|
|
1277
|
-
type: "function",
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
inputs: [
|
|
1281
|
-
{
|
|
1282
|
-
internalType: "address",
|
|
1283
|
-
name: "receiver",
|
|
1284
|
-
type: "address",
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
internalType: "address",
|
|
1288
|
-
name: "market",
|
|
1289
|
-
type: "address",
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
internalType: "uint256",
|
|
1293
|
-
name: "netLpToRemove",
|
|
1294
|
-
type: "uint256",
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
internalType: "uint256",
|
|
1298
|
-
name: "minSyOut",
|
|
1299
|
-
type: "uint256",
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
internalType: "uint256",
|
|
1303
|
-
name: "minPtOut",
|
|
1304
|
-
type: "uint256",
|
|
1305
|
-
},
|
|
1306
|
-
],
|
|
1307
|
-
name: "removeLiquidityDualSyAndPt",
|
|
1308
|
-
outputs: [
|
|
1309
|
-
{
|
|
1310
|
-
internalType: "uint256",
|
|
1311
|
-
name: "netSyOut",
|
|
1312
|
-
type: "uint256",
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
internalType: "uint256",
|
|
1316
|
-
name: "netPtOut",
|
|
1317
|
-
type: "uint256",
|
|
1318
|
-
},
|
|
1319
|
-
],
|
|
1320
|
-
stateMutability: "nonpayable",
|
|
1321
|
-
type: "function",
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
inputs: [
|
|
1325
|
-
{
|
|
1326
|
-
internalType: "address",
|
|
1327
|
-
name: "receiver",
|
|
1328
|
-
type: "address",
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
internalType: "address",
|
|
1332
|
-
name: "market",
|
|
1333
|
-
type: "address",
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
internalType: "uint256",
|
|
1337
|
-
name: "netLpToRemove",
|
|
1338
|
-
type: "uint256",
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
components: [
|
|
1342
|
-
{
|
|
1343
|
-
internalType: "address",
|
|
1344
|
-
name: "tokenOut",
|
|
1345
|
-
type: "address",
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
internalType: "uint256",
|
|
1349
|
-
name: "minTokenOut",
|
|
1350
|
-
type: "uint256",
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
internalType: "address",
|
|
1354
|
-
name: "tokenRedeemSy",
|
|
1355
|
-
type: "address",
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
internalType: "address",
|
|
1359
|
-
name: "bulk",
|
|
1360
|
-
type: "address",
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
internalType: "address",
|
|
1364
|
-
name: "pendleSwap",
|
|
1365
|
-
type: "address",
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
components: [
|
|
1369
|
-
{
|
|
1370
|
-
internalType: "enum SwapType",
|
|
1371
|
-
name: "swapType",
|
|
1372
|
-
type: "uint8",
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
internalType: "address",
|
|
1376
|
-
name: "extRouter",
|
|
1377
|
-
type: "address",
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
internalType: "bytes",
|
|
1381
|
-
name: "extCalldata",
|
|
1382
|
-
type: "bytes",
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
internalType: "bool",
|
|
1386
|
-
name: "needScale",
|
|
1387
|
-
type: "bool",
|
|
1388
|
-
},
|
|
1389
|
-
],
|
|
1390
|
-
internalType: "struct SwapData",
|
|
1391
|
-
name: "swapData",
|
|
1392
|
-
type: "tuple",
|
|
1393
|
-
},
|
|
1394
|
-
],
|
|
1395
|
-
internalType: "struct TokenOutput",
|
|
1396
|
-
name: "output",
|
|
1397
|
-
type: "tuple",
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
internalType: "uint256",
|
|
1401
|
-
name: "minPtOut",
|
|
1402
|
-
type: "uint256",
|
|
1403
|
-
},
|
|
1404
|
-
],
|
|
1405
|
-
name: "removeLiquidityDualTokenAndPt",
|
|
1406
|
-
outputs: [
|
|
1407
|
-
{
|
|
1408
|
-
internalType: "uint256",
|
|
1409
|
-
name: "netTokenOut",
|
|
1410
|
-
type: "uint256",
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
internalType: "uint256",
|
|
1414
|
-
name: "netPtOut",
|
|
1415
|
-
type: "uint256",
|
|
1416
|
-
},
|
|
1417
|
-
],
|
|
1418
|
-
stateMutability: "nonpayable",
|
|
1419
|
-
type: "function",
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
inputs: [
|
|
1423
|
-
{
|
|
1424
|
-
internalType: "address",
|
|
1425
|
-
name: "receiver",
|
|
1426
|
-
type: "address",
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
internalType: "address",
|
|
1430
|
-
name: "market",
|
|
1431
|
-
type: "address",
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
internalType: "uint256",
|
|
1435
|
-
name: "netLpToRemove",
|
|
1436
|
-
type: "uint256",
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
internalType: "uint256",
|
|
1440
|
-
name: "minPtOut",
|
|
1441
|
-
type: "uint256",
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
components: [
|
|
1445
|
-
{
|
|
1446
|
-
internalType: "uint256",
|
|
1447
|
-
name: "guessMin",
|
|
1448
|
-
type: "uint256",
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
internalType: "uint256",
|
|
1452
|
-
name: "guessMax",
|
|
1453
|
-
type: "uint256",
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
internalType: "uint256",
|
|
1457
|
-
name: "guessOffchain",
|
|
1458
|
-
type: "uint256",
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
internalType: "uint256",
|
|
1462
|
-
name: "maxIteration",
|
|
1463
|
-
type: "uint256",
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
internalType: "uint256",
|
|
1467
|
-
name: "eps",
|
|
1468
|
-
type: "uint256",
|
|
1469
|
-
},
|
|
1470
|
-
],
|
|
1471
|
-
internalType: "struct ApproxParams",
|
|
1472
|
-
name: "guessPtReceivedFromSy",
|
|
1473
|
-
type: "tuple",
|
|
1474
|
-
},
|
|
1475
|
-
],
|
|
1476
|
-
name: "removeLiquiditySinglePt",
|
|
1477
|
-
outputs: [
|
|
1478
|
-
{
|
|
1479
|
-
internalType: "uint256",
|
|
1480
|
-
name: "netPtOut",
|
|
1481
|
-
type: "uint256",
|
|
1482
|
-
},
|
|
1483
|
-
{
|
|
1484
|
-
internalType: "uint256",
|
|
1485
|
-
name: "netSyFee",
|
|
1486
|
-
type: "uint256",
|
|
1487
|
-
},
|
|
1488
|
-
],
|
|
1489
|
-
stateMutability: "nonpayable",
|
|
1490
|
-
type: "function",
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
inputs: [
|
|
1494
|
-
{
|
|
1495
|
-
internalType: "address",
|
|
1496
|
-
name: "receiver",
|
|
1497
|
-
type: "address",
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
internalType: "address",
|
|
1501
|
-
name: "market",
|
|
1502
|
-
type: "address",
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
internalType: "uint256",
|
|
1506
|
-
name: "netLpToRemove",
|
|
1507
|
-
type: "uint256",
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
internalType: "uint256",
|
|
1511
|
-
name: "minSyOut",
|
|
1512
|
-
type: "uint256",
|
|
1513
|
-
},
|
|
1514
|
-
],
|
|
1515
|
-
name: "removeLiquiditySingleSy",
|
|
1516
|
-
outputs: [
|
|
1517
|
-
{
|
|
1518
|
-
internalType: "uint256",
|
|
1519
|
-
name: "netSyOut",
|
|
1520
|
-
type: "uint256",
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
internalType: "uint256",
|
|
1524
|
-
name: "netSyFee",
|
|
1525
|
-
type: "uint256",
|
|
1526
|
-
},
|
|
1527
|
-
],
|
|
1528
|
-
stateMutability: "nonpayable",
|
|
1529
|
-
type: "function",
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
inputs: [
|
|
1533
|
-
{
|
|
1534
|
-
internalType: "address",
|
|
1535
|
-
name: "receiver",
|
|
1536
|
-
type: "address",
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
internalType: "address",
|
|
1540
|
-
name: "market",
|
|
1541
|
-
type: "address",
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
internalType: "uint256",
|
|
1545
|
-
name: "netLpToRemove",
|
|
1546
|
-
type: "uint256",
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
components: [
|
|
1550
|
-
{
|
|
1551
|
-
internalType: "address",
|
|
1552
|
-
name: "tokenOut",
|
|
1553
|
-
type: "address",
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
internalType: "uint256",
|
|
1557
|
-
name: "minTokenOut",
|
|
1558
|
-
type: "uint256",
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
internalType: "address",
|
|
1562
|
-
name: "tokenRedeemSy",
|
|
1563
|
-
type: "address",
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
internalType: "address",
|
|
1567
|
-
name: "bulk",
|
|
1568
|
-
type: "address",
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
internalType: "address",
|
|
1572
|
-
name: "pendleSwap",
|
|
1573
|
-
type: "address",
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
components: [
|
|
1577
|
-
{
|
|
1578
|
-
internalType: "enum SwapType",
|
|
1579
|
-
name: "swapType",
|
|
1580
|
-
type: "uint8",
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
internalType: "address",
|
|
1584
|
-
name: "extRouter",
|
|
1585
|
-
type: "address",
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
internalType: "bytes",
|
|
1589
|
-
name: "extCalldata",
|
|
1590
|
-
type: "bytes",
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
internalType: "bool",
|
|
1594
|
-
name: "needScale",
|
|
1595
|
-
type: "bool",
|
|
1596
|
-
},
|
|
1597
|
-
],
|
|
1598
|
-
internalType: "struct SwapData",
|
|
1599
|
-
name: "swapData",
|
|
1600
|
-
type: "tuple",
|
|
1601
|
-
},
|
|
1602
|
-
],
|
|
1603
|
-
internalType: "struct TokenOutput",
|
|
1604
|
-
name: "output",
|
|
1605
|
-
type: "tuple",
|
|
1606
|
-
},
|
|
1607
|
-
],
|
|
1608
|
-
name: "removeLiquiditySingleToken",
|
|
1609
|
-
outputs: [
|
|
1610
|
-
{
|
|
1611
|
-
internalType: "uint256",
|
|
1612
|
-
name: "netTokenOut",
|
|
1613
|
-
type: "uint256",
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
internalType: "uint256",
|
|
1617
|
-
name: "netSyFee",
|
|
1618
|
-
type: "uint256",
|
|
1619
|
-
},
|
|
1620
|
-
],
|
|
1621
|
-
stateMutability: "nonpayable",
|
|
1622
|
-
type: "function",
|
|
1623
|
-
},
|
|
1624
|
-
];
|
|
1625
|
-
|
|
1626
|
-
const _bytecode =
|
|
1627
|
-
"0x608060405234801561001057600080fd5b50614e29806100206000396000f3fe6080604052600436106100975760003560e01c8063015491d11461009c578063178d29d3146100c65780633af1f329146100e6578063409c7a8914610106578063690807ad14610126578063694ab55914610146578063844384aa1461016657806397ee279e14610186578063b7d75b8b146101b5578063cb591eb2146101d5578063dfbc814e146101e8578063e6eaba0114610208575b600080fd5b6100af6100aa366004614450565b610228565b6040516100bd9291906144cf565b60405180910390f35b3480156100d257600080fd5b506100af6100e13660046144dd565b61032f565b3480156100f257600080fd5b506100af610101366004614523565b6103b2565b34801561011257600080fd5b506100af610121366004614523565b61066c565b34801561013257600080fd5b506100af610141366004614580565b61075e565b34801561015257600080fd5b506100af610161366004614523565b610871565b34801561017257600080fd5b506100af6101813660046145eb565b610b3b565b34801561019257600080fd5b506101a66101a13660046145eb565b610c1b565b6040516100bd9392919061463c565b3480156101c157600080fd5b506100af6101d03660046145eb565b610e3c565b6101a66101e3366004614652565b610f6f565b3480156101f457600080fd5b506100af6102033660046146c5565b6111d2565b34801561021457600080fd5b506100af610223366004614721565b6112c7565b600080600080876001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561026c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102909190614794565b925050915060006102a48984600189611453565b90506102b48a8a84848c8c611650565b90955093506102c660208701876147e1565b6001600160a01b0316896001600160a01b0316336001600160a01b03167ff83776e5b667a2b471f92ddfd482749c61b5328b832d375097638c2c08818f3b8d8a602001358a60405161031a939291906147fe565b60405180910390a45050509550959350505050565b60008061033e85338787611835565b61034a86868686611856565b8092508193505050856001600160a01b0316856001600160a01b0316336001600160a01b03167fd31f02c44717b409d13b92ec9d2eaf1427fb4e63f85f4777f1458fb8d938776187866040516103a19291906144cf565b60405180910390a494509492505050565b600080600080876001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156103f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061041a9190614794565b92509250506000886001600160a01b031663794052f3306040518263ffffffff1660e01b815260040161044d919061481f565b61012060405180830381865afa15801561046b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061048f9190614875565b905060006104c36104a8846001600160a01b0316611911565b8a426104b9368c90038c018c6148f7565b869392919061197d565b505090506104d384338c8c611835565b60408051600080825260208201928390526329910b1160e01b9092526001600160a01b038c16906329910b1190610511908e908690602481016149c4565b60408051808303816000875af115801561052f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055391906149eb565b965090506001600160a01b038b1663156e29f68d83610572868f614a25565b6040518463ffffffff1660e01b8152600401610590939291906147fe565b6060604051808303816000875af11580156105af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d39190614a38565b509097505088871015610606578689604051636a1dbf1b60e01b81526004016105fd9291906144cf565b60405180910390fd5b8b6001600160a01b03168b6001600160a01b0316336001600160a01b03167fc87b85efc5055ef177e0092af0d4e624fff4b1d57db748857f65e4b7e4a28a368d8b6040516106559291906144cf565b60405180910390a450505050509550959350505050565b600080600080876001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156106b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d49190614794565b92505091506106e582338a8a611835565b6106f38989838a8a8a611650565b8094508195505050886001600160a01b0316886001600160a01b0316336001600160a01b03167fb51950711c9b21dc7888d41f68a19540231ffb5f0d19d8f75cbccaf90ffa7fa58a8860405161074a9291906144cf565b60405180910390a450509550959350505050565b6000806000856001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156107a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c59190614794565b505090506107d586338888611835565b60006107ed6107e48387611ab9565b88886001611856565b935090506107ff888383886000611af7565b935061080e60208601866147e1565b6001600160a01b0316876001600160a01b0316336001600160a01b03167f3fff08e8137afe866dce7ced13ddc12d684db61b80b0ac5cb9e54961c9dd8a218b8a8960405161085e939291906147fe565b60405180910390a4505094509492505050565b6000806000866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156108b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d89190614794565b925050506000876001600160a01b031663794052f3306040518263ffffffff1660e01b815260040161090a919061481f565b61012060405180830381865afa158015610928573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061094c9190614875565b905060008061095b838a611cbe565b915091506000610991610976866001600160a01b0316611911565b8442610987368d90038d018d6148f7565b8893929190611cf9565b5090508861099f8284614a66565b10156109cb576109af8183614a66565b89604051634e6ffe4760e11b81526004016105fd9291906144cf565b6109d78b338d8d611835565b8a6001600160a01b031663f6b911bc8c8e8d6040518463ffffffff1660e01b8152600401610a0793929190614a79565b60408051808303816000875af1158015610a25573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a4991906149eb565b60408051600081526020810191829052635b709f1760e01b9091529093506001600160a01b038d169150635b709f1790610a8a908f908590602481016149c4565b60408051808303816000875af1158015610aa8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610acc91906149eb565b9650610ada90508183614a66565b965088871015610aec57610aec614a9d565b8b6001600160a01b03168b6001600160a01b0316336001600160a01b03167fac97b87f5422fa3beec99bff8f336310d8ebc7d33d909b7d534cd7c72f61e8718d8b6040516106559291906144cf565b600080600080876001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610b7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba39190614794565b9250509150610bb3823389611dcc565b610bc2898984848b8b8b611e38565b8094508195505050886001600160a01b0316886001600160a01b0316336001600160a01b03167fc8437d84f52d1e20cc82487e336feadb2d39ede00af7711b6a58abf39392328f8a888860405161074a9392919061463c565b6000806000806000886001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610c61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c859190614794565b50915091506000896001600160a01b031663794052f3306040518263ffffffff1660e01b8152600401610cb8919061481f565b61012060405180830381865afa158015610cd6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cfa9190614875565b9050610d08818a8a42612081565b919850965094505086861015610d35578587604051636a1dbf1b60e01b81526004016105fd9291906144cf565b610d4183338c88611835565b610d4d82338c87611835565b604051630ab714fb60e11b81526001600160a01b038b169063156e29f690610d7d908e90899089906004016147fe565b6060604051808303816000875af1158015610d9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc09190614a38565b509096505086861015610dd557610dd5614a9d565b8a6001600160a01b03168a6001600160a01b0316336001600160a01b03167f9334566f6358cd68e33d423fb1c9119c6837e3a2a7a8affaaa5020ed06aec06988888b604051610e269392919061463c565b60405180910390a4505050955095509592505050565b600080610e4b86338888611835565b604051633dae446f60e21b81526001600160a01b0387169063f6b911bc90610e7b908a9081908a90600401614a79565b60408051808303816000875af1158015610e99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ebd91906149eb565b909250905083821015610ee75781846040516305221cf360e11b81526004016105fd9291906144cf565b82811015610f0c578083604051634e6ffe4760e11b81526004016105fd9291906144cf565b866001600160a01b0316866001600160a01b0316336001600160a01b03167fd9f35a37b64d95edfd8f26adf130ce45f3e9ddf3c7ab8c1fb7224727a339a98e888587604051610f5d9392919061463c565b60405180910390a49550959350505050565b6000806000806000886001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610fb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fd99190614794565b50915091506000610fed8a8460018c611453565b90506000808b6001600160a01b031663794052f3306040518263ffffffff1660e01b815260040161101e919061481f565b61012060405180830381865afa15801561103c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110609190614875565b905061106e81848c42612081565b919a5090975092505082821461109b578282604051636f5068bb60e11b81526004016105fd9291906144cf565b888810156110c0578789604051636a1dbf1b60e01b81526004016105fd9291906144cf565b8a602001359650506110d483338d88611835565b604051630ab714fb60e11b81526001600160a01b038c169063156e29f690611104908f9085908a906004016147fe565b6060604051808303816000875af1158015611123573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111479190614a38565b50909750508787101561115c5761115c614a9d565b61116960208b018b6147e1565b6001600160a01b03168b6001600160a01b0316336001600160a01b03167f7f646a534401967ac0913451efea28d9e170ffc164efa98e3957cde363c0245f8f8a8a8d6040516111bb9493929190614ab3565b60405180910390a450505050955095509592505050565b600080600080876001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015611216573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061123a9190614794565b9250509150600061124e3084600189611453565b905061125f8a8a8585858d8d611e38565b909550935061127160208701876147e1565b6001600160a01b0316896001600160a01b0316336001600160a01b03167f43eb84d5f21c53e2b7be07b8fc06cbbb55af094a111c91c7ddc6513fed4d03528d8a602001358a8a60405161031a9493929190614ab3565b6000806000866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561130a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132e9190614794565b5050905061133e87338989611835565b6000876001600160a01b031663f6b911bc6113598489611ab9565b8b8a6040518463ffffffff1660e01b815260040161137993929190614a79565b60408051808303816000875af1158015611397573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113bb91906149eb565b93509050848310156113e4578285604051634e6ffe4760e11b81526004016105fd9291906144cf565b6113f2898383896000611af7565b935061140160208701876147e1565b6001600160a01b0316886001600160a01b0316336001600160a01b03167fbcfac3aca0242d70e941905db1a4ffc8b7e15f3375043f5399d640a8ea3007ce8c8b888a60405161074a9493929190614ab3565b60008061146360a0840184614ad9565b611471906020810190614b08565b905060008082600381111561148857611488614b23565b036114b3576114a861149d60208601866147e1565b338660200135611dcc565b506020830135611638565b60038260038111156114c7576114c7614b23565b03611506576114dc61149d60208601866147e1565b6114a86114ec60208601866147e1565b6114fc60608701604088016147e1565b86602001356120ec565b600061151560208601866147e1565b6001600160a01b031603611538576115336000338660200135611dcc565b611563565b61156361154860208601866147e1565b3361155960a08801608089016147e1565b8760200135611835565b61157360a08501608086016147e1565b6001600160a01b0316632bdb823c600061159060208801886147e1565b6001600160a01b0316146115a55760006115ab565b85602001355b6115b860208801886147e1565b60208801356115ca60a08a018a614ad9565b6040518563ffffffff1660e01b81526004016115e893929190614b7b565b6000604051808303818588803b15801561160157600080fd5b505af1158015611615573d6000803e3d6000fd5b505050505061163584604001602081019061163091906147e1565b6121b2565b90505b611645878783888861223c565b979650505050505050565b6000806000876001600160a01b031663794052f3306040518263ffffffff1660e01b8152600401611681919061481f565b61012060405180830381865afa15801561169f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116c39190614875565b905060006116f76116dc896001600160a01b0316611911565b88426116ed368a90038a018a6148f7565b86939291906123b3565b50506040805160008082526020820192839052635b709f1760e01b909252919250906001600160a01b038b1690635b709f179061173b908d908690602481016149c4565b60408051808303816000875af1158015611759573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061177d91906149eb565b945090506001600160a01b038a1663156e29f68c61179b848c614a25565b856040518463ffffffff1660e01b81526004016117ba939291906147fe565b6060604051808303816000875af11580156117d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117fd9190614a38565b509095505086851015611827578487604051636a1dbf1b60e01b81526004016105fd9291906144cf565b505050965096945050505050565b8015611850576118506001600160a01b0385168484846125a2565b50505050565b600080846001600160a01b0316632f13b60c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611897573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118bb9190614c4d565b156118d2576118cb8686866125fa565b91506118e3565b6118dd86868661275e565b90925090505b828210156119085781836040516305221cf360e11b81526004016105fd9291906144cf565b94509492505050565b6000816001600160a01b0316631d52edc46040518163ffffffff1660e01b81526004016020604051808303816000875af1158015611953573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119779190614c6a565b92915050565b600080808061198d898988612878565b905084604001516000036119f5576119b285602001516119ad8b84612972565b6129f6565b602086018190526119c390886129f6565b60208601526119d185612a0c565b88604001516000036119f55760405162461bcd60e51b81526004016105fd90614c83565b60005b8560600151811015611a94576000611a108783612a5a565b9050600080600080611a258f8f8f8a89612ac6565b509350935093509350611a3d84848d60800151612b45565b15611a54579398509650919450611aae9350505050565b828411611a6d57611a66856001614a66565b8b52611a7e565b611a78600186614a25565b60208c01525b505050505080611a8d90614cab565b90506119f8565b50604051637d388ed960e11b815260040160405180910390fd5b955095509592505050565b600080611acc60808401606085016147e1565b6001600160a01b031603611ae05782611af0565b611af060808301606084016147e1565b9392505050565b600080611b0760a0850185614ad9565b611b15906020810190614b08565b90506000816003811115611b2b57611b2b614b23565b03611b4457611b3d8787878787612b8e565b9150611c87565b6003816003811115611b5857611b58614b23565b03611bae57611b6a3087878787612b8e565b9150611b92611b7f60608601604087016147e1565b611b8c60208701876147e1565b846120ec565b611ba9611ba260208601866147e1565b8884612d1a565b611c87565b6000611bcc611bc360a08701608088016147e1565b88888888612b8e565b9050611bde60a08601608087016147e1565b6001600160a01b0316632bdb823c611bfc60608801604089016147e1565b83611c0a60a08a018a614ad9565b6040518463ffffffff1660e01b8152600401611c2893929190614b7b565b600060405180830381600087803b158015611c4257600080fd5b505af1158015611c56573d6000803e3d6000fd5b50611c6c925061163091505060208701876147e1565b9250611c85611c7e60208701876147e1565b8985612d1a565b505b8360200135821015611cb45781846020013560405163c5b5576d60e01b81526004016105fd9291906144cf565b5095945050505050565b600080600080611cd686611cd187612dde565b612df8565b91509150611ce382612ec4565b9350611cee81612ec4565b925050509250929050565b60008080611d08888887612878565b90508360400151600003611d3a57611d2c84602001516119ad838b60000151612ed3565b6020850152611d3a84612a0c565b60005b8460600151811015611a94576000611d558683612a5a565b9050600080611d668c868d86612f67565b5091509150898211611d9d57611d81828b8a60800151612f99565b15611d9557919550909350611dc292505050565b828852611dae565b611da8600184614a25565b60208901525b50505080611dbb90614cab565b9050611d3d565b9550959350505050565b6001600160a01b038316611e1d57803414611e185760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016105fd565b505050565b8015611e1857611e186001600160a01b0384168330846125a2565b6000806000886001600160a01b031663794052f3306040518263ffffffff1660e01b8152600401611e69919061481f565b61012060405180830381865afa158015611e87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eab9190614875565b90506000611ec1886001600160a01b0316611911565b90506000611edc611ed58460200151612ec4565b8390612fc7565b8351611ee790612ec4565b611ef19190614a66565b8351611efc90612ec4565b611f06908a614cc4565b611f109190614cf1565b9050611f1d8a8a83612d1a565b611f318a8c611f2c848c614a25565b612d1a565b60405163db74aa1560e01b81526001600160a01b038c811660048301528d811660248301528a169063db74aa15906044016020604051808303816000875af1158015611f81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fa59190614c6a565b93506001600160a01b038b1663156e29f68d611fc1848c614a25565b876040518463ffffffff1660e01b8152600401611fe0939291906147fe565b6060604051808303816000875af1158015611fff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120239190614a38565b50909550508685101561204d578487604051636a1dbf1b60e01b81526004016105fd9291906144cf565b8584101561207257838660405163a59b8c3160e01b81526004016105fd9291906144cf565b50505097509795505050505050565b6000806000806000806000806120a98c61209a8d612dde565b6120a38d612dde565b8c612fd3565b93509350935093506120ba84612ec4565b97506120c583612ec4565b96506120d082612ec4565b95506120db81612ec4565b945050505050945094509450949050565b6001600160a01b03831661215357816001600160a01b031663d0e30db0826040518263ffffffff1660e01b81526004016000604051808303818588803b15801561213557600080fd5b505af1158015612149573d6000803e3d6000fd5b5050505050505050565b604051632e1a7d4d60e01b8152600481018290526001600160a01b03841690632e1a7d4d90602401600060405180830381600087803b15801561219557600080fd5b505af11580156121a9573d6000803e3d6000fd5b50505050505050565b60006001600160a01b03821615612235576040516370a0823160e01b81526001600160a01b038316906370a08231906121ef90309060040161481f565b602060405180830381865afa15801561220c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122309190614c6a565b611977565b4792915050565b6000808061225060608501604086016147e1565b6001600160a01b031614612265576000612267565b845b9050600061227b60808501606086016147e1565b6001600160a01b0316146123135761229960808401606085016147e1565b6001600160a01b031663b2767070828988886040518563ffffffff1660e01b81526004016122c9939291906147fe565b60206040518083038185885af11580156122e7573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061230c9190614c6a565b9150611cb4565b6001600160a01b0386166320e8c565828961233460608801604089016147e1565b6040516001600160e01b031960e086901b1681526001600160a01b03928316600482015291166024820152604481018990526064810188905260840160206040518083038185885af115801561238e573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906116459190614c6a565b6040805160a08101825286815260208101869052908101849052606081018390526080810182905260009081908190816123ee8a8a89612878565b905081608001516040015160000361245a5761241e8260800151602001516119ad83856000015160000151612ed3565b608083018051602001919091525161243590612a0c565b81516040015160000361245a5760405162461bcd60e51b81526004016105fd90614c83565b60005b826080015160600151811015611a9457600061247d846080015183612a5a565b90506000806000612498876000015187896020015187612f67565b92509250925086604001518311156124c8576124b5600185614a25565b6080880151602001525061259292505050565b865151600090819081906124dd908890614a25565b9050600084878c60000151602001516124f69190614a66565b6125009190614a25565b905061250c8189614cc4565b925081878c6040015161251f9190614a25565b6125299190614cc4565b9350505061254081838b6080015160800151612b45565b1561255957509399509197509550611aae945050505050565b8181116125765761256b866001614a66565b60808a01515261258b565b612581600187614a25565b60808a0151602001525b5050505050505b61259b81614cab565b905061245d565b611850846323b872dd60e01b8585856040516024016125c393929190614a79565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915261318b565b600080836001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561263b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061265f9190614794565b925050506000846001600160a01b031663f6b911bc8784876040518463ffffffff1660e01b815260040161269593929190614a79565b60408051808303816000875af11580156126b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126d791906149eb565b5060405163bcb7ea5d60e01b81529091506001600160a01b0383169063bcb7ea5d9061270790899060040161481f565b6020604051808303816000875af1158015612726573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061274a9190614c6a565b6127549082614a66565b9695505050505050565b600080600080856001600160a01b031663f6b911bc8888886040518463ffffffff1660e01b815260040161279493929190614a79565b60408051808303816000875af11580156127b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127d691906149eb565b60408051600080825260208201928390526329910b1160e01b909252929450909250906001600160a01b038816906329910b119061281b908b908690602481016149c4565b60408051808303816000875af1158015612839573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061285d91906149eb565b9450905061286b8184614a66565b9450505050935093915050565b6128a36040518060800160405280600081526020016000815260200160008152602001600081525090565b60a084015182106128c75760405163b2094b5960e01b815260040160405180910390fd5b6000828560a001516128d99190614a25565b90506128e5858261325d565b825260208501516128f79085906132b9565b60208301528451158061290c57506020820151155b15612933578451602083015160405163b1c4aefb60e01b81526105fd9291906004016144cf565b612951856000015186610100015184602001518560000151856132f0565b604083015260c08501516129659082613371565b6060830152509392505050565b6000806000905060006001846020015161298c9190614a25565b90505b8082146129ee57600060026129a48385614a66565b6129af906001614a66565b6129b99190614cf1565b905060006129cc868860000151846133a5565b12156129e4576129dd600182614a25565b91506129e8565b8092505b5061298f565b509392505050565b6000818310612a055781611af0565b5090919050565b602081015181511180612a2a5750670de0b6b3a76400008160800151115b15612a5757805160208201516080830151604051632cc06bc160e21b81526105fd9392919060040161463c565b50565b600081158015612a6d5750604083015115155b15612a7d57506040820151611977565b6020830151835111612aad5760208301518351600291612a9c91614a66565b612aa69190614cf1565b9050611977565b604051637d388ed960e11b815260040160405180910390fd5b6000806000806000612ada8a888b89613497565b8c519295509093509150600090612af2908890614a66565b9050600082858d60200151612b079190614a25565b612b119190614a25565b9050612b1d8286614cc4565b965080612b2a898c614a25565b612b349190614cc4565b955050509550955095509550959050565b600083612b6384612b5e85670de0b6b3a7640000614a25565b6134c8565b11158015612b865750612b8283612b5e84670de0b6b3a7640000614a66565b8411155b949350505050565b60008115612bab57612bab8533612ba58887611ab9565b87611835565b6000612bbd60808501606086016147e1565b6001600160a01b031614612c6557612bdb60808401606085016147e1565b6040516341fadbb360e11b81526001600160a01b03888116600483015260248201879052600060448301526001606483015291909116906383f5b766906084016020604051808303816000875af1158015612c3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c5e9190614c6a565b9050612d11565b6001600160a01b03851663769f8e5d8786612c8660608801604089016147e1565b60405160e085901b6001600160e01b03191681526001600160a01b03938416600482015260248101929092529091166044820152600060648201526001608482015260a4016020604051808303816000875af1158015612cea573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0e9190614c6a565b90505b95945050505050565b80600003612d2757505050565b6001600160a01b038316612dca576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612d82576040519150601f19603f3d011682016040523d82523d6000602084013e612d87565b606091505b50509050806118505760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016105fd565b611e186001600160a01b03841683836134e8565b60006001600160ff1b03821115612df457600080fd5b5090565b60008082600003612e1c576040516325daaec360e01b815260040160405180910390fd5b60408401516020850151612e309085614d05565b612e3a9190614d35565b6040850151855191935090612e4f9085614d05565b612e599190614d35565b905081158015612e67575080155b15612e8557604051631997ea8d60e31b815260040160405180910390fd5b6040840151612e949084613518565b60408501528351612ea59082613518565b84526020840151612eb69083613518565b602090940193909352929050565b600080821215612df457600080fd5b600080612f00612efb856000015186604001518760600151612ef59190614d63565b9061355f565b613582565b90506000612f20612f19670de0b6b3a764000084614d8a565b8390613997565b90506000612f3e866020015186612f379190614d8a565b839061355f565b90506000612f4c8287614d63565b90506103e8612f5d826103e7614cc4565b6116459190614cf1565b60008080808080612f7a8a8a8a8a6139bd565b92509250925082612f8a90614db2565b9a919950975095505050505050565b6000828411158015612b865750612fbc83612b5e84670de0b6b3a7640000614a25565b909310159392505050565b6000611af08383613b11565b6000808080861580612fe3575085155b15613001576040516325daaec360e01b815260040160405180910390fd5b60a088015185106130255760405163b2094b5960e01b815260040160405180910390fd5b8760400151600003613072576103e861305661305161304c6130478a8c614d05565b612ec4565b613b30565b612dde565b6130609190614d63565b92506103e89350869150859050613115565b87516040890151600091906130879089614d05565b6130919190614d35565b9050600089602001518a604001518a6130aa9190614d05565b6130b49190614d35565b9050808212156130ea578194508792508960400151858b602001516130d99190614d05565b6130e39190614d35565b9350613112565b8094508893508960400151858b600001516131059190614d05565b61310f9190614d35565b92505b50505b6000831361313657604051631997ea8d60e31b815260040160405180910390fd5b81886020018181516131489190614d8a565b90525087518190899061315c908390614d8a565b9052506131698484614d8a565b8860400181815161317a9190614d8a565b905250929791965094509092509050565b60006131e0826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316613ba09092919063ffffffff16565b805190915015611e1857808060200190518101906131fe9190614c4d565b611e185760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016105fd565b600061326882612dde565b61327a6130516201518061016d614cc4565b84608001516132899190614d05565b6132939190614d35565b90506000811361197757604051630e520c3b60e11b8152600481018290526024016105fd565b600080600083126132cb5760016132cf565b6000195b90506132e6613051856132e186613baf565b613b11565b612b869082614d05565b6000806132fd8684613371565b9050670de0b6b3a764000081121561332b5760405163329e322960e21b8152600481018290526024016105fd565b600061334161333a878a614d8a565b8990613997565b9050600061334e82613bc1565b905061335a8187613997565b6133649084614d63565b9998505050505050505050565b6000806133836201518061016d614cc4565b61338d8486614cc4565b6133979190614cf1565b9050612b86612efb82612dde565b6000808285602001516133b89190614d63565b905060006133c68585614d8a565b90506000821380156133d85750600081135b6134195760405162461bcd60e51b81526020600482015260126024820152711a5b9d985b1a59081c1d151bd3585c9ad95d60721b60448201526064016105fd565b60006134476134288484614d05565b60208901516134379089614d8a565b6134419088614d05565b90613997565b9050600061345d6134588486613997565b613c10565b885190915060009061347890670de0b6b3a764000090613997565b905061348881612ef58486614d63565b89604001516133649190614d63565b600080808080806134b589896134ac8a614db2565b8d9291906139bd565b919c909b50909950975050505050505050565b6000806134d58385614cc4565b670de0b6b3a76400009004949350505050565b6040516001600160a01b038316602482015260448101829052611e1890849063a9059cbb60e01b906064016125c3565b6000818312156135555760405162461bcd60e51b81526020600482015260086024820152676e6567617469766560c01b60448201526064016105fd565b611af08284614d63565b60008061356c8385614d05565b9050670de0b6b3a7640000815b05949350505050565b6000680238fd42c5cf03ffff1982121580156135a7575068070c1cc73b00c800008213155b6135e65760405162461bcd60e51b815260206004820152601060248201526f125b9d985b1a5908195e1c1bdb995b9d60821b60448201526064016105fd565b600082121561361e576135fb82600003613582565b6a0c097ce7bc90715b34b9f160241b8161361757613617614cdb565b0592915050565b60006806f05b59d3b2000000831261365c57506806f05b59d3b1ffffff199091019072195e54c5dd42177f53a27172fa9ec63026282760241b613692565b6803782dace9d9000000831261368e57506803782dace9d8ffffff19909101906b1425982cf597cd205cef7380613692565b5060015b6064929092029168056bc75e2d6310000068ad78ebc5ac6200000084126136e25768ad78ebc5ac61ffffff199093019268056bc75e2d631000006e01855144814a7ff805980ff008400082020590505b6856bc75e2d631000000841261371e576856bc75e2d630ffffff199093019268056bc75e2d631000006b02df0ab5a80a22c61ab5a70082020590505b682b5e3af16b18800000841261375857682b5e3af16b187fffff199093019268056bc75e2d63100000693f1fce3da636ea5cf85082020590505b6815af1d78b58c4000008412613792576815af1d78b58c3fffff199093019268056bc75e2d63100000690127fa27722cc06cc5e282020590505b680ad78ebc5ac620000084126137cb57680ad78ebc5ac61fffff199093019268056bc75e2d6310000068280e60114edb805d0382020590505b68056bc75e2d6310000084126138045768056bc75e2d630fffff199093019268056bc75e2d63100000680ebc5fb4174612111082020590505b6802b5e3af16b1880000841261383d576802b5e3af16b187ffff199093019268056bc75e2d631000006808f00f760a4b2db55d82020590505b68015af1d78b58c4000084126138765768015af1d78b58c3ffff199093019268056bc75e2d631000006806f5f177578893793782020590505b68056bc75e2d631000008481019085906002908280020505918201919050600368056bc75e2d631000008783020505918201919050600468056bc75e2d631000008783020505918201919050600568056bc75e2d631000008783020505918201919050600668056bc75e2d631000008783020505918201919050600768056bc75e2d631000008783020505918201919050600868056bc75e2d631000008783020505918201919050600968056bc75e2d631000008783020505918201919050600a68056bc75e2d631000008783020505918201919050600b68056bc75e2d631000008783020505918201919050600c68056bc75e2d631000008783020505918201919050606468056bc75e2d63100000848402058502059695505050505050565b6000806139ac670de0b6b3a764000085614d05565b905082818161357957613579614cdb565b6000806000806139e08860000151886020015189600001518a6040015189613c9c565b905060006139f66139f18784613997565b613d4d565b60608901519091506000871315613a65576000613a138483613997565b9050670de0b6b3a7640000811215613a415760405163329e322960e21b8152600481018290526024016105fd565b613a5d613a5683670de0b6b3a7640000614d63565b849061355f565b915050613a92565b613a8f81613a7b81670de0b6b3a7640000614d63565b613a859085614d05565b6139f19190614d35565b90505b60006064613aa38c60e00151612dde565b613aad9084614d05565b613ab79190614d35565b90506000613ac58385614d63565b905060008112613ade57613ad98a82613d5b565b613ae8565b613ae88a82613d88565b9750613af48a84613d5b565b9650613b008a83613d5b565b955050505050509450945094915050565b6000670de0b6b3a7640000613b268484614cc4565b611af09190614cf1565b60006003821115613b915750806000613b4a600283614cf1565b613b55906001614a66565b90505b81811015613b8b57905080600281613b708186614cf1565b613b7a9190614a66565b613b849190614cf1565b9050613b58565b50919050565b8115613b9b575060015b919050565b6060612b868484600085613db5565b6000808213612df45761223082614db2565b6000670de0b6b3a76400008203613beb5760405163a9c8b14d60e01b815260040160405180910390fd5b6000613c09613c0284670de0b6b3a7640000614d63565b8490613997565b9050611af0815b6000808213613c515760405162461bcd60e51b815260206004820152600d60248201526c6f7574206f6620626f756e647360981b60448201526064016105fd565b670c7d713b49da000082138015613c6f5750670f43fc2c04ee000082125b15613c9357670de0b6b3a7640000613c8683613edb565b8161361757613617614cdb565b61197782613ffa565b600080613ca98784613518565b90506000613cba612f19888a614d8a565b9050670d529ae9e8600000811315613cf15780670d529ae9e8600000604051637e34684f60e11b81526004016105fd9291906144cf565b6000613cfc82613bc1565b905085613d098289613997565b613d139190614d8a565b9350670de0b6b3a7640000841215613d415760405163329e322960e21b8152600481018590526024016105fd565b50505095945050505050565b600061197782600019614d05565b60008060008312613d6d576001613d71565b6000195b90506132e661305185613d8386613baf565b61439d565b60008060008312613d9a576001613d9e565b6000195b90506132e661305185613db086613baf565b6143b2565b606082471015613e165760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016105fd565b6001600160a01b0385163b613e6d5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016105fd565b600080866001600160a01b03168587604051613e899190614dce565b60006040518083038185875af1925050503d8060008114613ec6576040519150601f19603f3d011682016040523d82523d6000602084013e613ecb565b606091505b50915091506116458282866143de565b670de0b6b3a7640000026000806a0c097ce7bc90715b34b9f160241b808401906ec097ce7bc90715b34b9f0fffffffff1985010281613f1c57613f1c614cdb565b05905060006a0c097ce7bc90715b34b9f160241b82800205905081806a0c097ce7bc90715b34b9f160241b81840205915060038205016a0c097ce7bc90715b34b9f160241b82840205915060058205016a0c097ce7bc90715b34b9f160241b82840205915060078205016a0c097ce7bc90715b34b9f160241b82840205915060098205016a0c097ce7bc90715b34b9f160241b828402059150600b8205016a0c097ce7bc90715b34b9f160241b828402059150600d8205016a0c097ce7bc90715b34b9f160241b828402059150600f82050160020295945050505050565b6000670de0b6b3a764000082121561403b57614032826a0c097ce7bc90715b34b9f160241b8161402c5761402c614cdb565b05613ffa565b60000392915050565b6000775803bcc5cb9634ba4cfb2213f784019318ed4dcb6017880f60361b83126140865772195e54c5dd42177f53a27172fa9ec63026282760241b830592506806f05b59d3b2000000015b6f8bcc0026baae9e45e470190267a230cf60191b83126140bd576b1425982cf597cd205cef7380830592506803782dace9d9000000015b606492830292026e01855144814a7ff805980ff00840008312614105576e01855144814a7ff805980ff008400068056bc75e2d63100000840205925068ad78ebc5ac62000000015b6b02df0ab5a80a22c61ab5a7008312614140576b02df0ab5a80a22c61ab5a70068056bc75e2d6310000084020592506856bc75e2d631000000015b693f1fce3da636ea5cf850831261417757693f1fce3da636ea5cf85068056bc75e2d631000008402059250682b5e3af16b18800000015b690127fa27722cc06cc5e283126141ae57690127fa27722cc06cc5e268056bc75e2d6310000084020592506815af1d78b58c400000015b68280e60114edb805d0383126141e35768280e60114edb805d0368056bc75e2d631000008402059250680ad78ebc5ac6200000015b680ebc5fb41746121110831261420e57680ebc5fb4174612111068056bc75e2d631000009384020592015b6808f00f760a4b2db55d8312614243576808f00f760a4b2db55d68056bc75e2d6310000084020592506802b5e3af16b1880000015b6806f5f17757889379378312614278576806f5f177578893793768056bc75e2d63100000840205925068015af1d78b58c40000015b6806248f33704b28660383126142ac576806248f33704b28660368056bc75e2d63100000840205925067ad78ebc5ac620000015b6805c548670b9510e7ac83126142e0576805c548670b9510e7ac68056bc75e2d6310000084020592506756bc75e2d6310000015b600068056bc75e2d63100000840168056bc75e2d63100000808603028161430957614309614cdb565b059050600068056bc75e2d63100000828002059050818068056bc75e2d63100000818402059150600382050168056bc75e2d63100000828402059150600582050168056bc75e2d63100000828402059150600782050168056bc75e2d63100000828402059150600982050168056bc75e2d63100000828402059150600b820501600202606485820105979650505050505050565b600082613b26670de0b6b3a764000084614cc4565b6000826001816143ca670de0b6b3a764000086614cc4565b6143d49190614a66565b613b269190614a25565b606083156143ed575081611af0565b8251156143fd5782518084602001fd5b8160405162461bcd60e51b81526004016105fd9190614de0565b6001600160a01b0381168114612a5757600080fd5b600060a08284031215613b8b57600080fd5b600060c08284031215613b8b57600080fd5b6000806000806000610120868803121561446957600080fd5b853561447481614417565b9450602086013561448481614417565b93506040860135925061449a876060880161442c565b91506101008601356001600160401b038111156144b657600080fd5b6144c28882890161443e565b9150509295509295909350565b918252602082015260400190565b600080600080608085870312156144f357600080fd5b84356144fe81614417565b9350602085013561450e81614417565b93969395505050506040820135916060013590565b6000806000806000610120868803121561453c57600080fd5b853561454781614417565b9450602086013561455781614417565b93506040860135925060608601359150614574876080880161442c565b90509295509295909350565b6000806000806080858703121561459657600080fd5b84356145a181614417565b935060208501356145b181614417565b92506040850135915060608501356001600160401b038111156145d357600080fd5b6145df8782880161443e565b91505092959194509250565b600080600080600060a0868803121561460357600080fd5b853561460e81614417565b9450602086013561461e81614417565b94979496505050506040830135926060810135926080909101359150565b9283526020830191909152604082015260600190565b600080600080600060a0868803121561466a57600080fd5b853561467581614417565b9450602086013561468581614417565b935060408601356001600160401b038111156146a057600080fd5b6146ac8882890161443e565b9598949750949560608101359550608001359392505050565b600080600080600060a086880312156146dd57600080fd5b85356146e881614417565b945060208601356146f881614417565b9350604086013592506060860135915060808601356001600160401b038111156144b657600080fd5b600080600080600060a0868803121561473957600080fd5b853561474481614417565b9450602086013561475481614417565b93506040860135925060608601356001600160401b0381111561477657600080fd5b6147828882890161443e565b95989497509295608001359392505050565b6000806000606084860312156147a957600080fd5b83516147b481614417565b60208501519093506147c581614417565b60408501519092506147d681614417565b809150509250925092565b6000602082840312156147f357600080fd5b8135611af081614417565b6001600160a01b039390931683526020830191909152604082015260600190565b6001600160a01b0391909116815260200190565b60405161012081016001600160401b038111828210171561486457634e487b7160e01b600052604160045260246000fd5b60405290565b8051613b9b81614417565b6000610120828403121561488857600080fd5b614890614833565b8251815260208301516020820152604083015160408201526148b46060840161486a565b60608201526080830151608082015260a083015160a082015260c083015160c082015260e083015160e08201526101008084015181830152508091505092915050565b600060a0828403121561490957600080fd5b60405160a081016001600160401b038111828210171561493957634e487b7160e01b600052604160045260246000fd5b806040525082358152602083013560208201526040830135604082015260608301356060820152608083013560808201528091505092915050565b60005b8381101561498f578181015183820152602001614977565b50506000910152565b600081518084526149b0816020860160208601614974565b601f01601f19169290920160200192915050565b60018060a01b0384168152826020820152606060408201526000612d116060830184614998565b600080604083850312156149fe57600080fd5b505080516020909101519092909150565b634e487b7160e01b600052601160045260246000fd5b8181038181111561197757611977614a0f565b600080600060608486031215614a4d57600080fd5b8351925060208401519150604084015190509250925092565b8082018082111561197757611977614a0f565b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b600052600160045260246000fd5b6001600160a01b0394909416845260208401929092526040830152606082015260800190565b60008235607e19833603018112614aef57600080fd5b9190910192915050565b803560048110613b9b57600080fd5b600060208284031215614b1a57600080fd5b611af082614af9565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b8015158114612a5757600080fd5b8035613b9b81614b62565b6001600160a01b0384811682526020820184905260606040830152600090614ba284614af9565b60048110614bc057634e487b7160e01b600052602160045260246000fd5b60608401526020840135614bd381614417565b166080830152604083013536849003601e19018112614bf157600080fd5b83016020810190356001600160401b03811115614c0d57600080fd5b803603821315614c1c57600080fd5b608060a0850152614c3160e085018284614b39565b915050614c4060608501614b70565b80151560c0850152611cb4565b600060208284031215614c5f57600080fd5b8151611af081614b62565b600060208284031215614c7c57600080fd5b5051919050565b6020808252600e908201526d06e6f206578697374696e67206c760941b604082015260600190565b600060018201614cbd57614cbd614a0f565b5060010190565b808202811582820484141761197757611977614a0f565b634e487b7160e01b600052601260045260246000fd5b600082614d0057614d00614cdb565b500490565b80820260008212600160ff1b84141615614d2157614d21614a0f565b818105831482151761197757611977614a0f565b600082614d4457614d44614cdb565b600160ff1b821460001984141615614d5e57614d5e614a0f565b500590565b8181036000831280158383131683831282161715614d8357614d83614a0f565b5092915050565b8082018281126000831280158216821582161715614daa57614daa614a0f565b505092915050565b6000600160ff1b8201614dc757614dc7614a0f565b5060000390565b60008251614aef818460208701614974565b602081526000611af0602083018461499856fea2646970667358221220402b4132879b11d55e0657aba7dbfe49104ce69c915c37a4dd1c512c2555db3f64736f6c63430008110033";
|
|
1628
|
-
|
|
1629
|
-
type ActionAddRemoveLiqConstructorParams =
|
|
1630
|
-
| [signer?: Signer]
|
|
1631
|
-
| ConstructorParameters<typeof ContractFactory>;
|
|
1632
|
-
|
|
1633
|
-
const isSuperArgs = (
|
|
1634
|
-
xs: ActionAddRemoveLiqConstructorParams
|
|
1635
|
-
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
1636
|
-
|
|
1637
|
-
export class ActionAddRemoveLiq__factory extends ContractFactory {
|
|
1638
|
-
constructor(...args: ActionAddRemoveLiqConstructorParams) {
|
|
1639
|
-
if (isSuperArgs(args)) {
|
|
1640
|
-
super(...args);
|
|
1641
|
-
} else {
|
|
1642
|
-
super(_abi, _bytecode, args[0]);
|
|
1643
|
-
}
|
|
1644
|
-
this.contractName = "ActionAddRemoveLiq";
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
deploy(
|
|
1648
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1649
|
-
): Promise<ActionAddRemoveLiq> {
|
|
1650
|
-
return super.deploy(overrides || {}) as Promise<ActionAddRemoveLiq>;
|
|
1651
|
-
}
|
|
1652
|
-
getDeployTransaction(
|
|
1653
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
1654
|
-
): TransactionRequest {
|
|
1655
|
-
return super.getDeployTransaction(overrides || {});
|
|
1656
|
-
}
|
|
1657
|
-
attach(address: string): ActionAddRemoveLiq {
|
|
1658
|
-
return super.attach(address) as ActionAddRemoveLiq;
|
|
1659
|
-
}
|
|
1660
|
-
connect(signer: Signer): ActionAddRemoveLiq__factory {
|
|
1661
|
-
return super.connect(signer) as ActionAddRemoveLiq__factory;
|
|
1662
|
-
}
|
|
1663
|
-
static readonly contractName: "ActionAddRemoveLiq";
|
|
1664
|
-
public readonly contractName: "ActionAddRemoveLiq";
|
|
1665
|
-
static readonly bytecode = _bytecode;
|
|
1666
|
-
static readonly abi = _abi;
|
|
1667
|
-
static createInterface(): ActionAddRemoveLiqInterface {
|
|
1668
|
-
return new utils.Interface(_abi) as ActionAddRemoveLiqInterface;
|
|
1669
|
-
}
|
|
1670
|
-
static connect(
|
|
1671
|
-
address: string,
|
|
1672
|
-
signerOrProvider: Signer | Provider
|
|
1673
|
-
): ActionAddRemoveLiq {
|
|
1674
|
-
return new Contract(address, _abi, signerOrProvider) as ActionAddRemoveLiq;
|
|
1675
|
-
}
|
|
1676
|
-
}
|