@pendle/core-v2 4.5.1 → 4.5.2
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/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +60 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +25 -0
- package/build/artifacts/contracts/interfaces/IPPtLpOracle.sol/IPPtLpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +401 -0
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +63 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +35 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendlePtLpOracle.sol/PendlePtLpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +1 -1
- package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol +0 -1
- package/contracts/interfaces/IPGovernanceProxy.sol +14 -0
- package/contracts/interfaces/IPPausingInterface.sol +8 -0
- package/contracts/offchain-helpers/PendleGovernanceProxy.sol +84 -0
- package/contracts/offchain-helpers/SupplyCapReader.sol +25 -0
- package/deployments/1-markets/PUFETH-MAINNET-SEP2024.json +11 -0
- package/deployments/1-markets/RSETH-MAINNET-SEP2024.json +11 -0
- package/deployments/1-markets/SUSDE-MAINNET-SEP2024.json +13 -0
- package/deployments/1-markets/UNIETH-MAINNET-SEP2024.json +13 -0
- package/deployments/1-offchain-helper.json +2 -1
- package/deployments/10-offchain-helper.json +2 -1
- package/deployments/42161-markets/RSETH-ARBITRUM-SEP2024.json +11 -0
- package/deployments/42161-offchain-helper.json +2 -1
- package/deployments/5000-offchain-helper.json +2 -1
- package/deployments/56-offchain-helper.json +2 -1
- package/package.json +1 -1
- package/typechain-types/BoringPYUsdChainlinkAssetOracle.ts +244 -0
- package/typechain-types/BoringPYUsdChainlinkSYOracle.ts +243 -0
- package/typechain-types/IPGovernanceProxy.ts +142 -0
- package/typechain-types/IPPYLpOracle.ts +379 -0
- package/typechain-types/IPPausingInterface.ts +112 -0
- package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
- package/typechain-types/PendleGovernanceProxy.ts +603 -0
- package/typechain-types/PendlePYLpOracle.ts +612 -0
- package/typechain-types/SupplyCapReader.ts +105 -0
- package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +269 -0
- package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +267 -0
- package/typechain-types/factories/IPGovernanceProxy__factory.ts +75 -0
- package/typechain-types/factories/IPPYLpOracle__factory.ts +214 -0
- package/typechain-types/factories/IPPausingInterface__factory.ts +40 -0
- package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
- package/typechain-types/factories/PendleGovernanceProxy__factory.ts +458 -0
- package/typechain-types/factories/PendlePYLpOracle__factory.ts +487 -0
- package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +1 -1
- package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
- package/typechain-types/hardhat.d.ts +81 -0
- package/typechain-types/index.ts +18 -0
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import {
|
|
5
|
+
BaseContract,
|
|
6
|
+
BigNumber,
|
|
7
|
+
BytesLike,
|
|
8
|
+
CallOverrides,
|
|
9
|
+
PopulatedTransaction,
|
|
10
|
+
Signer,
|
|
11
|
+
utils,
|
|
12
|
+
} from "ethers";
|
|
13
|
+
import { FunctionFragment, Result } from "@ethersproject/abi";
|
|
14
|
+
import { Listener, Provider } from "@ethersproject/providers";
|
|
15
|
+
import type {
|
|
16
|
+
TypedEventFilter,
|
|
17
|
+
TypedEvent,
|
|
18
|
+
TypedListener,
|
|
19
|
+
OnEvent,
|
|
20
|
+
} from "./common";
|
|
21
|
+
|
|
22
|
+
export interface BoringPYUsdChainlinkSYOracleInterface extends utils.Interface {
|
|
23
|
+
contractName: "BoringPYUsdChainlinkSYOracle";
|
|
24
|
+
functions: {
|
|
25
|
+
"checkOracleState()": FunctionFragment;
|
|
26
|
+
"feed()": FunctionFragment;
|
|
27
|
+
"feedDecimals()": FunctionFragment;
|
|
28
|
+
"getPtPriceSample1()": FunctionFragment;
|
|
29
|
+
"getPtPriceSample2()": FunctionFragment;
|
|
30
|
+
"getYtPriceSample1()": FunctionFragment;
|
|
31
|
+
"getYtPriceSample2()": FunctionFragment;
|
|
32
|
+
"market()": FunctionFragment;
|
|
33
|
+
"pyLpOracle()": FunctionFragment;
|
|
34
|
+
"twapDuration()": FunctionFragment;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
encodeFunctionData(
|
|
38
|
+
functionFragment: "checkOracleState",
|
|
39
|
+
values?: undefined
|
|
40
|
+
): string;
|
|
41
|
+
encodeFunctionData(functionFragment: "feed", values?: undefined): string;
|
|
42
|
+
encodeFunctionData(
|
|
43
|
+
functionFragment: "feedDecimals",
|
|
44
|
+
values?: undefined
|
|
45
|
+
): string;
|
|
46
|
+
encodeFunctionData(
|
|
47
|
+
functionFragment: "getPtPriceSample1",
|
|
48
|
+
values?: undefined
|
|
49
|
+
): string;
|
|
50
|
+
encodeFunctionData(
|
|
51
|
+
functionFragment: "getPtPriceSample2",
|
|
52
|
+
values?: undefined
|
|
53
|
+
): string;
|
|
54
|
+
encodeFunctionData(
|
|
55
|
+
functionFragment: "getYtPriceSample1",
|
|
56
|
+
values?: undefined
|
|
57
|
+
): string;
|
|
58
|
+
encodeFunctionData(
|
|
59
|
+
functionFragment: "getYtPriceSample2",
|
|
60
|
+
values?: undefined
|
|
61
|
+
): string;
|
|
62
|
+
encodeFunctionData(functionFragment: "market", values?: undefined): string;
|
|
63
|
+
encodeFunctionData(
|
|
64
|
+
functionFragment: "pyLpOracle",
|
|
65
|
+
values?: undefined
|
|
66
|
+
): string;
|
|
67
|
+
encodeFunctionData(
|
|
68
|
+
functionFragment: "twapDuration",
|
|
69
|
+
values?: undefined
|
|
70
|
+
): string;
|
|
71
|
+
|
|
72
|
+
decodeFunctionResult(
|
|
73
|
+
functionFragment: "checkOracleState",
|
|
74
|
+
data: BytesLike
|
|
75
|
+
): Result;
|
|
76
|
+
decodeFunctionResult(functionFragment: "feed", data: BytesLike): Result;
|
|
77
|
+
decodeFunctionResult(
|
|
78
|
+
functionFragment: "feedDecimals",
|
|
79
|
+
data: BytesLike
|
|
80
|
+
): Result;
|
|
81
|
+
decodeFunctionResult(
|
|
82
|
+
functionFragment: "getPtPriceSample1",
|
|
83
|
+
data: BytesLike
|
|
84
|
+
): Result;
|
|
85
|
+
decodeFunctionResult(
|
|
86
|
+
functionFragment: "getPtPriceSample2",
|
|
87
|
+
data: BytesLike
|
|
88
|
+
): Result;
|
|
89
|
+
decodeFunctionResult(
|
|
90
|
+
functionFragment: "getYtPriceSample1",
|
|
91
|
+
data: BytesLike
|
|
92
|
+
): Result;
|
|
93
|
+
decodeFunctionResult(
|
|
94
|
+
functionFragment: "getYtPriceSample2",
|
|
95
|
+
data: BytesLike
|
|
96
|
+
): Result;
|
|
97
|
+
decodeFunctionResult(functionFragment: "market", data: BytesLike): Result;
|
|
98
|
+
decodeFunctionResult(functionFragment: "pyLpOracle", data: BytesLike): Result;
|
|
99
|
+
decodeFunctionResult(
|
|
100
|
+
functionFragment: "twapDuration",
|
|
101
|
+
data: BytesLike
|
|
102
|
+
): Result;
|
|
103
|
+
|
|
104
|
+
events: {};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface BoringPYUsdChainlinkSYOracle extends BaseContract {
|
|
108
|
+
contractName: "BoringPYUsdChainlinkSYOracle";
|
|
109
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
110
|
+
attach(addressOrName: string): this;
|
|
111
|
+
deployed(): Promise<this>;
|
|
112
|
+
|
|
113
|
+
interface: BoringPYUsdChainlinkSYOracleInterface;
|
|
114
|
+
|
|
115
|
+
queryFilter<TEvent extends TypedEvent>(
|
|
116
|
+
event: TypedEventFilter<TEvent>,
|
|
117
|
+
fromBlockOrBlockhash?: string | number | undefined,
|
|
118
|
+
toBlock?: string | number | undefined
|
|
119
|
+
): Promise<Array<TEvent>>;
|
|
120
|
+
|
|
121
|
+
listeners<TEvent extends TypedEvent>(
|
|
122
|
+
eventFilter?: TypedEventFilter<TEvent>
|
|
123
|
+
): Array<TypedListener<TEvent>>;
|
|
124
|
+
listeners(eventName?: string): Array<Listener>;
|
|
125
|
+
removeAllListeners<TEvent extends TypedEvent>(
|
|
126
|
+
eventFilter: TypedEventFilter<TEvent>
|
|
127
|
+
): this;
|
|
128
|
+
removeAllListeners(eventName?: string): this;
|
|
129
|
+
off: OnEvent<this>;
|
|
130
|
+
on: OnEvent<this>;
|
|
131
|
+
once: OnEvent<this>;
|
|
132
|
+
removeListener: OnEvent<this>;
|
|
133
|
+
|
|
134
|
+
functions: {
|
|
135
|
+
checkOracleState(overrides?: CallOverrides): Promise<[void]>;
|
|
136
|
+
|
|
137
|
+
feed(overrides?: CallOverrides): Promise<[string]>;
|
|
138
|
+
|
|
139
|
+
feedDecimals(overrides?: CallOverrides): Promise<[number]>;
|
|
140
|
+
|
|
141
|
+
getPtPriceSample1(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
142
|
+
|
|
143
|
+
getPtPriceSample2(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
144
|
+
|
|
145
|
+
getYtPriceSample1(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
146
|
+
|
|
147
|
+
getYtPriceSample2(overrides?: CallOverrides): Promise<[BigNumber]>;
|
|
148
|
+
|
|
149
|
+
market(overrides?: CallOverrides): Promise<[string]>;
|
|
150
|
+
|
|
151
|
+
pyLpOracle(overrides?: CallOverrides): Promise<[string]>;
|
|
152
|
+
|
|
153
|
+
twapDuration(overrides?: CallOverrides): Promise<[number]>;
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
checkOracleState(overrides?: CallOverrides): Promise<void>;
|
|
157
|
+
|
|
158
|
+
feed(overrides?: CallOverrides): Promise<string>;
|
|
159
|
+
|
|
160
|
+
feedDecimals(overrides?: CallOverrides): Promise<number>;
|
|
161
|
+
|
|
162
|
+
getPtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
163
|
+
|
|
164
|
+
getPtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
165
|
+
|
|
166
|
+
getYtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
167
|
+
|
|
168
|
+
getYtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
169
|
+
|
|
170
|
+
market(overrides?: CallOverrides): Promise<string>;
|
|
171
|
+
|
|
172
|
+
pyLpOracle(overrides?: CallOverrides): Promise<string>;
|
|
173
|
+
|
|
174
|
+
twapDuration(overrides?: CallOverrides): Promise<number>;
|
|
175
|
+
|
|
176
|
+
callStatic: {
|
|
177
|
+
checkOracleState(overrides?: CallOverrides): Promise<void>;
|
|
178
|
+
|
|
179
|
+
feed(overrides?: CallOverrides): Promise<string>;
|
|
180
|
+
|
|
181
|
+
feedDecimals(overrides?: CallOverrides): Promise<number>;
|
|
182
|
+
|
|
183
|
+
getPtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
184
|
+
|
|
185
|
+
getPtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
186
|
+
|
|
187
|
+
getYtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
188
|
+
|
|
189
|
+
getYtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
190
|
+
|
|
191
|
+
market(overrides?: CallOverrides): Promise<string>;
|
|
192
|
+
|
|
193
|
+
pyLpOracle(overrides?: CallOverrides): Promise<string>;
|
|
194
|
+
|
|
195
|
+
twapDuration(overrides?: CallOverrides): Promise<number>;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
filters: {};
|
|
199
|
+
|
|
200
|
+
estimateGas: {
|
|
201
|
+
checkOracleState(overrides?: CallOverrides): Promise<BigNumber>;
|
|
202
|
+
|
|
203
|
+
feed(overrides?: CallOverrides): Promise<BigNumber>;
|
|
204
|
+
|
|
205
|
+
feedDecimals(overrides?: CallOverrides): Promise<BigNumber>;
|
|
206
|
+
|
|
207
|
+
getPtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
208
|
+
|
|
209
|
+
getPtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
210
|
+
|
|
211
|
+
getYtPriceSample1(overrides?: CallOverrides): Promise<BigNumber>;
|
|
212
|
+
|
|
213
|
+
getYtPriceSample2(overrides?: CallOverrides): Promise<BigNumber>;
|
|
214
|
+
|
|
215
|
+
market(overrides?: CallOverrides): Promise<BigNumber>;
|
|
216
|
+
|
|
217
|
+
pyLpOracle(overrides?: CallOverrides): Promise<BigNumber>;
|
|
218
|
+
|
|
219
|
+
twapDuration(overrides?: CallOverrides): Promise<BigNumber>;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
populateTransaction: {
|
|
223
|
+
checkOracleState(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
224
|
+
|
|
225
|
+
feed(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
226
|
+
|
|
227
|
+
feedDecimals(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
228
|
+
|
|
229
|
+
getPtPriceSample1(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
230
|
+
|
|
231
|
+
getPtPriceSample2(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
232
|
+
|
|
233
|
+
getYtPriceSample1(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
234
|
+
|
|
235
|
+
getYtPriceSample2(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
236
|
+
|
|
237
|
+
market(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
238
|
+
|
|
239
|
+
pyLpOracle(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
240
|
+
|
|
241
|
+
twapDuration(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
242
|
+
};
|
|
243
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import {
|
|
5
|
+
BaseContract,
|
|
6
|
+
BigNumber,
|
|
7
|
+
BigNumberish,
|
|
8
|
+
BytesLike,
|
|
9
|
+
CallOverrides,
|
|
10
|
+
ContractTransaction,
|
|
11
|
+
Overrides,
|
|
12
|
+
PayableOverrides,
|
|
13
|
+
PopulatedTransaction,
|
|
14
|
+
Signer,
|
|
15
|
+
utils,
|
|
16
|
+
} from "ethers";
|
|
17
|
+
import { FunctionFragment, Result } from "@ethersproject/abi";
|
|
18
|
+
import { Listener, Provider } from "@ethersproject/providers";
|
|
19
|
+
import type {
|
|
20
|
+
TypedEventFilter,
|
|
21
|
+
TypedEvent,
|
|
22
|
+
TypedListener,
|
|
23
|
+
OnEvent,
|
|
24
|
+
} from "./common";
|
|
25
|
+
|
|
26
|
+
export declare namespace IPGovernanceProxy {
|
|
27
|
+
export type CallStruct = {
|
|
28
|
+
target: string;
|
|
29
|
+
value: BigNumberish;
|
|
30
|
+
callData: BytesLike;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export type CallStructOutput = [string, BigNumber, string] & {
|
|
34
|
+
target: string;
|
|
35
|
+
value: BigNumber;
|
|
36
|
+
callData: string;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface IPGovernanceProxyInterface extends utils.Interface {
|
|
41
|
+
contractName: "IPGovernanceProxy";
|
|
42
|
+
functions: {
|
|
43
|
+
"aggregate((address,uint256,bytes)[])": FunctionFragment;
|
|
44
|
+
"pause(address[])": FunctionFragment;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
encodeFunctionData(
|
|
48
|
+
functionFragment: "aggregate",
|
|
49
|
+
values: [IPGovernanceProxy.CallStruct[]]
|
|
50
|
+
): string;
|
|
51
|
+
encodeFunctionData(functionFragment: "pause", values: [string[]]): string;
|
|
52
|
+
|
|
53
|
+
decodeFunctionResult(functionFragment: "aggregate", data: BytesLike): Result;
|
|
54
|
+
decodeFunctionResult(functionFragment: "pause", data: BytesLike): Result;
|
|
55
|
+
|
|
56
|
+
events: {};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface IPGovernanceProxy extends BaseContract {
|
|
60
|
+
contractName: "IPGovernanceProxy";
|
|
61
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
62
|
+
attach(addressOrName: string): this;
|
|
63
|
+
deployed(): Promise<this>;
|
|
64
|
+
|
|
65
|
+
interface: IPGovernanceProxyInterface;
|
|
66
|
+
|
|
67
|
+
queryFilter<TEvent extends TypedEvent>(
|
|
68
|
+
event: TypedEventFilter<TEvent>,
|
|
69
|
+
fromBlockOrBlockhash?: string | number | undefined,
|
|
70
|
+
toBlock?: string | number | undefined
|
|
71
|
+
): Promise<Array<TEvent>>;
|
|
72
|
+
|
|
73
|
+
listeners<TEvent extends TypedEvent>(
|
|
74
|
+
eventFilter?: TypedEventFilter<TEvent>
|
|
75
|
+
): Array<TypedListener<TEvent>>;
|
|
76
|
+
listeners(eventName?: string): Array<Listener>;
|
|
77
|
+
removeAllListeners<TEvent extends TypedEvent>(
|
|
78
|
+
eventFilter: TypedEventFilter<TEvent>
|
|
79
|
+
): this;
|
|
80
|
+
removeAllListeners(eventName?: string): this;
|
|
81
|
+
off: OnEvent<this>;
|
|
82
|
+
on: OnEvent<this>;
|
|
83
|
+
once: OnEvent<this>;
|
|
84
|
+
removeListener: OnEvent<this>;
|
|
85
|
+
|
|
86
|
+
functions: {
|
|
87
|
+
aggregate(
|
|
88
|
+
calls: IPGovernanceProxy.CallStruct[],
|
|
89
|
+
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
90
|
+
): Promise<ContractTransaction>;
|
|
91
|
+
|
|
92
|
+
pause(
|
|
93
|
+
addrs: string[],
|
|
94
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
95
|
+
): Promise<ContractTransaction>;
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
aggregate(
|
|
99
|
+
calls: IPGovernanceProxy.CallStruct[],
|
|
100
|
+
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
101
|
+
): Promise<ContractTransaction>;
|
|
102
|
+
|
|
103
|
+
pause(
|
|
104
|
+
addrs: string[],
|
|
105
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
106
|
+
): Promise<ContractTransaction>;
|
|
107
|
+
|
|
108
|
+
callStatic: {
|
|
109
|
+
aggregate(
|
|
110
|
+
calls: IPGovernanceProxy.CallStruct[],
|
|
111
|
+
overrides?: CallOverrides
|
|
112
|
+
): Promise<string[]>;
|
|
113
|
+
|
|
114
|
+
pause(addrs: string[], overrides?: CallOverrides): Promise<void>;
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
filters: {};
|
|
118
|
+
|
|
119
|
+
estimateGas: {
|
|
120
|
+
aggregate(
|
|
121
|
+
calls: IPGovernanceProxy.CallStruct[],
|
|
122
|
+
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
123
|
+
): Promise<BigNumber>;
|
|
124
|
+
|
|
125
|
+
pause(
|
|
126
|
+
addrs: string[],
|
|
127
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
128
|
+
): Promise<BigNumber>;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
populateTransaction: {
|
|
132
|
+
aggregate(
|
|
133
|
+
calls: IPGovernanceProxy.CallStruct[],
|
|
134
|
+
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
135
|
+
): Promise<PopulatedTransaction>;
|
|
136
|
+
|
|
137
|
+
pause(
|
|
138
|
+
addrs: string[],
|
|
139
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
140
|
+
): Promise<PopulatedTransaction>;
|
|
141
|
+
};
|
|
142
|
+
}
|