@meterio/sumer-js 0.2.82 → 0.2.83
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/dist/browser/sumer.min.js +8 -8
- package/dist/nodejs/abi.d.ts +240 -430
- package/dist/nodejs/abi.js +12972 -14587
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/berabartio.d.ts +2 -0
- package/dist/nodejs/constants/berabartio.js +14 -0
- package/dist/nodejs/constants/berabartio.js.map +1 -1
- package/dist/nodejs/constants/index.js +2 -0
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/constants/merlin.d.ts +59 -0
- package/dist/nodejs/constants/merlin.js +135 -0
- package/dist/nodejs/constants/merlin.js.map +1 -0
- package/dist/nodejs/errorABIs.js +265 -1090
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +240 -430
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +1 -9
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +31 -90
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +1 -9
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +1 -68
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +0 -8
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +0 -36
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +0 -45
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +1 -47
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +1 -59
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +30 -134
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +35 -168
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +0 -10
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +0 -13
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +0 -78
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +0 -99
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +0 -4
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +1 -5
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -37
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +0 -144
- package/dist/nodejs/typechain/index.d.ts +0 -16
- package/dist/nodejs/typechain/index.js +2 -18
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.d.ts
CHANGED
|
@@ -89,21 +89,6 @@ export declare const abi: {
|
|
|
89
89
|
name?: undefined;
|
|
90
90
|
outputs?: undefined;
|
|
91
91
|
})[];
|
|
92
|
-
Test: {
|
|
93
|
-
inputs: {
|
|
94
|
-
internalType: string;
|
|
95
|
-
name: string;
|
|
96
|
-
type: string;
|
|
97
|
-
}[];
|
|
98
|
-
name: string;
|
|
99
|
-
outputs: {
|
|
100
|
-
internalType: string;
|
|
101
|
-
name: string;
|
|
102
|
-
type: string;
|
|
103
|
-
}[];
|
|
104
|
-
stateMutability: string;
|
|
105
|
-
type: string;
|
|
106
|
-
}[];
|
|
107
92
|
Timelock: ({
|
|
108
93
|
inputs: any[];
|
|
109
94
|
stateMutability: string;
|
|
@@ -134,23 +119,6 @@ export declare const abi: {
|
|
|
134
119
|
type: string;
|
|
135
120
|
stateMutability?: undefined;
|
|
136
121
|
outputs?: undefined;
|
|
137
|
-
} | {
|
|
138
|
-
anonymous: boolean;
|
|
139
|
-
inputs: {
|
|
140
|
-
components: {
|
|
141
|
-
internalType: string;
|
|
142
|
-
name: string;
|
|
143
|
-
type: string;
|
|
144
|
-
}[];
|
|
145
|
-
indexed: boolean;
|
|
146
|
-
internalType: string;
|
|
147
|
-
name: string;
|
|
148
|
-
type: string;
|
|
149
|
-
}[];
|
|
150
|
-
name: string;
|
|
151
|
-
type: string;
|
|
152
|
-
stateMutability?: undefined;
|
|
153
|
-
outputs?: undefined;
|
|
154
122
|
} | {
|
|
155
123
|
inputs: {
|
|
156
124
|
internalType: string;
|
|
@@ -210,7 +178,7 @@ export declare const abi: {
|
|
|
210
178
|
anonymous?: undefined;
|
|
211
179
|
outputs?: undefined;
|
|
212
180
|
})[];
|
|
213
|
-
|
|
181
|
+
AccountLiquidity: ({
|
|
214
182
|
inputs: any[];
|
|
215
183
|
stateMutability: string;
|
|
216
184
|
type: string;
|
|
@@ -255,6 +223,26 @@ export declare const abi: {
|
|
|
255
223
|
stateMutability: string;
|
|
256
224
|
type: string;
|
|
257
225
|
anonymous?: undefined;
|
|
226
|
+
})[];
|
|
227
|
+
CompLogic: ({
|
|
228
|
+
inputs: any[];
|
|
229
|
+
stateMutability: string;
|
|
230
|
+
type: string;
|
|
231
|
+
anonymous?: undefined;
|
|
232
|
+
name?: undefined;
|
|
233
|
+
outputs?: undefined;
|
|
234
|
+
} | {
|
|
235
|
+
anonymous: boolean;
|
|
236
|
+
inputs: {
|
|
237
|
+
indexed: boolean;
|
|
238
|
+
internalType: string;
|
|
239
|
+
name: string;
|
|
240
|
+
type: string;
|
|
241
|
+
}[];
|
|
242
|
+
name: string;
|
|
243
|
+
type: string;
|
|
244
|
+
stateMutability?: undefined;
|
|
245
|
+
outputs?: undefined;
|
|
258
246
|
} | {
|
|
259
247
|
inputs: {
|
|
260
248
|
internalType: string;
|
|
@@ -263,11 +251,6 @@ export declare const abi: {
|
|
|
263
251
|
}[];
|
|
264
252
|
name: string;
|
|
265
253
|
outputs: {
|
|
266
|
-
components: {
|
|
267
|
-
internalType: string;
|
|
268
|
-
name: string;
|
|
269
|
-
type: string;
|
|
270
|
-
}[];
|
|
271
254
|
internalType: string;
|
|
272
255
|
name: string;
|
|
273
256
|
type: string;
|
|
@@ -275,37 +258,38 @@ export declare const abi: {
|
|
|
275
258
|
stateMutability: string;
|
|
276
259
|
type: string;
|
|
277
260
|
anonymous?: undefined;
|
|
278
|
-
})[];
|
|
279
|
-
CEther: ({
|
|
280
|
-
inputs: any[];
|
|
281
|
-
stateMutability: string;
|
|
282
|
-
type: string;
|
|
283
|
-
name?: undefined;
|
|
284
|
-
anonymous?: undefined;
|
|
285
|
-
outputs?: undefined;
|
|
286
261
|
} | {
|
|
287
|
-
inputs: {
|
|
262
|
+
inputs: ({
|
|
288
263
|
internalType: string;
|
|
289
264
|
name: string;
|
|
290
265
|
type: string;
|
|
291
|
-
|
|
266
|
+
components?: undefined;
|
|
267
|
+
} | {
|
|
268
|
+
components: {
|
|
269
|
+
internalType: string;
|
|
270
|
+
name: string;
|
|
271
|
+
type: string;
|
|
272
|
+
}[];
|
|
273
|
+
internalType: string;
|
|
274
|
+
name: string;
|
|
275
|
+
type: string;
|
|
276
|
+
})[];
|
|
292
277
|
name: string;
|
|
278
|
+
outputs: any[];
|
|
279
|
+
stateMutability: string;
|
|
293
280
|
type: string;
|
|
294
|
-
stateMutability?: undefined;
|
|
295
281
|
anonymous?: undefined;
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
anonymous: boolean;
|
|
282
|
+
})[];
|
|
283
|
+
CompoundLens: ({
|
|
299
284
|
inputs: {
|
|
300
|
-
indexed: boolean;
|
|
301
285
|
internalType: string;
|
|
302
286
|
name: string;
|
|
303
287
|
type: string;
|
|
304
288
|
}[];
|
|
305
289
|
name: string;
|
|
306
290
|
type: string;
|
|
307
|
-
stateMutability?: undefined;
|
|
308
291
|
outputs?: undefined;
|
|
292
|
+
stateMutability?: undefined;
|
|
309
293
|
} | {
|
|
310
294
|
inputs: {
|
|
311
295
|
internalType: string;
|
|
@@ -314,13 +298,17 @@ export declare const abi: {
|
|
|
314
298
|
}[];
|
|
315
299
|
name: string;
|
|
316
300
|
outputs: {
|
|
301
|
+
components: {
|
|
302
|
+
internalType: string;
|
|
303
|
+
name: string;
|
|
304
|
+
type: string;
|
|
305
|
+
}[];
|
|
317
306
|
internalType: string;
|
|
318
307
|
name: string;
|
|
319
308
|
type: string;
|
|
320
309
|
}[];
|
|
321
310
|
stateMutability: string;
|
|
322
311
|
type: string;
|
|
323
|
-
anonymous?: undefined;
|
|
324
312
|
} | {
|
|
325
313
|
inputs: {
|
|
326
314
|
internalType: string;
|
|
@@ -329,27 +317,21 @@ export declare const abi: {
|
|
|
329
317
|
}[];
|
|
330
318
|
name: string;
|
|
331
319
|
outputs: {
|
|
332
|
-
components: {
|
|
333
|
-
internalType: string;
|
|
334
|
-
name: string;
|
|
335
|
-
type: string;
|
|
336
|
-
}[];
|
|
337
320
|
internalType: string;
|
|
338
321
|
name: string;
|
|
339
322
|
type: string;
|
|
340
323
|
}[];
|
|
341
324
|
stateMutability: string;
|
|
342
325
|
type: string;
|
|
343
|
-
|
|
344
|
-
|
|
326
|
+
})[];
|
|
327
|
+
Comptroller: ({
|
|
328
|
+
inputs: any[];
|
|
345
329
|
stateMutability: string;
|
|
346
330
|
type: string;
|
|
347
|
-
inputs?: undefined;
|
|
348
331
|
name?: undefined;
|
|
349
332
|
anonymous?: undefined;
|
|
350
333
|
outputs?: undefined;
|
|
351
|
-
}
|
|
352
|
-
CToken: ({
|
|
334
|
+
} | {
|
|
353
335
|
inputs: {
|
|
354
336
|
internalType: string;
|
|
355
337
|
name: string;
|
|
@@ -357,9 +339,9 @@ export declare const abi: {
|
|
|
357
339
|
}[];
|
|
358
340
|
name: string;
|
|
359
341
|
type: string;
|
|
342
|
+
stateMutability?: undefined;
|
|
360
343
|
anonymous?: undefined;
|
|
361
344
|
outputs?: undefined;
|
|
362
|
-
stateMutability?: undefined;
|
|
363
345
|
} | {
|
|
364
346
|
anonymous: boolean;
|
|
365
347
|
inputs: {
|
|
@@ -370,8 +352,8 @@ export declare const abi: {
|
|
|
370
352
|
}[];
|
|
371
353
|
name: string;
|
|
372
354
|
type: string;
|
|
373
|
-
outputs?: undefined;
|
|
374
355
|
stateMutability?: undefined;
|
|
356
|
+
outputs?: undefined;
|
|
375
357
|
} | {
|
|
376
358
|
inputs: {
|
|
377
359
|
internalType: string;
|
|
@@ -408,7 +390,19 @@ export declare const abi: {
|
|
|
408
390
|
type: string;
|
|
409
391
|
anonymous?: undefined;
|
|
410
392
|
})[];
|
|
411
|
-
|
|
393
|
+
ComptrollerStorage: ({
|
|
394
|
+
anonymous: boolean;
|
|
395
|
+
inputs: {
|
|
396
|
+
indexed: boolean;
|
|
397
|
+
internalType: string;
|
|
398
|
+
name: string;
|
|
399
|
+
type: string;
|
|
400
|
+
}[];
|
|
401
|
+
name: string;
|
|
402
|
+
type: string;
|
|
403
|
+
outputs?: undefined;
|
|
404
|
+
stateMutability?: undefined;
|
|
405
|
+
} | {
|
|
412
406
|
inputs: {
|
|
413
407
|
internalType: string;
|
|
414
408
|
name: string;
|
|
@@ -422,8 +416,17 @@ export declare const abi: {
|
|
|
422
416
|
}[];
|
|
423
417
|
stateMutability: string;
|
|
424
418
|
type: string;
|
|
425
|
-
|
|
426
|
-
|
|
419
|
+
anonymous?: undefined;
|
|
420
|
+
})[];
|
|
421
|
+
LiquityMath: any[];
|
|
422
|
+
RedemptionManager: ({
|
|
423
|
+
inputs: any[];
|
|
424
|
+
stateMutability: string;
|
|
425
|
+
type: string;
|
|
426
|
+
name?: undefined;
|
|
427
|
+
anonymous?: undefined;
|
|
428
|
+
outputs?: undefined;
|
|
429
|
+
} | {
|
|
427
430
|
inputs: {
|
|
428
431
|
internalType: string;
|
|
429
432
|
name: string;
|
|
@@ -431,9 +434,9 @@ export declare const abi: {
|
|
|
431
434
|
}[];
|
|
432
435
|
name: string;
|
|
433
436
|
type: string;
|
|
437
|
+
stateMutability?: undefined;
|
|
434
438
|
anonymous?: undefined;
|
|
435
439
|
outputs?: undefined;
|
|
436
|
-
stateMutability?: undefined;
|
|
437
440
|
} | {
|
|
438
441
|
anonymous: boolean;
|
|
439
442
|
inputs: {
|
|
@@ -444,8 +447,8 @@ export declare const abi: {
|
|
|
444
447
|
}[];
|
|
445
448
|
name: string;
|
|
446
449
|
type: string;
|
|
447
|
-
outputs?: undefined;
|
|
448
450
|
stateMutability?: undefined;
|
|
451
|
+
outputs?: undefined;
|
|
449
452
|
} | {
|
|
450
453
|
inputs: {
|
|
451
454
|
internalType: string;
|
|
@@ -461,6 +464,26 @@ export declare const abi: {
|
|
|
461
464
|
stateMutability: string;
|
|
462
465
|
type: string;
|
|
463
466
|
anonymous?: undefined;
|
|
467
|
+
})[];
|
|
468
|
+
SortedBorrows: ({
|
|
469
|
+
inputs: any[];
|
|
470
|
+
stateMutability: string;
|
|
471
|
+
type: string;
|
|
472
|
+
anonymous?: undefined;
|
|
473
|
+
name?: undefined;
|
|
474
|
+
outputs?: undefined;
|
|
475
|
+
} | {
|
|
476
|
+
anonymous: boolean;
|
|
477
|
+
inputs: {
|
|
478
|
+
indexed: boolean;
|
|
479
|
+
internalType: string;
|
|
480
|
+
name: string;
|
|
481
|
+
type: string;
|
|
482
|
+
}[];
|
|
483
|
+
name: string;
|
|
484
|
+
type: string;
|
|
485
|
+
stateMutability?: undefined;
|
|
486
|
+
outputs?: undefined;
|
|
464
487
|
} | {
|
|
465
488
|
inputs: {
|
|
466
489
|
internalType: string;
|
|
@@ -469,11 +492,6 @@ export declare const abi: {
|
|
|
469
492
|
}[];
|
|
470
493
|
name: string;
|
|
471
494
|
outputs: {
|
|
472
|
-
components: {
|
|
473
|
-
internalType: string;
|
|
474
|
-
name: string;
|
|
475
|
-
type: string;
|
|
476
|
-
}[];
|
|
477
495
|
internalType: string;
|
|
478
496
|
name: string;
|
|
479
497
|
type: string;
|
|
@@ -482,7 +500,7 @@ export declare const abi: {
|
|
|
482
500
|
type: string;
|
|
483
501
|
anonymous?: undefined;
|
|
484
502
|
})[];
|
|
485
|
-
|
|
503
|
+
CErc20: ({
|
|
486
504
|
inputs: any[];
|
|
487
505
|
stateMutability: string;
|
|
488
506
|
type: string;
|
|
@@ -528,12 +546,13 @@ export declare const abi: {
|
|
|
528
546
|
type: string;
|
|
529
547
|
anonymous?: undefined;
|
|
530
548
|
} | {
|
|
531
|
-
inputs:
|
|
549
|
+
inputs: {
|
|
532
550
|
internalType: string;
|
|
533
551
|
name: string;
|
|
534
552
|
type: string;
|
|
535
|
-
|
|
536
|
-
|
|
553
|
+
}[];
|
|
554
|
+
name: string;
|
|
555
|
+
outputs: {
|
|
537
556
|
components: {
|
|
538
557
|
internalType: string;
|
|
539
558
|
name: string;
|
|
@@ -542,14 +561,19 @@ export declare const abi: {
|
|
|
542
561
|
internalType: string;
|
|
543
562
|
name: string;
|
|
544
563
|
type: string;
|
|
545
|
-
}
|
|
546
|
-
name: string;
|
|
547
|
-
outputs: any[];
|
|
564
|
+
}[];
|
|
548
565
|
stateMutability: string;
|
|
549
566
|
type: string;
|
|
550
567
|
anonymous?: undefined;
|
|
551
568
|
})[];
|
|
552
|
-
|
|
569
|
+
CEther: ({
|
|
570
|
+
inputs: any[];
|
|
571
|
+
stateMutability: string;
|
|
572
|
+
type: string;
|
|
573
|
+
name?: undefined;
|
|
574
|
+
anonymous?: undefined;
|
|
575
|
+
outputs?: undefined;
|
|
576
|
+
} | {
|
|
553
577
|
inputs: {
|
|
554
578
|
internalType: string;
|
|
555
579
|
name: string;
|
|
@@ -557,8 +581,21 @@ export declare const abi: {
|
|
|
557
581
|
}[];
|
|
558
582
|
name: string;
|
|
559
583
|
type: string;
|
|
584
|
+
stateMutability?: undefined;
|
|
585
|
+
anonymous?: undefined;
|
|
560
586
|
outputs?: undefined;
|
|
587
|
+
} | {
|
|
588
|
+
anonymous: boolean;
|
|
589
|
+
inputs: {
|
|
590
|
+
indexed: boolean;
|
|
591
|
+
internalType: string;
|
|
592
|
+
name: string;
|
|
593
|
+
type: string;
|
|
594
|
+
}[];
|
|
595
|
+
name: string;
|
|
596
|
+
type: string;
|
|
561
597
|
stateMutability?: undefined;
|
|
598
|
+
outputs?: undefined;
|
|
562
599
|
} | {
|
|
563
600
|
inputs: {
|
|
564
601
|
internalType: string;
|
|
@@ -567,17 +604,13 @@ export declare const abi: {
|
|
|
567
604
|
}[];
|
|
568
605
|
name: string;
|
|
569
606
|
outputs: {
|
|
570
|
-
components: {
|
|
571
|
-
internalType: string;
|
|
572
|
-
name: string;
|
|
573
|
-
type: string;
|
|
574
|
-
}[];
|
|
575
607
|
internalType: string;
|
|
576
608
|
name: string;
|
|
577
609
|
type: string;
|
|
578
610
|
}[];
|
|
579
611
|
stateMutability: string;
|
|
580
612
|
type: string;
|
|
613
|
+
anonymous?: undefined;
|
|
581
614
|
} | {
|
|
582
615
|
inputs: {
|
|
583
616
|
internalType: string;
|
|
@@ -586,21 +619,27 @@ export declare const abi: {
|
|
|
586
619
|
}[];
|
|
587
620
|
name: string;
|
|
588
621
|
outputs: {
|
|
622
|
+
components: {
|
|
623
|
+
internalType: string;
|
|
624
|
+
name: string;
|
|
625
|
+
type: string;
|
|
626
|
+
}[];
|
|
589
627
|
internalType: string;
|
|
590
628
|
name: string;
|
|
591
629
|
type: string;
|
|
592
630
|
}[];
|
|
593
631
|
stateMutability: string;
|
|
594
632
|
type: string;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
inputs: any[];
|
|
633
|
+
anonymous?: undefined;
|
|
634
|
+
} | {
|
|
598
635
|
stateMutability: string;
|
|
599
636
|
type: string;
|
|
637
|
+
inputs?: undefined;
|
|
600
638
|
name?: undefined;
|
|
601
639
|
anonymous?: undefined;
|
|
602
640
|
outputs?: undefined;
|
|
603
|
-
}
|
|
641
|
+
})[];
|
|
642
|
+
CToken: ({
|
|
604
643
|
inputs: {
|
|
605
644
|
internalType: string;
|
|
606
645
|
name: string;
|
|
@@ -608,9 +647,9 @@ export declare const abi: {
|
|
|
608
647
|
}[];
|
|
609
648
|
name: string;
|
|
610
649
|
type: string;
|
|
611
|
-
stateMutability?: undefined;
|
|
612
650
|
anonymous?: undefined;
|
|
613
651
|
outputs?: undefined;
|
|
652
|
+
stateMutability?: undefined;
|
|
614
653
|
} | {
|
|
615
654
|
anonymous: boolean;
|
|
616
655
|
inputs: {
|
|
@@ -621,21 +660,20 @@ export declare const abi: {
|
|
|
621
660
|
}[];
|
|
622
661
|
name: string;
|
|
623
662
|
type: string;
|
|
624
|
-
stateMutability?: undefined;
|
|
625
663
|
outputs?: undefined;
|
|
664
|
+
stateMutability?: undefined;
|
|
626
665
|
} | {
|
|
627
666
|
inputs: {
|
|
628
|
-
components: {
|
|
629
|
-
internalType: string;
|
|
630
|
-
name: string;
|
|
631
|
-
type: string;
|
|
632
|
-
}[];
|
|
633
667
|
internalType: string;
|
|
634
668
|
name: string;
|
|
635
669
|
type: string;
|
|
636
670
|
}[];
|
|
637
671
|
name: string;
|
|
638
|
-
outputs:
|
|
672
|
+
outputs: {
|
|
673
|
+
internalType: string;
|
|
674
|
+
name: string;
|
|
675
|
+
type: string;
|
|
676
|
+
}[];
|
|
639
677
|
stateMutability: string;
|
|
640
678
|
type: string;
|
|
641
679
|
anonymous?: undefined;
|
|
@@ -647,6 +685,11 @@ export declare const abi: {
|
|
|
647
685
|
}[];
|
|
648
686
|
name: string;
|
|
649
687
|
outputs: {
|
|
688
|
+
components: {
|
|
689
|
+
internalType: string;
|
|
690
|
+
name: string;
|
|
691
|
+
type: string;
|
|
692
|
+
}[];
|
|
650
693
|
internalType: string;
|
|
651
694
|
name: string;
|
|
652
695
|
type: string;
|
|
@@ -655,7 +698,19 @@ export declare const abi: {
|
|
|
655
698
|
type: string;
|
|
656
699
|
anonymous?: undefined;
|
|
657
700
|
})[];
|
|
658
|
-
|
|
701
|
+
CTokenStorage: ({
|
|
702
|
+
anonymous: boolean;
|
|
703
|
+
inputs: {
|
|
704
|
+
indexed: boolean;
|
|
705
|
+
internalType: string;
|
|
706
|
+
name: string;
|
|
707
|
+
type: string;
|
|
708
|
+
}[];
|
|
709
|
+
name: string;
|
|
710
|
+
type: string;
|
|
711
|
+
outputs?: undefined;
|
|
712
|
+
stateMutability?: undefined;
|
|
713
|
+
} | {
|
|
659
714
|
inputs: {
|
|
660
715
|
internalType: string;
|
|
661
716
|
name: string;
|
|
@@ -669,9 +724,9 @@ export declare const abi: {
|
|
|
669
724
|
}[];
|
|
670
725
|
stateMutability: string;
|
|
671
726
|
type: string;
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
727
|
+
anonymous?: undefined;
|
|
728
|
+
})[];
|
|
729
|
+
suErc20: ({
|
|
675
730
|
inputs: any[];
|
|
676
731
|
stateMutability: string;
|
|
677
732
|
type: string;
|
|
@@ -716,26 +771,6 @@ export declare const abi: {
|
|
|
716
771
|
stateMutability: string;
|
|
717
772
|
type: string;
|
|
718
773
|
anonymous?: undefined;
|
|
719
|
-
})[];
|
|
720
|
-
SortedBorrows: ({
|
|
721
|
-
inputs: any[];
|
|
722
|
-
stateMutability: string;
|
|
723
|
-
type: string;
|
|
724
|
-
anonymous?: undefined;
|
|
725
|
-
name?: undefined;
|
|
726
|
-
outputs?: undefined;
|
|
727
|
-
} | {
|
|
728
|
-
anonymous: boolean;
|
|
729
|
-
inputs: {
|
|
730
|
-
indexed: boolean;
|
|
731
|
-
internalType: string;
|
|
732
|
-
name: string;
|
|
733
|
-
type: string;
|
|
734
|
-
}[];
|
|
735
|
-
name: string;
|
|
736
|
-
type: string;
|
|
737
|
-
stateMutability?: undefined;
|
|
738
|
-
outputs?: undefined;
|
|
739
774
|
} | {
|
|
740
775
|
inputs: {
|
|
741
776
|
internalType: string;
|
|
@@ -744,6 +779,11 @@ export declare const abi: {
|
|
|
744
779
|
}[];
|
|
745
780
|
name: string;
|
|
746
781
|
outputs: {
|
|
782
|
+
components: {
|
|
783
|
+
internalType: string;
|
|
784
|
+
name: string;
|
|
785
|
+
type: string;
|
|
786
|
+
}[];
|
|
747
787
|
internalType: string;
|
|
748
788
|
name: string;
|
|
749
789
|
type: string;
|
|
@@ -1006,12 +1046,8 @@ export declare const abi: {
|
|
|
1006
1046
|
stateMutability: string;
|
|
1007
1047
|
type: string;
|
|
1008
1048
|
}[];
|
|
1009
|
-
|
|
1010
|
-
inputs:
|
|
1011
|
-
internalType: string;
|
|
1012
|
-
name: string;
|
|
1013
|
-
type: string;
|
|
1014
|
-
}[];
|
|
1049
|
+
IChainlinkFeed: {
|
|
1050
|
+
inputs: any[];
|
|
1015
1051
|
name: string;
|
|
1016
1052
|
outputs: {
|
|
1017
1053
|
internalType: string;
|
|
@@ -1065,100 +1101,10 @@ export declare const abi: {
|
|
|
1065
1101
|
type: string;
|
|
1066
1102
|
}[];
|
|
1067
1103
|
name: string;
|
|
1068
|
-
type: string;
|
|
1069
|
-
outputs?: undefined;
|
|
1070
|
-
stateMutability?: undefined;
|
|
1071
|
-
} | {
|
|
1072
|
-
inputs: {
|
|
1073
|
-
internalType: string;
|
|
1074
|
-
name: string;
|
|
1075
|
-
type: string;
|
|
1076
|
-
}[];
|
|
1077
|
-
name: string;
|
|
1078
|
-
outputs: {
|
|
1079
|
-
components: {
|
|
1080
|
-
internalType: string;
|
|
1081
|
-
name: string;
|
|
1082
|
-
type: string;
|
|
1083
|
-
}[];
|
|
1084
|
-
internalType: string;
|
|
1085
|
-
name: string;
|
|
1086
|
-
type: string;
|
|
1087
|
-
}[];
|
|
1088
|
-
stateMutability: string;
|
|
1089
|
-
type: string;
|
|
1090
|
-
anonymous?: undefined;
|
|
1091
|
-
} | {
|
|
1092
|
-
inputs: {
|
|
1093
|
-
internalType: string;
|
|
1094
|
-
name: string;
|
|
1095
|
-
type: string;
|
|
1096
|
-
}[];
|
|
1097
|
-
name: string;
|
|
1098
|
-
outputs: {
|
|
1099
|
-
internalType: string;
|
|
1100
|
-
name: string;
|
|
1101
|
-
type: string;
|
|
1102
|
-
}[];
|
|
1103
|
-
stateMutability: string;
|
|
1104
|
-
type: string;
|
|
1105
|
-
anonymous?: undefined;
|
|
1106
|
-
})[];
|
|
1107
|
-
IEIP20NonStandard: ({
|
|
1108
|
-
anonymous: boolean;
|
|
1109
|
-
inputs: {
|
|
1110
|
-
indexed: boolean;
|
|
1111
|
-
internalType: string;
|
|
1112
|
-
name: string;
|
|
1113
|
-
type: string;
|
|
1114
|
-
}[];
|
|
1115
|
-
name: string;
|
|
1116
|
-
type: string;
|
|
1117
|
-
outputs?: undefined;
|
|
1118
|
-
stateMutability?: undefined;
|
|
1119
|
-
} | {
|
|
1120
|
-
inputs: {
|
|
1121
|
-
internalType: string;
|
|
1122
|
-
name: string;
|
|
1123
|
-
type: string;
|
|
1124
|
-
}[];
|
|
1125
|
-
name: string;
|
|
1126
|
-
outputs: {
|
|
1127
|
-
internalType: string;
|
|
1128
|
-
name: string;
|
|
1129
|
-
type: string;
|
|
1130
|
-
}[];
|
|
1131
|
-
stateMutability: string;
|
|
1132
|
-
type: string;
|
|
1133
|
-
anonymous?: undefined;
|
|
1134
|
-
})[];
|
|
1135
|
-
IEIP712: {
|
|
1136
|
-
inputs: {
|
|
1137
|
-
internalType: string;
|
|
1138
|
-
name: string;
|
|
1139
|
-
type: string;
|
|
1140
|
-
}[];
|
|
1141
|
-
name: string;
|
|
1142
|
-
outputs: any[];
|
|
1143
|
-
stateMutability: string;
|
|
1144
|
-
type: string;
|
|
1145
|
-
}[];
|
|
1146
|
-
IGovernorAlpha: {
|
|
1147
|
-
inputs: {
|
|
1148
|
-
internalType: string;
|
|
1149
|
-
name: string;
|
|
1150
|
-
type: string;
|
|
1151
|
-
}[];
|
|
1152
|
-
name: string;
|
|
1153
|
-
outputs: {
|
|
1154
|
-
internalType: string;
|
|
1155
|
-
name: string;
|
|
1156
|
-
type: string;
|
|
1157
|
-
}[];
|
|
1158
|
-
stateMutability: string;
|
|
1159
|
-
type: string;
|
|
1160
|
-
}[];
|
|
1161
|
-
IGovernorBravo: ({
|
|
1104
|
+
type: string;
|
|
1105
|
+
outputs?: undefined;
|
|
1106
|
+
stateMutability?: undefined;
|
|
1107
|
+
} | {
|
|
1162
1108
|
inputs: {
|
|
1163
1109
|
internalType: string;
|
|
1164
1110
|
name: string;
|
|
@@ -1172,6 +1118,7 @@ export declare const abi: {
|
|
|
1172
1118
|
}[];
|
|
1173
1119
|
stateMutability: string;
|
|
1174
1120
|
type: string;
|
|
1121
|
+
anonymous?: undefined;
|
|
1175
1122
|
} | {
|
|
1176
1123
|
inputs: {
|
|
1177
1124
|
internalType: string;
|
|
@@ -1191,8 +1138,9 @@ export declare const abi: {
|
|
|
1191
1138
|
}[];
|
|
1192
1139
|
stateMutability: string;
|
|
1193
1140
|
type: string;
|
|
1141
|
+
anonymous?: undefined;
|
|
1194
1142
|
})[];
|
|
1195
|
-
|
|
1143
|
+
ICToken: {
|
|
1196
1144
|
inputs: {
|
|
1197
1145
|
internalType: string;
|
|
1198
1146
|
name: string;
|
|
@@ -1207,7 +1155,7 @@ export declare const abi: {
|
|
|
1207
1155
|
stateMutability: string;
|
|
1208
1156
|
type: string;
|
|
1209
1157
|
}[];
|
|
1210
|
-
|
|
1158
|
+
IEIP20NonStandard: ({
|
|
1211
1159
|
anonymous: boolean;
|
|
1212
1160
|
inputs: {
|
|
1213
1161
|
indexed: boolean;
|
|
@@ -1235,19 +1183,18 @@ export declare const abi: {
|
|
|
1235
1183
|
type: string;
|
|
1236
1184
|
anonymous?: undefined;
|
|
1237
1185
|
})[];
|
|
1238
|
-
|
|
1239
|
-
anonymous: boolean;
|
|
1186
|
+
IEIP712: {
|
|
1240
1187
|
inputs: {
|
|
1241
|
-
indexed: boolean;
|
|
1242
1188
|
internalType: string;
|
|
1243
1189
|
name: string;
|
|
1244
1190
|
type: string;
|
|
1245
1191
|
}[];
|
|
1246
1192
|
name: string;
|
|
1193
|
+
outputs: any[];
|
|
1194
|
+
stateMutability: string;
|
|
1247
1195
|
type: string;
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
} | {
|
|
1196
|
+
}[];
|
|
1197
|
+
IGovernorAlpha: {
|
|
1251
1198
|
inputs: {
|
|
1252
1199
|
internalType: string;
|
|
1253
1200
|
name: string;
|
|
@@ -1261,21 +1208,8 @@ export declare const abi: {
|
|
|
1261
1208
|
}[];
|
|
1262
1209
|
stateMutability: string;
|
|
1263
1210
|
type: string;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
IPYieldToken: ({
|
|
1267
|
-
anonymous: boolean;
|
|
1268
|
-
inputs: {
|
|
1269
|
-
indexed: boolean;
|
|
1270
|
-
internalType: string;
|
|
1271
|
-
name: string;
|
|
1272
|
-
type: string;
|
|
1273
|
-
}[];
|
|
1274
|
-
name: string;
|
|
1275
|
-
type: string;
|
|
1276
|
-
outputs?: undefined;
|
|
1277
|
-
stateMutability?: undefined;
|
|
1278
|
-
} | {
|
|
1211
|
+
}[];
|
|
1212
|
+
IGovernorBravo: ({
|
|
1279
1213
|
inputs: {
|
|
1280
1214
|
internalType: string;
|
|
1281
1215
|
name: string;
|
|
@@ -1289,9 +1223,7 @@ export declare const abi: {
|
|
|
1289
1223
|
}[];
|
|
1290
1224
|
stateMutability: string;
|
|
1291
1225
|
type: string;
|
|
1292
|
-
|
|
1293
|
-
})[];
|
|
1294
|
-
IPendlePtOracle: {
|
|
1226
|
+
} | {
|
|
1295
1227
|
inputs: {
|
|
1296
1228
|
internalType: string;
|
|
1297
1229
|
name: string;
|
|
@@ -1299,14 +1231,19 @@ export declare const abi: {
|
|
|
1299
1231
|
}[];
|
|
1300
1232
|
name: string;
|
|
1301
1233
|
outputs: {
|
|
1234
|
+
components: {
|
|
1235
|
+
internalType: string;
|
|
1236
|
+
name: string;
|
|
1237
|
+
type: string;
|
|
1238
|
+
}[];
|
|
1302
1239
|
internalType: string;
|
|
1303
1240
|
name: string;
|
|
1304
1241
|
type: string;
|
|
1305
1242
|
}[];
|
|
1306
1243
|
stateMutability: string;
|
|
1307
1244
|
type: string;
|
|
1308
|
-
}[];
|
|
1309
|
-
|
|
1245
|
+
})[];
|
|
1246
|
+
IInterestRateModel: {
|
|
1310
1247
|
inputs: {
|
|
1311
1248
|
internalType: string;
|
|
1312
1249
|
name: string;
|
|
@@ -1321,7 +1258,7 @@ export declare const abi: {
|
|
|
1321
1258
|
stateMutability: string;
|
|
1322
1259
|
type: string;
|
|
1323
1260
|
}[];
|
|
1324
|
-
|
|
1261
|
+
IPriceOracle: {
|
|
1325
1262
|
inputs: {
|
|
1326
1263
|
internalType: string;
|
|
1327
1264
|
name: string;
|
|
@@ -1336,19 +1273,7 @@ export declare const abi: {
|
|
|
1336
1273
|
stateMutability: string;
|
|
1337
1274
|
type: string;
|
|
1338
1275
|
}[];
|
|
1339
|
-
|
|
1340
|
-
anonymous: boolean;
|
|
1341
|
-
inputs: {
|
|
1342
|
-
indexed: boolean;
|
|
1343
|
-
internalType: string;
|
|
1344
|
-
name: string;
|
|
1345
|
-
type: string;
|
|
1346
|
-
}[];
|
|
1347
|
-
name: string;
|
|
1348
|
-
type: string;
|
|
1349
|
-
outputs?: undefined;
|
|
1350
|
-
stateMutability?: undefined;
|
|
1351
|
-
} | {
|
|
1276
|
+
IRedemptionManager: {
|
|
1352
1277
|
inputs: {
|
|
1353
1278
|
internalType: string;
|
|
1354
1279
|
name: string;
|
|
@@ -1362,9 +1287,8 @@ export declare const abi: {
|
|
|
1362
1287
|
}[];
|
|
1363
1288
|
stateMutability: string;
|
|
1364
1289
|
type: string;
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
IStandardizedYield: ({
|
|
1290
|
+
}[];
|
|
1291
|
+
ISortedBorrows: ({
|
|
1368
1292
|
anonymous: boolean;
|
|
1369
1293
|
inputs: {
|
|
1370
1294
|
indexed: boolean;
|
|
@@ -1550,7 +1474,7 @@ export declare const abi: {
|
|
|
1550
1474
|
name: string;
|
|
1551
1475
|
type: string;
|
|
1552
1476
|
})[];
|
|
1553
|
-
|
|
1477
|
+
ChainlinkFeedAdaptor_ETHToUSD: ({
|
|
1554
1478
|
inputs: {
|
|
1555
1479
|
internalType: string;
|
|
1556
1480
|
name: string;
|
|
@@ -1559,26 +1483,6 @@ export declare const abi: {
|
|
|
1559
1483
|
stateMutability: string;
|
|
1560
1484
|
type: string;
|
|
1561
1485
|
name?: undefined;
|
|
1562
|
-
anonymous?: undefined;
|
|
1563
|
-
outputs?: undefined;
|
|
1564
|
-
} | {
|
|
1565
|
-
inputs: any[];
|
|
1566
|
-
name: string;
|
|
1567
|
-
type: string;
|
|
1568
|
-
stateMutability?: undefined;
|
|
1569
|
-
anonymous?: undefined;
|
|
1570
|
-
outputs?: undefined;
|
|
1571
|
-
} | {
|
|
1572
|
-
anonymous: boolean;
|
|
1573
|
-
inputs: {
|
|
1574
|
-
indexed: boolean;
|
|
1575
|
-
internalType: string;
|
|
1576
|
-
name: string;
|
|
1577
|
-
type: string;
|
|
1578
|
-
}[];
|
|
1579
|
-
name: string;
|
|
1580
|
-
type: string;
|
|
1581
|
-
stateMutability?: undefined;
|
|
1582
1486
|
outputs?: undefined;
|
|
1583
1487
|
} | {
|
|
1584
1488
|
inputs: any[];
|
|
@@ -1590,49 +1494,8 @@ export declare const abi: {
|
|
|
1590
1494
|
}[];
|
|
1591
1495
|
stateMutability: string;
|
|
1592
1496
|
type: string;
|
|
1593
|
-
anonymous?: undefined;
|
|
1594
|
-
} | {
|
|
1595
|
-
inputs: {
|
|
1596
|
-
internalType: string;
|
|
1597
|
-
name: string;
|
|
1598
|
-
type: string;
|
|
1599
|
-
}[];
|
|
1600
|
-
name: string;
|
|
1601
|
-
outputs: any[];
|
|
1602
|
-
stateMutability: string;
|
|
1603
|
-
type: string;
|
|
1604
|
-
anonymous?: undefined;
|
|
1605
1497
|
})[];
|
|
1606
|
-
IAPI3Proxy: {
|
|
1607
|
-
inputs: any[];
|
|
1608
|
-
name: string;
|
|
1609
|
-
outputs: {
|
|
1610
|
-
internalType: string;
|
|
1611
|
-
name: string;
|
|
1612
|
-
type: string;
|
|
1613
|
-
}[];
|
|
1614
|
-
stateMutability: string;
|
|
1615
|
-
type: string;
|
|
1616
|
-
}[];
|
|
1617
1498
|
FeedPriceOracle: ({
|
|
1618
|
-
inputs: {
|
|
1619
|
-
internalType: string;
|
|
1620
|
-
name: string;
|
|
1621
|
-
type: string;
|
|
1622
|
-
}[];
|
|
1623
|
-
stateMutability: string;
|
|
1624
|
-
type: string;
|
|
1625
|
-
name?: undefined;
|
|
1626
|
-
anonymous?: undefined;
|
|
1627
|
-
outputs?: undefined;
|
|
1628
|
-
} | {
|
|
1629
|
-
inputs: any[];
|
|
1630
|
-
name: string;
|
|
1631
|
-
type: string;
|
|
1632
|
-
stateMutability?: undefined;
|
|
1633
|
-
anonymous?: undefined;
|
|
1634
|
-
outputs?: undefined;
|
|
1635
|
-
} | {
|
|
1636
1499
|
anonymous: boolean;
|
|
1637
1500
|
inputs: {
|
|
1638
1501
|
indexed: boolean;
|
|
@@ -1642,8 +1505,8 @@ export declare const abi: {
|
|
|
1642
1505
|
}[];
|
|
1643
1506
|
name: string;
|
|
1644
1507
|
type: string;
|
|
1645
|
-
stateMutability?: undefined;
|
|
1646
1508
|
outputs?: undefined;
|
|
1509
|
+
stateMutability?: undefined;
|
|
1647
1510
|
} | {
|
|
1648
1511
|
inputs: {
|
|
1649
1512
|
internalType: string;
|
|
@@ -1659,19 +1522,7 @@ export declare const abi: {
|
|
|
1659
1522
|
stateMutability: string;
|
|
1660
1523
|
type: string;
|
|
1661
1524
|
anonymous?: undefined;
|
|
1662
|
-
}
|
|
1663
|
-
PriceAdapter: {
|
|
1664
|
-
inputs: any[];
|
|
1665
|
-
name: string;
|
|
1666
|
-
outputs: {
|
|
1667
|
-
internalType: string;
|
|
1668
|
-
name: string;
|
|
1669
|
-
type: string;
|
|
1670
|
-
}[];
|
|
1671
|
-
stateMutability: string;
|
|
1672
|
-
type: string;
|
|
1673
|
-
}[];
|
|
1674
|
-
PriceOracle: {
|
|
1525
|
+
} | {
|
|
1675
1526
|
inputs: {
|
|
1676
1527
|
internalType: string;
|
|
1677
1528
|
name: string;
|
|
@@ -1679,40 +1530,37 @@ export declare const abi: {
|
|
|
1679
1530
|
}[];
|
|
1680
1531
|
name: string;
|
|
1681
1532
|
outputs: {
|
|
1533
|
+
components: {
|
|
1534
|
+
internalType: string;
|
|
1535
|
+
name: string;
|
|
1536
|
+
type: string;
|
|
1537
|
+
}[];
|
|
1682
1538
|
internalType: string;
|
|
1683
1539
|
name: string;
|
|
1684
1540
|
type: string;
|
|
1685
1541
|
}[];
|
|
1686
1542
|
stateMutability: string;
|
|
1687
1543
|
type: string;
|
|
1688
|
-
|
|
1689
|
-
|
|
1544
|
+
anonymous?: undefined;
|
|
1545
|
+
})[];
|
|
1546
|
+
FeedPriceOracleSafe: ({
|
|
1547
|
+
anonymous: boolean;
|
|
1690
1548
|
inputs: {
|
|
1549
|
+
indexed: boolean;
|
|
1691
1550
|
internalType: string;
|
|
1692
1551
|
name: string;
|
|
1693
1552
|
type: string;
|
|
1694
1553
|
}[];
|
|
1695
1554
|
name: string;
|
|
1696
|
-
outputs: {
|
|
1697
|
-
internalType: string;
|
|
1698
|
-
name: string;
|
|
1699
|
-
type: string;
|
|
1700
|
-
}[];
|
|
1701
|
-
stateMutability: string;
|
|
1702
1555
|
type: string;
|
|
1703
|
-
|
|
1704
|
-
|
|
1556
|
+
outputs?: undefined;
|
|
1557
|
+
stateMutability?: undefined;
|
|
1558
|
+
} | {
|
|
1705
1559
|
inputs: {
|
|
1706
1560
|
internalType: string;
|
|
1707
1561
|
name: string;
|
|
1708
1562
|
type: string;
|
|
1709
1563
|
}[];
|
|
1710
|
-
stateMutability: string;
|
|
1711
|
-
type: string;
|
|
1712
|
-
name?: undefined;
|
|
1713
|
-
outputs?: undefined;
|
|
1714
|
-
} | {
|
|
1715
|
-
inputs: any[];
|
|
1716
1564
|
name: string;
|
|
1717
1565
|
outputs: {
|
|
1718
1566
|
internalType: string;
|
|
@@ -1721,8 +1569,8 @@ export declare const abi: {
|
|
|
1721
1569
|
}[];
|
|
1722
1570
|
stateMutability: string;
|
|
1723
1571
|
type: string;
|
|
1724
|
-
|
|
1725
|
-
|
|
1572
|
+
anonymous?: undefined;
|
|
1573
|
+
} | {
|
|
1726
1574
|
inputs: {
|
|
1727
1575
|
internalType: string;
|
|
1728
1576
|
name: string;
|
|
@@ -1730,36 +1578,25 @@ export declare const abi: {
|
|
|
1730
1578
|
}[];
|
|
1731
1579
|
name: string;
|
|
1732
1580
|
outputs: {
|
|
1581
|
+
components: {
|
|
1582
|
+
internalType: string;
|
|
1583
|
+
name: string;
|
|
1584
|
+
type: string;
|
|
1585
|
+
}[];
|
|
1733
1586
|
internalType: string;
|
|
1734
1587
|
name: string;
|
|
1735
1588
|
type: string;
|
|
1736
1589
|
}[];
|
|
1737
1590
|
stateMutability: string;
|
|
1738
1591
|
type: string;
|
|
1739
|
-
|
|
1740
|
-
|
|
1592
|
+
anonymous?: undefined;
|
|
1593
|
+
})[];
|
|
1594
|
+
PriceOracle: {
|
|
1741
1595
|
inputs: {
|
|
1742
1596
|
internalType: string;
|
|
1743
1597
|
name: string;
|
|
1744
1598
|
type: string;
|
|
1745
1599
|
}[];
|
|
1746
|
-
stateMutability: string;
|
|
1747
|
-
type: string;
|
|
1748
|
-
name?: undefined;
|
|
1749
|
-
outputs?: undefined;
|
|
1750
|
-
} | {
|
|
1751
|
-
inputs: any[];
|
|
1752
|
-
name: string;
|
|
1753
|
-
outputs: {
|
|
1754
|
-
internalType: string;
|
|
1755
|
-
name: string;
|
|
1756
|
-
type: string;
|
|
1757
|
-
}[];
|
|
1758
|
-
stateMutability: string;
|
|
1759
|
-
type: string;
|
|
1760
|
-
})[];
|
|
1761
|
-
IWstMTRG: {
|
|
1762
|
-
inputs: any[];
|
|
1763
1600
|
name: string;
|
|
1764
1601
|
outputs: {
|
|
1765
1602
|
internalType: string;
|
|
@@ -1769,54 +1606,31 @@ export declare const abi: {
|
|
|
1769
1606
|
stateMutability: string;
|
|
1770
1607
|
type: string;
|
|
1771
1608
|
}[];
|
|
1772
|
-
|
|
1773
|
-
inputs:
|
|
1774
|
-
internalType: string;
|
|
1775
|
-
name: string;
|
|
1776
|
-
type: string;
|
|
1777
|
-
}[];
|
|
1609
|
+
PythOracle: ({
|
|
1610
|
+
inputs: any[];
|
|
1778
1611
|
stateMutability: string;
|
|
1779
1612
|
type: string;
|
|
1613
|
+
anonymous?: undefined;
|
|
1780
1614
|
name?: undefined;
|
|
1781
1615
|
outputs?: undefined;
|
|
1782
1616
|
} | {
|
|
1783
|
-
|
|
1784
|
-
name: string;
|
|
1785
|
-
outputs: {
|
|
1786
|
-
internalType: string;
|
|
1787
|
-
name: string;
|
|
1788
|
-
type: string;
|
|
1789
|
-
}[];
|
|
1790
|
-
stateMutability: string;
|
|
1791
|
-
type: string;
|
|
1792
|
-
})[];
|
|
1793
|
-
IStEUR: {
|
|
1617
|
+
anonymous: boolean;
|
|
1794
1618
|
inputs: {
|
|
1619
|
+
indexed: boolean;
|
|
1795
1620
|
internalType: string;
|
|
1796
1621
|
name: string;
|
|
1797
1622
|
type: string;
|
|
1798
1623
|
}[];
|
|
1799
1624
|
name: string;
|
|
1800
|
-
outputs: {
|
|
1801
|
-
internalType: string;
|
|
1802
|
-
name: string;
|
|
1803
|
-
type: string;
|
|
1804
|
-
}[];
|
|
1805
|
-
stateMutability: string;
|
|
1806
1625
|
type: string;
|
|
1807
|
-
|
|
1808
|
-
|
|
1626
|
+
stateMutability?: undefined;
|
|
1627
|
+
outputs?: undefined;
|
|
1628
|
+
} | {
|
|
1809
1629
|
inputs: {
|
|
1810
1630
|
internalType: string;
|
|
1811
1631
|
name: string;
|
|
1812
1632
|
type: string;
|
|
1813
1633
|
}[];
|
|
1814
|
-
stateMutability: string;
|
|
1815
|
-
type: string;
|
|
1816
|
-
name?: undefined;
|
|
1817
|
-
outputs?: undefined;
|
|
1818
|
-
} | {
|
|
1819
|
-
inputs: any[];
|
|
1820
1634
|
name: string;
|
|
1821
1635
|
outputs: {
|
|
1822
1636
|
internalType: string;
|
|
@@ -1825,8 +1639,8 @@ export declare const abi: {
|
|
|
1825
1639
|
}[];
|
|
1826
1640
|
stateMutability: string;
|
|
1827
1641
|
type: string;
|
|
1828
|
-
|
|
1829
|
-
|
|
1642
|
+
anonymous?: undefined;
|
|
1643
|
+
} | {
|
|
1830
1644
|
inputs: {
|
|
1831
1645
|
internalType: string;
|
|
1832
1646
|
name: string;
|
|
@@ -1834,24 +1648,20 @@ export declare const abi: {
|
|
|
1834
1648
|
}[];
|
|
1835
1649
|
name: string;
|
|
1836
1650
|
outputs: {
|
|
1651
|
+
components: {
|
|
1652
|
+
internalType: string;
|
|
1653
|
+
name: string;
|
|
1654
|
+
type: string;
|
|
1655
|
+
}[];
|
|
1837
1656
|
internalType: string;
|
|
1838
1657
|
name: string;
|
|
1839
1658
|
type: string;
|
|
1840
1659
|
}[];
|
|
1841
1660
|
stateMutability: string;
|
|
1842
1661
|
type: string;
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
internalType: string;
|
|
1847
|
-
name: string;
|
|
1848
|
-
type: string;
|
|
1849
|
-
}[];
|
|
1850
|
-
stateMutability: string;
|
|
1851
|
-
type: string;
|
|
1852
|
-
name?: undefined;
|
|
1853
|
-
outputs?: undefined;
|
|
1854
|
-
} | {
|
|
1662
|
+
anonymous?: undefined;
|
|
1663
|
+
})[];
|
|
1664
|
+
IWstMTRG: {
|
|
1855
1665
|
inputs: any[];
|
|
1856
1666
|
name: string;
|
|
1857
1667
|
outputs: {
|
|
@@ -1861,7 +1671,7 @@ export declare const abi: {
|
|
|
1861
1671
|
}[];
|
|
1862
1672
|
stateMutability: string;
|
|
1863
1673
|
type: string;
|
|
1864
|
-
}
|
|
1674
|
+
}[];
|
|
1865
1675
|
wstMTRGOracle: ({
|
|
1866
1676
|
inputs: {
|
|
1867
1677
|
internalType: string;
|