@gearbox-protocol/sdk 3.0.0-next.42 → 3.0.0-next.43
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/contracts/index.sol +3 -2
- package/lib/core/creditAccount.d.ts +1 -2
- package/lib/core/creditAccount.js +2 -4
- package/lib/core/gauge.d.ts +1 -0
- package/lib/core/gauge.js +2 -0
- package/lib/types/IDataCompressorV2_10.d.ts +2 -5
- package/lib/types/IDataCompressorV3_00.d.ts +5 -5
- package/lib/types/IERC20Zapper.d.ts +117 -0
- package/lib/types/IETHZapper.d.ts +66 -0
- package/lib/types/IGearStakingV3.sol/IGearStakingV3.d.ts +24 -1
- package/lib/types/IZapper.d.ts +39 -39
- package/lib/types/factories/IDataCompressorV2_10__factory.d.ts +2 -10
- package/lib/types/factories/IDataCompressorV2_10__factory.js +2 -12
- package/lib/types/factories/IDataCompressorV3_00__factory.d.ts +8 -20
- package/lib/types/factories/IDataCompressorV3_00__factory.js +9 -24
- package/lib/types/factories/{IWETHZapper__factory.d.ts → IERC20Zapper__factory.d.ts} +42 -90
- package/lib/types/factories/{IWETHZapper__factory.js → IERC20Zapper__factory.js} +39 -104
- package/lib/types/factories/IETHZapper__factory.d.ts +40 -0
- package/lib/types/factories/IETHZapper__factory.js +62 -0
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.d.ts +47 -0
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.js +60 -0
- package/lib/types/factories/IZapper__factory.d.ts +11 -11
- package/lib/types/factories/IZapper__factory.js +11 -11
- package/lib/types/factories/index.d.ts +2 -2
- package/lib/types/factories/index.js +6 -6
- package/lib/types/index.d.ts +4 -4
- package/lib/types/index.js +5 -5
- package/package.json +5 -5
- package/lib/types/IWERC20Zapper.d.ts +0 -166
- package/lib/types/IWETHZapper.d.ts +0 -162
- package/lib/types/factories/IWERC20Zapper__factory.d.ts +0 -176
- package/lib/types/factories/IWERC20Zapper__factory.js +0 -240
- /package/lib/types/{IWERC20Zapper.js → IERC20Zapper.js} +0 -0
- /package/lib/types/{IWETHZapper.js → IETHZapper.js} +0 -0
|
@@ -54,7 +54,7 @@ export declare class IDataCompressorV2_10__factory {
|
|
|
54
54
|
readonly type: "address";
|
|
55
55
|
}, {
|
|
56
56
|
readonly internalType: "string";
|
|
57
|
-
readonly name: "
|
|
57
|
+
readonly name: "cmName";
|
|
58
58
|
readonly type: "string";
|
|
59
59
|
}, {
|
|
60
60
|
readonly internalType: "address";
|
|
@@ -68,10 +68,6 @@ export declare class IDataCompressorV2_10__factory {
|
|
|
68
68
|
readonly internalType: "uint256";
|
|
69
69
|
readonly name: "debt";
|
|
70
70
|
readonly type: "uint256";
|
|
71
|
-
}, {
|
|
72
|
-
readonly internalType: "uint256";
|
|
73
|
-
readonly name: "cumulativeIndexNow";
|
|
74
|
-
readonly type: "uint256";
|
|
75
71
|
}, {
|
|
76
72
|
readonly internalType: "uint256";
|
|
77
73
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -235,7 +231,7 @@ export declare class IDataCompressorV2_10__factory {
|
|
|
235
231
|
readonly type: "address";
|
|
236
232
|
}, {
|
|
237
233
|
readonly internalType: "string";
|
|
238
|
-
readonly name: "
|
|
234
|
+
readonly name: "cmName";
|
|
239
235
|
readonly type: "string";
|
|
240
236
|
}, {
|
|
241
237
|
readonly internalType: "address";
|
|
@@ -249,10 +245,6 @@ export declare class IDataCompressorV2_10__factory {
|
|
|
249
245
|
readonly internalType: "uint256";
|
|
250
246
|
readonly name: "debt";
|
|
251
247
|
readonly type: "uint256";
|
|
252
|
-
}, {
|
|
253
|
-
readonly internalType: "uint256";
|
|
254
|
-
readonly name: "cumulativeIndexNow";
|
|
255
|
-
readonly type: "uint256";
|
|
256
248
|
}, {
|
|
257
249
|
readonly internalType: "uint256";
|
|
258
250
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -74,7 +74,7 @@ const _abi = [
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
internalType: "string",
|
|
77
|
-
name: "
|
|
77
|
+
name: "cmName",
|
|
78
78
|
type: "string",
|
|
79
79
|
},
|
|
80
80
|
{
|
|
@@ -92,11 +92,6 @@ const _abi = [
|
|
|
92
92
|
name: "debt",
|
|
93
93
|
type: "uint256",
|
|
94
94
|
},
|
|
95
|
-
{
|
|
96
|
-
internalType: "uint256",
|
|
97
|
-
name: "cumulativeIndexNow",
|
|
98
|
-
type: "uint256",
|
|
99
|
-
},
|
|
100
95
|
{
|
|
101
96
|
internalType: "uint256",
|
|
102
97
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -304,7 +299,7 @@ const _abi = [
|
|
|
304
299
|
},
|
|
305
300
|
{
|
|
306
301
|
internalType: "string",
|
|
307
|
-
name: "
|
|
302
|
+
name: "cmName",
|
|
308
303
|
type: "string",
|
|
309
304
|
},
|
|
310
305
|
{
|
|
@@ -322,11 +317,6 @@ const _abi = [
|
|
|
322
317
|
name: "debt",
|
|
323
318
|
type: "uint256",
|
|
324
319
|
},
|
|
325
|
-
{
|
|
326
|
-
internalType: "uint256",
|
|
327
|
-
name: "cumulativeIndexNow",
|
|
328
|
-
type: "uint256",
|
|
329
|
-
},
|
|
330
320
|
{
|
|
331
321
|
internalType: "uint256",
|
|
332
322
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -45,7 +45,7 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
45
45
|
readonly type: "address";
|
|
46
46
|
}, {
|
|
47
47
|
readonly internalType: "string";
|
|
48
|
-
readonly name: "
|
|
48
|
+
readonly name: "cmName";
|
|
49
49
|
readonly type: "string";
|
|
50
50
|
}, {
|
|
51
51
|
readonly internalType: "address";
|
|
@@ -59,10 +59,6 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
59
59
|
readonly internalType: "uint256";
|
|
60
60
|
readonly name: "debt";
|
|
61
61
|
readonly type: "uint256";
|
|
62
|
-
}, {
|
|
63
|
-
readonly internalType: "uint256";
|
|
64
|
-
readonly name: "cumulativeIndexNow";
|
|
65
|
-
readonly type: "uint256";
|
|
66
62
|
}, {
|
|
67
63
|
readonly internalType: "uint256";
|
|
68
64
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -239,7 +235,7 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
239
235
|
readonly type: "address";
|
|
240
236
|
}, {
|
|
241
237
|
readonly internalType: "string";
|
|
242
|
-
readonly name: "
|
|
238
|
+
readonly name: "cmName";
|
|
243
239
|
readonly type: "string";
|
|
244
240
|
}, {
|
|
245
241
|
readonly internalType: "address";
|
|
@@ -253,10 +249,6 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
253
249
|
readonly internalType: "uint256";
|
|
254
250
|
readonly name: "debt";
|
|
255
251
|
readonly type: "uint256";
|
|
256
|
-
}, {
|
|
257
|
-
readonly internalType: "uint256";
|
|
258
|
-
readonly name: "cumulativeIndexNow";
|
|
259
|
-
readonly type: "uint256";
|
|
260
252
|
}, {
|
|
261
253
|
readonly internalType: "uint256";
|
|
262
254
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -433,7 +425,7 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
433
425
|
readonly type: "address";
|
|
434
426
|
}, {
|
|
435
427
|
readonly internalType: "string";
|
|
436
|
-
readonly name: "
|
|
428
|
+
readonly name: "cmName";
|
|
437
429
|
readonly type: "string";
|
|
438
430
|
}, {
|
|
439
431
|
readonly internalType: "address";
|
|
@@ -447,10 +439,6 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
447
439
|
readonly internalType: "uint256";
|
|
448
440
|
readonly name: "debt";
|
|
449
441
|
readonly type: "uint256";
|
|
450
|
-
}, {
|
|
451
|
-
readonly internalType: "uint256";
|
|
452
|
-
readonly name: "cumulativeIndexNow";
|
|
453
|
-
readonly type: "uint256";
|
|
454
442
|
}, {
|
|
455
443
|
readonly internalType: "uint256";
|
|
456
444
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -1000,6 +988,10 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
1000
988
|
readonly internalType: "string";
|
|
1001
989
|
readonly name: "name";
|
|
1002
990
|
readonly type: "string";
|
|
991
|
+
}, {
|
|
992
|
+
readonly internalType: "address";
|
|
993
|
+
readonly name: "underlying";
|
|
994
|
+
readonly type: "address";
|
|
1003
995
|
}, {
|
|
1004
996
|
readonly internalType: "uint16";
|
|
1005
997
|
readonly name: "currentEpoch";
|
|
@@ -1107,7 +1099,7 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
1107
1099
|
readonly type: "address";
|
|
1108
1100
|
}, {
|
|
1109
1101
|
readonly internalType: "string";
|
|
1110
|
-
readonly name: "
|
|
1102
|
+
readonly name: "cmName";
|
|
1111
1103
|
readonly type: "string";
|
|
1112
1104
|
}, {
|
|
1113
1105
|
readonly internalType: "address";
|
|
@@ -1121,10 +1113,6 @@ export declare class IDataCompressorV3_00__factory {
|
|
|
1121
1113
|
readonly internalType: "uint256";
|
|
1122
1114
|
readonly name: "debt";
|
|
1123
1115
|
readonly type: "uint256";
|
|
1124
|
-
}, {
|
|
1125
|
-
readonly internalType: "uint256";
|
|
1126
|
-
readonly name: "cumulativeIndexNow";
|
|
1127
|
-
readonly type: "uint256";
|
|
1128
1116
|
}, {
|
|
1129
1117
|
readonly internalType: "uint256";
|
|
1130
1118
|
readonly name: "cumulativeIndexLastUpdate";
|
|
@@ -62,7 +62,7 @@ const _abi = [
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
internalType: "string",
|
|
65
|
-
name: "
|
|
65
|
+
name: "cmName",
|
|
66
66
|
type: "string",
|
|
67
67
|
},
|
|
68
68
|
{
|
|
@@ -80,11 +80,6 @@ const _abi = [
|
|
|
80
80
|
name: "debt",
|
|
81
81
|
type: "uint256",
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
internalType: "uint256",
|
|
85
|
-
name: "cumulativeIndexNow",
|
|
86
|
-
type: "uint256",
|
|
87
|
-
},
|
|
88
83
|
{
|
|
89
84
|
internalType: "uint256",
|
|
90
85
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -309,7 +304,7 @@ const _abi = [
|
|
|
309
304
|
},
|
|
310
305
|
{
|
|
311
306
|
internalType: "string",
|
|
312
|
-
name: "
|
|
307
|
+
name: "cmName",
|
|
313
308
|
type: "string",
|
|
314
309
|
},
|
|
315
310
|
{
|
|
@@ -327,11 +322,6 @@ const _abi = [
|
|
|
327
322
|
name: "debt",
|
|
328
323
|
type: "uint256",
|
|
329
324
|
},
|
|
330
|
-
{
|
|
331
|
-
internalType: "uint256",
|
|
332
|
-
name: "cumulativeIndexNow",
|
|
333
|
-
type: "uint256",
|
|
334
|
-
},
|
|
335
325
|
{
|
|
336
326
|
internalType: "uint256",
|
|
337
327
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -556,7 +546,7 @@ const _abi = [
|
|
|
556
546
|
},
|
|
557
547
|
{
|
|
558
548
|
internalType: "string",
|
|
559
|
-
name: "
|
|
549
|
+
name: "cmName",
|
|
560
550
|
type: "string",
|
|
561
551
|
},
|
|
562
552
|
{
|
|
@@ -574,11 +564,6 @@ const _abi = [
|
|
|
574
564
|
name: "debt",
|
|
575
565
|
type: "uint256",
|
|
576
566
|
},
|
|
577
|
-
{
|
|
578
|
-
internalType: "uint256",
|
|
579
|
-
name: "cumulativeIndexNow",
|
|
580
|
-
type: "uint256",
|
|
581
|
-
},
|
|
582
567
|
{
|
|
583
568
|
internalType: "uint256",
|
|
584
569
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -1277,6 +1262,11 @@ const _abi = [
|
|
|
1277
1262
|
name: "name",
|
|
1278
1263
|
type: "string",
|
|
1279
1264
|
},
|
|
1265
|
+
{
|
|
1266
|
+
internalType: "address",
|
|
1267
|
+
name: "underlying",
|
|
1268
|
+
type: "address",
|
|
1269
|
+
},
|
|
1280
1270
|
{
|
|
1281
1271
|
internalType: "uint16",
|
|
1282
1272
|
name: "currentEpoch",
|
|
@@ -1414,7 +1404,7 @@ const _abi = [
|
|
|
1414
1404
|
},
|
|
1415
1405
|
{
|
|
1416
1406
|
internalType: "string",
|
|
1417
|
-
name: "
|
|
1407
|
+
name: "cmName",
|
|
1418
1408
|
type: "string",
|
|
1419
1409
|
},
|
|
1420
1410
|
{
|
|
@@ -1432,11 +1422,6 @@ const _abi = [
|
|
|
1432
1422
|
name: "debt",
|
|
1433
1423
|
type: "uint256",
|
|
1434
1424
|
},
|
|
1435
|
-
{
|
|
1436
|
-
internalType: "uint256",
|
|
1437
|
-
name: "cumulativeIndexNow",
|
|
1438
|
-
type: "uint256",
|
|
1439
|
-
},
|
|
1440
1425
|
{
|
|
1441
1426
|
internalType: "uint256",
|
|
1442
1427
|
name: "cumulativeIndexLastUpdate",
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { Signer } from "ethers";
|
|
2
2
|
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type {
|
|
4
|
-
export declare class
|
|
3
|
+
import type { IERC20Zapper, IERC20ZapperInterface } from "../IERC20Zapper";
|
|
4
|
+
export declare class IERC20Zapper__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
7
|
+
readonly internalType: "uint256";
|
|
8
|
+
readonly name: "tokenInAmount";
|
|
9
|
+
readonly type: "uint256";
|
|
10
|
+
}, {
|
|
7
11
|
readonly internalType: "address";
|
|
8
12
|
readonly name: "receiver";
|
|
9
13
|
readonly type: "address";
|
|
@@ -11,85 +15,63 @@ export declare class IWETHZapper__factory {
|
|
|
11
15
|
readonly name: "deposit";
|
|
12
16
|
readonly outputs: readonly [{
|
|
13
17
|
readonly internalType: "uint256";
|
|
14
|
-
readonly name: "
|
|
18
|
+
readonly name: "tokenOutAmount";
|
|
15
19
|
readonly type: "uint256";
|
|
16
20
|
}];
|
|
17
|
-
readonly stateMutability: "
|
|
21
|
+
readonly stateMutability: "nonpayable";
|
|
18
22
|
readonly type: "function";
|
|
19
23
|
}, {
|
|
20
24
|
readonly inputs: readonly [{
|
|
21
|
-
readonly internalType: "address";
|
|
22
|
-
readonly name: "receiver";
|
|
23
|
-
readonly type: "address";
|
|
24
|
-
}, {
|
|
25
|
-
readonly internalType: "uint256";
|
|
26
|
-
readonly name: "referralCode";
|
|
27
|
-
readonly type: "uint256";
|
|
28
|
-
}];
|
|
29
|
-
readonly name: "depositWithReferral";
|
|
30
|
-
readonly outputs: readonly [{
|
|
31
25
|
readonly internalType: "uint256";
|
|
32
|
-
readonly name: "
|
|
26
|
+
readonly name: "tokenInAmount";
|
|
33
27
|
readonly type: "uint256";
|
|
34
|
-
}
|
|
35
|
-
readonly stateMutability: "payable";
|
|
36
|
-
readonly type: "function";
|
|
37
|
-
}, {
|
|
38
|
-
readonly inputs: readonly [];
|
|
39
|
-
readonly name: "pool";
|
|
40
|
-
readonly outputs: readonly [{
|
|
28
|
+
}, {
|
|
41
29
|
readonly internalType: "address";
|
|
42
|
-
readonly name: "";
|
|
30
|
+
readonly name: "receiver";
|
|
43
31
|
readonly type: "address";
|
|
44
|
-
}
|
|
45
|
-
readonly stateMutability: "view";
|
|
46
|
-
readonly type: "function";
|
|
47
|
-
}, {
|
|
48
|
-
readonly inputs: readonly [{
|
|
49
|
-
readonly internalType: "uint256";
|
|
50
|
-
readonly name: "amount";
|
|
51
|
-
readonly type: "uint256";
|
|
52
|
-
}];
|
|
53
|
-
readonly name: "previewDeposit";
|
|
54
|
-
readonly outputs: readonly [{
|
|
55
|
-
readonly internalType: "uint256";
|
|
56
|
-
readonly name: "shares";
|
|
57
|
-
readonly type: "uint256";
|
|
58
|
-
}];
|
|
59
|
-
readonly stateMutability: "view";
|
|
60
|
-
readonly type: "function";
|
|
61
|
-
}, {
|
|
62
|
-
readonly inputs: readonly [{
|
|
32
|
+
}, {
|
|
63
33
|
readonly internalType: "uint256";
|
|
64
|
-
readonly name: "
|
|
34
|
+
readonly name: "deadline";
|
|
65
35
|
readonly type: "uint256";
|
|
36
|
+
}, {
|
|
37
|
+
readonly internalType: "uint8";
|
|
38
|
+
readonly name: "v";
|
|
39
|
+
readonly type: "uint8";
|
|
40
|
+
}, {
|
|
41
|
+
readonly internalType: "bytes32";
|
|
42
|
+
readonly name: "r";
|
|
43
|
+
readonly type: "bytes32";
|
|
44
|
+
}, {
|
|
45
|
+
readonly internalType: "bytes32";
|
|
46
|
+
readonly name: "s";
|
|
47
|
+
readonly type: "bytes32";
|
|
66
48
|
}];
|
|
67
|
-
readonly name: "
|
|
49
|
+
readonly name: "depositWithPermit";
|
|
68
50
|
readonly outputs: readonly [{
|
|
69
51
|
readonly internalType: "uint256";
|
|
70
|
-
readonly name: "
|
|
52
|
+
readonly name: "tokenOutAmount";
|
|
71
53
|
readonly type: "uint256";
|
|
72
54
|
}];
|
|
73
|
-
readonly stateMutability: "
|
|
55
|
+
readonly stateMutability: "nonpayable";
|
|
74
56
|
readonly type: "function";
|
|
75
57
|
}, {
|
|
76
58
|
readonly inputs: readonly [{
|
|
77
59
|
readonly internalType: "uint256";
|
|
78
|
-
readonly name: "
|
|
60
|
+
readonly name: "tokenInAmount";
|
|
79
61
|
readonly type: "uint256";
|
|
80
62
|
}, {
|
|
81
63
|
readonly internalType: "address";
|
|
82
64
|
readonly name: "receiver";
|
|
83
65
|
readonly type: "address";
|
|
84
66
|
}, {
|
|
85
|
-
readonly internalType: "
|
|
86
|
-
readonly name: "
|
|
87
|
-
readonly type: "
|
|
67
|
+
readonly internalType: "uint256";
|
|
68
|
+
readonly name: "referralCode";
|
|
69
|
+
readonly type: "uint256";
|
|
88
70
|
}];
|
|
89
|
-
readonly name: "
|
|
71
|
+
readonly name: "depositWithReferral";
|
|
90
72
|
readonly outputs: readonly [{
|
|
91
73
|
readonly internalType: "uint256";
|
|
92
|
-
readonly name: "
|
|
74
|
+
readonly name: "tokenOutAmount";
|
|
93
75
|
readonly type: "uint256";
|
|
94
76
|
}];
|
|
95
77
|
readonly stateMutability: "nonpayable";
|
|
@@ -97,16 +79,16 @@ export declare class IWETHZapper__factory {
|
|
|
97
79
|
}, {
|
|
98
80
|
readonly inputs: readonly [{
|
|
99
81
|
readonly internalType: "uint256";
|
|
100
|
-
readonly name: "
|
|
82
|
+
readonly name: "tokenInAmount";
|
|
101
83
|
readonly type: "uint256";
|
|
102
84
|
}, {
|
|
103
85
|
readonly internalType: "address";
|
|
104
86
|
readonly name: "receiver";
|
|
105
87
|
readonly type: "address";
|
|
106
88
|
}, {
|
|
107
|
-
readonly internalType: "
|
|
108
|
-
readonly name: "
|
|
109
|
-
readonly type: "
|
|
89
|
+
readonly internalType: "uint256";
|
|
90
|
+
readonly name: "referralCode";
|
|
91
|
+
readonly type: "uint256";
|
|
110
92
|
}, {
|
|
111
93
|
readonly internalType: "uint256";
|
|
112
94
|
readonly name: "deadline";
|
|
@@ -124,45 +106,15 @@ export declare class IWETHZapper__factory {
|
|
|
124
106
|
readonly name: "s";
|
|
125
107
|
readonly type: "bytes32";
|
|
126
108
|
}];
|
|
127
|
-
readonly name: "
|
|
109
|
+
readonly name: "depositWithReferralAndPermit";
|
|
128
110
|
readonly outputs: readonly [{
|
|
129
111
|
readonly internalType: "uint256";
|
|
130
|
-
readonly name: "
|
|
112
|
+
readonly name: "tokenOutAmount";
|
|
131
113
|
readonly type: "uint256";
|
|
132
114
|
}];
|
|
133
115
|
readonly stateMutability: "nonpayable";
|
|
134
116
|
readonly type: "function";
|
|
135
|
-
}, {
|
|
136
|
-
readonly inputs: readonly [];
|
|
137
|
-
readonly name: "tokenOut";
|
|
138
|
-
readonly outputs: readonly [{
|
|
139
|
-
readonly internalType: "address";
|
|
140
|
-
readonly name: "";
|
|
141
|
-
readonly type: "address";
|
|
142
|
-
}];
|
|
143
|
-
readonly stateMutability: "view";
|
|
144
|
-
readonly type: "function";
|
|
145
|
-
}, {
|
|
146
|
-
readonly inputs: readonly [];
|
|
147
|
-
readonly name: "unwrappedToken";
|
|
148
|
-
readonly outputs: readonly [{
|
|
149
|
-
readonly internalType: "address";
|
|
150
|
-
readonly name: "";
|
|
151
|
-
readonly type: "address";
|
|
152
|
-
}];
|
|
153
|
-
readonly stateMutability: "view";
|
|
154
|
-
readonly type: "function";
|
|
155
|
-
}, {
|
|
156
|
-
readonly inputs: readonly [];
|
|
157
|
-
readonly name: "wrappedToken";
|
|
158
|
-
readonly outputs: readonly [{
|
|
159
|
-
readonly internalType: "address";
|
|
160
|
-
readonly name: "";
|
|
161
|
-
readonly type: "address";
|
|
162
|
-
}];
|
|
163
|
-
readonly stateMutability: "view";
|
|
164
|
-
readonly type: "function";
|
|
165
117
|
}];
|
|
166
|
-
static createInterface():
|
|
167
|
-
static connect(address: string, signerOrProvider: Signer | Provider):
|
|
118
|
+
static createInterface(): IERC20ZapperInterface;
|
|
119
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IERC20Zapper;
|
|
168
120
|
}
|