@pendle/core-v2 5.8.4-beta → 5.8.4-redeem
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/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +56 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapNSeed.sol/IPMarketSwapNSeed.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapNSeed.sol/IPMarketSwapNSeed.json +10 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +299 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +342 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +308 -0
- package/build/artifacts/contracts/offchain-helpers/SwapNSeed.sol/MarketSwapNSeed.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/SwapNSeed.sol/MarketSwapNSeed.json +232 -0
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +2 -21
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +2 -2
- 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 -191
- package/contracts/interfaces/IPLPWrapperFactory.sol +10 -0
- package/contracts/interfaces/IPMarketSwapNSeed.sol +10 -0
- package/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol +79 -0
- package/contracts/offchain-helpers/PendleLPWrapper.sol +43 -0
- package/contracts/offchain-helpers/PendleLPWrapperFactory.sol +45 -0
- package/contracts/offchain-helpers/SwapNSeed.sol +221 -0
- package/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol +0 -2
- package/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol +5 -1
- package/contracts/router/swap-aggregator/OKXScaleHelper.sol +10 -13
- package/contracts/router/swap-aggregator/PendleSwap.sol +1 -21
- package/deployments/1-core.json +1 -1
- package/deployments/146-core.json +8 -7
- package/deployments/42161-core.json +2 -2
- package/deployments/5000-core.json +1 -1
- package/deployments/56-core.json +1 -1
- package/deployments/80094-core.json +1 -1
- package/deployments/8453-core.json +1 -1
- package/package.json +1 -1
- package/typechain-types/ExpiredLpPtRedeemer.ts +512 -0
- package/typechain-types/IPLPWrapperFactory.ts +151 -0
- package/typechain-types/PendleCommonSYFactory.ts +0 -31
- package/typechain-types/PendleLPWrapper.ts +482 -0
- package/typechain-types/PendleLPWrapperFactory.ts +494 -0
- package/typechain-types/PendleSwap.ts +0 -280
- package/typechain-types/factories/ExpiredLpPtRedeemer__factory.ts +352 -0
- package/typechain-types/factories/IPLPWrapperFactory__factory.ts +71 -0
- package/typechain-types/factories/MarketSwapNSeed__factory.ts +1 -1
- package/typechain-types/factories/PendleCommonPoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendleCommonSYFactory__factory.ts +1 -20
- package/typechain-types/factories/PendleLPWrapperFactory__factory.ts +365 -0
- package/typechain-types/factories/PendleLPWrapper__factory.ts +411 -0
- package/typechain-types/factories/PendlePoolDeployHelperV2__factory.ts +1 -1
- package/typechain-types/factories/PendleSwap__factory.ts +1 -190
- package/typechain-types/hardhat.d.ts +45 -0
- package/typechain-types/index.ts +10 -0
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
BytesLike,
|
|
9
9
|
CallOverrides,
|
|
10
10
|
ContractTransaction,
|
|
11
|
-
Overrides,
|
|
12
11
|
PayableOverrides,
|
|
13
12
|
PopulatedTransaction,
|
|
14
13
|
Signer,
|
|
@@ -40,113 +39,23 @@ export type SwapDataStructOutput = [number, string, string, boolean] & {
|
|
|
40
39
|
export interface PendleSwapInterface extends utils.Interface {
|
|
41
40
|
contractName: "PendleSwap";
|
|
42
41
|
functions: {
|
|
43
|
-
"claimOwnership()": FunctionFragment;
|
|
44
|
-
"initialize()": FunctionFragment;
|
|
45
|
-
"owner()": FunctionFragment;
|
|
46
|
-
"pendingOwner()": FunctionFragment;
|
|
47
|
-
"proxiableUUID()": FunctionFragment;
|
|
48
42
|
"swap(address,uint256,(uint8,address,bytes,bool))": FunctionFragment;
|
|
49
|
-
"transferOwnership(address,bool,bool)": FunctionFragment;
|
|
50
|
-
"upgradeTo(address)": FunctionFragment;
|
|
51
|
-
"upgradeToAndCall(address,bytes)": FunctionFragment;
|
|
52
43
|
};
|
|
53
44
|
|
|
54
|
-
encodeFunctionData(
|
|
55
|
-
functionFragment: "claimOwnership",
|
|
56
|
-
values?: undefined
|
|
57
|
-
): string;
|
|
58
|
-
encodeFunctionData(
|
|
59
|
-
functionFragment: "initialize",
|
|
60
|
-
values?: undefined
|
|
61
|
-
): string;
|
|
62
|
-
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
63
|
-
encodeFunctionData(
|
|
64
|
-
functionFragment: "pendingOwner",
|
|
65
|
-
values?: undefined
|
|
66
|
-
): string;
|
|
67
|
-
encodeFunctionData(
|
|
68
|
-
functionFragment: "proxiableUUID",
|
|
69
|
-
values?: undefined
|
|
70
|
-
): string;
|
|
71
45
|
encodeFunctionData(
|
|
72
46
|
functionFragment: "swap",
|
|
73
47
|
values: [string, BigNumberish, SwapDataStruct]
|
|
74
48
|
): string;
|
|
75
|
-
encodeFunctionData(
|
|
76
|
-
functionFragment: "transferOwnership",
|
|
77
|
-
values: [string, boolean, boolean]
|
|
78
|
-
): string;
|
|
79
|
-
encodeFunctionData(functionFragment: "upgradeTo", values: [string]): string;
|
|
80
|
-
encodeFunctionData(
|
|
81
|
-
functionFragment: "upgradeToAndCall",
|
|
82
|
-
values: [string, BytesLike]
|
|
83
|
-
): string;
|
|
84
49
|
|
|
85
|
-
decodeFunctionResult(
|
|
86
|
-
functionFragment: "claimOwnership",
|
|
87
|
-
data: BytesLike
|
|
88
|
-
): Result;
|
|
89
|
-
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
90
|
-
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
91
|
-
decodeFunctionResult(
|
|
92
|
-
functionFragment: "pendingOwner",
|
|
93
|
-
data: BytesLike
|
|
94
|
-
): Result;
|
|
95
|
-
decodeFunctionResult(
|
|
96
|
-
functionFragment: "proxiableUUID",
|
|
97
|
-
data: BytesLike
|
|
98
|
-
): Result;
|
|
99
50
|
decodeFunctionResult(functionFragment: "swap", data: BytesLike): Result;
|
|
100
|
-
decodeFunctionResult(
|
|
101
|
-
functionFragment: "transferOwnership",
|
|
102
|
-
data: BytesLike
|
|
103
|
-
): Result;
|
|
104
|
-
decodeFunctionResult(functionFragment: "upgradeTo", data: BytesLike): Result;
|
|
105
|
-
decodeFunctionResult(
|
|
106
|
-
functionFragment: "upgradeToAndCall",
|
|
107
|
-
data: BytesLike
|
|
108
|
-
): Result;
|
|
109
51
|
|
|
110
52
|
events: {
|
|
111
|
-
"AdminChanged(address,address)": EventFragment;
|
|
112
|
-
"BeaconUpgraded(address)": EventFragment;
|
|
113
|
-
"Initialized(uint8)": EventFragment;
|
|
114
|
-
"OwnershipTransferred(address,address)": EventFragment;
|
|
115
53
|
"SwapSingle(uint8,address,uint256)": EventFragment;
|
|
116
|
-
"Upgraded(address)": EventFragment;
|
|
117
54
|
};
|
|
118
55
|
|
|
119
|
-
getEvent(nameOrSignatureOrTopic: "AdminChanged"): EventFragment;
|
|
120
|
-
getEvent(nameOrSignatureOrTopic: "BeaconUpgraded"): EventFragment;
|
|
121
|
-
getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
|
|
122
|
-
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
|
|
123
56
|
getEvent(nameOrSignatureOrTopic: "SwapSingle"): EventFragment;
|
|
124
|
-
getEvent(nameOrSignatureOrTopic: "Upgraded"): EventFragment;
|
|
125
57
|
}
|
|
126
58
|
|
|
127
|
-
export type AdminChangedEvent = TypedEvent<
|
|
128
|
-
[string, string],
|
|
129
|
-
{ previousAdmin: string; newAdmin: string }
|
|
130
|
-
>;
|
|
131
|
-
|
|
132
|
-
export type AdminChangedEventFilter = TypedEventFilter<AdminChangedEvent>;
|
|
133
|
-
|
|
134
|
-
export type BeaconUpgradedEvent = TypedEvent<[string], { beacon: string }>;
|
|
135
|
-
|
|
136
|
-
export type BeaconUpgradedEventFilter = TypedEventFilter<BeaconUpgradedEvent>;
|
|
137
|
-
|
|
138
|
-
export type InitializedEvent = TypedEvent<[number], { version: number }>;
|
|
139
|
-
|
|
140
|
-
export type InitializedEventFilter = TypedEventFilter<InitializedEvent>;
|
|
141
|
-
|
|
142
|
-
export type OwnershipTransferredEvent = TypedEvent<
|
|
143
|
-
[string, string],
|
|
144
|
-
{ previousOwner: string; newOwner: string }
|
|
145
|
-
>;
|
|
146
|
-
|
|
147
|
-
export type OwnershipTransferredEventFilter =
|
|
148
|
-
TypedEventFilter<OwnershipTransferredEvent>;
|
|
149
|
-
|
|
150
59
|
export type SwapSingleEvent = TypedEvent<
|
|
151
60
|
[number, string, BigNumber],
|
|
152
61
|
{ swapType: number; tokenIn: string; amountIn: BigNumber }
|
|
@@ -154,10 +63,6 @@ export type SwapSingleEvent = TypedEvent<
|
|
|
154
63
|
|
|
155
64
|
export type SwapSingleEventFilter = TypedEventFilter<SwapSingleEvent>;
|
|
156
65
|
|
|
157
|
-
export type UpgradedEvent = TypedEvent<[string], { implementation: string }>;
|
|
158
|
-
|
|
159
|
-
export type UpgradedEventFilter = TypedEventFilter<UpgradedEvent>;
|
|
160
|
-
|
|
161
66
|
export interface PendleSwap extends BaseContract {
|
|
162
67
|
contractName: "PendleSwap";
|
|
163
68
|
connect(signerOrProvider: Signer | Provider | string): this;
|
|
@@ -186,60 +91,14 @@ export interface PendleSwap extends BaseContract {
|
|
|
186
91
|
removeListener: OnEvent<this>;
|
|
187
92
|
|
|
188
93
|
functions: {
|
|
189
|
-
claimOwnership(
|
|
190
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
191
|
-
): Promise<ContractTransaction>;
|
|
192
|
-
|
|
193
|
-
initialize(
|
|
194
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
195
|
-
): Promise<ContractTransaction>;
|
|
196
|
-
|
|
197
|
-
owner(overrides?: CallOverrides): Promise<[string]>;
|
|
198
|
-
|
|
199
|
-
pendingOwner(overrides?: CallOverrides): Promise<[string]>;
|
|
200
|
-
|
|
201
|
-
proxiableUUID(overrides?: CallOverrides): Promise<[string]>;
|
|
202
|
-
|
|
203
94
|
swap(
|
|
204
95
|
tokenIn: string,
|
|
205
96
|
amountIn: BigNumberish,
|
|
206
97
|
data: SwapDataStruct,
|
|
207
98
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
208
99
|
): Promise<ContractTransaction>;
|
|
209
|
-
|
|
210
|
-
transferOwnership(
|
|
211
|
-
newOwner: string,
|
|
212
|
-
direct: boolean,
|
|
213
|
-
renounce: boolean,
|
|
214
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
215
|
-
): Promise<ContractTransaction>;
|
|
216
|
-
|
|
217
|
-
upgradeTo(
|
|
218
|
-
newImplementation: string,
|
|
219
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
220
|
-
): Promise<ContractTransaction>;
|
|
221
|
-
|
|
222
|
-
upgradeToAndCall(
|
|
223
|
-
newImplementation: string,
|
|
224
|
-
data: BytesLike,
|
|
225
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
226
|
-
): Promise<ContractTransaction>;
|
|
227
100
|
};
|
|
228
101
|
|
|
229
|
-
claimOwnership(
|
|
230
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
231
|
-
): Promise<ContractTransaction>;
|
|
232
|
-
|
|
233
|
-
initialize(
|
|
234
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
235
|
-
): Promise<ContractTransaction>;
|
|
236
|
-
|
|
237
|
-
owner(overrides?: CallOverrides): Promise<string>;
|
|
238
|
-
|
|
239
|
-
pendingOwner(overrides?: CallOverrides): Promise<string>;
|
|
240
|
-
|
|
241
|
-
proxiableUUID(overrides?: CallOverrides): Promise<string>;
|
|
242
|
-
|
|
243
102
|
swap(
|
|
244
103
|
tokenIn: string,
|
|
245
104
|
amountIn: BigNumberish,
|
|
@@ -247,88 +106,16 @@ export interface PendleSwap extends BaseContract {
|
|
|
247
106
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
248
107
|
): Promise<ContractTransaction>;
|
|
249
108
|
|
|
250
|
-
transferOwnership(
|
|
251
|
-
newOwner: string,
|
|
252
|
-
direct: boolean,
|
|
253
|
-
renounce: boolean,
|
|
254
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
255
|
-
): Promise<ContractTransaction>;
|
|
256
|
-
|
|
257
|
-
upgradeTo(
|
|
258
|
-
newImplementation: string,
|
|
259
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
260
|
-
): Promise<ContractTransaction>;
|
|
261
|
-
|
|
262
|
-
upgradeToAndCall(
|
|
263
|
-
newImplementation: string,
|
|
264
|
-
data: BytesLike,
|
|
265
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
266
|
-
): Promise<ContractTransaction>;
|
|
267
|
-
|
|
268
109
|
callStatic: {
|
|
269
|
-
claimOwnership(overrides?: CallOverrides): Promise<void>;
|
|
270
|
-
|
|
271
|
-
initialize(overrides?: CallOverrides): Promise<void>;
|
|
272
|
-
|
|
273
|
-
owner(overrides?: CallOverrides): Promise<string>;
|
|
274
|
-
|
|
275
|
-
pendingOwner(overrides?: CallOverrides): Promise<string>;
|
|
276
|
-
|
|
277
|
-
proxiableUUID(overrides?: CallOverrides): Promise<string>;
|
|
278
|
-
|
|
279
110
|
swap(
|
|
280
111
|
tokenIn: string,
|
|
281
112
|
amountIn: BigNumberish,
|
|
282
113
|
data: SwapDataStruct,
|
|
283
114
|
overrides?: CallOverrides
|
|
284
115
|
): Promise<void>;
|
|
285
|
-
|
|
286
|
-
transferOwnership(
|
|
287
|
-
newOwner: string,
|
|
288
|
-
direct: boolean,
|
|
289
|
-
renounce: boolean,
|
|
290
|
-
overrides?: CallOverrides
|
|
291
|
-
): Promise<void>;
|
|
292
|
-
|
|
293
|
-
upgradeTo(
|
|
294
|
-
newImplementation: string,
|
|
295
|
-
overrides?: CallOverrides
|
|
296
|
-
): Promise<void>;
|
|
297
|
-
|
|
298
|
-
upgradeToAndCall(
|
|
299
|
-
newImplementation: string,
|
|
300
|
-
data: BytesLike,
|
|
301
|
-
overrides?: CallOverrides
|
|
302
|
-
): Promise<void>;
|
|
303
116
|
};
|
|
304
117
|
|
|
305
118
|
filters: {
|
|
306
|
-
"AdminChanged(address,address)"(
|
|
307
|
-
previousAdmin?: null,
|
|
308
|
-
newAdmin?: null
|
|
309
|
-
): AdminChangedEventFilter;
|
|
310
|
-
AdminChanged(
|
|
311
|
-
previousAdmin?: null,
|
|
312
|
-
newAdmin?: null
|
|
313
|
-
): AdminChangedEventFilter;
|
|
314
|
-
|
|
315
|
-
"BeaconUpgraded(address)"(
|
|
316
|
-
beacon?: string | null
|
|
317
|
-
): BeaconUpgradedEventFilter;
|
|
318
|
-
BeaconUpgraded(beacon?: string | null): BeaconUpgradedEventFilter;
|
|
319
|
-
|
|
320
|
-
"Initialized(uint8)"(version?: null): InitializedEventFilter;
|
|
321
|
-
Initialized(version?: null): InitializedEventFilter;
|
|
322
|
-
|
|
323
|
-
"OwnershipTransferred(address,address)"(
|
|
324
|
-
previousOwner?: string | null,
|
|
325
|
-
newOwner?: string | null
|
|
326
|
-
): OwnershipTransferredEventFilter;
|
|
327
|
-
OwnershipTransferred(
|
|
328
|
-
previousOwner?: string | null,
|
|
329
|
-
newOwner?: string | null
|
|
330
|
-
): OwnershipTransferredEventFilter;
|
|
331
|
-
|
|
332
119
|
"SwapSingle(uint8,address,uint256)"(
|
|
333
120
|
swapType?: BigNumberish | null,
|
|
334
121
|
tokenIn?: string | null,
|
|
@@ -339,90 +126,23 @@ export interface PendleSwap extends BaseContract {
|
|
|
339
126
|
tokenIn?: string | null,
|
|
340
127
|
amountIn?: null
|
|
341
128
|
): SwapSingleEventFilter;
|
|
342
|
-
|
|
343
|
-
"Upgraded(address)"(implementation?: string | null): UpgradedEventFilter;
|
|
344
|
-
Upgraded(implementation?: string | null): UpgradedEventFilter;
|
|
345
129
|
};
|
|
346
130
|
|
|
347
131
|
estimateGas: {
|
|
348
|
-
claimOwnership(
|
|
349
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
350
|
-
): Promise<BigNumber>;
|
|
351
|
-
|
|
352
|
-
initialize(
|
|
353
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
354
|
-
): Promise<BigNumber>;
|
|
355
|
-
|
|
356
|
-
owner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
357
|
-
|
|
358
|
-
pendingOwner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
359
|
-
|
|
360
|
-
proxiableUUID(overrides?: CallOverrides): Promise<BigNumber>;
|
|
361
|
-
|
|
362
132
|
swap(
|
|
363
133
|
tokenIn: string,
|
|
364
134
|
amountIn: BigNumberish,
|
|
365
135
|
data: SwapDataStruct,
|
|
366
136
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
367
137
|
): Promise<BigNumber>;
|
|
368
|
-
|
|
369
|
-
transferOwnership(
|
|
370
|
-
newOwner: string,
|
|
371
|
-
direct: boolean,
|
|
372
|
-
renounce: boolean,
|
|
373
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
374
|
-
): Promise<BigNumber>;
|
|
375
|
-
|
|
376
|
-
upgradeTo(
|
|
377
|
-
newImplementation: string,
|
|
378
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
379
|
-
): Promise<BigNumber>;
|
|
380
|
-
|
|
381
|
-
upgradeToAndCall(
|
|
382
|
-
newImplementation: string,
|
|
383
|
-
data: BytesLike,
|
|
384
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
385
|
-
): Promise<BigNumber>;
|
|
386
138
|
};
|
|
387
139
|
|
|
388
140
|
populateTransaction: {
|
|
389
|
-
claimOwnership(
|
|
390
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
391
|
-
): Promise<PopulatedTransaction>;
|
|
392
|
-
|
|
393
|
-
initialize(
|
|
394
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
395
|
-
): Promise<PopulatedTransaction>;
|
|
396
|
-
|
|
397
|
-
owner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
398
|
-
|
|
399
|
-
pendingOwner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
400
|
-
|
|
401
|
-
proxiableUUID(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
402
|
-
|
|
403
141
|
swap(
|
|
404
142
|
tokenIn: string,
|
|
405
143
|
amountIn: BigNumberish,
|
|
406
144
|
data: SwapDataStruct,
|
|
407
145
|
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
408
146
|
): Promise<PopulatedTransaction>;
|
|
409
|
-
|
|
410
|
-
transferOwnership(
|
|
411
|
-
newOwner: string,
|
|
412
|
-
direct: boolean,
|
|
413
|
-
renounce: boolean,
|
|
414
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
415
|
-
): Promise<PopulatedTransaction>;
|
|
416
|
-
|
|
417
|
-
upgradeTo(
|
|
418
|
-
newImplementation: string,
|
|
419
|
-
overrides?: Overrides & { from?: string | Promise<string> }
|
|
420
|
-
): Promise<PopulatedTransaction>;
|
|
421
|
-
|
|
422
|
-
upgradeToAndCall(
|
|
423
|
-
newImplementation: string,
|
|
424
|
-
data: BytesLike,
|
|
425
|
-
overrides?: PayableOverrides & { from?: string | Promise<string> }
|
|
426
|
-
): Promise<PopulatedTransaction>;
|
|
427
147
|
};
|
|
428
148
|
}
|