@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/index.d.ts
CHANGED
|
@@ -133,21 +133,6 @@ declare const Sumer: {
|
|
|
133
133
|
name?: undefined;
|
|
134
134
|
outputs?: undefined;
|
|
135
135
|
})[];
|
|
136
|
-
Test: {
|
|
137
|
-
inputs: {
|
|
138
|
-
internalType: string;
|
|
139
|
-
name: string;
|
|
140
|
-
type: string;
|
|
141
|
-
}[];
|
|
142
|
-
name: string;
|
|
143
|
-
outputs: {
|
|
144
|
-
internalType: string;
|
|
145
|
-
name: string;
|
|
146
|
-
type: string;
|
|
147
|
-
}[];
|
|
148
|
-
stateMutability: string;
|
|
149
|
-
type: string;
|
|
150
|
-
}[];
|
|
151
136
|
Timelock: ({
|
|
152
137
|
inputs: any[];
|
|
153
138
|
stateMutability: string;
|
|
@@ -178,23 +163,6 @@ declare const Sumer: {
|
|
|
178
163
|
type: string;
|
|
179
164
|
stateMutability?: undefined;
|
|
180
165
|
outputs?: undefined;
|
|
181
|
-
} | {
|
|
182
|
-
anonymous: boolean;
|
|
183
|
-
inputs: {
|
|
184
|
-
components: {
|
|
185
|
-
internalType: string;
|
|
186
|
-
name: string;
|
|
187
|
-
type: string;
|
|
188
|
-
}[];
|
|
189
|
-
indexed: boolean;
|
|
190
|
-
internalType: string;
|
|
191
|
-
name: string;
|
|
192
|
-
type: string;
|
|
193
|
-
}[];
|
|
194
|
-
name: string;
|
|
195
|
-
type: string;
|
|
196
|
-
stateMutability?: undefined;
|
|
197
|
-
outputs?: undefined;
|
|
198
166
|
} | {
|
|
199
167
|
inputs: {
|
|
200
168
|
internalType: string;
|
|
@@ -254,7 +222,7 @@ declare const Sumer: {
|
|
|
254
222
|
anonymous?: undefined;
|
|
255
223
|
outputs?: undefined;
|
|
256
224
|
})[];
|
|
257
|
-
|
|
225
|
+
AccountLiquidity: ({
|
|
258
226
|
inputs: any[];
|
|
259
227
|
stateMutability: string;
|
|
260
228
|
type: string;
|
|
@@ -299,6 +267,26 @@ declare const Sumer: {
|
|
|
299
267
|
stateMutability: string;
|
|
300
268
|
type: string;
|
|
301
269
|
anonymous?: undefined;
|
|
270
|
+
})[];
|
|
271
|
+
CompLogic: ({
|
|
272
|
+
inputs: any[];
|
|
273
|
+
stateMutability: string;
|
|
274
|
+
type: string;
|
|
275
|
+
anonymous?: undefined;
|
|
276
|
+
name?: undefined;
|
|
277
|
+
outputs?: undefined;
|
|
278
|
+
} | {
|
|
279
|
+
anonymous: boolean;
|
|
280
|
+
inputs: {
|
|
281
|
+
indexed: boolean;
|
|
282
|
+
internalType: string;
|
|
283
|
+
name: string;
|
|
284
|
+
type: string;
|
|
285
|
+
}[];
|
|
286
|
+
name: string;
|
|
287
|
+
type: string;
|
|
288
|
+
stateMutability?: undefined;
|
|
289
|
+
outputs?: undefined;
|
|
302
290
|
} | {
|
|
303
291
|
inputs: {
|
|
304
292
|
internalType: string;
|
|
@@ -307,11 +295,6 @@ declare const Sumer: {
|
|
|
307
295
|
}[];
|
|
308
296
|
name: string;
|
|
309
297
|
outputs: {
|
|
310
|
-
components: {
|
|
311
|
-
internalType: string;
|
|
312
|
-
name: string;
|
|
313
|
-
type: string;
|
|
314
|
-
}[];
|
|
315
298
|
internalType: string;
|
|
316
299
|
name: string;
|
|
317
300
|
type: string;
|
|
@@ -319,37 +302,38 @@ declare const Sumer: {
|
|
|
319
302
|
stateMutability: string;
|
|
320
303
|
type: string;
|
|
321
304
|
anonymous?: undefined;
|
|
322
|
-
})[];
|
|
323
|
-
CEther: ({
|
|
324
|
-
inputs: any[];
|
|
325
|
-
stateMutability: string;
|
|
326
|
-
type: string;
|
|
327
|
-
name?: undefined;
|
|
328
|
-
anonymous?: undefined;
|
|
329
|
-
outputs?: undefined;
|
|
330
305
|
} | {
|
|
331
|
-
inputs: {
|
|
306
|
+
inputs: ({
|
|
332
307
|
internalType: string;
|
|
333
308
|
name: string;
|
|
334
309
|
type: string;
|
|
335
|
-
|
|
310
|
+
components?: undefined;
|
|
311
|
+
} | {
|
|
312
|
+
components: {
|
|
313
|
+
internalType: string;
|
|
314
|
+
name: string;
|
|
315
|
+
type: string;
|
|
316
|
+
}[];
|
|
317
|
+
internalType: string;
|
|
318
|
+
name: string;
|
|
319
|
+
type: string;
|
|
320
|
+
})[];
|
|
336
321
|
name: string;
|
|
322
|
+
outputs: any[];
|
|
323
|
+
stateMutability: string;
|
|
337
324
|
type: string;
|
|
338
|
-
stateMutability?: undefined;
|
|
339
325
|
anonymous?: undefined;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
anonymous: boolean;
|
|
326
|
+
})[];
|
|
327
|
+
CompoundLens: ({
|
|
343
328
|
inputs: {
|
|
344
|
-
indexed: boolean;
|
|
345
329
|
internalType: string;
|
|
346
330
|
name: string;
|
|
347
331
|
type: string;
|
|
348
332
|
}[];
|
|
349
333
|
name: string;
|
|
350
334
|
type: string;
|
|
351
|
-
stateMutability?: undefined;
|
|
352
335
|
outputs?: undefined;
|
|
336
|
+
stateMutability?: undefined;
|
|
353
337
|
} | {
|
|
354
338
|
inputs: {
|
|
355
339
|
internalType: string;
|
|
@@ -358,13 +342,17 @@ declare const Sumer: {
|
|
|
358
342
|
}[];
|
|
359
343
|
name: string;
|
|
360
344
|
outputs: {
|
|
345
|
+
components: {
|
|
346
|
+
internalType: string;
|
|
347
|
+
name: string;
|
|
348
|
+
type: string;
|
|
349
|
+
}[];
|
|
361
350
|
internalType: string;
|
|
362
351
|
name: string;
|
|
363
352
|
type: string;
|
|
364
353
|
}[];
|
|
365
354
|
stateMutability: string;
|
|
366
355
|
type: string;
|
|
367
|
-
anonymous?: undefined;
|
|
368
356
|
} | {
|
|
369
357
|
inputs: {
|
|
370
358
|
internalType: string;
|
|
@@ -373,27 +361,21 @@ declare const Sumer: {
|
|
|
373
361
|
}[];
|
|
374
362
|
name: string;
|
|
375
363
|
outputs: {
|
|
376
|
-
components: {
|
|
377
|
-
internalType: string;
|
|
378
|
-
name: string;
|
|
379
|
-
type: string;
|
|
380
|
-
}[];
|
|
381
364
|
internalType: string;
|
|
382
365
|
name: string;
|
|
383
366
|
type: string;
|
|
384
367
|
}[];
|
|
385
368
|
stateMutability: string;
|
|
386
369
|
type: string;
|
|
387
|
-
|
|
388
|
-
|
|
370
|
+
})[];
|
|
371
|
+
Comptroller: ({
|
|
372
|
+
inputs: any[];
|
|
389
373
|
stateMutability: string;
|
|
390
374
|
type: string;
|
|
391
|
-
inputs?: undefined;
|
|
392
375
|
name?: undefined;
|
|
393
376
|
anonymous?: undefined;
|
|
394
377
|
outputs?: undefined;
|
|
395
|
-
}
|
|
396
|
-
CToken: ({
|
|
378
|
+
} | {
|
|
397
379
|
inputs: {
|
|
398
380
|
internalType: string;
|
|
399
381
|
name: string;
|
|
@@ -401,9 +383,9 @@ declare const Sumer: {
|
|
|
401
383
|
}[];
|
|
402
384
|
name: string;
|
|
403
385
|
type: string;
|
|
386
|
+
stateMutability?: undefined;
|
|
404
387
|
anonymous?: undefined;
|
|
405
388
|
outputs?: undefined;
|
|
406
|
-
stateMutability?: undefined;
|
|
407
389
|
} | {
|
|
408
390
|
anonymous: boolean;
|
|
409
391
|
inputs: {
|
|
@@ -414,8 +396,8 @@ declare const Sumer: {
|
|
|
414
396
|
}[];
|
|
415
397
|
name: string;
|
|
416
398
|
type: string;
|
|
417
|
-
outputs?: undefined;
|
|
418
399
|
stateMutability?: undefined;
|
|
400
|
+
outputs?: undefined;
|
|
419
401
|
} | {
|
|
420
402
|
inputs: {
|
|
421
403
|
internalType: string;
|
|
@@ -452,7 +434,19 @@ declare const Sumer: {
|
|
|
452
434
|
type: string;
|
|
453
435
|
anonymous?: undefined;
|
|
454
436
|
})[];
|
|
455
|
-
|
|
437
|
+
ComptrollerStorage: ({
|
|
438
|
+
anonymous: boolean;
|
|
439
|
+
inputs: {
|
|
440
|
+
indexed: boolean;
|
|
441
|
+
internalType: string;
|
|
442
|
+
name: string;
|
|
443
|
+
type: string;
|
|
444
|
+
}[];
|
|
445
|
+
name: string;
|
|
446
|
+
type: string;
|
|
447
|
+
outputs?: undefined;
|
|
448
|
+
stateMutability?: undefined;
|
|
449
|
+
} | {
|
|
456
450
|
inputs: {
|
|
457
451
|
internalType: string;
|
|
458
452
|
name: string;
|
|
@@ -466,8 +460,17 @@ declare const Sumer: {
|
|
|
466
460
|
}[];
|
|
467
461
|
stateMutability: string;
|
|
468
462
|
type: string;
|
|
469
|
-
|
|
470
|
-
|
|
463
|
+
anonymous?: undefined;
|
|
464
|
+
})[];
|
|
465
|
+
LiquityMath: any[];
|
|
466
|
+
RedemptionManager: ({
|
|
467
|
+
inputs: any[];
|
|
468
|
+
stateMutability: string;
|
|
469
|
+
type: string;
|
|
470
|
+
name?: undefined;
|
|
471
|
+
anonymous?: undefined;
|
|
472
|
+
outputs?: undefined;
|
|
473
|
+
} | {
|
|
471
474
|
inputs: {
|
|
472
475
|
internalType: string;
|
|
473
476
|
name: string;
|
|
@@ -475,9 +478,9 @@ declare const Sumer: {
|
|
|
475
478
|
}[];
|
|
476
479
|
name: string;
|
|
477
480
|
type: string;
|
|
481
|
+
stateMutability?: undefined;
|
|
478
482
|
anonymous?: undefined;
|
|
479
483
|
outputs?: undefined;
|
|
480
|
-
stateMutability?: undefined;
|
|
481
484
|
} | {
|
|
482
485
|
anonymous: boolean;
|
|
483
486
|
inputs: {
|
|
@@ -488,8 +491,8 @@ declare const Sumer: {
|
|
|
488
491
|
}[];
|
|
489
492
|
name: string;
|
|
490
493
|
type: string;
|
|
491
|
-
outputs?: undefined;
|
|
492
494
|
stateMutability?: undefined;
|
|
495
|
+
outputs?: undefined;
|
|
493
496
|
} | {
|
|
494
497
|
inputs: {
|
|
495
498
|
internalType: string;
|
|
@@ -505,6 +508,26 @@ declare const Sumer: {
|
|
|
505
508
|
stateMutability: string;
|
|
506
509
|
type: string;
|
|
507
510
|
anonymous?: undefined;
|
|
511
|
+
})[];
|
|
512
|
+
SortedBorrows: ({
|
|
513
|
+
inputs: any[];
|
|
514
|
+
stateMutability: string;
|
|
515
|
+
type: string;
|
|
516
|
+
anonymous?: undefined;
|
|
517
|
+
name?: undefined;
|
|
518
|
+
outputs?: undefined;
|
|
519
|
+
} | {
|
|
520
|
+
anonymous: boolean;
|
|
521
|
+
inputs: {
|
|
522
|
+
indexed: boolean;
|
|
523
|
+
internalType: string;
|
|
524
|
+
name: string;
|
|
525
|
+
type: string;
|
|
526
|
+
}[];
|
|
527
|
+
name: string;
|
|
528
|
+
type: string;
|
|
529
|
+
stateMutability?: undefined;
|
|
530
|
+
outputs?: undefined;
|
|
508
531
|
} | {
|
|
509
532
|
inputs: {
|
|
510
533
|
internalType: string;
|
|
@@ -513,11 +536,6 @@ declare const Sumer: {
|
|
|
513
536
|
}[];
|
|
514
537
|
name: string;
|
|
515
538
|
outputs: {
|
|
516
|
-
components: {
|
|
517
|
-
internalType: string;
|
|
518
|
-
name: string;
|
|
519
|
-
type: string;
|
|
520
|
-
}[];
|
|
521
539
|
internalType: string;
|
|
522
540
|
name: string;
|
|
523
541
|
type: string;
|
|
@@ -526,7 +544,7 @@ declare const Sumer: {
|
|
|
526
544
|
type: string;
|
|
527
545
|
anonymous?: undefined;
|
|
528
546
|
})[];
|
|
529
|
-
|
|
547
|
+
CErc20: ({
|
|
530
548
|
inputs: any[];
|
|
531
549
|
stateMutability: string;
|
|
532
550
|
type: string;
|
|
@@ -572,12 +590,13 @@ declare const Sumer: {
|
|
|
572
590
|
type: string;
|
|
573
591
|
anonymous?: undefined;
|
|
574
592
|
} | {
|
|
575
|
-
inputs:
|
|
593
|
+
inputs: {
|
|
576
594
|
internalType: string;
|
|
577
595
|
name: string;
|
|
578
596
|
type: string;
|
|
579
|
-
|
|
580
|
-
|
|
597
|
+
}[];
|
|
598
|
+
name: string;
|
|
599
|
+
outputs: {
|
|
581
600
|
components: {
|
|
582
601
|
internalType: string;
|
|
583
602
|
name: string;
|
|
@@ -586,14 +605,19 @@ declare const Sumer: {
|
|
|
586
605
|
internalType: string;
|
|
587
606
|
name: string;
|
|
588
607
|
type: string;
|
|
589
|
-
}
|
|
590
|
-
name: string;
|
|
591
|
-
outputs: any[];
|
|
608
|
+
}[];
|
|
592
609
|
stateMutability: string;
|
|
593
610
|
type: string;
|
|
594
611
|
anonymous?: undefined;
|
|
595
612
|
})[];
|
|
596
|
-
|
|
613
|
+
CEther: ({
|
|
614
|
+
inputs: any[];
|
|
615
|
+
stateMutability: string;
|
|
616
|
+
type: string;
|
|
617
|
+
name?: undefined;
|
|
618
|
+
anonymous?: undefined;
|
|
619
|
+
outputs?: undefined;
|
|
620
|
+
} | {
|
|
597
621
|
inputs: {
|
|
598
622
|
internalType: string;
|
|
599
623
|
name: string;
|
|
@@ -601,8 +625,21 @@ declare const Sumer: {
|
|
|
601
625
|
}[];
|
|
602
626
|
name: string;
|
|
603
627
|
type: string;
|
|
628
|
+
stateMutability?: undefined;
|
|
629
|
+
anonymous?: undefined;
|
|
604
630
|
outputs?: undefined;
|
|
631
|
+
} | {
|
|
632
|
+
anonymous: boolean;
|
|
633
|
+
inputs: {
|
|
634
|
+
indexed: boolean;
|
|
635
|
+
internalType: string;
|
|
636
|
+
name: string;
|
|
637
|
+
type: string;
|
|
638
|
+
}[];
|
|
639
|
+
name: string;
|
|
640
|
+
type: string;
|
|
605
641
|
stateMutability?: undefined;
|
|
642
|
+
outputs?: undefined;
|
|
606
643
|
} | {
|
|
607
644
|
inputs: {
|
|
608
645
|
internalType: string;
|
|
@@ -611,17 +648,13 @@ declare const Sumer: {
|
|
|
611
648
|
}[];
|
|
612
649
|
name: string;
|
|
613
650
|
outputs: {
|
|
614
|
-
components: {
|
|
615
|
-
internalType: string;
|
|
616
|
-
name: string;
|
|
617
|
-
type: string;
|
|
618
|
-
}[];
|
|
619
651
|
internalType: string;
|
|
620
652
|
name: string;
|
|
621
653
|
type: string;
|
|
622
654
|
}[];
|
|
623
655
|
stateMutability: string;
|
|
624
656
|
type: string;
|
|
657
|
+
anonymous?: undefined;
|
|
625
658
|
} | {
|
|
626
659
|
inputs: {
|
|
627
660
|
internalType: string;
|
|
@@ -630,21 +663,27 @@ declare const Sumer: {
|
|
|
630
663
|
}[];
|
|
631
664
|
name: string;
|
|
632
665
|
outputs: {
|
|
666
|
+
components: {
|
|
667
|
+
internalType: string;
|
|
668
|
+
name: string;
|
|
669
|
+
type: string;
|
|
670
|
+
}[];
|
|
633
671
|
internalType: string;
|
|
634
672
|
name: string;
|
|
635
673
|
type: string;
|
|
636
674
|
}[];
|
|
637
675
|
stateMutability: string;
|
|
638
676
|
type: string;
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
inputs: any[];
|
|
677
|
+
anonymous?: undefined;
|
|
678
|
+
} | {
|
|
642
679
|
stateMutability: string;
|
|
643
680
|
type: string;
|
|
681
|
+
inputs?: undefined;
|
|
644
682
|
name?: undefined;
|
|
645
683
|
anonymous?: undefined;
|
|
646
684
|
outputs?: undefined;
|
|
647
|
-
}
|
|
685
|
+
})[];
|
|
686
|
+
CToken: ({
|
|
648
687
|
inputs: {
|
|
649
688
|
internalType: string;
|
|
650
689
|
name: string;
|
|
@@ -652,9 +691,9 @@ declare const Sumer: {
|
|
|
652
691
|
}[];
|
|
653
692
|
name: string;
|
|
654
693
|
type: string;
|
|
655
|
-
stateMutability?: undefined;
|
|
656
694
|
anonymous?: undefined;
|
|
657
695
|
outputs?: undefined;
|
|
696
|
+
stateMutability?: undefined;
|
|
658
697
|
} | {
|
|
659
698
|
anonymous: boolean;
|
|
660
699
|
inputs: {
|
|
@@ -665,21 +704,20 @@ declare const Sumer: {
|
|
|
665
704
|
}[];
|
|
666
705
|
name: string;
|
|
667
706
|
type: string;
|
|
668
|
-
stateMutability?: undefined;
|
|
669
707
|
outputs?: undefined;
|
|
708
|
+
stateMutability?: undefined;
|
|
670
709
|
} | {
|
|
671
710
|
inputs: {
|
|
672
|
-
components: {
|
|
673
|
-
internalType: string;
|
|
674
|
-
name: string;
|
|
675
|
-
type: string;
|
|
676
|
-
}[];
|
|
677
711
|
internalType: string;
|
|
678
712
|
name: string;
|
|
679
713
|
type: string;
|
|
680
714
|
}[];
|
|
681
715
|
name: string;
|
|
682
|
-
outputs:
|
|
716
|
+
outputs: {
|
|
717
|
+
internalType: string;
|
|
718
|
+
name: string;
|
|
719
|
+
type: string;
|
|
720
|
+
}[];
|
|
683
721
|
stateMutability: string;
|
|
684
722
|
type: string;
|
|
685
723
|
anonymous?: undefined;
|
|
@@ -691,6 +729,11 @@ declare const Sumer: {
|
|
|
691
729
|
}[];
|
|
692
730
|
name: string;
|
|
693
731
|
outputs: {
|
|
732
|
+
components: {
|
|
733
|
+
internalType: string;
|
|
734
|
+
name: string;
|
|
735
|
+
type: string;
|
|
736
|
+
}[];
|
|
694
737
|
internalType: string;
|
|
695
738
|
name: string;
|
|
696
739
|
type: string;
|
|
@@ -699,7 +742,19 @@ declare const Sumer: {
|
|
|
699
742
|
type: string;
|
|
700
743
|
anonymous?: undefined;
|
|
701
744
|
})[];
|
|
702
|
-
|
|
745
|
+
CTokenStorage: ({
|
|
746
|
+
anonymous: boolean;
|
|
747
|
+
inputs: {
|
|
748
|
+
indexed: boolean;
|
|
749
|
+
internalType: string;
|
|
750
|
+
name: string;
|
|
751
|
+
type: string;
|
|
752
|
+
}[];
|
|
753
|
+
name: string;
|
|
754
|
+
type: string;
|
|
755
|
+
outputs?: undefined;
|
|
756
|
+
stateMutability?: undefined;
|
|
757
|
+
} | {
|
|
703
758
|
inputs: {
|
|
704
759
|
internalType: string;
|
|
705
760
|
name: string;
|
|
@@ -713,9 +768,9 @@ declare const Sumer: {
|
|
|
713
768
|
}[];
|
|
714
769
|
stateMutability: string;
|
|
715
770
|
type: string;
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
771
|
+
anonymous?: undefined;
|
|
772
|
+
})[];
|
|
773
|
+
suErc20: ({
|
|
719
774
|
inputs: any[];
|
|
720
775
|
stateMutability: string;
|
|
721
776
|
type: string;
|
|
@@ -760,26 +815,6 @@ declare const Sumer: {
|
|
|
760
815
|
stateMutability: string;
|
|
761
816
|
type: string;
|
|
762
817
|
anonymous?: undefined;
|
|
763
|
-
})[];
|
|
764
|
-
SortedBorrows: ({
|
|
765
|
-
inputs: any[];
|
|
766
|
-
stateMutability: string;
|
|
767
|
-
type: string;
|
|
768
|
-
anonymous?: undefined;
|
|
769
|
-
name?: undefined;
|
|
770
|
-
outputs?: undefined;
|
|
771
|
-
} | {
|
|
772
|
-
anonymous: boolean;
|
|
773
|
-
inputs: {
|
|
774
|
-
indexed: boolean;
|
|
775
|
-
internalType: string;
|
|
776
|
-
name: string;
|
|
777
|
-
type: string;
|
|
778
|
-
}[];
|
|
779
|
-
name: string;
|
|
780
|
-
type: string;
|
|
781
|
-
stateMutability?: undefined;
|
|
782
|
-
outputs?: undefined;
|
|
783
818
|
} | {
|
|
784
819
|
inputs: {
|
|
785
820
|
internalType: string;
|
|
@@ -788,6 +823,11 @@ declare const Sumer: {
|
|
|
788
823
|
}[];
|
|
789
824
|
name: string;
|
|
790
825
|
outputs: {
|
|
826
|
+
components: {
|
|
827
|
+
internalType: string;
|
|
828
|
+
name: string;
|
|
829
|
+
type: string;
|
|
830
|
+
}[];
|
|
791
831
|
internalType: string;
|
|
792
832
|
name: string;
|
|
793
833
|
type: string;
|
|
@@ -1050,12 +1090,8 @@ declare const Sumer: {
|
|
|
1050
1090
|
stateMutability: string;
|
|
1051
1091
|
type: string;
|
|
1052
1092
|
}[];
|
|
1053
|
-
|
|
1054
|
-
inputs:
|
|
1055
|
-
internalType: string;
|
|
1056
|
-
name: string;
|
|
1057
|
-
type: string;
|
|
1058
|
-
}[];
|
|
1093
|
+
IChainlinkFeed: {
|
|
1094
|
+
inputs: any[];
|
|
1059
1095
|
name: string;
|
|
1060
1096
|
outputs: {
|
|
1061
1097
|
internalType: string;
|
|
@@ -1109,100 +1145,10 @@ declare const Sumer: {
|
|
|
1109
1145
|
type: string;
|
|
1110
1146
|
}[];
|
|
1111
1147
|
name: string;
|
|
1112
|
-
type: string;
|
|
1113
|
-
outputs?: undefined;
|
|
1114
|
-
stateMutability?: undefined;
|
|
1115
|
-
} | {
|
|
1116
|
-
inputs: {
|
|
1117
|
-
internalType: string;
|
|
1118
|
-
name: string;
|
|
1119
|
-
type: string;
|
|
1120
|
-
}[];
|
|
1121
|
-
name: string;
|
|
1122
|
-
outputs: {
|
|
1123
|
-
components: {
|
|
1124
|
-
internalType: string;
|
|
1125
|
-
name: string;
|
|
1126
|
-
type: string;
|
|
1127
|
-
}[];
|
|
1128
|
-
internalType: string;
|
|
1129
|
-
name: string;
|
|
1130
|
-
type: string;
|
|
1131
|
-
}[];
|
|
1132
|
-
stateMutability: string;
|
|
1133
|
-
type: string;
|
|
1134
|
-
anonymous?: undefined;
|
|
1135
|
-
} | {
|
|
1136
|
-
inputs: {
|
|
1137
|
-
internalType: string;
|
|
1138
|
-
name: string;
|
|
1139
|
-
type: string;
|
|
1140
|
-
}[];
|
|
1141
|
-
name: string;
|
|
1142
|
-
outputs: {
|
|
1143
|
-
internalType: string;
|
|
1144
|
-
name: string;
|
|
1145
|
-
type: string;
|
|
1146
|
-
}[];
|
|
1147
|
-
stateMutability: string;
|
|
1148
|
-
type: string;
|
|
1149
|
-
anonymous?: undefined;
|
|
1150
|
-
})[];
|
|
1151
|
-
IEIP20NonStandard: ({
|
|
1152
|
-
anonymous: boolean;
|
|
1153
|
-
inputs: {
|
|
1154
|
-
indexed: boolean;
|
|
1155
|
-
internalType: string;
|
|
1156
|
-
name: string;
|
|
1157
|
-
type: string;
|
|
1158
|
-
}[];
|
|
1159
|
-
name: string;
|
|
1160
|
-
type: string;
|
|
1161
|
-
outputs?: undefined;
|
|
1162
|
-
stateMutability?: undefined;
|
|
1163
|
-
} | {
|
|
1164
|
-
inputs: {
|
|
1165
|
-
internalType: string;
|
|
1166
|
-
name: string;
|
|
1167
|
-
type: string;
|
|
1168
|
-
}[];
|
|
1169
|
-
name: string;
|
|
1170
|
-
outputs: {
|
|
1171
|
-
internalType: string;
|
|
1172
|
-
name: string;
|
|
1173
|
-
type: string;
|
|
1174
|
-
}[];
|
|
1175
|
-
stateMutability: string;
|
|
1176
|
-
type: string;
|
|
1177
|
-
anonymous?: undefined;
|
|
1178
|
-
})[];
|
|
1179
|
-
IEIP712: {
|
|
1180
|
-
inputs: {
|
|
1181
|
-
internalType: string;
|
|
1182
|
-
name: string;
|
|
1183
|
-
type: string;
|
|
1184
|
-
}[];
|
|
1185
|
-
name: string;
|
|
1186
|
-
outputs: any[];
|
|
1187
|
-
stateMutability: string;
|
|
1188
|
-
type: string;
|
|
1189
|
-
}[];
|
|
1190
|
-
IGovernorAlpha: {
|
|
1191
|
-
inputs: {
|
|
1192
|
-
internalType: string;
|
|
1193
|
-
name: string;
|
|
1194
|
-
type: string;
|
|
1195
|
-
}[];
|
|
1196
|
-
name: string;
|
|
1197
|
-
outputs: {
|
|
1198
|
-
internalType: string;
|
|
1199
|
-
name: string;
|
|
1200
|
-
type: string;
|
|
1201
|
-
}[];
|
|
1202
|
-
stateMutability: string;
|
|
1203
|
-
type: string;
|
|
1204
|
-
}[];
|
|
1205
|
-
IGovernorBravo: ({
|
|
1148
|
+
type: string;
|
|
1149
|
+
outputs?: undefined;
|
|
1150
|
+
stateMutability?: undefined;
|
|
1151
|
+
} | {
|
|
1206
1152
|
inputs: {
|
|
1207
1153
|
internalType: string;
|
|
1208
1154
|
name: string;
|
|
@@ -1216,6 +1162,7 @@ declare const Sumer: {
|
|
|
1216
1162
|
}[];
|
|
1217
1163
|
stateMutability: string;
|
|
1218
1164
|
type: string;
|
|
1165
|
+
anonymous?: undefined;
|
|
1219
1166
|
} | {
|
|
1220
1167
|
inputs: {
|
|
1221
1168
|
internalType: string;
|
|
@@ -1235,8 +1182,9 @@ declare const Sumer: {
|
|
|
1235
1182
|
}[];
|
|
1236
1183
|
stateMutability: string;
|
|
1237
1184
|
type: string;
|
|
1185
|
+
anonymous?: undefined;
|
|
1238
1186
|
})[];
|
|
1239
|
-
|
|
1187
|
+
ICToken: {
|
|
1240
1188
|
inputs: {
|
|
1241
1189
|
internalType: string;
|
|
1242
1190
|
name: string;
|
|
@@ -1251,7 +1199,7 @@ declare const Sumer: {
|
|
|
1251
1199
|
stateMutability: string;
|
|
1252
1200
|
type: string;
|
|
1253
1201
|
}[];
|
|
1254
|
-
|
|
1202
|
+
IEIP20NonStandard: ({
|
|
1255
1203
|
anonymous: boolean;
|
|
1256
1204
|
inputs: {
|
|
1257
1205
|
indexed: boolean;
|
|
@@ -1279,19 +1227,18 @@ declare const Sumer: {
|
|
|
1279
1227
|
type: string;
|
|
1280
1228
|
anonymous?: undefined;
|
|
1281
1229
|
})[];
|
|
1282
|
-
|
|
1283
|
-
anonymous: boolean;
|
|
1230
|
+
IEIP712: {
|
|
1284
1231
|
inputs: {
|
|
1285
|
-
indexed: boolean;
|
|
1286
1232
|
internalType: string;
|
|
1287
1233
|
name: string;
|
|
1288
1234
|
type: string;
|
|
1289
1235
|
}[];
|
|
1290
1236
|
name: string;
|
|
1237
|
+
outputs: any[];
|
|
1238
|
+
stateMutability: string;
|
|
1291
1239
|
type: string;
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
} | {
|
|
1240
|
+
}[];
|
|
1241
|
+
IGovernorAlpha: {
|
|
1295
1242
|
inputs: {
|
|
1296
1243
|
internalType: string;
|
|
1297
1244
|
name: string;
|
|
@@ -1305,21 +1252,8 @@ declare const Sumer: {
|
|
|
1305
1252
|
}[];
|
|
1306
1253
|
stateMutability: string;
|
|
1307
1254
|
type: string;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
IPYieldToken: ({
|
|
1311
|
-
anonymous: boolean;
|
|
1312
|
-
inputs: {
|
|
1313
|
-
indexed: boolean;
|
|
1314
|
-
internalType: string;
|
|
1315
|
-
name: string;
|
|
1316
|
-
type: string;
|
|
1317
|
-
}[];
|
|
1318
|
-
name: string;
|
|
1319
|
-
type: string;
|
|
1320
|
-
outputs?: undefined;
|
|
1321
|
-
stateMutability?: undefined;
|
|
1322
|
-
} | {
|
|
1255
|
+
}[];
|
|
1256
|
+
IGovernorBravo: ({
|
|
1323
1257
|
inputs: {
|
|
1324
1258
|
internalType: string;
|
|
1325
1259
|
name: string;
|
|
@@ -1333,9 +1267,7 @@ declare const Sumer: {
|
|
|
1333
1267
|
}[];
|
|
1334
1268
|
stateMutability: string;
|
|
1335
1269
|
type: string;
|
|
1336
|
-
|
|
1337
|
-
})[];
|
|
1338
|
-
IPendlePtOracle: {
|
|
1270
|
+
} | {
|
|
1339
1271
|
inputs: {
|
|
1340
1272
|
internalType: string;
|
|
1341
1273
|
name: string;
|
|
@@ -1343,14 +1275,19 @@ declare const Sumer: {
|
|
|
1343
1275
|
}[];
|
|
1344
1276
|
name: string;
|
|
1345
1277
|
outputs: {
|
|
1278
|
+
components: {
|
|
1279
|
+
internalType: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
type: string;
|
|
1282
|
+
}[];
|
|
1346
1283
|
internalType: string;
|
|
1347
1284
|
name: string;
|
|
1348
1285
|
type: string;
|
|
1349
1286
|
}[];
|
|
1350
1287
|
stateMutability: string;
|
|
1351
1288
|
type: string;
|
|
1352
|
-
}[];
|
|
1353
|
-
|
|
1289
|
+
})[];
|
|
1290
|
+
IInterestRateModel: {
|
|
1354
1291
|
inputs: {
|
|
1355
1292
|
internalType: string;
|
|
1356
1293
|
name: string;
|
|
@@ -1365,7 +1302,7 @@ declare const Sumer: {
|
|
|
1365
1302
|
stateMutability: string;
|
|
1366
1303
|
type: string;
|
|
1367
1304
|
}[];
|
|
1368
|
-
|
|
1305
|
+
IPriceOracle: {
|
|
1369
1306
|
inputs: {
|
|
1370
1307
|
internalType: string;
|
|
1371
1308
|
name: string;
|
|
@@ -1380,19 +1317,7 @@ declare const Sumer: {
|
|
|
1380
1317
|
stateMutability: string;
|
|
1381
1318
|
type: string;
|
|
1382
1319
|
}[];
|
|
1383
|
-
|
|
1384
|
-
anonymous: boolean;
|
|
1385
|
-
inputs: {
|
|
1386
|
-
indexed: boolean;
|
|
1387
|
-
internalType: string;
|
|
1388
|
-
name: string;
|
|
1389
|
-
type: string;
|
|
1390
|
-
}[];
|
|
1391
|
-
name: string;
|
|
1392
|
-
type: string;
|
|
1393
|
-
outputs?: undefined;
|
|
1394
|
-
stateMutability?: undefined;
|
|
1395
|
-
} | {
|
|
1320
|
+
IRedemptionManager: {
|
|
1396
1321
|
inputs: {
|
|
1397
1322
|
internalType: string;
|
|
1398
1323
|
name: string;
|
|
@@ -1406,9 +1331,8 @@ declare const Sumer: {
|
|
|
1406
1331
|
}[];
|
|
1407
1332
|
stateMutability: string;
|
|
1408
1333
|
type: string;
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
IStandardizedYield: ({
|
|
1334
|
+
}[];
|
|
1335
|
+
ISortedBorrows: ({
|
|
1412
1336
|
anonymous: boolean;
|
|
1413
1337
|
inputs: {
|
|
1414
1338
|
indexed: boolean;
|
|
@@ -1594,7 +1518,7 @@ declare const Sumer: {
|
|
|
1594
1518
|
name: string;
|
|
1595
1519
|
type: string;
|
|
1596
1520
|
})[];
|
|
1597
|
-
|
|
1521
|
+
ChainlinkFeedAdaptor_ETHToUSD: ({
|
|
1598
1522
|
inputs: {
|
|
1599
1523
|
internalType: string;
|
|
1600
1524
|
name: string;
|
|
@@ -1603,26 +1527,6 @@ declare const Sumer: {
|
|
|
1603
1527
|
stateMutability: string;
|
|
1604
1528
|
type: string;
|
|
1605
1529
|
name?: undefined;
|
|
1606
|
-
anonymous?: undefined;
|
|
1607
|
-
outputs?: undefined;
|
|
1608
|
-
} | {
|
|
1609
|
-
inputs: any[];
|
|
1610
|
-
name: string;
|
|
1611
|
-
type: string;
|
|
1612
|
-
stateMutability?: undefined;
|
|
1613
|
-
anonymous?: undefined;
|
|
1614
|
-
outputs?: undefined;
|
|
1615
|
-
} | {
|
|
1616
|
-
anonymous: boolean;
|
|
1617
|
-
inputs: {
|
|
1618
|
-
indexed: boolean;
|
|
1619
|
-
internalType: string;
|
|
1620
|
-
name: string;
|
|
1621
|
-
type: string;
|
|
1622
|
-
}[];
|
|
1623
|
-
name: string;
|
|
1624
|
-
type: string;
|
|
1625
|
-
stateMutability?: undefined;
|
|
1626
1530
|
outputs?: undefined;
|
|
1627
1531
|
} | {
|
|
1628
1532
|
inputs: any[];
|
|
@@ -1634,49 +1538,8 @@ declare const Sumer: {
|
|
|
1634
1538
|
}[];
|
|
1635
1539
|
stateMutability: string;
|
|
1636
1540
|
type: string;
|
|
1637
|
-
anonymous?: undefined;
|
|
1638
|
-
} | {
|
|
1639
|
-
inputs: {
|
|
1640
|
-
internalType: string;
|
|
1641
|
-
name: string;
|
|
1642
|
-
type: string;
|
|
1643
|
-
}[];
|
|
1644
|
-
name: string;
|
|
1645
|
-
outputs: any[];
|
|
1646
|
-
stateMutability: string;
|
|
1647
|
-
type: string;
|
|
1648
|
-
anonymous?: undefined;
|
|
1649
1541
|
})[];
|
|
1650
|
-
IAPI3Proxy: {
|
|
1651
|
-
inputs: any[];
|
|
1652
|
-
name: string;
|
|
1653
|
-
outputs: {
|
|
1654
|
-
internalType: string;
|
|
1655
|
-
name: string;
|
|
1656
|
-
type: string;
|
|
1657
|
-
}[];
|
|
1658
|
-
stateMutability: string;
|
|
1659
|
-
type: string;
|
|
1660
|
-
}[];
|
|
1661
1542
|
FeedPriceOracle: ({
|
|
1662
|
-
inputs: {
|
|
1663
|
-
internalType: string;
|
|
1664
|
-
name: string;
|
|
1665
|
-
type: string;
|
|
1666
|
-
}[];
|
|
1667
|
-
stateMutability: string;
|
|
1668
|
-
type: string;
|
|
1669
|
-
name?: undefined;
|
|
1670
|
-
anonymous?: undefined;
|
|
1671
|
-
outputs?: undefined;
|
|
1672
|
-
} | {
|
|
1673
|
-
inputs: any[];
|
|
1674
|
-
name: string;
|
|
1675
|
-
type: string;
|
|
1676
|
-
stateMutability?: undefined;
|
|
1677
|
-
anonymous?: undefined;
|
|
1678
|
-
outputs?: undefined;
|
|
1679
|
-
} | {
|
|
1680
1543
|
anonymous: boolean;
|
|
1681
1544
|
inputs: {
|
|
1682
1545
|
indexed: boolean;
|
|
@@ -1686,8 +1549,8 @@ declare const Sumer: {
|
|
|
1686
1549
|
}[];
|
|
1687
1550
|
name: string;
|
|
1688
1551
|
type: string;
|
|
1689
|
-
stateMutability?: undefined;
|
|
1690
1552
|
outputs?: undefined;
|
|
1553
|
+
stateMutability?: undefined;
|
|
1691
1554
|
} | {
|
|
1692
1555
|
inputs: {
|
|
1693
1556
|
internalType: string;
|
|
@@ -1703,19 +1566,7 @@ declare const Sumer: {
|
|
|
1703
1566
|
stateMutability: string;
|
|
1704
1567
|
type: string;
|
|
1705
1568
|
anonymous?: undefined;
|
|
1706
|
-
}
|
|
1707
|
-
PriceAdapter: {
|
|
1708
|
-
inputs: any[];
|
|
1709
|
-
name: string;
|
|
1710
|
-
outputs: {
|
|
1711
|
-
internalType: string;
|
|
1712
|
-
name: string;
|
|
1713
|
-
type: string;
|
|
1714
|
-
}[];
|
|
1715
|
-
stateMutability: string;
|
|
1716
|
-
type: string;
|
|
1717
|
-
}[];
|
|
1718
|
-
PriceOracle: {
|
|
1569
|
+
} | {
|
|
1719
1570
|
inputs: {
|
|
1720
1571
|
internalType: string;
|
|
1721
1572
|
name: string;
|
|
@@ -1723,40 +1574,37 @@ declare const Sumer: {
|
|
|
1723
1574
|
}[];
|
|
1724
1575
|
name: string;
|
|
1725
1576
|
outputs: {
|
|
1577
|
+
components: {
|
|
1578
|
+
internalType: string;
|
|
1579
|
+
name: string;
|
|
1580
|
+
type: string;
|
|
1581
|
+
}[];
|
|
1726
1582
|
internalType: string;
|
|
1727
1583
|
name: string;
|
|
1728
1584
|
type: string;
|
|
1729
1585
|
}[];
|
|
1730
1586
|
stateMutability: string;
|
|
1731
1587
|
type: string;
|
|
1732
|
-
|
|
1733
|
-
|
|
1588
|
+
anonymous?: undefined;
|
|
1589
|
+
})[];
|
|
1590
|
+
FeedPriceOracleSafe: ({
|
|
1591
|
+
anonymous: boolean;
|
|
1734
1592
|
inputs: {
|
|
1593
|
+
indexed: boolean;
|
|
1735
1594
|
internalType: string;
|
|
1736
1595
|
name: string;
|
|
1737
1596
|
type: string;
|
|
1738
1597
|
}[];
|
|
1739
1598
|
name: string;
|
|
1740
|
-
outputs: {
|
|
1741
|
-
internalType: string;
|
|
1742
|
-
name: string;
|
|
1743
|
-
type: string;
|
|
1744
|
-
}[];
|
|
1745
|
-
stateMutability: string;
|
|
1746
1599
|
type: string;
|
|
1747
|
-
|
|
1748
|
-
|
|
1600
|
+
outputs?: undefined;
|
|
1601
|
+
stateMutability?: undefined;
|
|
1602
|
+
} | {
|
|
1749
1603
|
inputs: {
|
|
1750
1604
|
internalType: string;
|
|
1751
1605
|
name: string;
|
|
1752
1606
|
type: string;
|
|
1753
1607
|
}[];
|
|
1754
|
-
stateMutability: string;
|
|
1755
|
-
type: string;
|
|
1756
|
-
name?: undefined;
|
|
1757
|
-
outputs?: undefined;
|
|
1758
|
-
} | {
|
|
1759
|
-
inputs: any[];
|
|
1760
1608
|
name: string;
|
|
1761
1609
|
outputs: {
|
|
1762
1610
|
internalType: string;
|
|
@@ -1765,8 +1613,8 @@ declare const Sumer: {
|
|
|
1765
1613
|
}[];
|
|
1766
1614
|
stateMutability: string;
|
|
1767
1615
|
type: string;
|
|
1768
|
-
|
|
1769
|
-
|
|
1616
|
+
anonymous?: undefined;
|
|
1617
|
+
} | {
|
|
1770
1618
|
inputs: {
|
|
1771
1619
|
internalType: string;
|
|
1772
1620
|
name: string;
|
|
@@ -1774,36 +1622,25 @@ declare const Sumer: {
|
|
|
1774
1622
|
}[];
|
|
1775
1623
|
name: string;
|
|
1776
1624
|
outputs: {
|
|
1625
|
+
components: {
|
|
1626
|
+
internalType: string;
|
|
1627
|
+
name: string;
|
|
1628
|
+
type: string;
|
|
1629
|
+
}[];
|
|
1777
1630
|
internalType: string;
|
|
1778
1631
|
name: string;
|
|
1779
1632
|
type: string;
|
|
1780
1633
|
}[];
|
|
1781
1634
|
stateMutability: string;
|
|
1782
1635
|
type: string;
|
|
1783
|
-
|
|
1784
|
-
|
|
1636
|
+
anonymous?: undefined;
|
|
1637
|
+
})[];
|
|
1638
|
+
PriceOracle: {
|
|
1785
1639
|
inputs: {
|
|
1786
1640
|
internalType: string;
|
|
1787
1641
|
name: string;
|
|
1788
1642
|
type: string;
|
|
1789
1643
|
}[];
|
|
1790
|
-
stateMutability: string;
|
|
1791
|
-
type: string;
|
|
1792
|
-
name?: undefined;
|
|
1793
|
-
outputs?: undefined;
|
|
1794
|
-
} | {
|
|
1795
|
-
inputs: any[];
|
|
1796
|
-
name: string;
|
|
1797
|
-
outputs: {
|
|
1798
|
-
internalType: string;
|
|
1799
|
-
name: string;
|
|
1800
|
-
type: string;
|
|
1801
|
-
}[];
|
|
1802
|
-
stateMutability: string;
|
|
1803
|
-
type: string;
|
|
1804
|
-
})[];
|
|
1805
|
-
IWstMTRG: {
|
|
1806
|
-
inputs: any[];
|
|
1807
1644
|
name: string;
|
|
1808
1645
|
outputs: {
|
|
1809
1646
|
internalType: string;
|
|
@@ -1813,54 +1650,31 @@ declare const Sumer: {
|
|
|
1813
1650
|
stateMutability: string;
|
|
1814
1651
|
type: string;
|
|
1815
1652
|
}[];
|
|
1816
|
-
|
|
1817
|
-
inputs:
|
|
1818
|
-
internalType: string;
|
|
1819
|
-
name: string;
|
|
1820
|
-
type: string;
|
|
1821
|
-
}[];
|
|
1653
|
+
PythOracle: ({
|
|
1654
|
+
inputs: any[];
|
|
1822
1655
|
stateMutability: string;
|
|
1823
1656
|
type: string;
|
|
1657
|
+
anonymous?: undefined;
|
|
1824
1658
|
name?: undefined;
|
|
1825
1659
|
outputs?: undefined;
|
|
1826
1660
|
} | {
|
|
1827
|
-
|
|
1828
|
-
name: string;
|
|
1829
|
-
outputs: {
|
|
1830
|
-
internalType: string;
|
|
1831
|
-
name: string;
|
|
1832
|
-
type: string;
|
|
1833
|
-
}[];
|
|
1834
|
-
stateMutability: string;
|
|
1835
|
-
type: string;
|
|
1836
|
-
})[];
|
|
1837
|
-
IStEUR: {
|
|
1661
|
+
anonymous: boolean;
|
|
1838
1662
|
inputs: {
|
|
1663
|
+
indexed: boolean;
|
|
1839
1664
|
internalType: string;
|
|
1840
1665
|
name: string;
|
|
1841
1666
|
type: string;
|
|
1842
1667
|
}[];
|
|
1843
1668
|
name: string;
|
|
1844
|
-
outputs: {
|
|
1845
|
-
internalType: string;
|
|
1846
|
-
name: string;
|
|
1847
|
-
type: string;
|
|
1848
|
-
}[];
|
|
1849
|
-
stateMutability: string;
|
|
1850
1669
|
type: string;
|
|
1851
|
-
|
|
1852
|
-
|
|
1670
|
+
stateMutability?: undefined;
|
|
1671
|
+
outputs?: undefined;
|
|
1672
|
+
} | {
|
|
1853
1673
|
inputs: {
|
|
1854
1674
|
internalType: string;
|
|
1855
1675
|
name: string;
|
|
1856
1676
|
type: string;
|
|
1857
1677
|
}[];
|
|
1858
|
-
stateMutability: string;
|
|
1859
|
-
type: string;
|
|
1860
|
-
name?: undefined;
|
|
1861
|
-
outputs?: undefined;
|
|
1862
|
-
} | {
|
|
1863
|
-
inputs: any[];
|
|
1864
1678
|
name: string;
|
|
1865
1679
|
outputs: {
|
|
1866
1680
|
internalType: string;
|
|
@@ -1869,8 +1683,8 @@ declare const Sumer: {
|
|
|
1869
1683
|
}[];
|
|
1870
1684
|
stateMutability: string;
|
|
1871
1685
|
type: string;
|
|
1872
|
-
|
|
1873
|
-
|
|
1686
|
+
anonymous?: undefined;
|
|
1687
|
+
} | {
|
|
1874
1688
|
inputs: {
|
|
1875
1689
|
internalType: string;
|
|
1876
1690
|
name: string;
|
|
@@ -1878,24 +1692,20 @@ declare const Sumer: {
|
|
|
1878
1692
|
}[];
|
|
1879
1693
|
name: string;
|
|
1880
1694
|
outputs: {
|
|
1695
|
+
components: {
|
|
1696
|
+
internalType: string;
|
|
1697
|
+
name: string;
|
|
1698
|
+
type: string;
|
|
1699
|
+
}[];
|
|
1881
1700
|
internalType: string;
|
|
1882
1701
|
name: string;
|
|
1883
1702
|
type: string;
|
|
1884
1703
|
}[];
|
|
1885
1704
|
stateMutability: string;
|
|
1886
1705
|
type: string;
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
internalType: string;
|
|
1891
|
-
name: string;
|
|
1892
|
-
type: string;
|
|
1893
|
-
}[];
|
|
1894
|
-
stateMutability: string;
|
|
1895
|
-
type: string;
|
|
1896
|
-
name?: undefined;
|
|
1897
|
-
outputs?: undefined;
|
|
1898
|
-
} | {
|
|
1706
|
+
anonymous?: undefined;
|
|
1707
|
+
})[];
|
|
1708
|
+
IWstMTRG: {
|
|
1899
1709
|
inputs: any[];
|
|
1900
1710
|
name: string;
|
|
1901
1711
|
outputs: {
|
|
@@ -1905,7 +1715,7 @@ declare const Sumer: {
|
|
|
1905
1715
|
}[];
|
|
1906
1716
|
stateMutability: string;
|
|
1907
1717
|
type: string;
|
|
1908
|
-
}
|
|
1718
|
+
}[];
|
|
1909
1719
|
wstMTRGOracle: ({
|
|
1910
1720
|
inputs: {
|
|
1911
1721
|
internalType: string;
|