@pendle/core-v2 6.6.1 → 6.7.1
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/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +2 -88
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +2 -122
- package/build/artifacts/contracts/cross-chain/OFTPTSwapper.sol/OFTPTSwapper.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/OFTPTSwapper.sol/OFTPTSwapper.json +99 -0
- package/build/artifacts/contracts/cross-chain/factory/PendleBridgePTFactory.sol/PendleBridgePTFactory.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/factory/PendleBridgePTFactory.sol/PendleBridgePTFactory.json +1388 -0
- package/build/artifacts/contracts/cross-chain/funder/BridgeFunder.sol/BridgeFunder.dbg.json +1 -1
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.dbg.json +1 -1
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol/OFTAdapterAltImpl.json +46 -14
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol/OFTAdapterImpl.dbg.json +1 -1
- package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol/OFTAdapterImpl.json +46 -14
- package/build/artifacts/contracts/cross-chain/oftImpl/pendleOft/PendleOFT.sol/PendleOFT.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/pendleOft/PendleOFT.sol/PendleOFT.json +1541 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/pendleOft/PendleOFTAlt.sol/PendleOFTAlt.dbg.json +4 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/pendleOft/PendleOFTAlt.sol/PendleOFTAlt.json +1570 -0
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol/PendleBridgedPrincipalToken.dbg.json +1 -1
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol/PendleBridgedPrincipalToken.json +57 -35
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.dbg.json +1 -1
- package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol/PendleBridgedPrincipalTokenAlt.json +57 -35
- package/build/artifacts/contracts/interfaces/IMarketSweed.sol/IMarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBridgeFunder.sol/IPBridgeFunder.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBridgePTFactory.sol/IPBridgePTFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBridgePTFactory.sol/IPBridgePTFactory.json +1026 -0
- package/build/artifacts/contracts/interfaces/IPBridgedPrincipalToken.sol/IPBridgedPrincipalToken.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPBridgedPrincipalToken.sol/IPBridgedPrincipalToken.json +11 -0
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +0 -67
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +0 -120
- package/build/artifacts/contracts/interfaces/IPOFTPTSwapper.sol/IPOFTPTSwapper.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{IPSwapHelper.sol/IPSwapHelper.json → IPOFTPTSwapper.sol/IPOFTPTSwapper.json} +2 -2
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +2 -2
- package/build/artifacts/contracts/limit/helpers/MintSyHelper.sol/MintSyHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
- package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
- package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +2 -2
- package/contracts/LiquidityMining/PendleMerkleDistributor.sol +1 -28
- package/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol +1 -36
- package/contracts/cross-chain/{PendleSwapHelper.sol → OFTPTSwapper.sol} +4 -3
- package/contracts/cross-chain/factory/PendleBridgePTFactory.sol +495 -0
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterAltImpl.sol +5 -4
- package/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol +14 -6
- package/contracts/cross-chain/oftImpl/pendleOft/PendleOFT.sol +11 -0
- package/contracts/cross-chain/oftImpl/pendleOft/PendleOFTAlt.sol +52 -0
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol +33 -24
- package/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalTokenAlt.sol +4 -13
- package/contracts/interfaces/IPBridgePTFactory.sol +129 -0
- package/contracts/interfaces/IPBridgedPrincipalToken.sol +4 -2
- package/contracts/interfaces/IPMerkleDistributor.sol +0 -7
- package/contracts/interfaces/IPMultiTokenMerkleDistributor.sol +0 -10
- package/contracts/interfaces/{IPSwapHelper.sol → IPOFTPTSwapper.sol} +1 -1
- package/contracts/limit/LimitRouterBase.sol +1 -1
- package/contracts/router/swap-aggregator/OKXScaleHelper.sol +4 -1
- package/deployments/1-core.json +2 -1
- package/deployments/130-core.json +2 -1
- package/deployments/143-core.json +38 -1
- package/deployments/143-offchain-helper.json +11 -0
- package/deployments/42161-core.json +2 -1
- package/deployments/4217-core.json +3 -1
- package/deployments/43114-core.json +3 -1
- package/deployments/56-core.json +2 -1
- package/deployments/57073-core.json +4 -1
- package/deployments/747474-core.json +4 -1
- package/deployments/8453-core.json +2 -1
- package/deployments/9745-core.json +2 -1
- package/deployments/999-core.json +2 -1
- package/package.json +12 -9
- package/typechain-types/DVNOptions.ts +57 -0
- package/typechain-types/ExecutorOptions.ts +57 -0
- package/typechain-types/IPBridgePTFactory.ts +936 -0
- package/typechain-types/IPMerkleDistributor.ts +0 -90
- package/typechain-types/IPMultiTokenMerkleDistributor.ts +0 -158
- package/typechain-types/IPOFTPTSwapper.ts +161 -0
- package/typechain-types/OAppPreCrimeSimulatorUpgradeable.ts +410 -0
- package/typechain-types/OFTAdapterAltImpl.ts +50 -19
- package/typechain-types/OFTAdapterImpl.ts +50 -19
- package/typechain-types/OFTAdapterUpgradeable.ts +1337 -0
- package/typechain-types/OFTCoreUpgradeable.ts +1337 -0
- package/typechain-types/OFTPTSwapper.ts +161 -0
- package/typechain-types/OFTUpgradeable.ts +1681 -0
- package/typechain-types/OptionsBuilder.ts +57 -0
- package/typechain-types/PendleBridgePTFactory.ts +1311 -0
- package/typechain-types/PendleBridgedPrincipalToken.ts +67 -20
- package/typechain-types/PendleBridgedPrincipalTokenAlt.ts +67 -20
- package/typechain-types/PendleMerkleDistributor.ts +0 -106
- package/typechain-types/PendleMultiTokenMerkleDistributor.ts +0 -158
- package/typechain-types/PendleOFT.ts +1675 -0
- package/typechain-types/PendleOFTAlt.ts +1694 -0
- package/typechain-types/factories/DVNOptions__factory.ts +77 -0
- package/typechain-types/factories/ExecutorOptions__factory.ts +84 -0
- package/typechain-types/factories/IOFT__factory.ts +11 -0
- package/typechain-types/factories/IPBridgePTFactory__factory.ts +1041 -0
- package/typechain-types/factories/IPBridgedPrincipalToken__factory.ts +11 -0
- package/typechain-types/factories/IPMerkleDistributor__factory.ts +0 -67
- package/typechain-types/factories/IPMultiTokenMerkleDistributor__factory.ts +0 -120
- package/typechain-types/factories/IPOFTPTSwapper__factory.ts +114 -0
- package/typechain-types/factories/OAppPreCrimeSimulatorUpgradeable__factory.ts +311 -0
- package/typechain-types/factories/OFTAdapterAltImpl__factory.ts +49 -25
- package/typechain-types/factories/OFTAdapterImpl__factory.ts +49 -25
- package/typechain-types/factories/OFTAdapterUpgradeable__factory.ts +1287 -0
- package/typechain-types/factories/OFTAdapter__factory.ts +11 -0
- package/typechain-types/factories/OFTCoreUpgradeable__factory.ts +1283 -0
- package/typechain-types/factories/OFTCore__factory.ts +11 -0
- package/typechain-types/factories/OFTPTSwapper__factory.ts +149 -0
- package/typechain-types/factories/OFTUpgradeable__factory.ts +1553 -0
- package/typechain-types/factories/OFT__factory.ts +11 -0
- package/typechain-types/factories/OptionsBuilder__factory.ts +91 -0
- package/typechain-types/factories/PendleBridgePTFactory__factory.ts +1481 -0
- package/typechain-types/factories/PendleBridgedPrincipalTokenAlt__factory.ts +60 -58
- package/typechain-types/factories/PendleBridgedPrincipalToken__factory.ts +60 -58
- package/typechain-types/factories/PendleLimitRouter__factory.ts +1 -1
- package/typechain-types/factories/PendleMerkleDistributor__factory.ts +1 -87
- package/typechain-types/factories/PendleMultiTokenMerkleDistributor__factory.ts +1 -121
- package/typechain-types/factories/PendleOFTAlt__factory.ts +1628 -0
- package/typechain-types/factories/PendleOFT__factory.ts +1599 -0
- package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +1 -1
- package/typechain-types/factories/PendleSwap__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +107 -53
- package/typechain-types/index.ts +26 -12
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.dbg.json +0 -4
- package/build/artifacts/contracts/cross-chain/PendleSwapHelper.sol/PendleSwapHelper.json +0 -99
- package/build/artifacts/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol/PendlePTOFTAdapterFactory.dbg.json +0 -4
- package/build/artifacts/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol/PendlePTOFTAdapterFactory.json +0 -280
- package/build/artifacts/contracts/interfaces/IPSwapHelper.sol/IPSwapHelper.dbg.json +0 -4
- package/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol +0 -38
|
@@ -28,7 +28,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
28
28
|
functions: {
|
|
29
29
|
"claim(address,uint256,bytes32[])": FunctionFragment;
|
|
30
30
|
"claimOwnership()": FunctionFragment;
|
|
31
|
-
"claimVerified(address)": FunctionFragment;
|
|
32
31
|
"claimed(address)": FunctionFragment;
|
|
33
32
|
"initialize(address)": FunctionFragment;
|
|
34
33
|
"merkleRoot()": FunctionFragment;
|
|
@@ -40,8 +39,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
40
39
|
"transferOwnership(address,bool,bool)": FunctionFragment;
|
|
41
40
|
"upgradeTo(address)": FunctionFragment;
|
|
42
41
|
"upgradeToAndCall(address,bytes)": FunctionFragment;
|
|
43
|
-
"verified(address)": FunctionFragment;
|
|
44
|
-
"verify(address,uint256,bytes32[])": FunctionFragment;
|
|
45
42
|
};
|
|
46
43
|
|
|
47
44
|
encodeFunctionData(
|
|
@@ -52,10 +49,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
52
49
|
functionFragment: "claimOwnership",
|
|
53
50
|
values?: undefined
|
|
54
51
|
): string;
|
|
55
|
-
encodeFunctionData(
|
|
56
|
-
functionFragment: "claimVerified",
|
|
57
|
-
values: [string]
|
|
58
|
-
): string;
|
|
59
52
|
encodeFunctionData(functionFragment: "claimed", values: [string]): string;
|
|
60
53
|
encodeFunctionData(functionFragment: "initialize", values: [string]): string;
|
|
61
54
|
encodeFunctionData(
|
|
@@ -85,21 +78,12 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
85
78
|
functionFragment: "upgradeToAndCall",
|
|
86
79
|
values: [string, BytesLike]
|
|
87
80
|
): string;
|
|
88
|
-
encodeFunctionData(functionFragment: "verified", values: [string]): string;
|
|
89
|
-
encodeFunctionData(
|
|
90
|
-
functionFragment: "verify",
|
|
91
|
-
values: [string, BigNumberish, BytesLike[]]
|
|
92
|
-
): string;
|
|
93
81
|
|
|
94
82
|
decodeFunctionResult(functionFragment: "claim", data: BytesLike): Result;
|
|
95
83
|
decodeFunctionResult(
|
|
96
84
|
functionFragment: "claimOwnership",
|
|
97
85
|
data: BytesLike
|
|
98
86
|
): Result;
|
|
99
|
-
decodeFunctionResult(
|
|
100
|
-
functionFragment: "claimVerified",
|
|
101
|
-
data: BytesLike
|
|
102
|
-
): Result;
|
|
103
87
|
decodeFunctionResult(functionFragment: "claimed", data: BytesLike): Result;
|
|
104
88
|
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
105
89
|
decodeFunctionResult(functionFragment: "merkleRoot", data: BytesLike): Result;
|
|
@@ -126,8 +110,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
126
110
|
functionFragment: "upgradeToAndCall",
|
|
127
111
|
data: BytesLike
|
|
128
112
|
): Result;
|
|
129
|
-
decodeFunctionResult(functionFragment: "verified", data: BytesLike): Result;
|
|
130
|
-
decodeFunctionResult(functionFragment: "verify", data: BytesLike): Result;
|
|
131
113
|
|
|
132
114
|
events: {
|
|
133
115
|
"AdminChanged(address,address)": EventFragment;
|
|
@@ -137,7 +119,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
137
119
|
"OwnershipTransferred(address,address)": EventFragment;
|
|
138
120
|
"SetMerkleRoot(bytes32)": EventFragment;
|
|
139
121
|
"Upgraded(address)": EventFragment;
|
|
140
|
-
"Verified(address,uint256)": EventFragment;
|
|
141
122
|
};
|
|
142
123
|
|
|
143
124
|
getEvent(nameOrSignatureOrTopic: "AdminChanged"): EventFragment;
|
|
@@ -147,7 +128,6 @@ export interface PendleMerkleDistributorInterface extends utils.Interface {
|
|
|
147
128
|
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
|
|
148
129
|
getEvent(nameOrSignatureOrTopic: "SetMerkleRoot"): EventFragment;
|
|
149
130
|
getEvent(nameOrSignatureOrTopic: "Upgraded"): EventFragment;
|
|
150
|
-
getEvent(nameOrSignatureOrTopic: "Verified"): EventFragment;
|
|
151
131
|
}
|
|
152
132
|
|
|
153
133
|
export type AdminChangedEvent = TypedEvent<
|
|
@@ -188,13 +168,6 @@ export type UpgradedEvent = TypedEvent<[string], { implementation: string }>;
|
|
|
188
168
|
|
|
189
169
|
export type UpgradedEventFilter = TypedEventFilter<UpgradedEvent>;
|
|
190
170
|
|
|
191
|
-
export type VerifiedEvent = TypedEvent<
|
|
192
|
-
[string, BigNumber],
|
|
193
|
-
{ user: string; amountClaimable: BigNumber }
|
|
194
|
-
>;
|
|
195
|
-
|
|
196
|
-
export type VerifiedEventFilter = TypedEventFilter<VerifiedEvent>;
|
|
197
|
-
|
|
198
171
|
export interface PendleMerkleDistributor extends BaseContract {
|
|
199
172
|
contractName: "PendleMerkleDistributor";
|
|
200
173
|
connect(signerOrProvider: Signer | Provider | string): this;
|
|
@@ -234,11 +207,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
234
207
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
235
208
|
): Promise<ContractTransaction>;
|
|
236
209
|
|
|
237
|
-
claimVerified(
|
|
238
|
-
receiver: string,
|
|
239
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
240
|
-
): Promise<ContractTransaction>;
|
|
241
|
-
|
|
242
210
|
claimed(arg0: string, overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
243
211
|
|
|
244
212
|
initialize(
|
|
@@ -278,15 +246,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
278
246
|
data: BytesLike,
|
|
279
247
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
280
248
|
): Promise<ContractTransaction>;
|
|
281
|
-
|
|
282
|
-
verified(arg0: string, overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
283
|
-
|
|
284
|
-
verify(
|
|
285
|
-
user: string,
|
|
286
|
-
totalAccrued: BigNumberish,
|
|
287
|
-
proof: BytesLike[],
|
|
288
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
289
|
-
): Promise<ContractTransaction>;
|
|
290
249
|
};
|
|
291
250
|
|
|
292
251
|
claim(
|
|
@@ -300,11 +259,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
300
259
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
301
260
|
): Promise<ContractTransaction>;
|
|
302
261
|
|
|
303
|
-
claimVerified(
|
|
304
|
-
receiver: string,
|
|
305
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
306
|
-
): Promise<ContractTransaction>;
|
|
307
|
-
|
|
308
262
|
claimed(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
309
263
|
|
|
310
264
|
initialize(
|
|
@@ -345,15 +299,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
345
299
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
346
300
|
): Promise<ContractTransaction>;
|
|
347
301
|
|
|
348
|
-
verified(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
349
|
-
|
|
350
|
-
verify(
|
|
351
|
-
user: string,
|
|
352
|
-
totalAccrued: BigNumberish,
|
|
353
|
-
proof: BytesLike[],
|
|
354
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
355
|
-
): Promise<ContractTransaction>;
|
|
356
|
-
|
|
357
302
|
callStatic: {
|
|
358
303
|
claim(
|
|
359
304
|
receiver: string,
|
|
@@ -364,11 +309,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
364
309
|
|
|
365
310
|
claimOwnership(overrides?: CallOverrides): Promise<void>;
|
|
366
311
|
|
|
367
|
-
claimVerified(
|
|
368
|
-
receiver: string,
|
|
369
|
-
overrides?: CallOverrides
|
|
370
|
-
): Promise<BigNumber>;
|
|
371
|
-
|
|
372
312
|
claimed(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
373
313
|
|
|
374
314
|
initialize(_owner: string, overrides?: CallOverrides): Promise<void>;
|
|
@@ -405,15 +345,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
405
345
|
data: BytesLike,
|
|
406
346
|
overrides?: CallOverrides
|
|
407
347
|
): Promise<void>;
|
|
408
|
-
|
|
409
|
-
verified(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
410
|
-
|
|
411
|
-
verify(
|
|
412
|
-
user: string,
|
|
413
|
-
totalAccrued: BigNumberish,
|
|
414
|
-
proof: BytesLike[],
|
|
415
|
-
overrides?: CallOverrides
|
|
416
|
-
): Promise<BigNumber>;
|
|
417
348
|
};
|
|
418
349
|
|
|
419
350
|
filters: {
|
|
@@ -461,12 +392,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
461
392
|
|
|
462
393
|
"Upgraded(address)"(implementation?: string | null): UpgradedEventFilter;
|
|
463
394
|
Upgraded(implementation?: string | null): UpgradedEventFilter;
|
|
464
|
-
|
|
465
|
-
"Verified(address,uint256)"(
|
|
466
|
-
user?: string | null,
|
|
467
|
-
amountClaimable?: null
|
|
468
|
-
): VerifiedEventFilter;
|
|
469
|
-
Verified(user?: string | null, amountClaimable?: null): VerifiedEventFilter;
|
|
470
395
|
};
|
|
471
396
|
|
|
472
397
|
estimateGas: {
|
|
@@ -481,11 +406,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
481
406
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
482
407
|
): Promise<BigNumber>;
|
|
483
408
|
|
|
484
|
-
claimVerified(
|
|
485
|
-
receiver: string,
|
|
486
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
487
|
-
): Promise<BigNumber>;
|
|
488
|
-
|
|
489
409
|
claimed(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
490
410
|
|
|
491
411
|
initialize(
|
|
@@ -525,15 +445,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
525
445
|
data: BytesLike,
|
|
526
446
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
527
447
|
): Promise<BigNumber>;
|
|
528
|
-
|
|
529
|
-
verified(arg0: string, overrides?: CallOverrides): Promise<BigNumber>;
|
|
530
|
-
|
|
531
|
-
verify(
|
|
532
|
-
user: string,
|
|
533
|
-
totalAccrued: BigNumberish,
|
|
534
|
-
proof: BytesLike[],
|
|
535
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
536
|
-
): Promise<BigNumber>;
|
|
537
448
|
};
|
|
538
449
|
|
|
539
450
|
populateTransaction: {
|
|
@@ -548,11 +459,6 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
548
459
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
549
460
|
): Promise<PopulatedTransaction>;
|
|
550
461
|
|
|
551
|
-
claimVerified(
|
|
552
|
-
receiver: string,
|
|
553
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
554
|
-
): Promise<PopulatedTransaction>;
|
|
555
|
-
|
|
556
462
|
claimed(
|
|
557
463
|
arg0: string,
|
|
558
464
|
overrides?: CallOverrides
|
|
@@ -595,17 +501,5 @@ export interface PendleMerkleDistributor extends BaseContract {
|
|
|
595
501
|
data: BytesLike,
|
|
596
502
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
597
503
|
): Promise<PopulatedTransaction>;
|
|
598
|
-
|
|
599
|
-
verified(
|
|
600
|
-
arg0: string,
|
|
601
|
-
overrides?: CallOverrides
|
|
602
|
-
): Promise<PopulatedTransaction>;
|
|
603
|
-
|
|
604
|
-
verify(
|
|
605
|
-
user: string,
|
|
606
|
-
totalAccrued: BigNumberish,
|
|
607
|
-
proof: BytesLike[],
|
|
608
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
609
|
-
): Promise<PopulatedTransaction>;
|
|
610
504
|
};
|
|
611
505
|
}
|
|
@@ -29,7 +29,6 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
29
29
|
functions: {
|
|
30
30
|
"claim(address,address[],uint256[],bytes32[][])": FunctionFragment;
|
|
31
31
|
"claimOwnership()": FunctionFragment;
|
|
32
|
-
"claimVerified(address,address[])": FunctionFragment;
|
|
33
32
|
"claimed(address,address)": FunctionFragment;
|
|
34
33
|
"initialize(address)": FunctionFragment;
|
|
35
34
|
"merkleRoot()": FunctionFragment;
|
|
@@ -40,8 +39,6 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
40
39
|
"transferOwnership(address,bool,bool)": FunctionFragment;
|
|
41
40
|
"upgradeTo(address)": FunctionFragment;
|
|
42
41
|
"upgradeToAndCall(address,bytes)": FunctionFragment;
|
|
43
|
-
"verified(address,address)": FunctionFragment;
|
|
44
|
-
"verify(address,address[],uint256[],bytes32[][])": FunctionFragment;
|
|
45
42
|
};
|
|
46
43
|
|
|
47
44
|
encodeFunctionData(
|
|
@@ -52,10 +49,6 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
52
49
|
functionFragment: "claimOwnership",
|
|
53
50
|
values?: undefined
|
|
54
51
|
): string;
|
|
55
|
-
encodeFunctionData(
|
|
56
|
-
functionFragment: "claimVerified",
|
|
57
|
-
values: [string, string[]]
|
|
58
|
-
): string;
|
|
59
52
|
encodeFunctionData(
|
|
60
53
|
functionFragment: "claimed",
|
|
61
54
|
values: [string, string]
|
|
@@ -87,24 +80,12 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
87
80
|
functionFragment: "upgradeToAndCall",
|
|
88
81
|
values: [string, BytesLike]
|
|
89
82
|
): string;
|
|
90
|
-
encodeFunctionData(
|
|
91
|
-
functionFragment: "verified",
|
|
92
|
-
values: [string, string]
|
|
93
|
-
): string;
|
|
94
|
-
encodeFunctionData(
|
|
95
|
-
functionFragment: "verify",
|
|
96
|
-
values: [string, string[], BigNumberish[], BytesLike[][]]
|
|
97
|
-
): string;
|
|
98
83
|
|
|
99
84
|
decodeFunctionResult(functionFragment: "claim", data: BytesLike): Result;
|
|
100
85
|
decodeFunctionResult(
|
|
101
86
|
functionFragment: "claimOwnership",
|
|
102
87
|
data: BytesLike
|
|
103
88
|
): Result;
|
|
104
|
-
decodeFunctionResult(
|
|
105
|
-
functionFragment: "claimVerified",
|
|
106
|
-
data: BytesLike
|
|
107
|
-
): Result;
|
|
108
89
|
decodeFunctionResult(functionFragment: "claimed", data: BytesLike): Result;
|
|
109
90
|
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
110
91
|
decodeFunctionResult(functionFragment: "merkleRoot", data: BytesLike): Result;
|
|
@@ -130,8 +111,6 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
130
111
|
functionFragment: "upgradeToAndCall",
|
|
131
112
|
data: BytesLike
|
|
132
113
|
): Result;
|
|
133
|
-
decodeFunctionResult(functionFragment: "verified", data: BytesLike): Result;
|
|
134
|
-
decodeFunctionResult(functionFragment: "verify", data: BytesLike): Result;
|
|
135
114
|
|
|
136
115
|
events: {
|
|
137
116
|
"AdminChanged(address,address)": EventFragment;
|
|
@@ -139,10 +118,8 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
139
118
|
"Claimed(address,address,address,uint256)": EventFragment;
|
|
140
119
|
"Initialized(uint8)": EventFragment;
|
|
141
120
|
"OwnershipTransferred(address,address)": EventFragment;
|
|
142
|
-
"SetDefaultTokenList(address[])": EventFragment;
|
|
143
121
|
"SetMerkleRoot(bytes32)": EventFragment;
|
|
144
122
|
"Upgraded(address)": EventFragment;
|
|
145
|
-
"Verified(address,address,uint256)": EventFragment;
|
|
146
123
|
};
|
|
147
124
|
|
|
148
125
|
getEvent(nameOrSignatureOrTopic: "AdminChanged"): EventFragment;
|
|
@@ -150,10 +127,8 @@ export interface PendleMultiTokenMerkleDistributorInterface
|
|
|
150
127
|
getEvent(nameOrSignatureOrTopic: "Claimed"): EventFragment;
|
|
151
128
|
getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
|
|
152
129
|
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
|
|
153
|
-
getEvent(nameOrSignatureOrTopic: "SetDefaultTokenList"): EventFragment;
|
|
154
130
|
getEvent(nameOrSignatureOrTopic: "SetMerkleRoot"): EventFragment;
|
|
155
131
|
getEvent(nameOrSignatureOrTopic: "Upgraded"): EventFragment;
|
|
156
|
-
getEvent(nameOrSignatureOrTopic: "Verified"): EventFragment;
|
|
157
132
|
}
|
|
158
133
|
|
|
159
134
|
export type AdminChangedEvent = TypedEvent<
|
|
@@ -186,14 +161,6 @@ export type OwnershipTransferredEvent = TypedEvent<
|
|
|
186
161
|
export type OwnershipTransferredEventFilter =
|
|
187
162
|
TypedEventFilter<OwnershipTransferredEvent>;
|
|
188
163
|
|
|
189
|
-
export type SetDefaultTokenListEvent = TypedEvent<
|
|
190
|
-
[string[]],
|
|
191
|
-
{ defaultTokenList: string[] }
|
|
192
|
-
>;
|
|
193
|
-
|
|
194
|
-
export type SetDefaultTokenListEventFilter =
|
|
195
|
-
TypedEventFilter<SetDefaultTokenListEvent>;
|
|
196
|
-
|
|
197
164
|
export type SetMerkleRootEvent = TypedEvent<[string], { merkleRoot: string }>;
|
|
198
165
|
|
|
199
166
|
export type SetMerkleRootEventFilter = TypedEventFilter<SetMerkleRootEvent>;
|
|
@@ -202,13 +169,6 @@ export type UpgradedEvent = TypedEvent<[string], { implementation: string }>;
|
|
|
202
169
|
|
|
203
170
|
export type UpgradedEventFilter = TypedEventFilter<UpgradedEvent>;
|
|
204
171
|
|
|
205
|
-
export type VerifiedEvent = TypedEvent<
|
|
206
|
-
[string, string, BigNumber],
|
|
207
|
-
{ token: string; user: string; amountClaimable: BigNumber }
|
|
208
|
-
>;
|
|
209
|
-
|
|
210
|
-
export type VerifiedEventFilter = TypedEventFilter<VerifiedEvent>;
|
|
211
|
-
|
|
212
172
|
export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
213
173
|
contractName: "PendleMultiTokenMerkleDistributor";
|
|
214
174
|
connect(signerOrProvider: Signer | Provider | string): this;
|
|
@@ -249,12 +209,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
249
209
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
250
210
|
): Promise<ContractTransaction>;
|
|
251
211
|
|
|
252
|
-
claimVerified(
|
|
253
|
-
receiver: string,
|
|
254
|
-
tokens: string[],
|
|
255
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
256
|
-
): Promise<ContractTransaction>;
|
|
257
|
-
|
|
258
212
|
claimed(
|
|
259
213
|
arg0: string,
|
|
260
214
|
arg1: string,
|
|
@@ -296,20 +250,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
296
250
|
data: BytesLike,
|
|
297
251
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
298
252
|
): Promise<ContractTransaction>;
|
|
299
|
-
|
|
300
|
-
verified(
|
|
301
|
-
arg0: string,
|
|
302
|
-
arg1: string,
|
|
303
|
-
overrides?: CallOverrides
|
|
304
|
-
): Promise<[BigNumber]>;
|
|
305
|
-
|
|
306
|
-
verify(
|
|
307
|
-
user: string,
|
|
308
|
-
tokens: string[],
|
|
309
|
-
totalAccrueds: BigNumberish[],
|
|
310
|
-
proofs: BytesLike[][],
|
|
311
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
312
|
-
): Promise<ContractTransaction>;
|
|
313
253
|
};
|
|
314
254
|
|
|
315
255
|
claim(
|
|
@@ -324,12 +264,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
324
264
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
325
265
|
): Promise<ContractTransaction>;
|
|
326
266
|
|
|
327
|
-
claimVerified(
|
|
328
|
-
receiver: string,
|
|
329
|
-
tokens: string[],
|
|
330
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
331
|
-
): Promise<ContractTransaction>;
|
|
332
|
-
|
|
333
267
|
claimed(
|
|
334
268
|
arg0: string,
|
|
335
269
|
arg1: string,
|
|
@@ -372,20 +306,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
372
306
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
373
307
|
): Promise<ContractTransaction>;
|
|
374
308
|
|
|
375
|
-
verified(
|
|
376
|
-
arg0: string,
|
|
377
|
-
arg1: string,
|
|
378
|
-
overrides?: CallOverrides
|
|
379
|
-
): Promise<BigNumber>;
|
|
380
|
-
|
|
381
|
-
verify(
|
|
382
|
-
user: string,
|
|
383
|
-
tokens: string[],
|
|
384
|
-
totalAccrueds: BigNumberish[],
|
|
385
|
-
proofs: BytesLike[][],
|
|
386
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
387
|
-
): Promise<ContractTransaction>;
|
|
388
|
-
|
|
389
309
|
callStatic: {
|
|
390
310
|
claim(
|
|
391
311
|
receiver: string,
|
|
@@ -397,12 +317,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
397
317
|
|
|
398
318
|
claimOwnership(overrides?: CallOverrides): Promise<void>;
|
|
399
319
|
|
|
400
|
-
claimVerified(
|
|
401
|
-
receiver: string,
|
|
402
|
-
tokens: string[],
|
|
403
|
-
overrides?: CallOverrides
|
|
404
|
-
): Promise<BigNumber[]>;
|
|
405
|
-
|
|
406
320
|
claimed(
|
|
407
321
|
arg0: string,
|
|
408
322
|
arg1: string,
|
|
@@ -441,20 +355,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
441
355
|
data: BytesLike,
|
|
442
356
|
overrides?: CallOverrides
|
|
443
357
|
): Promise<void>;
|
|
444
|
-
|
|
445
|
-
verified(
|
|
446
|
-
arg0: string,
|
|
447
|
-
arg1: string,
|
|
448
|
-
overrides?: CallOverrides
|
|
449
|
-
): Promise<BigNumber>;
|
|
450
|
-
|
|
451
|
-
verify(
|
|
452
|
-
user: string,
|
|
453
|
-
tokens: string[],
|
|
454
|
-
totalAccrueds: BigNumberish[],
|
|
455
|
-
proofs: BytesLike[][],
|
|
456
|
-
overrides?: CallOverrides
|
|
457
|
-
): Promise<BigNumber[]>;
|
|
458
358
|
};
|
|
459
359
|
|
|
460
360
|
filters: {
|
|
@@ -497,13 +397,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
497
397
|
newOwner?: string | null
|
|
498
398
|
): OwnershipTransferredEventFilter;
|
|
499
399
|
|
|
500
|
-
"SetDefaultTokenList(address[])"(
|
|
501
|
-
defaultTokenList?: null
|
|
502
|
-
): SetDefaultTokenListEventFilter;
|
|
503
|
-
SetDefaultTokenList(
|
|
504
|
-
defaultTokenList?: null
|
|
505
|
-
): SetDefaultTokenListEventFilter;
|
|
506
|
-
|
|
507
400
|
"SetMerkleRoot(bytes32)"(
|
|
508
401
|
merkleRoot?: BytesLike | null
|
|
509
402
|
): SetMerkleRootEventFilter;
|
|
@@ -511,17 +404,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
511
404
|
|
|
512
405
|
"Upgraded(address)"(implementation?: string | null): UpgradedEventFilter;
|
|
513
406
|
Upgraded(implementation?: string | null): UpgradedEventFilter;
|
|
514
|
-
|
|
515
|
-
"Verified(address,address,uint256)"(
|
|
516
|
-
token?: string | null,
|
|
517
|
-
user?: string | null,
|
|
518
|
-
amountClaimable?: null
|
|
519
|
-
): VerifiedEventFilter;
|
|
520
|
-
Verified(
|
|
521
|
-
token?: string | null,
|
|
522
|
-
user?: string | null,
|
|
523
|
-
amountClaimable?: null
|
|
524
|
-
): VerifiedEventFilter;
|
|
525
407
|
};
|
|
526
408
|
|
|
527
409
|
estimateGas: {
|
|
@@ -537,12 +419,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
537
419
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
538
420
|
): Promise<BigNumber>;
|
|
539
421
|
|
|
540
|
-
claimVerified(
|
|
541
|
-
receiver: string,
|
|
542
|
-
tokens: string[],
|
|
543
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
544
|
-
): Promise<BigNumber>;
|
|
545
|
-
|
|
546
422
|
claimed(
|
|
547
423
|
arg0: string,
|
|
548
424
|
arg1: string,
|
|
@@ -584,20 +460,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
584
460
|
data: BytesLike,
|
|
585
461
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
586
462
|
): Promise<BigNumber>;
|
|
587
|
-
|
|
588
|
-
verified(
|
|
589
|
-
arg0: string,
|
|
590
|
-
arg1: string,
|
|
591
|
-
overrides?: CallOverrides
|
|
592
|
-
): Promise<BigNumber>;
|
|
593
|
-
|
|
594
|
-
verify(
|
|
595
|
-
user: string,
|
|
596
|
-
tokens: string[],
|
|
597
|
-
totalAccrueds: BigNumberish[],
|
|
598
|
-
proofs: BytesLike[][],
|
|
599
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
600
|
-
): Promise<BigNumber>;
|
|
601
463
|
};
|
|
602
464
|
|
|
603
465
|
populateTransaction: {
|
|
@@ -613,12 +475,6 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
613
475
|
overrides?: Overrides & { from?: string | Promise<string> }
|
|
614
476
|
): Promise<PopulatedTransaction>;
|
|
615
477
|
|
|
616
|
-
claimVerified(
|
|
617
|
-
receiver: string,
|
|
618
|
-
tokens: string[],
|
|
619
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
620
|
-
): Promise<PopulatedTransaction>;
|
|
621
|
-
|
|
622
478
|
claimed(
|
|
623
479
|
arg0: string,
|
|
624
480
|
arg1: string,
|
|
@@ -660,19 +516,5 @@ export interface PendleMultiTokenMerkleDistributor extends BaseContract {
|
|
|
660
516
|
data: BytesLike,
|
|
661
517
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
662
518
|
): Promise<PopulatedTransaction>;
|
|
663
|
-
|
|
664
|
-
verified(
|
|
665
|
-
arg0: string,
|
|
666
|
-
arg1: string,
|
|
667
|
-
overrides?: CallOverrides
|
|
668
|
-
): Promise<PopulatedTransaction>;
|
|
669
|
-
|
|
670
|
-
verify(
|
|
671
|
-
user: string,
|
|
672
|
-
tokens: string[],
|
|
673
|
-
totalAccrueds: BigNumberish[],
|
|
674
|
-
proofs: BytesLike[][],
|
|
675
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
676
|
-
): Promise<PopulatedTransaction>;
|
|
677
519
|
};
|
|
678
520
|
}
|