@pendle/core-v2 0.18.0-testnet → 0.19.0-testnet
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/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
- package/build/artifacts/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +560 -0
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +2 -2
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSeller.sol/BulkSeller.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerFactory.sol/BulkSellerFactory.json +2 -2
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/core/BulkSeller/BulkSellerMathCore.sol/BulkSellerMathCore.json +2 -2
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +2 -2
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +2 -2
- package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +2 -2
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +2 -2
- package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +1 -1
- package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/SYBase.sol/SYBase.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/SYBaseWithRewards.sol/SYBaseWithRewards.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ape/sAPE.sol/sAPE.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/BenQi/PendleQiTokenSY.sol/PendleQiTokenSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveFraxUsdcSY.sol/PendleCurveFraxUsdcSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/PendleCurveUsdd3CrvSY.sol/PendleCurveUsdd3CrvSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Convex/base/PendleConvexLPSY.sol/PendleConvexLPSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleLooksStakingSY.sol/PendleLooksStakingSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleWstEthSY.sol/PendleWstEthSY.json +2 -2
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +2 -2
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +2 -2
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
- package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +2 -2
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +1 -1
- package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +2 -2
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +1 -1
- package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +86 -5
- package/build/artifacts/contracts/interfaces/IApeStaking.sol/IApeStaking.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPTYT.sol/IPActionSwapPTYT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBulkSeller.sol/IPBulkSeller.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +24 -32
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/BulkSellerOffchain.sol/BulkSellerOffchain.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +2 -2
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +2 -2
- package/build/artifacts/contracts/router/ActionCallback.sol/ActionCallback.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallback.sol/ActionCallback.json +2 -2
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.json +2 -2
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.json +2 -2
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +2 -2
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.json +2 -2
- package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
- package/build/artifacts/contracts/router/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +1 -1
- package/build/artifacts/contracts/router/kyberswap/IMultihopRouterEthereum.sol/IMultihopRouterEthereum.dbg.json +1 -1
- package/build/artifacts/contracts/router/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +1 -1
- package/contracts/LiquidityMining/VeDistributor/PendleFeeDistributor.sol +214 -0
- package/contracts/core/libraries/ArrayLib.sol +9 -0
- package/contracts/core/libraries/Errors.sol +9 -2
- package/contracts/interfaces/IPFeeDistributor.sol +10 -10
- package/deployments/43113-core.json +9 -3
- package/package.json +1 -1
- package/typechain-types/IPFeeDistributor.ts +43 -78
- package/typechain-types/IPFeeDistributorFactory.ts +53 -139
- package/typechain-types/PendleFeeDistributor.ts +373 -118
- package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +1 -1
- package/typechain-types/factories/ActionCallback__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeem__factory.ts +1 -1
- package/typechain-types/factories/ActionMisc__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPTYT__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapPT__factory.ts +1 -1
- package/typechain-types/factories/ActionSwapYT__factory.ts +1 -1
- package/typechain-types/factories/BulkSellerFactory__factory.ts +1 -1
- package/typechain-types/factories/BulkSellerOffchain__factory.ts +1 -1
- package/typechain-types/factories/BulkSeller__factory.ts +1 -1
- package/typechain-types/factories/Errors__factory.ts +85 -4
- package/typechain-types/factories/IPFeeDistributorFactory__factory.ts +25 -34
- package/typechain-types/factories/IPFeeDistributor__factory.ts +24 -32
- package/typechain-types/factories/MarketMathStatic__factory.ts +1 -1
- package/typechain-types/factories/OracleLib__factory.ts +1 -1
- package/typechain-types/factories/PendleCurveFraxUsdcSY__factory.ts +1 -1
- package/typechain-types/factories/PendleCurveUsdd3CrvSY__factory.ts +1 -1
- package/typechain-types/factories/PendleFeeDistributor__factory.ts +310 -67
- package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleLooksStakingSY__factory.ts +1 -1
- package/typechain-types/factories/PendleMarketFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleMarket__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
- package/typechain-types/factories/PendlePrincipalToken__factory.ts +1 -1
- package/typechain-types/factories/PendleQiTokenHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleQiTokenSY__factory.ts +1 -1
- package/typechain-types/factories/PendleRouter__factory.ts +1 -1
- package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +1 -1
- package/typechain-types/factories/PendleWstEthSY__factory.ts +1 -1
- package/typechain-types/factories/PendleYieldContractFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleYieldToken__factory.ts +1 -1
- package/typechain-types/factories/RouterStatic__factory.ts +1 -1
- package/typechain-types/factories/SAPE__factory.ts +1 -1
- package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +1 -1
- package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +4 -76
- package/typechain-types/index.ts +2 -14
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.json +0 -131
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -310
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.dbg.json +0 -4
- package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.json +0 -389
- package/build/artifacts/contracts/interfaces/IPFeeDistributorFactory.sol/IPFeeDistributorFactory.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IPFeeDistributorFactory.sol/IPFeeDistributorFactory.json +0 -76
- package/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol +0 -159
- package/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol +0 -99
- package/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol +0 -70
- package/contracts/interfaces/IPFeeDistributorFactory.sol +0 -14
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
/* Autogenerated file. Do not edit manually. */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
import {
|
|
5
|
-
Signer,
|
|
6
|
-
utils,
|
|
7
|
-
Contract,
|
|
8
|
-
ContractFactory,
|
|
9
|
-
Overrides,
|
|
10
|
-
BigNumberish,
|
|
11
|
-
} from "ethers";
|
|
4
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
12
5
|
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
13
6
|
import type {
|
|
14
7
|
PendleFeeDistributor,
|
|
@@ -20,18 +13,18 @@ const _abi = [
|
|
|
20
13
|
inputs: [
|
|
21
14
|
{
|
|
22
15
|
internalType: "address",
|
|
23
|
-
name: "
|
|
16
|
+
name: "_votingController",
|
|
24
17
|
type: "address",
|
|
25
18
|
},
|
|
26
19
|
{
|
|
27
20
|
internalType: "address",
|
|
28
|
-
name: "
|
|
21
|
+
name: "_vePendle",
|
|
29
22
|
type: "address",
|
|
30
23
|
},
|
|
31
24
|
{
|
|
32
|
-
internalType: "
|
|
33
|
-
name: "
|
|
34
|
-
type: "
|
|
25
|
+
internalType: "address",
|
|
26
|
+
name: "_rewardToken",
|
|
27
|
+
type: "address",
|
|
35
28
|
},
|
|
36
29
|
],
|
|
37
30
|
stateMutability: "nonpayable",
|
|
@@ -39,38 +32,96 @@ const _abi = [
|
|
|
39
32
|
},
|
|
40
33
|
{
|
|
41
34
|
inputs: [],
|
|
42
|
-
name: "
|
|
35
|
+
name: "ArrayLengthMismatch",
|
|
36
|
+
type: "error",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
inputs: [],
|
|
40
|
+
name: "FDEpochLengthMismatch",
|
|
43
41
|
type: "error",
|
|
44
42
|
},
|
|
45
43
|
{
|
|
46
|
-
anonymous: false,
|
|
47
44
|
inputs: [
|
|
48
45
|
{
|
|
49
|
-
indexed: true,
|
|
50
46
|
internalType: "address",
|
|
51
|
-
name: "
|
|
47
|
+
name: "pool",
|
|
52
48
|
type: "address",
|
|
53
49
|
},
|
|
50
|
+
],
|
|
51
|
+
name: "FDInvalidPool",
|
|
52
|
+
type: "error",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
inputs: [
|
|
56
|
+
{
|
|
57
|
+
internalType: "uint256",
|
|
58
|
+
name: "startEpoch",
|
|
59
|
+
type: "uint256",
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
name: "FDInvalidStartEpoch",
|
|
63
|
+
type: "error",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
inputs: [
|
|
67
|
+
{
|
|
68
|
+
internalType: "uint256",
|
|
69
|
+
name: "lastFunded",
|
|
70
|
+
type: "uint256",
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
internalType: "uint256",
|
|
74
|
+
name: "wTime",
|
|
75
|
+
type: "uint256",
|
|
76
|
+
},
|
|
77
|
+
],
|
|
78
|
+
name: "FDInvalidWTimeFund",
|
|
79
|
+
type: "error",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
inputs: [
|
|
54
83
|
{
|
|
55
|
-
indexed: true,
|
|
56
84
|
internalType: "address",
|
|
57
|
-
name: "
|
|
85
|
+
name: "pool",
|
|
58
86
|
type: "address",
|
|
59
87
|
},
|
|
88
|
+
],
|
|
89
|
+
name: "FDPoolAlreadyExists",
|
|
90
|
+
type: "error",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
inputs: [
|
|
60
94
|
{
|
|
61
|
-
indexed: false,
|
|
62
95
|
internalType: "uint256",
|
|
63
|
-
name: "
|
|
96
|
+
name: "actualTotalAmount",
|
|
64
97
|
type: "uint256",
|
|
65
98
|
},
|
|
66
99
|
{
|
|
67
|
-
indexed: false,
|
|
68
100
|
internalType: "uint256",
|
|
69
|
-
name: "
|
|
101
|
+
name: "expectedTotalAmount",
|
|
70
102
|
type: "uint256",
|
|
71
103
|
},
|
|
72
104
|
],
|
|
73
|
-
name: "
|
|
105
|
+
name: "FDTotalAmountFundedNotMatch",
|
|
106
|
+
type: "error",
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
anonymous: false,
|
|
110
|
+
inputs: [
|
|
111
|
+
{
|
|
112
|
+
indexed: false,
|
|
113
|
+
internalType: "address",
|
|
114
|
+
name: "previousAdmin",
|
|
115
|
+
type: "address",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
indexed: false,
|
|
119
|
+
internalType: "address",
|
|
120
|
+
name: "newAdmin",
|
|
121
|
+
type: "address",
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
name: "AdminChanged",
|
|
74
125
|
type: "event",
|
|
75
126
|
},
|
|
76
127
|
{
|
|
@@ -78,18 +129,43 @@ const _abi = [
|
|
|
78
129
|
inputs: [
|
|
79
130
|
{
|
|
80
131
|
indexed: true,
|
|
132
|
+
internalType: "address",
|
|
133
|
+
name: "beacon",
|
|
134
|
+
type: "address",
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
name: "BeaconUpgraded",
|
|
138
|
+
type: "event",
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
anonymous: false,
|
|
142
|
+
inputs: [
|
|
143
|
+
{
|
|
144
|
+
indexed: true,
|
|
145
|
+
internalType: "address",
|
|
146
|
+
name: "pool",
|
|
147
|
+
type: "address",
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
indexed: true,
|
|
151
|
+
internalType: "address",
|
|
152
|
+
name: "user",
|
|
153
|
+
type: "address",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
indexed: false,
|
|
81
157
|
internalType: "uint256",
|
|
82
|
-
name: "
|
|
158
|
+
name: "wTime",
|
|
83
159
|
type: "uint256",
|
|
84
160
|
},
|
|
85
161
|
{
|
|
86
162
|
indexed: false,
|
|
87
163
|
internalType: "uint256",
|
|
88
|
-
name: "
|
|
164
|
+
name: "amount",
|
|
89
165
|
type: "uint256",
|
|
90
166
|
},
|
|
91
167
|
],
|
|
92
|
-
name: "
|
|
168
|
+
name: "ClaimReward",
|
|
93
169
|
type: "event",
|
|
94
170
|
},
|
|
95
171
|
{
|
|
@@ -125,34 +201,70 @@ const _abi = [
|
|
|
125
201
|
type: "event",
|
|
126
202
|
},
|
|
127
203
|
{
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
204
|
+
anonymous: false,
|
|
205
|
+
inputs: [
|
|
206
|
+
{
|
|
207
|
+
indexed: true,
|
|
208
|
+
internalType: "address",
|
|
209
|
+
name: "pool",
|
|
210
|
+
type: "address",
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
indexed: true,
|
|
214
|
+
internalType: "uint256",
|
|
215
|
+
name: "wTime",
|
|
216
|
+
type: "uint256",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
indexed: false,
|
|
220
|
+
internalType: "uint256",
|
|
221
|
+
name: "amount",
|
|
222
|
+
type: "uint256",
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
name: "UpdateFee",
|
|
226
|
+
type: "event",
|
|
133
227
|
},
|
|
134
228
|
{
|
|
229
|
+
anonymous: false,
|
|
135
230
|
inputs: [
|
|
136
231
|
{
|
|
232
|
+
indexed: true,
|
|
137
233
|
internalType: "address",
|
|
138
|
-
name: "
|
|
234
|
+
name: "implementation",
|
|
139
235
|
type: "address",
|
|
140
236
|
},
|
|
141
237
|
],
|
|
142
|
-
name: "
|
|
143
|
-
|
|
238
|
+
name: "Upgraded",
|
|
239
|
+
type: "event",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
inputs: [
|
|
243
|
+
{
|
|
244
|
+
internalType: "address",
|
|
245
|
+
name: "pool",
|
|
246
|
+
type: "address",
|
|
247
|
+
},
|
|
144
248
|
{
|
|
145
249
|
internalType: "uint256",
|
|
146
|
-
name: "
|
|
250
|
+
name: "_startWeek",
|
|
147
251
|
type: "uint256",
|
|
148
252
|
},
|
|
149
253
|
],
|
|
254
|
+
name: "addPool",
|
|
255
|
+
outputs: [],
|
|
150
256
|
stateMutability: "nonpayable",
|
|
151
257
|
type: "function",
|
|
152
258
|
},
|
|
153
259
|
{
|
|
154
|
-
inputs: [
|
|
155
|
-
|
|
260
|
+
inputs: [
|
|
261
|
+
{
|
|
262
|
+
internalType: "uint256",
|
|
263
|
+
name: "",
|
|
264
|
+
type: "uint256",
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
name: "allPools",
|
|
156
268
|
outputs: [
|
|
157
269
|
{
|
|
158
270
|
internalType: "address",
|
|
@@ -163,28 +275,51 @@ const _abi = [
|
|
|
163
275
|
stateMutability: "view",
|
|
164
276
|
type: "function",
|
|
165
277
|
},
|
|
278
|
+
{
|
|
279
|
+
inputs: [],
|
|
280
|
+
name: "claimOwnership",
|
|
281
|
+
outputs: [],
|
|
282
|
+
stateMutability: "nonpayable",
|
|
283
|
+
type: "function",
|
|
284
|
+
},
|
|
166
285
|
{
|
|
167
286
|
inputs: [
|
|
287
|
+
{
|
|
288
|
+
internalType: "address",
|
|
289
|
+
name: "user",
|
|
290
|
+
type: "address",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
internalType: "address[]",
|
|
294
|
+
name: "pools",
|
|
295
|
+
type: "address[]",
|
|
296
|
+
},
|
|
297
|
+
],
|
|
298
|
+
name: "claimReward",
|
|
299
|
+
outputs: [
|
|
168
300
|
{
|
|
169
301
|
internalType: "uint256[]",
|
|
170
|
-
name: "
|
|
302
|
+
name: "amountRewardOut",
|
|
171
303
|
type: "uint256[]",
|
|
172
304
|
},
|
|
173
305
|
],
|
|
174
|
-
name: "fund",
|
|
175
|
-
outputs: [],
|
|
176
306
|
stateMutability: "nonpayable",
|
|
177
307
|
type: "function",
|
|
178
308
|
},
|
|
179
309
|
{
|
|
180
310
|
inputs: [
|
|
311
|
+
{
|
|
312
|
+
internalType: "address",
|
|
313
|
+
name: "",
|
|
314
|
+
type: "address",
|
|
315
|
+
},
|
|
181
316
|
{
|
|
182
317
|
internalType: "uint256",
|
|
183
318
|
name: "",
|
|
184
319
|
type: "uint256",
|
|
185
320
|
},
|
|
186
321
|
],
|
|
187
|
-
name: "
|
|
322
|
+
name: "fees",
|
|
188
323
|
outputs: [
|
|
189
324
|
{
|
|
190
325
|
internalType: "uint256",
|
|
@@ -195,14 +330,42 @@ const _abi = [
|
|
|
195
330
|
stateMutability: "view",
|
|
196
331
|
type: "function",
|
|
197
332
|
},
|
|
333
|
+
{
|
|
334
|
+
inputs: [
|
|
335
|
+
{
|
|
336
|
+
internalType: "address[]",
|
|
337
|
+
name: "pools",
|
|
338
|
+
type: "address[]",
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
internalType: "uint256[][]",
|
|
342
|
+
name: "wTimes",
|
|
343
|
+
type: "uint256[][]",
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
internalType: "uint256[][]",
|
|
347
|
+
name: "amounts",
|
|
348
|
+
type: "uint256[][]",
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
internalType: "uint256",
|
|
352
|
+
name: "totalAmountToFund",
|
|
353
|
+
type: "uint256",
|
|
354
|
+
},
|
|
355
|
+
],
|
|
356
|
+
name: "fund",
|
|
357
|
+
outputs: [],
|
|
358
|
+
stateMutability: "nonpayable",
|
|
359
|
+
type: "function",
|
|
360
|
+
},
|
|
198
361
|
{
|
|
199
362
|
inputs: [],
|
|
200
|
-
name: "
|
|
363
|
+
name: "getAllPools",
|
|
201
364
|
outputs: [
|
|
202
365
|
{
|
|
203
|
-
internalType: "
|
|
366
|
+
internalType: "address[]",
|
|
204
367
|
name: "",
|
|
205
|
-
type: "
|
|
368
|
+
type: "address[]",
|
|
206
369
|
},
|
|
207
370
|
],
|
|
208
371
|
stateMutability: "view",
|
|
@@ -210,20 +373,33 @@ const _abi = [
|
|
|
210
373
|
},
|
|
211
374
|
{
|
|
212
375
|
inputs: [],
|
|
213
|
-
name: "
|
|
214
|
-
outputs: [
|
|
376
|
+
name: "initialize",
|
|
377
|
+
outputs: [],
|
|
378
|
+
stateMutability: "nonpayable",
|
|
379
|
+
type: "function",
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
inputs: [
|
|
215
383
|
{
|
|
216
384
|
internalType: "address",
|
|
217
385
|
name: "",
|
|
218
386
|
type: "address",
|
|
219
387
|
},
|
|
220
388
|
],
|
|
389
|
+
name: "lastFundedWeek",
|
|
390
|
+
outputs: [
|
|
391
|
+
{
|
|
392
|
+
internalType: "uint256",
|
|
393
|
+
name: "",
|
|
394
|
+
type: "uint256",
|
|
395
|
+
},
|
|
396
|
+
],
|
|
221
397
|
stateMutability: "view",
|
|
222
398
|
type: "function",
|
|
223
399
|
},
|
|
224
400
|
{
|
|
225
401
|
inputs: [],
|
|
226
|
-
name: "
|
|
402
|
+
name: "owner",
|
|
227
403
|
outputs: [
|
|
228
404
|
{
|
|
229
405
|
internalType: "address",
|
|
@@ -236,7 +412,7 @@ const _abi = [
|
|
|
236
412
|
},
|
|
237
413
|
{
|
|
238
414
|
inputs: [],
|
|
239
|
-
name: "
|
|
415
|
+
name: "pendingOwner",
|
|
240
416
|
outputs: [
|
|
241
417
|
{
|
|
242
418
|
internalType: "address",
|
|
@@ -249,12 +425,12 @@ const _abi = [
|
|
|
249
425
|
},
|
|
250
426
|
{
|
|
251
427
|
inputs: [],
|
|
252
|
-
name: "
|
|
428
|
+
name: "proxiableUUID",
|
|
253
429
|
outputs: [
|
|
254
430
|
{
|
|
255
|
-
internalType: "
|
|
431
|
+
internalType: "bytes32",
|
|
256
432
|
name: "",
|
|
257
|
-
type: "
|
|
433
|
+
type: "bytes32",
|
|
258
434
|
},
|
|
259
435
|
],
|
|
260
436
|
stateMutability: "view",
|
|
@@ -262,12 +438,12 @@ const _abi = [
|
|
|
262
438
|
},
|
|
263
439
|
{
|
|
264
440
|
inputs: [],
|
|
265
|
-
name: "
|
|
441
|
+
name: "token",
|
|
266
442
|
outputs: [
|
|
267
443
|
{
|
|
268
|
-
internalType: "
|
|
444
|
+
internalType: "address",
|
|
269
445
|
name: "",
|
|
270
|
-
type: "
|
|
446
|
+
type: "address",
|
|
271
447
|
},
|
|
272
448
|
],
|
|
273
449
|
stateMutability: "view",
|
|
@@ -296,6 +472,37 @@ const _abi = [
|
|
|
296
472
|
stateMutability: "nonpayable",
|
|
297
473
|
type: "function",
|
|
298
474
|
},
|
|
475
|
+
{
|
|
476
|
+
inputs: [
|
|
477
|
+
{
|
|
478
|
+
internalType: "address",
|
|
479
|
+
name: "newImplementation",
|
|
480
|
+
type: "address",
|
|
481
|
+
},
|
|
482
|
+
],
|
|
483
|
+
name: "upgradeTo",
|
|
484
|
+
outputs: [],
|
|
485
|
+
stateMutability: "nonpayable",
|
|
486
|
+
type: "function",
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
inputs: [
|
|
490
|
+
{
|
|
491
|
+
internalType: "address",
|
|
492
|
+
name: "newImplementation",
|
|
493
|
+
type: "address",
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
internalType: "bytes",
|
|
497
|
+
name: "data",
|
|
498
|
+
type: "bytes",
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
name: "upgradeToAndCall",
|
|
502
|
+
outputs: [],
|
|
503
|
+
stateMutability: "payable",
|
|
504
|
+
type: "function",
|
|
505
|
+
},
|
|
299
506
|
{
|
|
300
507
|
inputs: [
|
|
301
508
|
{
|
|
@@ -303,13 +510,49 @@ const _abi = [
|
|
|
303
510
|
name: "",
|
|
304
511
|
type: "address",
|
|
305
512
|
},
|
|
513
|
+
{
|
|
514
|
+
internalType: "address",
|
|
515
|
+
name: "",
|
|
516
|
+
type: "address",
|
|
517
|
+
},
|
|
306
518
|
],
|
|
307
|
-
name: "
|
|
519
|
+
name: "userInfo",
|
|
308
520
|
outputs: [
|
|
309
521
|
{
|
|
310
|
-
internalType: "
|
|
522
|
+
internalType: "uint128",
|
|
523
|
+
name: "firstUnclaimedWeek",
|
|
524
|
+
type: "uint128",
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
internalType: "uint128",
|
|
528
|
+
name: "iter",
|
|
529
|
+
type: "uint128",
|
|
530
|
+
},
|
|
531
|
+
],
|
|
532
|
+
stateMutability: "view",
|
|
533
|
+
type: "function",
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
inputs: [],
|
|
537
|
+
name: "vePendle",
|
|
538
|
+
outputs: [
|
|
539
|
+
{
|
|
540
|
+
internalType: "address",
|
|
311
541
|
name: "",
|
|
312
|
-
type: "
|
|
542
|
+
type: "address",
|
|
543
|
+
},
|
|
544
|
+
],
|
|
545
|
+
stateMutability: "view",
|
|
546
|
+
type: "function",
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
inputs: [],
|
|
550
|
+
name: "votingController",
|
|
551
|
+
outputs: [
|
|
552
|
+
{
|
|
553
|
+
internalType: "address",
|
|
554
|
+
name: "",
|
|
555
|
+
type: "address",
|
|
313
556
|
},
|
|
314
557
|
],
|
|
315
558
|
stateMutability: "view",
|
|
@@ -318,7 +561,7 @@ const _abi = [
|
|
|
318
561
|
];
|
|
319
562
|
|
|
320
563
|
const _bytecode =
|
|
321
|
-
"0x6101006040523480156200001257600080fd5b50604051620011df380380620011df833981016040819052620000359162000255565b600154600160a81b900460ff16158080156200005c575060018054600160a01b900460ff16105b806200009257506200007930620001a660201b620008891760201c565b15801562000092575060018054600160a01b900460ff16145b620000fb5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084015b60405180910390fd5b6001805460ff60a01b1916600160a01b179055801562000129576001805460ff60a81b1916600160a81b1790555b6001600160a01b0380851660a05233608052831660c05260e0829052603282905562000154620001b5565b80156200019c576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050505062000296565b6001600160a01b03163b151590565b600154600160a81b900460ff16620002245760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401620000f2565b600080546001600160a01b03191633179055565b80516001600160a01b03811681146200025057600080fd5b919050565b6000806000606084860312156200026b57600080fd5b620002768462000238565b9250620002866020850162000238565b9150604084015190509250925092565b60805160a05160c05160e051610ed8620003076000396000818161016e015261067301526000818161020b0152818161050b015281816107e5015261080e01526000818160ce015281816105af01526106fc01526000818161019e015281816105da01526106cc0152610ed86000f3fe608060405234801561001057600080fd5b50600436106100af5760003560e01c8063078dfbe7146100b457806316f0115b146100c95780634e71e0c81461010d57806383bbfde1146101155780638413bb89146101285780638da5cb5b14610156578063a2c8b17714610169578063b9a53a8414610190578063c45a015514610199578063d279c191146101c0578063da1b4364146101d3578063e30c3978146101f3578063f7c618c114610206575b600080fd5b6100c76100c2366004610b9a565b61022d565b005b6100f07f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6100c7610332565b6100c7610123366004610be3565b6103dd565b610148610136366004610c57565b60346020526000908152604090205481565b604051908152602001610104565b6000546100f0906001600160a01b031681565b6101487f000000000000000000000000000000000000000000000000000000000000000081565b61014860325481565b6100f07f000000000000000000000000000000000000000000000000000000000000000081565b6101486101ce366004610c70565b610590565b6101486101e1366004610c70565b60336020526000908152604090205481565b6001546100f0906001600160a01b031681565b6100f07f000000000000000000000000000000000000000000000000000000000000000081565b6000546001600160a01b031633146102605760405162461bcd60e51b815260040161025790610c8b565b60405180910390fd5b8115610311576001600160a01b03831615158061027a5750805b6102be5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401610257565b600080546040516001600160a01b0380871693921691600080516020610e8383398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6001546001600160a01b031633811461038d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401610257565b600080546040516001600160a01b0380851693921691600080516020610e8383398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6000546001600160a01b031633146104075760405162461bcd60e51b815260040161025790610c8b565b6032546000805b838110156104c25761042362093a8084610cd6565b9250600085858381811061043957610439610ce9565b905060200201359050806034600086815260200190815260200160002060008282546104659190610cd6565b9091555061047590508184610cd6565b9250837fe10598fa0628b6878df33dddd270fc68abc6bc5b8b864e07ac2d9313cf31043e826040516104a991815260200190565b60405180910390a2506104bb81610cff565b905061040e565b506104cb610898565b6001600160801b03168211156104f45760405163f85a2fcf60e01b815260040160405180910390fd5b6040516323b872dd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906323b872dd9061054490339030908690600401610d18565b6020604051808303816000875af1158015610563573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105879190610d3c565b50506032555050565b6040516318d5b80d60e31b81526001600160a01b0382811660048301527f0000000000000000000000000000000000000000000000000000000000000000811660248301526000917f00000000000000000000000000000000000000000000000000000000000000009091169063c6adc06890604401600060405180830381600087803b15801561062057600080fd5b505af1158015610634573d6000803e3d6000fd5b50506032546001600160a01b0385166000908152603360205260409020549092509050818103610668575060009392505050565b8060000361069357507f00000000000000000000000000000000000000000000000000000000000000005b818110156107b7576106a862093a8082610cd6565b6000818152603460205260408120549192508190036106c75750610693565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c0aabb0d887f0000000000000000000000000000000000000000000000000000000000000000876040518463ffffffff1660e01b815260040161073a93929190610d18565b6040805180830381865afa158015610756573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061077a9190610d59565b915091508160000361078e57505050610693565b806107998484610d7d565b6107a39190610daa565b6107ad9087610cd6565b9550505050610693565b6001600160a01b0384166000908152603360205260409020829055821561080c5761080c6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001685856108a8565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316846001600160a01b03167ffe7c5fc89da23a432c91f264decb100ab9d08ab7b14650c3cdb9b6b4f84a60e9848660405161087a929190918252602082015260400190565b60405180910390a35050919050565b6001600160a01b03163b151590565b60006108a3426108fa565b905090565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b17905261032d90849061091a565b600062093a8061090a8184610dbe565b6109149190610de4565b92915050565b600061096f826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166109ec9092919063ffffffff16565b80519091501561032d578080602001905181019061098d9190610d3c565b61032d5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610257565b60606109fb8484600085610a05565b90505b9392505050565b606082471015610a665760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610257565b610a6f85610889565b610abb5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610257565b600080866001600160a01b03168587604051610ad79190610e33565b60006040518083038185875af1925050503d8060008114610b14576040519150601f19603f3d011682016040523d82523d6000602084013e610b19565b606091505b5091509150610b29828286610b34565b979650505050505050565b60608315610b435750816109fe565b825115610b535782518084602001fd5b8160405162461bcd60e51b81526004016102579190610e4f565b80356001600160a01b0381168114610b8457600080fd5b919050565b8015158114610b9757600080fd5b50565b600080600060608486031215610baf57600080fd5b610bb884610b6d565b92506020840135610bc881610b89565b91506040840135610bd881610b89565b809150509250925092565b60008060208385031215610bf657600080fd5b82356001600160401b0380821115610c0d57600080fd5b818501915085601f830112610c2157600080fd5b813581811115610c3057600080fd5b8660208260051b8501011115610c4557600080fd5b60209290920196919550909350505050565b600060208284031215610c6957600080fd5b5035919050565b600060208284031215610c8257600080fd5b6109fe82610b6d565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b8082018082111561091457610914610cc0565b634e487b7160e01b600052603260045260246000fd5b600060018201610d1157610d11610cc0565b5060010190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600060208284031215610d4e57600080fd5b81516109fe81610b89565b60008060408385031215610d6c57600080fd5b505080516020909101519092909150565b808202811582820484141761091457610914610cc0565b634e487b7160e01b600052601260045260246000fd5b600082610db957610db9610d94565b500490565b60006001600160801b0383811680610dd857610dd8610d94565b92169190910492915050565b6001600160801b03818116838216028082169190828114610e0757610e07610cc0565b505092915050565b60005b83811015610e2a578181015183820152602001610e12565b50506000910152565b60008251610e45818460208701610e0f565b9190910192915050565b6020815260008251806020840152610e6e816040850160208701610e0f565b601f01601f1916919091016040019291505056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122042ceeff82bba62b01bbc928dca8490d49c766a07ae7b8f6496cc0162519e940564736f6c63430008110033";
|
|
564
|
+
"0x610100604052306080523480156200001657600080fd5b5060405162002867380380620028678339810160408190526200003991620001c3565b600154600160a81b900460ff161580801562000060575060018054600160a01b900460ff16105b806200009657506200007d306200019760201b62000da31760201c565b15801562000096575060018054600160a01b900460ff16145b620000fe5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840160405180910390fd5b6001805460ff60a01b1916600160a01b17905580156200012c576001805460ff60a81b1916600160a81b1790555b6001600160a01b0380851660a05283811660c052821660e05280156200018d576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050506200020d565b6001600160a01b03163b151590565b80516001600160a01b0381168114620001be57600080fd5b919050565b600080600060608486031215620001d957600080fd5b620001e484620001a6565b9250620001f460208501620001a6565b91506200020460408501620001a6565b90509250925092565b60805160a05160c05160e0516125b7620002b0600039600081816103d70152818161078a0152610cb9015260008181610321015281816115a9015281816115f7015281816116da015281816117280152818161184e01526118a30152600081816102c30152818161169b015281816117be015261195501526000818161060e0152818161064e01528181610897015281816108d7015261095301526125b76000f3fe6080604052600436106100e45760003560e01c8063078dfbe7146100e95780630d6f14131461010b5780630f208beb1461014b578063263a5362146101b757806332a9caba146101ef5780633659cfe61461020f5780633685ffe71461022f57806341d1de971461025c5780634e71e0c8146102895780634f1ef2861461029e578063517afbcf146102b157806352d1902d146102e55780638129fc1c146102fa57806382dabb211461030f5780638da5cb5b14610343578063d7ace6ce14610363578063d88ff1f414610383578063e30c3978146103a5578063fc0c546a146103c5575b600080fd5b3480156100f557600080fd5b50610109610104366004611d8e565b6103f9565b005b34801561011757600080fd5b50610138610126366004611dd7565b60336020526000908152604090205481565b6040519081526020015b60405180910390f35b34801561015757600080fd5b50610197610166366004611df2565b60346020908152600092835260408084209091529082529020546001600160801b0380821691600160801b90041682565b604080516001600160801b03938416815292909116602083015201610142565b3480156101c357600080fd5b506101386101d2366004611e25565b603560209081526000928352604080842090915290825290205481565b3480156101fb57600080fd5b5061010961020a366004611e25565b6104fe565b34801561021b57600080fd5b5061010961022a366004611dd7565b610604565b34801561023b57600080fd5b5061024f61024a366004611e9a565b6106cc565b6040516101429190611eec565b34801561026857600080fd5b5061027c610277366004611f30565b6107b8565b6040516101429190611f49565b34801561029557600080fd5b506101096107e2565b6101096102ac366004611fcb565b61088d565b3480156102bd57600080fd5b5061027c7f000000000000000000000000000000000000000000000000000000000000000081565b3480156102f157600080fd5b50610138610946565b34801561030657600080fd5b506101096109f4565b34801561031b57600080fd5b5061027c7f000000000000000000000000000000000000000000000000000000000000000081565b34801561034f57600080fd5b5060005461027c906001600160a01b031681565b34801561036f57600080fd5b5061010961037e366004612070565b610b22565b34801561038f57600080fd5b50610398610d41565b6040516101429190612112565b3480156103b157600080fd5b5060015461027c906001600160a01b031681565b3480156103d157600080fd5b5061027c7f000000000000000000000000000000000000000000000000000000000000000081565b6000546001600160a01b0316331461042c5760405162461bcd60e51b815260040161042390612153565b60405180910390fd5b81156104dd576001600160a01b0383161515806104465750805b61048a5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b6044820152606401610423565b600080546040516001600160a01b038087169392169160008051602061253b83398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6000546001600160a01b031633146105285760405162461bcd60e51b815260040161042390612153565b61053181610db2565b158061053b575080155b1561055c57604051631da2a47b60e01b815260048101829052602401610423565b6001600160a01b03821660009081526033602052604090205415610595578160405163bfa6835d60e01b81526004016104239190611f49565b6105a262093a808261219e565b6001600160a01b039092166000818152603360205260408120939093556032805460018101825593527f11df491316f14931039edfd4f8964c9a443b862f02d4c7611d18c2bc4e6ff69790920180546001600160a01b03191690921790915550565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016300361064c5760405162461bcd60e51b8152600401610423906121b1565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661067e610dc8565b6001600160a01b0316146106a45760405162461bcd60e51b8152600401610423906121eb565b6106ad81610de4565b604080516000808252602082019092526106c991839190610e0e565b50565b6060816001600160401b038111156106e6576106e6611f5d565b60405190808252806020026020018201604052801561070f578160200160208202803683370190505b50905060005b828110156107725761074d84848381811061073257610732612225565b90506020020160208101906107479190611dd7565b86610f79565b82828151811061075f5761075f612225565b6020908102919091010152600101610715565b506107b18461078083611218565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169190611255565b9392505050565b603281815481106107c857600080fd5b6000918252602090912001546001600160a01b0316905081565b6001546001600160a01b031633811461083d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152606401610423565b600080546040516001600160a01b038085169392169160008051602061253b83398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001630036108d55760405162461bcd60e51b8152600401610423906121b1565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610907610dc8565b6001600160a01b03161461092d5760405162461bcd60e51b8152600401610423906121eb565b61093682610de4565b61094282826001610e0e565b5050565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146109e15760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c6044820152771b1959081d1a1c9bdd59da0819195b1959d85d1958d85b1b60421b6064820152608401610423565b5060008051602061251b83398151915290565b600154600160a81b900460ff1615808015610a1a575060018054600160a01b900460ff16105b80610a415750610a2930610da3565b158015610a41575060018054600160a01b900460ff16145b610aa45760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608401610423565b6001805460ff60a01b1916600160a01b1790558015610ad1576001805460ff60a81b1916600160a81b1790555b610ad96112ab565b80156106c9576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a150565b6000546001600160a01b03163314610b4c5760405162461bcd60e51b815260040161042390612153565b858481141580610b5c5750828114155b15610b7a5760405163512509d360e11b815260040160405180910390fd5b6000805b82811015610c7757610bfd8a8a83818110610b9b57610b9b612225565b9050602002016020810190610bb09190611dd7565b898984818110610bc257610bc2612225565b9050602002810190610bd4919061223b565b898986818110610be657610be6612225565b9050602002810190610bf8919061223b565b61132c565b610c5b868683818110610c1257610c12612225565b9050602002810190610c24919061223b565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525061121892505050565b610c659083612284565b9150610c7081612297565b9050610b7e565b50828114610ca25760405163c4b307b760e01b81526004810182905260248101849052604401610423565b6040516323b872dd60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906323b872dd90610cf2903390309086906004016122b0565b6020604051808303816000875af1158015610d11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d3591906122d4565b50505050505050505050565b60606032805480602002602001604051908101604052809291908181526020018280548015610d9957602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610d7b575b5050505050905090565b6001600160a01b03163b151590565b6000610dc162093a8083612307565b1592915050565b60008051602061251b833981519152546001600160a01b031690565b6000546001600160a01b031633146106c95760405162461bcd60e51b815260040161042390612153565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615610e41576104f9836114e0565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610e9b575060408051601f3d908101601f19168201909252610e989181019061231b565b60015b610efe5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b6064820152608401610423565b60008051602061251b8339815191528114610f6d5760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b6064820152608401610423565b506104f983838361157a565b6001600160a01b03821660009081526033602052604081205483908203610fb45780604051624e263b60e41b81526004016104239190611f49565b6000610fc085856115a5565b905080600003610fd4576000925050611211565b6001600160a01b03858116600090815260336020908152604080832054603483528184209489168452939091529020546001600160801b0380821691600160801b9004168282111561102d576000955050505050611211565b600061103a8989846116d0565b90508060008490036110625781516110569062093a8090612334565b6001600160801b031693505b8484116111b55785611075846001612284565b10156110cc57815181516001600160801b039182169116036110a9576110a68a8a6110a1866001612284565b6116d0565b90505b80516001600160801b03168411156110cc57826110c581612297565b9350508091505b60208201516000906110de90866117f7565b6001600160801b0316905080156111a05760006110fb8c8761184a565b6001600160a01b038d1660009081526035602090815260408083208a845290915281205491925090829061112f9085612354565b611139919061236b565b9050611145818c612284565b9a508b6001600160a01b03168d6001600160a01b03167ffe7c5fc89da23a432c91f264decb100ab9d08ab7b14650c3cdb9b6b4f84a60e98984604051611195929190918252602082015260400190565b60405180910390a350505b6111ad62093a8086612284565b945050611062565b50506040805180820182526001600160801b03938416815291831660208084019182526001600160a01b03808c16600090815260348352848120918c168152915291909120915190518316600160801b02921691909117905550505b5092915050565b600080805b83518110156112115783818151811061123857611238612225565b60200260200101518261124b9190612284565b915060010161121d565b6104f98363a9059cbb60e01b848460405160240161127492919061237f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152611984565b600154600160a81b900460ff166113185760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608401610423565b600080546001600160a01b03191633179055565b6001600160a01b0385166000908152603360205260408120548691036113665780604051624e263b60e41b81526004016104239190611f49565b83821461138657604051635174addf60e11b815260040160405180910390fd5b6001600160a01b038616600090815260336020526040812054905b838110156114bb5760008787838181106113bd576113bd612225565b90506020020135905060008686848181106113da576113da612225565b602002919091013591506113f3905062093a8085612284565b821461141c57604051637d9c405d60e11b81526004810185905260248101839052604401610423565b6001600160a01b038a1660009081526035602090815260408083208584529091528120805483929061144f908490612284565b90915550611462905062093a8085612284565b9350818a6001600160a01b03167fc9920255a27e7e0a5d647597e867ab827659000ae32276c878d8a04120efabb0836040516114a091815260200190565b60405180910390a35050806114b490612297565b90506113a1565b506001600160a01b039096166000908152603360205260409020959095555050505050565b6114e981610da3565b61154b5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610423565b60008051602061251b83398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b61158383611a56565b6000825111806115905750805b156104f95761159f8383611a96565b50505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036116745760405163fc367c6160e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063fc367c619061162c908590600401611f49565b602060405180830381865afa158015611649573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061166d919061231b565b90506116ca565b604051633575141360e11b81526001600160a01b03838116600483015284811660248301527f00000000000000000000000000000000000000000000000000000000000000001690636aea28269060440161162c565b92915050565b6116d8611d15565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316846001600160a01b0316036117a757604051637c386c7160e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637c386c719061175f908690869060040161237f565b606060405180830381865afa15801561177c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117a091906123af565b90506107b1565b60405163632c096d60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063632c096d9061175f908690889087906004016122b0565b600082600001516001600160801b03168284602001516118179190612421565b6001600160801b0316111561182e575060006116ca565b81836020015161183e9190612421565b83516107b1919061244c565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036119275760405163947975d960e01b81526001600160801b03831660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063947975d9906024015b602060405180830381865afa1580156118f3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611917919061246c565b6001600160801b031690506116ca565b60405163f144cf1760e01b81526001600160a01b0384811660048301526001600160801b03841660248301527f0000000000000000000000000000000000000000000000000000000000000000169063f144cf17906044016118d6565b60006119d9826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316611abb9092919063ffffffff16565b8051909150156104f957808060200190518101906119f791906122d4565b6104f95760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610423565b611a5f816114e0565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606107b1838360405180606001604052806027815260200161255b60279139611ad2565b6060611aca8484600085611bad565b949350505050565b6060611add84610da3565b611b385760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610423565b600080856001600160a01b031685604051611b5391906124ab565b600060405180830381855af49150503d8060008114611b8e576040519150601f19603f3d011682016040523d82523d6000602084013e611b93565b606091505b5091509150611ba3828286611cdc565b9695505050505050565b606082471015611c0e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610423565b611c1785610da3565b611c635760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610423565b600080866001600160a01b03168587604051611c7f91906124ab565b60006040518083038185875af1925050503d8060008114611cbc576040519150601f19603f3d011682016040523d82523d6000602084013e611cc1565b606091505b5091509150611cd1828286611cdc565b979650505050505050565b60608315611ceb5750816107b1565b825115611cfb5782518084602001fd5b8160405162461bcd60e51b815260040161042391906124c7565b604051806040016040528060006001600160801b03168152602001611d5f604051806040016040528060006001600160801b0316815260200160006001600160801b031681525090565b905290565b80356001600160a01b0381168114611d7b57600080fd5b919050565b80151581146106c957600080fd5b600080600060608486031215611da357600080fd5b611dac84611d64565b92506020840135611dbc81611d80565b91506040840135611dcc81611d80565b809150509250925092565b600060208284031215611de957600080fd5b6107b182611d64565b60008060408385031215611e0557600080fd5b611e0e83611d64565b9150611e1c60208401611d64565b90509250929050565b60008060408385031215611e3857600080fd5b611e4183611d64565b946020939093013593505050565b60008083601f840112611e6157600080fd5b5081356001600160401b03811115611e7857600080fd5b6020830191508360208260051b8501011115611e9357600080fd5b9250929050565b600080600060408486031215611eaf57600080fd5b611eb884611d64565b925060208401356001600160401b03811115611ed357600080fd5b611edf86828701611e4f565b9497909650939450505050565b6020808252825182820181905260009190848201906040850190845b81811015611f2457835183529284019291840191600101611f08565b50909695505050505050565b600060208284031215611f4257600080fd5b5035919050565b6001600160a01b0391909116815260200190565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715611f9557611f95611f5d565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611fc357611fc3611f5d565b604052919050565b60008060408385031215611fde57600080fd5b611fe783611d64565b91506020838101356001600160401b038082111561200457600080fd5b818601915086601f83011261201857600080fd5b81358181111561202a5761202a611f5d565b61203c601f8201601f19168501611f9b565b9150808252878482850101111561205257600080fd5b80848401858401376000848284010152508093505050509250929050565b60008060008060008060006080888a03121561208b57600080fd5b87356001600160401b03808211156120a257600080fd5b6120ae8b838c01611e4f565b909950975060208a01359150808211156120c757600080fd5b6120d38b838c01611e4f565b909750955060408a01359150808211156120ec57600080fd5b506120f98a828b01611e4f565b989b979a50959894979596606090950135949350505050565b6020808252825182820181905260009190848201906040850190845b81811015611f245783516001600160a01b03168352928401929184019160010161212e565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b818103818111156116ca576116ca612188565b6020808252602c908201526000805160206124fb83398151915260408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201526000805160206124fb83398151915260408201526b6163746976652070726f787960a01b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6000808335601e1984360301811261225257600080fd5b8301803591506001600160401b0382111561226c57600080fd5b6020019150600581901b3603821315611e9357600080fd5b808201808211156116ca576116ca612188565b6000600182016122a9576122a9612188565b5060010190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6000602082840312156122e657600080fd5b81516107b181611d80565b634e487b7160e01b600052601260045260246000fd5b600082612316576123166122f1565b500690565b60006020828403121561232d57600080fd5b5051919050565b6001600160801b0381811683821601908082111561121157611211612188565b80820281158282048414176116ca576116ca612188565b60008261237a5761237a6122f1565b500490565b6001600160a01b03929092168252602082015260400190565b80516001600160801b0381168114611d7b57600080fd5b600081830360608112156123c257600080fd5b6123ca611f73565b6123d384612398565b81526040601f19830112156123e757600080fd5b6123ef611f73565b91506123fd60208501612398565b825261240b60408501612398565b6020830152816020820152809250505092915050565b6001600160801b0381811683821602808216919082811461244457612444612188565b505092915050565b6001600160801b0382811682821603908082111561121157611211612188565b60006020828403121561247e57600080fd5b6107b182612398565b60005b838110156124a257818101518382015260200161248a565b50506000910152565b600082516124bd818460208701612487565b9190910192915050565b60208152600082518060208401526124e6816040850160208701612487565b601f01601f1916919091016040019291505056fe46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a264697066735822122081b646936cfd3927a3250cb0964b343489aff7645145cb5ef48a63660ea57a3d64736f6c63430008110033";
|
|
322
565
|
|
|
323
566
|
type PendleFeeDistributorConstructorParams =
|
|
324
567
|
| [signer?: Signer]
|
|
@@ -339,28 +582,28 @@ export class PendleFeeDistributor__factory extends ContractFactory {
|
|
|
339
582
|
}
|
|
340
583
|
|
|
341
584
|
deploy(
|
|
342
|
-
|
|
585
|
+
_votingController: string,
|
|
586
|
+
_vePendle: string,
|
|
343
587
|
_rewardToken: string,
|
|
344
|
-
_startEpoch: BigNumberish,
|
|
345
588
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
346
589
|
): Promise<PendleFeeDistributor> {
|
|
347
590
|
return super.deploy(
|
|
348
|
-
|
|
591
|
+
_votingController,
|
|
592
|
+
_vePendle,
|
|
349
593
|
_rewardToken,
|
|
350
|
-
_startEpoch,
|
|
351
594
|
overrides || {}
|
|
352
595
|
) as Promise<PendleFeeDistributor>;
|
|
353
596
|
}
|
|
354
597
|
getDeployTransaction(
|
|
355
|
-
|
|
598
|
+
_votingController: string,
|
|
599
|
+
_vePendle: string,
|
|
356
600
|
_rewardToken: string,
|
|
357
|
-
_startEpoch: BigNumberish,
|
|
358
601
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
359
602
|
): TransactionRequest {
|
|
360
603
|
return super.getDeployTransaction(
|
|
361
|
-
|
|
604
|
+
_votingController,
|
|
605
|
+
_vePendle,
|
|
362
606
|
_rewardToken,
|
|
363
|
-
_startEpoch,
|
|
364
607
|
overrides || {}
|
|
365
608
|
);
|
|
366
609
|
}
|