@meterio/sumer-js 0.2.6 → 0.2.8

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.
@@ -0,0 +1,4229 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.errorABIs = void 0;
4
+ exports.errorABIs = [
5
+ {
6
+ "inputs": [],
7
+ "name": "AddReservesMarketNotFresh",
8
+ "type": "error"
9
+ },
10
+ {
11
+ "inputs": [],
12
+ "name": "AddReservesOverflow",
13
+ "type": "error"
14
+ },
15
+ {
16
+ "inputs": [],
17
+ "name": "BorrowAndDepositBackFailed",
18
+ "type": "error"
19
+ },
20
+ {
21
+ "inputs": [],
22
+ "name": "BorrowCapReached",
23
+ "type": "error"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "BorrowCashNotAvailable",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [],
32
+ "name": "BorrowMarketNotFresh",
33
+ "type": "error"
34
+ },
35
+ {
36
+ "inputs": [],
37
+ "name": "BorrowPaused",
38
+ "type": "error"
39
+ },
40
+ {
41
+ "inputs": [
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "usdThreshold",
45
+ "type": "uint256"
46
+ }
47
+ ],
48
+ "name": "BorrowValueMustBeLargerThanThreshold",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "inputs": [],
53
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
54
+ "type": "error"
55
+ },
56
+ {
57
+ "inputs": [],
58
+ "name": "CantSweepUnderlying",
59
+ "type": "error"
60
+ },
61
+ {
62
+ "inputs": [],
63
+ "name": "ComptrollerMismatch",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ExpiredSignature",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "GroupIdMismatch",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InsufficientCollateral",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "InsufficientShortfall",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "InvalidAddress",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "InvalidAmount",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "InvalidCloseFactor",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "InvalidComptroller",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [],
108
+ "name": "InvalidDiscountRate",
109
+ "type": "error"
110
+ },
111
+ {
112
+ "inputs": [],
113
+ "name": "InvalidExchangeRate",
114
+ "type": "error"
115
+ },
116
+ {
117
+ "inputs": [],
118
+ "name": "InvalidGroupId",
119
+ "type": "error"
120
+ },
121
+ {
122
+ "inputs": [],
123
+ "name": "InvalidInput",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [],
128
+ "name": "InvalidInterestRateModel",
129
+ "type": "error"
130
+ },
131
+ {
132
+ "inputs": [],
133
+ "name": "InvalidMinSuBorrowValue",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "inputs": [],
138
+ "name": "InvalidReduceAmount",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [],
143
+ "name": "InvalidReserveFactor",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [],
148
+ "name": "InvalidSignatureForRedeemFaceValue",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "InvalidSignatureLength",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "InvalidSuToken",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "LiquidateBorrow_RepayAmountIsMax",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "LiquidateBorrow_RepayAmountIsZero",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "LiquidateBorrow_SeizeTooMuch",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "LiquidateCollateralMarketNotFresh",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "LiquidateMarketNotFresh",
189
+ "type": "error"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "MarketAlreadyListed",
194
+ "type": "error"
195
+ },
196
+ {
197
+ "inputs": [],
198
+ "name": "MarketCanOnlyInitializeOnce",
199
+ "type": "error"
200
+ },
201
+ {
202
+ "inputs": [],
203
+ "name": "MarketNotListed",
204
+ "type": "error"
205
+ },
206
+ {
207
+ "inputs": [],
208
+ "name": "MinDelayNotReached",
209
+ "type": "error"
210
+ },
211
+ {
212
+ "inputs": [],
213
+ "name": "MintMarketNotFresh",
214
+ "type": "error"
215
+ },
216
+ {
217
+ "inputs": [],
218
+ "name": "MintPaused",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [],
223
+ "name": "NoRedemptionProvider",
224
+ "type": "error"
225
+ },
226
+ {
227
+ "inputs": [],
228
+ "name": "NotCToken",
229
+ "type": "error"
230
+ },
231
+ {
232
+ "inputs": [],
233
+ "name": "NotEnoughForSeize",
234
+ "type": "error"
235
+ },
236
+ {
237
+ "inputs": [],
238
+ "name": "NotSuToken",
239
+ "type": "error"
240
+ },
241
+ {
242
+ "inputs": [],
243
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [],
248
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "OnlyAdmin",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [],
258
+ "name": "OnlyAdminOrCapper",
259
+ "type": "error"
260
+ },
261
+ {
262
+ "inputs": [],
263
+ "name": "OnlyAdminOrPauser",
264
+ "type": "error"
265
+ },
266
+ {
267
+ "inputs": [],
268
+ "name": "OnlyCToken",
269
+ "type": "error"
270
+ },
271
+ {
272
+ "inputs": [],
273
+ "name": "OnlyListedCToken",
274
+ "type": "error"
275
+ },
276
+ {
277
+ "inputs": [],
278
+ "name": "OnlyPendingAdmin",
279
+ "type": "error"
280
+ },
281
+ {
282
+ "inputs": [],
283
+ "name": "OnlyRedemptionManager",
284
+ "type": "error"
285
+ },
286
+ {
287
+ "inputs": [],
288
+ "name": "PriceError",
289
+ "type": "error"
290
+ },
291
+ {
292
+ "inputs": [],
293
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
294
+ "type": "error"
295
+ },
296
+ {
297
+ "inputs": [],
298
+ "name": "ProtocolIsPaused",
299
+ "type": "error"
300
+ },
301
+ {
302
+ "inputs": [],
303
+ "name": "RedeemMarketNotFresh",
304
+ "type": "error"
305
+ },
306
+ {
307
+ "inputs": [],
308
+ "name": "RedeemTransferOutNotPossible",
309
+ "type": "error"
310
+ },
311
+ {
312
+ "inputs": [],
313
+ "name": "RedemptionSeizeTooMuch",
314
+ "type": "error"
315
+ },
316
+ {
317
+ "inputs": [],
318
+ "name": "RedemptionSignerNotInitialized",
319
+ "type": "error"
320
+ },
321
+ {
322
+ "inputs": [],
323
+ "name": "ReduceReservesCashNotAvailable",
324
+ "type": "error"
325
+ },
326
+ {
327
+ "inputs": [],
328
+ "name": "ReduceReservesMarketNotFresh",
329
+ "type": "error"
330
+ },
331
+ {
332
+ "inputs": [],
333
+ "name": "ReduceReservesOverflow",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [],
338
+ "name": "RepayBorrowMarketNotFresh",
339
+ "type": "error"
340
+ },
341
+ {
342
+ "inputs": [],
343
+ "name": "SeizePaused",
344
+ "type": "error"
345
+ },
346
+ {
347
+ "inputs": [],
348
+ "name": "Seize_LiquidatorIsBorrower",
349
+ "type": "error"
350
+ },
351
+ {
352
+ "inputs": [],
353
+ "name": "SenderMustBeCToken",
354
+ "type": "error"
355
+ },
356
+ {
357
+ "inputs": [],
358
+ "name": "SetInterestRateModelMarketNotFresh",
359
+ "type": "error"
360
+ },
361
+ {
362
+ "inputs": [],
363
+ "name": "SetReservesFactorMarketNotFresh",
364
+ "type": "error"
365
+ },
366
+ {
367
+ "inputs": [],
368
+ "name": "SupplyCapReached",
369
+ "type": "error"
370
+ },
371
+ {
372
+ "inputs": [],
373
+ "name": "TokenInOrAmountInMustBeZero",
374
+ "type": "error"
375
+ },
376
+ {
377
+ "inputs": [],
378
+ "name": "TokenTransferInFailed",
379
+ "type": "error"
380
+ },
381
+ {
382
+ "inputs": [],
383
+ "name": "TokenTransferOutFailed",
384
+ "type": "error"
385
+ },
386
+ {
387
+ "inputs": [],
388
+ "name": "TooMuchRepay",
389
+ "type": "error"
390
+ },
391
+ {
392
+ "inputs": [],
393
+ "name": "TransferNotAllowed",
394
+ "type": "error"
395
+ },
396
+ {
397
+ "inputs": [],
398
+ "name": "TransferPaused",
399
+ "type": "error"
400
+ },
401
+ {
402
+ "inputs": [],
403
+ "name": "UnderlyingBalanceError",
404
+ "type": "error"
405
+ },
406
+ {
407
+ "inputs": [],
408
+ "name": "AddReservesMarketNotFresh",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "inputs": [],
413
+ "name": "AddReservesOverflow",
414
+ "type": "error"
415
+ },
416
+ {
417
+ "inputs": [
418
+ {
419
+ "internalType": "uint256",
420
+ "name": "minWaitInSeconds",
421
+ "type": "uint256"
422
+ },
423
+ {
424
+ "internalType": "uint256",
425
+ "name": "available",
426
+ "type": "uint256"
427
+ }
428
+ ],
429
+ "name": "AggregateValueRateLimitReached",
430
+ "type": "error"
431
+ },
432
+ {
433
+ "inputs": [],
434
+ "name": "BorrowAndDepositBackFailed",
435
+ "type": "error"
436
+ },
437
+ {
438
+ "inputs": [],
439
+ "name": "BorrowCapReached",
440
+ "type": "error"
441
+ },
442
+ {
443
+ "inputs": [],
444
+ "name": "BorrowCashNotAvailable",
445
+ "type": "error"
446
+ },
447
+ {
448
+ "inputs": [],
449
+ "name": "BorrowMarketNotFresh",
450
+ "type": "error"
451
+ },
452
+ {
453
+ "inputs": [],
454
+ "name": "BorrowPaused",
455
+ "type": "error"
456
+ },
457
+ {
458
+ "inputs": [
459
+ {
460
+ "internalType": "uint256",
461
+ "name": "usdThreshold",
462
+ "type": "uint256"
463
+ }
464
+ ],
465
+ "name": "BorrowValueMustBeLargerThanThreshold",
466
+ "type": "error"
467
+ },
468
+ {
469
+ "inputs": [],
470
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
471
+ "type": "error"
472
+ },
473
+ {
474
+ "inputs": [],
475
+ "name": "CantSweepUnderlying",
476
+ "type": "error"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "ComptrollerMismatch",
481
+ "type": "error"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "ExpiredSignature",
486
+ "type": "error"
487
+ },
488
+ {
489
+ "inputs": [],
490
+ "name": "GroupIdMismatch",
491
+ "type": "error"
492
+ },
493
+ {
494
+ "inputs": [],
495
+ "name": "InsufficientCollateral",
496
+ "type": "error"
497
+ },
498
+ {
499
+ "inputs": [],
500
+ "name": "InsufficientShortfall",
501
+ "type": "error"
502
+ },
503
+ {
504
+ "inputs": [],
505
+ "name": "InvalidAddress",
506
+ "type": "error"
507
+ },
508
+ {
509
+ "inputs": [],
510
+ "name": "InvalidAmount",
511
+ "type": "error"
512
+ },
513
+ {
514
+ "inputs": [],
515
+ "name": "InvalidCloseFactor",
516
+ "type": "error"
517
+ },
518
+ {
519
+ "inputs": [],
520
+ "name": "InvalidComptroller",
521
+ "type": "error"
522
+ },
523
+ {
524
+ "inputs": [],
525
+ "name": "InvalidDiscountRate",
526
+ "type": "error"
527
+ },
528
+ {
529
+ "inputs": [],
530
+ "name": "InvalidExchangeRate",
531
+ "type": "error"
532
+ },
533
+ {
534
+ "inputs": [],
535
+ "name": "InvalidGroupId",
536
+ "type": "error"
537
+ },
538
+ {
539
+ "inputs": [],
540
+ "name": "InvalidInput",
541
+ "type": "error"
542
+ },
543
+ {
544
+ "inputs": [],
545
+ "name": "InvalidInterestRateModel",
546
+ "type": "error"
547
+ },
548
+ {
549
+ "inputs": [],
550
+ "name": "InvalidMinSuBorrowValue",
551
+ "type": "error"
552
+ },
553
+ {
554
+ "inputs": [],
555
+ "name": "InvalidReduceAmount",
556
+ "type": "error"
557
+ },
558
+ {
559
+ "inputs": [],
560
+ "name": "InvalidReserveFactor",
561
+ "type": "error"
562
+ },
563
+ {
564
+ "inputs": [],
565
+ "name": "InvalidSignatureForRedeemFaceValue",
566
+ "type": "error"
567
+ },
568
+ {
569
+ "inputs": [],
570
+ "name": "InvalidSignatureLength",
571
+ "type": "error"
572
+ },
573
+ {
574
+ "inputs": [],
575
+ "name": "InvalidSuToken",
576
+ "type": "error"
577
+ },
578
+ {
579
+ "inputs": [],
580
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
581
+ "type": "error"
582
+ },
583
+ {
584
+ "inputs": [],
585
+ "name": "LiquidateBorrow_RepayAmountIsMax",
586
+ "type": "error"
587
+ },
588
+ {
589
+ "inputs": [],
590
+ "name": "LiquidateBorrow_RepayAmountIsZero",
591
+ "type": "error"
592
+ },
593
+ {
594
+ "inputs": [],
595
+ "name": "LiquidateBorrow_SeizeTooMuch",
596
+ "type": "error"
597
+ },
598
+ {
599
+ "inputs": [],
600
+ "name": "LiquidateCollateralMarketNotFresh",
601
+ "type": "error"
602
+ },
603
+ {
604
+ "inputs": [],
605
+ "name": "LiquidateMarketNotFresh",
606
+ "type": "error"
607
+ },
608
+ {
609
+ "inputs": [],
610
+ "name": "MarketAlreadyListed",
611
+ "type": "error"
612
+ },
613
+ {
614
+ "inputs": [],
615
+ "name": "MarketCanOnlyInitializeOnce",
616
+ "type": "error"
617
+ },
618
+ {
619
+ "inputs": [],
620
+ "name": "MarketNotListed",
621
+ "type": "error"
622
+ },
623
+ {
624
+ "inputs": [],
625
+ "name": "MinDelayNotReached",
626
+ "type": "error"
627
+ },
628
+ {
629
+ "inputs": [],
630
+ "name": "MintMarketNotFresh",
631
+ "type": "error"
632
+ },
633
+ {
634
+ "inputs": [],
635
+ "name": "MintPaused",
636
+ "type": "error"
637
+ },
638
+ {
639
+ "inputs": [],
640
+ "name": "NoRedemptionProvider",
641
+ "type": "error"
642
+ },
643
+ {
644
+ "inputs": [],
645
+ "name": "NotCToken",
646
+ "type": "error"
647
+ },
648
+ {
649
+ "inputs": [],
650
+ "name": "NotEnoughForSeize",
651
+ "type": "error"
652
+ },
653
+ {
654
+ "inputs": [],
655
+ "name": "NotSuToken",
656
+ "type": "error"
657
+ },
658
+ {
659
+ "inputs": [],
660
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
661
+ "type": "error"
662
+ },
663
+ {
664
+ "inputs": [],
665
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
666
+ "type": "error"
667
+ },
668
+ {
669
+ "inputs": [],
670
+ "name": "OnlyAdmin",
671
+ "type": "error"
672
+ },
673
+ {
674
+ "inputs": [],
675
+ "name": "OnlyAdminOrCapper",
676
+ "type": "error"
677
+ },
678
+ {
679
+ "inputs": [],
680
+ "name": "OnlyAdminOrPauser",
681
+ "type": "error"
682
+ },
683
+ {
684
+ "inputs": [],
685
+ "name": "OnlyCToken",
686
+ "type": "error"
687
+ },
688
+ {
689
+ "inputs": [],
690
+ "name": "OnlyListedCToken",
691
+ "type": "error"
692
+ },
693
+ {
694
+ "inputs": [],
695
+ "name": "OnlyPendingAdmin",
696
+ "type": "error"
697
+ },
698
+ {
699
+ "inputs": [],
700
+ "name": "OnlyRedemptionManager",
701
+ "type": "error"
702
+ },
703
+ {
704
+ "inputs": [],
705
+ "name": "PriceError",
706
+ "type": "error"
707
+ },
708
+ {
709
+ "inputs": [],
710
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
711
+ "type": "error"
712
+ },
713
+ {
714
+ "inputs": [],
715
+ "name": "ProtocolIsPaused",
716
+ "type": "error"
717
+ },
718
+ {
719
+ "inputs": [],
720
+ "name": "RedeemMarketNotFresh",
721
+ "type": "error"
722
+ },
723
+ {
724
+ "inputs": [],
725
+ "name": "RedeemTransferOutNotPossible",
726
+ "type": "error"
727
+ },
728
+ {
729
+ "inputs": [],
730
+ "name": "RedemptionSeizeTooMuch",
731
+ "type": "error"
732
+ },
733
+ {
734
+ "inputs": [],
735
+ "name": "RedemptionSignerNotInitialized",
736
+ "type": "error"
737
+ },
738
+ {
739
+ "inputs": [],
740
+ "name": "ReduceReservesCashNotAvailable",
741
+ "type": "error"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "ReduceReservesMarketNotFresh",
746
+ "type": "error"
747
+ },
748
+ {
749
+ "inputs": [],
750
+ "name": "ReduceReservesOverflow",
751
+ "type": "error"
752
+ },
753
+ {
754
+ "inputs": [],
755
+ "name": "RepayBorrowMarketNotFresh",
756
+ "type": "error"
757
+ },
758
+ {
759
+ "inputs": [],
760
+ "name": "SeizePaused",
761
+ "type": "error"
762
+ },
763
+ {
764
+ "inputs": [],
765
+ "name": "Seize_LiquidatorIsBorrower",
766
+ "type": "error"
767
+ },
768
+ {
769
+ "inputs": [],
770
+ "name": "SenderMustBeCToken",
771
+ "type": "error"
772
+ },
773
+ {
774
+ "inputs": [],
775
+ "name": "SetInterestRateModelMarketNotFresh",
776
+ "type": "error"
777
+ },
778
+ {
779
+ "inputs": [],
780
+ "name": "SetReservesFactorMarketNotFresh",
781
+ "type": "error"
782
+ },
783
+ {
784
+ "inputs": [],
785
+ "name": "SupplyCapReached",
786
+ "type": "error"
787
+ },
788
+ {
789
+ "inputs": [],
790
+ "name": "TokenInOrAmountInMustBeZero",
791
+ "type": "error"
792
+ },
793
+ {
794
+ "inputs": [
795
+ {
796
+ "internalType": "uint256",
797
+ "name": "minWaitInSeconds",
798
+ "type": "uint256"
799
+ },
800
+ {
801
+ "internalType": "uint256",
802
+ "name": "available",
803
+ "type": "uint256"
804
+ },
805
+ {
806
+ "internalType": "address",
807
+ "name": "tokenAddress",
808
+ "type": "address"
809
+ }
810
+ ],
811
+ "name": "TokenRateLimitReached",
812
+ "type": "error"
813
+ },
814
+ {
815
+ "inputs": [],
816
+ "name": "TokenTransferInFailed",
817
+ "type": "error"
818
+ },
819
+ {
820
+ "inputs": [],
821
+ "name": "TokenTransferOutFailed",
822
+ "type": "error"
823
+ },
824
+ {
825
+ "inputs": [],
826
+ "name": "TooMuchRepay",
827
+ "type": "error"
828
+ },
829
+ {
830
+ "inputs": [],
831
+ "name": "TransferNotAllowed",
832
+ "type": "error"
833
+ },
834
+ {
835
+ "inputs": [],
836
+ "name": "TransferPaused",
837
+ "type": "error"
838
+ },
839
+ {
840
+ "inputs": [],
841
+ "name": "UnderlyingBalanceError",
842
+ "type": "error"
843
+ },
844
+ {
845
+ "inputs": [],
846
+ "name": "AddReservesMarketNotFresh",
847
+ "type": "error"
848
+ },
849
+ {
850
+ "inputs": [],
851
+ "name": "AddReservesOverflow",
852
+ "type": "error"
853
+ },
854
+ {
855
+ "inputs": [],
856
+ "name": "BorrowAndDepositBackFailed",
857
+ "type": "error"
858
+ },
859
+ {
860
+ "inputs": [],
861
+ "name": "BorrowCapReached",
862
+ "type": "error"
863
+ },
864
+ {
865
+ "inputs": [],
866
+ "name": "BorrowCashNotAvailable",
867
+ "type": "error"
868
+ },
869
+ {
870
+ "inputs": [],
871
+ "name": "BorrowMarketNotFresh",
872
+ "type": "error"
873
+ },
874
+ {
875
+ "inputs": [],
876
+ "name": "BorrowPaused",
877
+ "type": "error"
878
+ },
879
+ {
880
+ "inputs": [
881
+ {
882
+ "internalType": "uint256",
883
+ "name": "usdThreshold",
884
+ "type": "uint256"
885
+ }
886
+ ],
887
+ "name": "BorrowValueMustBeLargerThanThreshold",
888
+ "type": "error"
889
+ },
890
+ {
891
+ "inputs": [],
892
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
893
+ "type": "error"
894
+ },
895
+ {
896
+ "inputs": [],
897
+ "name": "CantSweepUnderlying",
898
+ "type": "error"
899
+ },
900
+ {
901
+ "inputs": [],
902
+ "name": "ComptrollerMismatch",
903
+ "type": "error"
904
+ },
905
+ {
906
+ "inputs": [],
907
+ "name": "ExpiredSignature",
908
+ "type": "error"
909
+ },
910
+ {
911
+ "inputs": [],
912
+ "name": "GroupIdMismatch",
913
+ "type": "error"
914
+ },
915
+ {
916
+ "inputs": [],
917
+ "name": "InsufficientCollateral",
918
+ "type": "error"
919
+ },
920
+ {
921
+ "inputs": [],
922
+ "name": "InsufficientShortfall",
923
+ "type": "error"
924
+ },
925
+ {
926
+ "inputs": [],
927
+ "name": "InvalidAddress",
928
+ "type": "error"
929
+ },
930
+ {
931
+ "inputs": [],
932
+ "name": "InvalidAmount",
933
+ "type": "error"
934
+ },
935
+ {
936
+ "inputs": [],
937
+ "name": "InvalidCloseFactor",
938
+ "type": "error"
939
+ },
940
+ {
941
+ "inputs": [],
942
+ "name": "InvalidComptroller",
943
+ "type": "error"
944
+ },
945
+ {
946
+ "inputs": [],
947
+ "name": "InvalidDiscountRate",
948
+ "type": "error"
949
+ },
950
+ {
951
+ "inputs": [],
952
+ "name": "InvalidExchangeRate",
953
+ "type": "error"
954
+ },
955
+ {
956
+ "inputs": [],
957
+ "name": "InvalidGroupId",
958
+ "type": "error"
959
+ },
960
+ {
961
+ "inputs": [],
962
+ "name": "InvalidInput",
963
+ "type": "error"
964
+ },
965
+ {
966
+ "inputs": [],
967
+ "name": "InvalidInterestRateModel",
968
+ "type": "error"
969
+ },
970
+ {
971
+ "inputs": [],
972
+ "name": "InvalidMinSuBorrowValue",
973
+ "type": "error"
974
+ },
975
+ {
976
+ "inputs": [],
977
+ "name": "InvalidReduceAmount",
978
+ "type": "error"
979
+ },
980
+ {
981
+ "inputs": [],
982
+ "name": "InvalidReserveFactor",
983
+ "type": "error"
984
+ },
985
+ {
986
+ "inputs": [],
987
+ "name": "InvalidSignatureForRedeemFaceValue",
988
+ "type": "error"
989
+ },
990
+ {
991
+ "inputs": [],
992
+ "name": "InvalidSignatureLength",
993
+ "type": "error"
994
+ },
995
+ {
996
+ "inputs": [],
997
+ "name": "InvalidSuToken",
998
+ "type": "error"
999
+ },
1000
+ {
1001
+ "inputs": [],
1002
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
1003
+ "type": "error"
1004
+ },
1005
+ {
1006
+ "inputs": [],
1007
+ "name": "LiquidateBorrow_RepayAmountIsMax",
1008
+ "type": "error"
1009
+ },
1010
+ {
1011
+ "inputs": [],
1012
+ "name": "LiquidateBorrow_RepayAmountIsZero",
1013
+ "type": "error"
1014
+ },
1015
+ {
1016
+ "inputs": [],
1017
+ "name": "LiquidateBorrow_SeizeTooMuch",
1018
+ "type": "error"
1019
+ },
1020
+ {
1021
+ "inputs": [],
1022
+ "name": "LiquidateCollateralMarketNotFresh",
1023
+ "type": "error"
1024
+ },
1025
+ {
1026
+ "inputs": [],
1027
+ "name": "LiquidateMarketNotFresh",
1028
+ "type": "error"
1029
+ },
1030
+ {
1031
+ "inputs": [],
1032
+ "name": "MarketAlreadyListed",
1033
+ "type": "error"
1034
+ },
1035
+ {
1036
+ "inputs": [],
1037
+ "name": "MarketCanOnlyInitializeOnce",
1038
+ "type": "error"
1039
+ },
1040
+ {
1041
+ "inputs": [],
1042
+ "name": "MarketNotListed",
1043
+ "type": "error"
1044
+ },
1045
+ {
1046
+ "inputs": [],
1047
+ "name": "MinDelayNotReached",
1048
+ "type": "error"
1049
+ },
1050
+ {
1051
+ "inputs": [],
1052
+ "name": "MintMarketNotFresh",
1053
+ "type": "error"
1054
+ },
1055
+ {
1056
+ "inputs": [],
1057
+ "name": "MintPaused",
1058
+ "type": "error"
1059
+ },
1060
+ {
1061
+ "inputs": [],
1062
+ "name": "NoRedemptionProvider",
1063
+ "type": "error"
1064
+ },
1065
+ {
1066
+ "inputs": [],
1067
+ "name": "NotCToken",
1068
+ "type": "error"
1069
+ },
1070
+ {
1071
+ "inputs": [],
1072
+ "name": "NotEnoughForSeize",
1073
+ "type": "error"
1074
+ },
1075
+ {
1076
+ "inputs": [],
1077
+ "name": "NotSuToken",
1078
+ "type": "error"
1079
+ },
1080
+ {
1081
+ "inputs": [],
1082
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
1083
+ "type": "error"
1084
+ },
1085
+ {
1086
+ "inputs": [],
1087
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
1088
+ "type": "error"
1089
+ },
1090
+ {
1091
+ "inputs": [],
1092
+ "name": "OnlyAdmin",
1093
+ "type": "error"
1094
+ },
1095
+ {
1096
+ "inputs": [],
1097
+ "name": "OnlyAdminOrCapper",
1098
+ "type": "error"
1099
+ },
1100
+ {
1101
+ "inputs": [],
1102
+ "name": "OnlyAdminOrPauser",
1103
+ "type": "error"
1104
+ },
1105
+ {
1106
+ "inputs": [],
1107
+ "name": "OnlyCToken",
1108
+ "type": "error"
1109
+ },
1110
+ {
1111
+ "inputs": [],
1112
+ "name": "OnlyListedCToken",
1113
+ "type": "error"
1114
+ },
1115
+ {
1116
+ "inputs": [],
1117
+ "name": "OnlyPendingAdmin",
1118
+ "type": "error"
1119
+ },
1120
+ {
1121
+ "inputs": [],
1122
+ "name": "OnlyRedemptionManager",
1123
+ "type": "error"
1124
+ },
1125
+ {
1126
+ "inputs": [],
1127
+ "name": "PriceError",
1128
+ "type": "error"
1129
+ },
1130
+ {
1131
+ "inputs": [],
1132
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
1133
+ "type": "error"
1134
+ },
1135
+ {
1136
+ "inputs": [],
1137
+ "name": "ProtocolIsPaused",
1138
+ "type": "error"
1139
+ },
1140
+ {
1141
+ "inputs": [],
1142
+ "name": "RedeemMarketNotFresh",
1143
+ "type": "error"
1144
+ },
1145
+ {
1146
+ "inputs": [],
1147
+ "name": "RedeemTransferOutNotPossible",
1148
+ "type": "error"
1149
+ },
1150
+ {
1151
+ "inputs": [],
1152
+ "name": "RedemptionSeizeTooMuch",
1153
+ "type": "error"
1154
+ },
1155
+ {
1156
+ "inputs": [],
1157
+ "name": "RedemptionSignerNotInitialized",
1158
+ "type": "error"
1159
+ },
1160
+ {
1161
+ "inputs": [],
1162
+ "name": "ReduceReservesCashNotAvailable",
1163
+ "type": "error"
1164
+ },
1165
+ {
1166
+ "inputs": [],
1167
+ "name": "ReduceReservesMarketNotFresh",
1168
+ "type": "error"
1169
+ },
1170
+ {
1171
+ "inputs": [],
1172
+ "name": "ReduceReservesOverflow",
1173
+ "type": "error"
1174
+ },
1175
+ {
1176
+ "inputs": [],
1177
+ "name": "RepayBorrowMarketNotFresh",
1178
+ "type": "error"
1179
+ },
1180
+ {
1181
+ "inputs": [],
1182
+ "name": "SeizePaused",
1183
+ "type": "error"
1184
+ },
1185
+ {
1186
+ "inputs": [],
1187
+ "name": "Seize_LiquidatorIsBorrower",
1188
+ "type": "error"
1189
+ },
1190
+ {
1191
+ "inputs": [],
1192
+ "name": "SenderMustBeCToken",
1193
+ "type": "error"
1194
+ },
1195
+ {
1196
+ "inputs": [],
1197
+ "name": "SetInterestRateModelMarketNotFresh",
1198
+ "type": "error"
1199
+ },
1200
+ {
1201
+ "inputs": [],
1202
+ "name": "SetReservesFactorMarketNotFresh",
1203
+ "type": "error"
1204
+ },
1205
+ {
1206
+ "inputs": [],
1207
+ "name": "SupplyCapReached",
1208
+ "type": "error"
1209
+ },
1210
+ {
1211
+ "inputs": [],
1212
+ "name": "TokenInOrAmountInMustBeZero",
1213
+ "type": "error"
1214
+ },
1215
+ {
1216
+ "inputs": [],
1217
+ "name": "TokenTransferInFailed",
1218
+ "type": "error"
1219
+ },
1220
+ {
1221
+ "inputs": [],
1222
+ "name": "TokenTransferOutFailed",
1223
+ "type": "error"
1224
+ },
1225
+ {
1226
+ "inputs": [],
1227
+ "name": "TooMuchRepay",
1228
+ "type": "error"
1229
+ },
1230
+ {
1231
+ "inputs": [],
1232
+ "name": "TransferNotAllowed",
1233
+ "type": "error"
1234
+ },
1235
+ {
1236
+ "inputs": [],
1237
+ "name": "TransferPaused",
1238
+ "type": "error"
1239
+ },
1240
+ {
1241
+ "inputs": [],
1242
+ "name": "UnderlyingBalanceError",
1243
+ "type": "error"
1244
+ },
1245
+ {
1246
+ "inputs": [],
1247
+ "name": "AddReservesMarketNotFresh",
1248
+ "type": "error"
1249
+ },
1250
+ {
1251
+ "inputs": [],
1252
+ "name": "AddReservesOverflow",
1253
+ "type": "error"
1254
+ },
1255
+ {
1256
+ "inputs": [],
1257
+ "name": "BorrowAndDepositBackFailed",
1258
+ "type": "error"
1259
+ },
1260
+ {
1261
+ "inputs": [],
1262
+ "name": "BorrowCapReached",
1263
+ "type": "error"
1264
+ },
1265
+ {
1266
+ "inputs": [],
1267
+ "name": "BorrowCashNotAvailable",
1268
+ "type": "error"
1269
+ },
1270
+ {
1271
+ "inputs": [],
1272
+ "name": "BorrowMarketNotFresh",
1273
+ "type": "error"
1274
+ },
1275
+ {
1276
+ "inputs": [],
1277
+ "name": "BorrowPaused",
1278
+ "type": "error"
1279
+ },
1280
+ {
1281
+ "inputs": [
1282
+ {
1283
+ "internalType": "uint256",
1284
+ "name": "usdThreshold",
1285
+ "type": "uint256"
1286
+ }
1287
+ ],
1288
+ "name": "BorrowValueMustBeLargerThanThreshold",
1289
+ "type": "error"
1290
+ },
1291
+ {
1292
+ "inputs": [],
1293
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
1294
+ "type": "error"
1295
+ },
1296
+ {
1297
+ "inputs": [],
1298
+ "name": "CantSweepUnderlying",
1299
+ "type": "error"
1300
+ },
1301
+ {
1302
+ "inputs": [],
1303
+ "name": "ComptrollerMismatch",
1304
+ "type": "error"
1305
+ },
1306
+ {
1307
+ "inputs": [],
1308
+ "name": "ExpiredSignature",
1309
+ "type": "error"
1310
+ },
1311
+ {
1312
+ "inputs": [],
1313
+ "name": "GroupIdMismatch",
1314
+ "type": "error"
1315
+ },
1316
+ {
1317
+ "inputs": [],
1318
+ "name": "InsufficientCollateral",
1319
+ "type": "error"
1320
+ },
1321
+ {
1322
+ "inputs": [],
1323
+ "name": "InsufficientShortfall",
1324
+ "type": "error"
1325
+ },
1326
+ {
1327
+ "inputs": [],
1328
+ "name": "InvalidAddress",
1329
+ "type": "error"
1330
+ },
1331
+ {
1332
+ "inputs": [],
1333
+ "name": "InvalidAmount",
1334
+ "type": "error"
1335
+ },
1336
+ {
1337
+ "inputs": [],
1338
+ "name": "InvalidCloseFactor",
1339
+ "type": "error"
1340
+ },
1341
+ {
1342
+ "inputs": [],
1343
+ "name": "InvalidComptroller",
1344
+ "type": "error"
1345
+ },
1346
+ {
1347
+ "inputs": [],
1348
+ "name": "InvalidDiscountRate",
1349
+ "type": "error"
1350
+ },
1351
+ {
1352
+ "inputs": [],
1353
+ "name": "InvalidExchangeRate",
1354
+ "type": "error"
1355
+ },
1356
+ {
1357
+ "inputs": [],
1358
+ "name": "InvalidGroupId",
1359
+ "type": "error"
1360
+ },
1361
+ {
1362
+ "inputs": [],
1363
+ "name": "InvalidInput",
1364
+ "type": "error"
1365
+ },
1366
+ {
1367
+ "inputs": [],
1368
+ "name": "InvalidInterestRateModel",
1369
+ "type": "error"
1370
+ },
1371
+ {
1372
+ "inputs": [],
1373
+ "name": "InvalidMinSuBorrowValue",
1374
+ "type": "error"
1375
+ },
1376
+ {
1377
+ "inputs": [],
1378
+ "name": "InvalidReduceAmount",
1379
+ "type": "error"
1380
+ },
1381
+ {
1382
+ "inputs": [],
1383
+ "name": "InvalidReserveFactor",
1384
+ "type": "error"
1385
+ },
1386
+ {
1387
+ "inputs": [],
1388
+ "name": "InvalidSignatureForRedeemFaceValue",
1389
+ "type": "error"
1390
+ },
1391
+ {
1392
+ "inputs": [],
1393
+ "name": "InvalidSignatureLength",
1394
+ "type": "error"
1395
+ },
1396
+ {
1397
+ "inputs": [],
1398
+ "name": "InvalidSuToken",
1399
+ "type": "error"
1400
+ },
1401
+ {
1402
+ "inputs": [],
1403
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
1404
+ "type": "error"
1405
+ },
1406
+ {
1407
+ "inputs": [],
1408
+ "name": "LiquidateBorrow_RepayAmountIsMax",
1409
+ "type": "error"
1410
+ },
1411
+ {
1412
+ "inputs": [],
1413
+ "name": "LiquidateBorrow_RepayAmountIsZero",
1414
+ "type": "error"
1415
+ },
1416
+ {
1417
+ "inputs": [],
1418
+ "name": "LiquidateBorrow_SeizeTooMuch",
1419
+ "type": "error"
1420
+ },
1421
+ {
1422
+ "inputs": [],
1423
+ "name": "LiquidateCollateralMarketNotFresh",
1424
+ "type": "error"
1425
+ },
1426
+ {
1427
+ "inputs": [],
1428
+ "name": "LiquidateMarketNotFresh",
1429
+ "type": "error"
1430
+ },
1431
+ {
1432
+ "inputs": [],
1433
+ "name": "MarketAlreadyListed",
1434
+ "type": "error"
1435
+ },
1436
+ {
1437
+ "inputs": [],
1438
+ "name": "MarketCanOnlyInitializeOnce",
1439
+ "type": "error"
1440
+ },
1441
+ {
1442
+ "inputs": [],
1443
+ "name": "MarketNotListed",
1444
+ "type": "error"
1445
+ },
1446
+ {
1447
+ "inputs": [],
1448
+ "name": "MinDelayNotReached",
1449
+ "type": "error"
1450
+ },
1451
+ {
1452
+ "inputs": [],
1453
+ "name": "MintMarketNotFresh",
1454
+ "type": "error"
1455
+ },
1456
+ {
1457
+ "inputs": [],
1458
+ "name": "MintPaused",
1459
+ "type": "error"
1460
+ },
1461
+ {
1462
+ "inputs": [],
1463
+ "name": "NoRedemptionProvider",
1464
+ "type": "error"
1465
+ },
1466
+ {
1467
+ "inputs": [],
1468
+ "name": "NotCToken",
1469
+ "type": "error"
1470
+ },
1471
+ {
1472
+ "inputs": [],
1473
+ "name": "NotEnoughForSeize",
1474
+ "type": "error"
1475
+ },
1476
+ {
1477
+ "inputs": [],
1478
+ "name": "NotSuToken",
1479
+ "type": "error"
1480
+ },
1481
+ {
1482
+ "inputs": [],
1483
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
1484
+ "type": "error"
1485
+ },
1486
+ {
1487
+ "inputs": [],
1488
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
1489
+ "type": "error"
1490
+ },
1491
+ {
1492
+ "inputs": [],
1493
+ "name": "OnlyAdmin",
1494
+ "type": "error"
1495
+ },
1496
+ {
1497
+ "inputs": [],
1498
+ "name": "OnlyAdminOrCapper",
1499
+ "type": "error"
1500
+ },
1501
+ {
1502
+ "inputs": [],
1503
+ "name": "OnlyAdminOrPauser",
1504
+ "type": "error"
1505
+ },
1506
+ {
1507
+ "inputs": [],
1508
+ "name": "OnlyCToken",
1509
+ "type": "error"
1510
+ },
1511
+ {
1512
+ "inputs": [],
1513
+ "name": "OnlyListedCToken",
1514
+ "type": "error"
1515
+ },
1516
+ {
1517
+ "inputs": [],
1518
+ "name": "OnlyPendingAdmin",
1519
+ "type": "error"
1520
+ },
1521
+ {
1522
+ "inputs": [],
1523
+ "name": "OnlyRedemptionManager",
1524
+ "type": "error"
1525
+ },
1526
+ {
1527
+ "inputs": [],
1528
+ "name": "PriceError",
1529
+ "type": "error"
1530
+ },
1531
+ {
1532
+ "inputs": [],
1533
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
1534
+ "type": "error"
1535
+ },
1536
+ {
1537
+ "inputs": [],
1538
+ "name": "ProtocolIsPaused",
1539
+ "type": "error"
1540
+ },
1541
+ {
1542
+ "inputs": [],
1543
+ "name": "RedeemMarketNotFresh",
1544
+ "type": "error"
1545
+ },
1546
+ {
1547
+ "inputs": [],
1548
+ "name": "RedeemTransferOutNotPossible",
1549
+ "type": "error"
1550
+ },
1551
+ {
1552
+ "inputs": [],
1553
+ "name": "RedemptionSeizeTooMuch",
1554
+ "type": "error"
1555
+ },
1556
+ {
1557
+ "inputs": [],
1558
+ "name": "RedemptionSignerNotInitialized",
1559
+ "type": "error"
1560
+ },
1561
+ {
1562
+ "inputs": [],
1563
+ "name": "ReduceReservesCashNotAvailable",
1564
+ "type": "error"
1565
+ },
1566
+ {
1567
+ "inputs": [],
1568
+ "name": "ReduceReservesMarketNotFresh",
1569
+ "type": "error"
1570
+ },
1571
+ {
1572
+ "inputs": [],
1573
+ "name": "ReduceReservesOverflow",
1574
+ "type": "error"
1575
+ },
1576
+ {
1577
+ "inputs": [],
1578
+ "name": "RepayBorrowMarketNotFresh",
1579
+ "type": "error"
1580
+ },
1581
+ {
1582
+ "inputs": [],
1583
+ "name": "SeizePaused",
1584
+ "type": "error"
1585
+ },
1586
+ {
1587
+ "inputs": [],
1588
+ "name": "Seize_LiquidatorIsBorrower",
1589
+ "type": "error"
1590
+ },
1591
+ {
1592
+ "inputs": [],
1593
+ "name": "SenderMustBeCToken",
1594
+ "type": "error"
1595
+ },
1596
+ {
1597
+ "inputs": [],
1598
+ "name": "SetInterestRateModelMarketNotFresh",
1599
+ "type": "error"
1600
+ },
1601
+ {
1602
+ "inputs": [],
1603
+ "name": "SetReservesFactorMarketNotFresh",
1604
+ "type": "error"
1605
+ },
1606
+ {
1607
+ "inputs": [],
1608
+ "name": "SupplyCapReached",
1609
+ "type": "error"
1610
+ },
1611
+ {
1612
+ "inputs": [],
1613
+ "name": "TokenInOrAmountInMustBeZero",
1614
+ "type": "error"
1615
+ },
1616
+ {
1617
+ "inputs": [],
1618
+ "name": "TokenTransferInFailed",
1619
+ "type": "error"
1620
+ },
1621
+ {
1622
+ "inputs": [],
1623
+ "name": "TokenTransferOutFailed",
1624
+ "type": "error"
1625
+ },
1626
+ {
1627
+ "inputs": [],
1628
+ "name": "TooMuchRepay",
1629
+ "type": "error"
1630
+ },
1631
+ {
1632
+ "inputs": [],
1633
+ "name": "TransferNotAllowed",
1634
+ "type": "error"
1635
+ },
1636
+ {
1637
+ "inputs": [],
1638
+ "name": "TransferPaused",
1639
+ "type": "error"
1640
+ },
1641
+ {
1642
+ "inputs": [],
1643
+ "name": "UnderlyingBalanceError",
1644
+ "type": "error"
1645
+ },
1646
+ {
1647
+ "inputs": [],
1648
+ "name": "AddReservesMarketNotFresh",
1649
+ "type": "error"
1650
+ },
1651
+ {
1652
+ "inputs": [],
1653
+ "name": "AddReservesOverflow",
1654
+ "type": "error"
1655
+ },
1656
+ {
1657
+ "inputs": [],
1658
+ "name": "BorrowAndDepositBackFailed",
1659
+ "type": "error"
1660
+ },
1661
+ {
1662
+ "inputs": [],
1663
+ "name": "BorrowCapReached",
1664
+ "type": "error"
1665
+ },
1666
+ {
1667
+ "inputs": [],
1668
+ "name": "BorrowCashNotAvailable",
1669
+ "type": "error"
1670
+ },
1671
+ {
1672
+ "inputs": [],
1673
+ "name": "BorrowMarketNotFresh",
1674
+ "type": "error"
1675
+ },
1676
+ {
1677
+ "inputs": [],
1678
+ "name": "BorrowPaused",
1679
+ "type": "error"
1680
+ },
1681
+ {
1682
+ "inputs": [
1683
+ {
1684
+ "internalType": "uint256",
1685
+ "name": "usdThreshold",
1686
+ "type": "uint256"
1687
+ }
1688
+ ],
1689
+ "name": "BorrowValueMustBeLargerThanThreshold",
1690
+ "type": "error"
1691
+ },
1692
+ {
1693
+ "inputs": [],
1694
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
1695
+ "type": "error"
1696
+ },
1697
+ {
1698
+ "inputs": [],
1699
+ "name": "CantSweepUnderlying",
1700
+ "type": "error"
1701
+ },
1702
+ {
1703
+ "inputs": [],
1704
+ "name": "ComptrollerMismatch",
1705
+ "type": "error"
1706
+ },
1707
+ {
1708
+ "inputs": [],
1709
+ "name": "ExpiredSignature",
1710
+ "type": "error"
1711
+ },
1712
+ {
1713
+ "inputs": [],
1714
+ "name": "GroupIdMismatch",
1715
+ "type": "error"
1716
+ },
1717
+ {
1718
+ "inputs": [],
1719
+ "name": "InsufficientCollateral",
1720
+ "type": "error"
1721
+ },
1722
+ {
1723
+ "inputs": [],
1724
+ "name": "InsufficientShortfall",
1725
+ "type": "error"
1726
+ },
1727
+ {
1728
+ "inputs": [],
1729
+ "name": "InvalidAddress",
1730
+ "type": "error"
1731
+ },
1732
+ {
1733
+ "inputs": [],
1734
+ "name": "InvalidAmount",
1735
+ "type": "error"
1736
+ },
1737
+ {
1738
+ "inputs": [],
1739
+ "name": "InvalidCloseFactor",
1740
+ "type": "error"
1741
+ },
1742
+ {
1743
+ "inputs": [],
1744
+ "name": "InvalidComptroller",
1745
+ "type": "error"
1746
+ },
1747
+ {
1748
+ "inputs": [],
1749
+ "name": "InvalidDiscountRate",
1750
+ "type": "error"
1751
+ },
1752
+ {
1753
+ "inputs": [],
1754
+ "name": "InvalidExchangeRate",
1755
+ "type": "error"
1756
+ },
1757
+ {
1758
+ "inputs": [],
1759
+ "name": "InvalidGroupId",
1760
+ "type": "error"
1761
+ },
1762
+ {
1763
+ "inputs": [],
1764
+ "name": "InvalidInput",
1765
+ "type": "error"
1766
+ },
1767
+ {
1768
+ "inputs": [],
1769
+ "name": "InvalidInterestRateModel",
1770
+ "type": "error"
1771
+ },
1772
+ {
1773
+ "inputs": [],
1774
+ "name": "InvalidMinSuBorrowValue",
1775
+ "type": "error"
1776
+ },
1777
+ {
1778
+ "inputs": [],
1779
+ "name": "InvalidReduceAmount",
1780
+ "type": "error"
1781
+ },
1782
+ {
1783
+ "inputs": [],
1784
+ "name": "InvalidReserveFactor",
1785
+ "type": "error"
1786
+ },
1787
+ {
1788
+ "inputs": [],
1789
+ "name": "InvalidSignatureForRedeemFaceValue",
1790
+ "type": "error"
1791
+ },
1792
+ {
1793
+ "inputs": [],
1794
+ "name": "InvalidSignatureLength",
1795
+ "type": "error"
1796
+ },
1797
+ {
1798
+ "inputs": [],
1799
+ "name": "InvalidSuToken",
1800
+ "type": "error"
1801
+ },
1802
+ {
1803
+ "inputs": [],
1804
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
1805
+ "type": "error"
1806
+ },
1807
+ {
1808
+ "inputs": [],
1809
+ "name": "LiquidateBorrow_RepayAmountIsMax",
1810
+ "type": "error"
1811
+ },
1812
+ {
1813
+ "inputs": [],
1814
+ "name": "LiquidateBorrow_RepayAmountIsZero",
1815
+ "type": "error"
1816
+ },
1817
+ {
1818
+ "inputs": [],
1819
+ "name": "LiquidateBorrow_SeizeTooMuch",
1820
+ "type": "error"
1821
+ },
1822
+ {
1823
+ "inputs": [],
1824
+ "name": "LiquidateCollateralMarketNotFresh",
1825
+ "type": "error"
1826
+ },
1827
+ {
1828
+ "inputs": [],
1829
+ "name": "LiquidateMarketNotFresh",
1830
+ "type": "error"
1831
+ },
1832
+ {
1833
+ "inputs": [],
1834
+ "name": "MarketAlreadyListed",
1835
+ "type": "error"
1836
+ },
1837
+ {
1838
+ "inputs": [],
1839
+ "name": "MarketCanOnlyInitializeOnce",
1840
+ "type": "error"
1841
+ },
1842
+ {
1843
+ "inputs": [],
1844
+ "name": "MarketNotListed",
1845
+ "type": "error"
1846
+ },
1847
+ {
1848
+ "inputs": [],
1849
+ "name": "MinDelayNotReached",
1850
+ "type": "error"
1851
+ },
1852
+ {
1853
+ "inputs": [],
1854
+ "name": "MintMarketNotFresh",
1855
+ "type": "error"
1856
+ },
1857
+ {
1858
+ "inputs": [],
1859
+ "name": "MintPaused",
1860
+ "type": "error"
1861
+ },
1862
+ {
1863
+ "inputs": [],
1864
+ "name": "NoRedemptionProvider",
1865
+ "type": "error"
1866
+ },
1867
+ {
1868
+ "inputs": [],
1869
+ "name": "NotCToken",
1870
+ "type": "error"
1871
+ },
1872
+ {
1873
+ "inputs": [],
1874
+ "name": "NotEnoughForSeize",
1875
+ "type": "error"
1876
+ },
1877
+ {
1878
+ "inputs": [],
1879
+ "name": "NotSuToken",
1880
+ "type": "error"
1881
+ },
1882
+ {
1883
+ "inputs": [],
1884
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
1885
+ "type": "error"
1886
+ },
1887
+ {
1888
+ "inputs": [],
1889
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
1890
+ "type": "error"
1891
+ },
1892
+ {
1893
+ "inputs": [],
1894
+ "name": "OnlyAdmin",
1895
+ "type": "error"
1896
+ },
1897
+ {
1898
+ "inputs": [],
1899
+ "name": "OnlyAdminOrCapper",
1900
+ "type": "error"
1901
+ },
1902
+ {
1903
+ "inputs": [],
1904
+ "name": "OnlyAdminOrPauser",
1905
+ "type": "error"
1906
+ },
1907
+ {
1908
+ "inputs": [],
1909
+ "name": "OnlyCToken",
1910
+ "type": "error"
1911
+ },
1912
+ {
1913
+ "inputs": [],
1914
+ "name": "OnlyListedCToken",
1915
+ "type": "error"
1916
+ },
1917
+ {
1918
+ "inputs": [],
1919
+ "name": "OnlyPendingAdmin",
1920
+ "type": "error"
1921
+ },
1922
+ {
1923
+ "inputs": [],
1924
+ "name": "OnlyRedemptionManager",
1925
+ "type": "error"
1926
+ },
1927
+ {
1928
+ "inputs": [],
1929
+ "name": "PriceError",
1930
+ "type": "error"
1931
+ },
1932
+ {
1933
+ "inputs": [],
1934
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
1935
+ "type": "error"
1936
+ },
1937
+ {
1938
+ "inputs": [],
1939
+ "name": "ProtocolIsPaused",
1940
+ "type": "error"
1941
+ },
1942
+ {
1943
+ "inputs": [],
1944
+ "name": "RedeemMarketNotFresh",
1945
+ "type": "error"
1946
+ },
1947
+ {
1948
+ "inputs": [],
1949
+ "name": "RedeemTransferOutNotPossible",
1950
+ "type": "error"
1951
+ },
1952
+ {
1953
+ "inputs": [],
1954
+ "name": "RedemptionSeizeTooMuch",
1955
+ "type": "error"
1956
+ },
1957
+ {
1958
+ "inputs": [],
1959
+ "name": "RedemptionSignerNotInitialized",
1960
+ "type": "error"
1961
+ },
1962
+ {
1963
+ "inputs": [],
1964
+ "name": "ReduceReservesCashNotAvailable",
1965
+ "type": "error"
1966
+ },
1967
+ {
1968
+ "inputs": [],
1969
+ "name": "ReduceReservesMarketNotFresh",
1970
+ "type": "error"
1971
+ },
1972
+ {
1973
+ "inputs": [],
1974
+ "name": "ReduceReservesOverflow",
1975
+ "type": "error"
1976
+ },
1977
+ {
1978
+ "inputs": [],
1979
+ "name": "RepayBorrowMarketNotFresh",
1980
+ "type": "error"
1981
+ },
1982
+ {
1983
+ "inputs": [],
1984
+ "name": "SeizePaused",
1985
+ "type": "error"
1986
+ },
1987
+ {
1988
+ "inputs": [],
1989
+ "name": "Seize_LiquidatorIsBorrower",
1990
+ "type": "error"
1991
+ },
1992
+ {
1993
+ "inputs": [],
1994
+ "name": "SenderMustBeCToken",
1995
+ "type": "error"
1996
+ },
1997
+ {
1998
+ "inputs": [],
1999
+ "name": "SetInterestRateModelMarketNotFresh",
2000
+ "type": "error"
2001
+ },
2002
+ {
2003
+ "inputs": [],
2004
+ "name": "SetReservesFactorMarketNotFresh",
2005
+ "type": "error"
2006
+ },
2007
+ {
2008
+ "inputs": [],
2009
+ "name": "SupplyCapReached",
2010
+ "type": "error"
2011
+ },
2012
+ {
2013
+ "inputs": [],
2014
+ "name": "TokenInOrAmountInMustBeZero",
2015
+ "type": "error"
2016
+ },
2017
+ {
2018
+ "inputs": [],
2019
+ "name": "TokenTransferInFailed",
2020
+ "type": "error"
2021
+ },
2022
+ {
2023
+ "inputs": [],
2024
+ "name": "TokenTransferOutFailed",
2025
+ "type": "error"
2026
+ },
2027
+ {
2028
+ "inputs": [],
2029
+ "name": "TooMuchRepay",
2030
+ "type": "error"
2031
+ },
2032
+ {
2033
+ "inputs": [],
2034
+ "name": "TransferNotAllowed",
2035
+ "type": "error"
2036
+ },
2037
+ {
2038
+ "inputs": [],
2039
+ "name": "TransferPaused",
2040
+ "type": "error"
2041
+ },
2042
+ {
2043
+ "inputs": [],
2044
+ "name": "UnderlyingBalanceError",
2045
+ "type": "error"
2046
+ },
2047
+ {
2048
+ "inputs": [],
2049
+ "name": "AddReservesMarketNotFresh",
2050
+ "type": "error"
2051
+ },
2052
+ {
2053
+ "inputs": [],
2054
+ "name": "AddReservesOverflow",
2055
+ "type": "error"
2056
+ },
2057
+ {
2058
+ "inputs": [],
2059
+ "name": "BorrowAndDepositBackFailed",
2060
+ "type": "error"
2061
+ },
2062
+ {
2063
+ "inputs": [],
2064
+ "name": "BorrowCapReached",
2065
+ "type": "error"
2066
+ },
2067
+ {
2068
+ "inputs": [],
2069
+ "name": "BorrowCashNotAvailable",
2070
+ "type": "error"
2071
+ },
2072
+ {
2073
+ "inputs": [],
2074
+ "name": "BorrowMarketNotFresh",
2075
+ "type": "error"
2076
+ },
2077
+ {
2078
+ "inputs": [],
2079
+ "name": "BorrowPaused",
2080
+ "type": "error"
2081
+ },
2082
+ {
2083
+ "inputs": [
2084
+ {
2085
+ "internalType": "uint256",
2086
+ "name": "usdThreshold",
2087
+ "type": "uint256"
2088
+ }
2089
+ ],
2090
+ "name": "BorrowValueMustBeLargerThanThreshold",
2091
+ "type": "error"
2092
+ },
2093
+ {
2094
+ "inputs": [],
2095
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
2096
+ "type": "error"
2097
+ },
2098
+ {
2099
+ "inputs": [],
2100
+ "name": "CantSweepUnderlying",
2101
+ "type": "error"
2102
+ },
2103
+ {
2104
+ "inputs": [],
2105
+ "name": "ComptrollerMismatch",
2106
+ "type": "error"
2107
+ },
2108
+ {
2109
+ "inputs": [],
2110
+ "name": "ExpiredSignature",
2111
+ "type": "error"
2112
+ },
2113
+ {
2114
+ "inputs": [],
2115
+ "name": "GroupIdMismatch",
2116
+ "type": "error"
2117
+ },
2118
+ {
2119
+ "inputs": [],
2120
+ "name": "InsufficientCollateral",
2121
+ "type": "error"
2122
+ },
2123
+ {
2124
+ "inputs": [],
2125
+ "name": "InsufficientShortfall",
2126
+ "type": "error"
2127
+ },
2128
+ {
2129
+ "inputs": [],
2130
+ "name": "InvalidAddress",
2131
+ "type": "error"
2132
+ },
2133
+ {
2134
+ "inputs": [],
2135
+ "name": "InvalidAmount",
2136
+ "type": "error"
2137
+ },
2138
+ {
2139
+ "inputs": [],
2140
+ "name": "InvalidCloseFactor",
2141
+ "type": "error"
2142
+ },
2143
+ {
2144
+ "inputs": [],
2145
+ "name": "InvalidComptroller",
2146
+ "type": "error"
2147
+ },
2148
+ {
2149
+ "inputs": [],
2150
+ "name": "InvalidDiscountRate",
2151
+ "type": "error"
2152
+ },
2153
+ {
2154
+ "inputs": [],
2155
+ "name": "InvalidExchangeRate",
2156
+ "type": "error"
2157
+ },
2158
+ {
2159
+ "inputs": [],
2160
+ "name": "InvalidGroupId",
2161
+ "type": "error"
2162
+ },
2163
+ {
2164
+ "inputs": [],
2165
+ "name": "InvalidInput",
2166
+ "type": "error"
2167
+ },
2168
+ {
2169
+ "inputs": [],
2170
+ "name": "InvalidInterestRateModel",
2171
+ "type": "error"
2172
+ },
2173
+ {
2174
+ "inputs": [],
2175
+ "name": "InvalidMinSuBorrowValue",
2176
+ "type": "error"
2177
+ },
2178
+ {
2179
+ "inputs": [],
2180
+ "name": "InvalidReduceAmount",
2181
+ "type": "error"
2182
+ },
2183
+ {
2184
+ "inputs": [],
2185
+ "name": "InvalidReserveFactor",
2186
+ "type": "error"
2187
+ },
2188
+ {
2189
+ "inputs": [],
2190
+ "name": "InvalidSignatureForRedeemFaceValue",
2191
+ "type": "error"
2192
+ },
2193
+ {
2194
+ "inputs": [],
2195
+ "name": "InvalidSignatureLength",
2196
+ "type": "error"
2197
+ },
2198
+ {
2199
+ "inputs": [],
2200
+ "name": "InvalidSuToken",
2201
+ "type": "error"
2202
+ },
2203
+ {
2204
+ "inputs": [],
2205
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
2206
+ "type": "error"
2207
+ },
2208
+ {
2209
+ "inputs": [],
2210
+ "name": "LiquidateBorrow_RepayAmountIsMax",
2211
+ "type": "error"
2212
+ },
2213
+ {
2214
+ "inputs": [],
2215
+ "name": "LiquidateBorrow_RepayAmountIsZero",
2216
+ "type": "error"
2217
+ },
2218
+ {
2219
+ "inputs": [],
2220
+ "name": "LiquidateBorrow_SeizeTooMuch",
2221
+ "type": "error"
2222
+ },
2223
+ {
2224
+ "inputs": [],
2225
+ "name": "LiquidateCollateralMarketNotFresh",
2226
+ "type": "error"
2227
+ },
2228
+ {
2229
+ "inputs": [],
2230
+ "name": "LiquidateMarketNotFresh",
2231
+ "type": "error"
2232
+ },
2233
+ {
2234
+ "inputs": [],
2235
+ "name": "MarketAlreadyListed",
2236
+ "type": "error"
2237
+ },
2238
+ {
2239
+ "inputs": [],
2240
+ "name": "MarketCanOnlyInitializeOnce",
2241
+ "type": "error"
2242
+ },
2243
+ {
2244
+ "inputs": [],
2245
+ "name": "MarketNotListed",
2246
+ "type": "error"
2247
+ },
2248
+ {
2249
+ "inputs": [],
2250
+ "name": "MinDelayNotReached",
2251
+ "type": "error"
2252
+ },
2253
+ {
2254
+ "inputs": [],
2255
+ "name": "MintMarketNotFresh",
2256
+ "type": "error"
2257
+ },
2258
+ {
2259
+ "inputs": [],
2260
+ "name": "MintPaused",
2261
+ "type": "error"
2262
+ },
2263
+ {
2264
+ "inputs": [],
2265
+ "name": "NoRedemptionProvider",
2266
+ "type": "error"
2267
+ },
2268
+ {
2269
+ "inputs": [],
2270
+ "name": "NotCToken",
2271
+ "type": "error"
2272
+ },
2273
+ {
2274
+ "inputs": [],
2275
+ "name": "NotEnoughForSeize",
2276
+ "type": "error"
2277
+ },
2278
+ {
2279
+ "inputs": [],
2280
+ "name": "NotSuToken",
2281
+ "type": "error"
2282
+ },
2283
+ {
2284
+ "inputs": [],
2285
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
2286
+ "type": "error"
2287
+ },
2288
+ {
2289
+ "inputs": [],
2290
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
2291
+ "type": "error"
2292
+ },
2293
+ {
2294
+ "inputs": [],
2295
+ "name": "OnlyAdmin",
2296
+ "type": "error"
2297
+ },
2298
+ {
2299
+ "inputs": [],
2300
+ "name": "OnlyAdminOrCapper",
2301
+ "type": "error"
2302
+ },
2303
+ {
2304
+ "inputs": [],
2305
+ "name": "OnlyAdminOrPauser",
2306
+ "type": "error"
2307
+ },
2308
+ {
2309
+ "inputs": [],
2310
+ "name": "OnlyCToken",
2311
+ "type": "error"
2312
+ },
2313
+ {
2314
+ "inputs": [],
2315
+ "name": "OnlyListedCToken",
2316
+ "type": "error"
2317
+ },
2318
+ {
2319
+ "inputs": [],
2320
+ "name": "OnlyPendingAdmin",
2321
+ "type": "error"
2322
+ },
2323
+ {
2324
+ "inputs": [],
2325
+ "name": "OnlyRedemptionManager",
2326
+ "type": "error"
2327
+ },
2328
+ {
2329
+ "inputs": [],
2330
+ "name": "PriceError",
2331
+ "type": "error"
2332
+ },
2333
+ {
2334
+ "inputs": [],
2335
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
2336
+ "type": "error"
2337
+ },
2338
+ {
2339
+ "inputs": [],
2340
+ "name": "ProtocolIsPaused",
2341
+ "type": "error"
2342
+ },
2343
+ {
2344
+ "inputs": [],
2345
+ "name": "RedeemMarketNotFresh",
2346
+ "type": "error"
2347
+ },
2348
+ {
2349
+ "inputs": [],
2350
+ "name": "RedeemTransferOutNotPossible",
2351
+ "type": "error"
2352
+ },
2353
+ {
2354
+ "inputs": [],
2355
+ "name": "RedemptionSeizeTooMuch",
2356
+ "type": "error"
2357
+ },
2358
+ {
2359
+ "inputs": [],
2360
+ "name": "RedemptionSignerNotInitialized",
2361
+ "type": "error"
2362
+ },
2363
+ {
2364
+ "inputs": [],
2365
+ "name": "ReduceReservesCashNotAvailable",
2366
+ "type": "error"
2367
+ },
2368
+ {
2369
+ "inputs": [],
2370
+ "name": "ReduceReservesMarketNotFresh",
2371
+ "type": "error"
2372
+ },
2373
+ {
2374
+ "inputs": [],
2375
+ "name": "ReduceReservesOverflow",
2376
+ "type": "error"
2377
+ },
2378
+ {
2379
+ "inputs": [],
2380
+ "name": "RepayBorrowMarketNotFresh",
2381
+ "type": "error"
2382
+ },
2383
+ {
2384
+ "inputs": [],
2385
+ "name": "SeizePaused",
2386
+ "type": "error"
2387
+ },
2388
+ {
2389
+ "inputs": [],
2390
+ "name": "Seize_LiquidatorIsBorrower",
2391
+ "type": "error"
2392
+ },
2393
+ {
2394
+ "inputs": [],
2395
+ "name": "SenderMustBeCToken",
2396
+ "type": "error"
2397
+ },
2398
+ {
2399
+ "inputs": [],
2400
+ "name": "SetInterestRateModelMarketNotFresh",
2401
+ "type": "error"
2402
+ },
2403
+ {
2404
+ "inputs": [],
2405
+ "name": "SetReservesFactorMarketNotFresh",
2406
+ "type": "error"
2407
+ },
2408
+ {
2409
+ "inputs": [],
2410
+ "name": "SupplyCapReached",
2411
+ "type": "error"
2412
+ },
2413
+ {
2414
+ "inputs": [],
2415
+ "name": "TokenInOrAmountInMustBeZero",
2416
+ "type": "error"
2417
+ },
2418
+ {
2419
+ "inputs": [],
2420
+ "name": "TokenTransferInFailed",
2421
+ "type": "error"
2422
+ },
2423
+ {
2424
+ "inputs": [],
2425
+ "name": "TokenTransferOutFailed",
2426
+ "type": "error"
2427
+ },
2428
+ {
2429
+ "inputs": [],
2430
+ "name": "TooMuchRepay",
2431
+ "type": "error"
2432
+ },
2433
+ {
2434
+ "inputs": [],
2435
+ "name": "TransferNotAllowed",
2436
+ "type": "error"
2437
+ },
2438
+ {
2439
+ "inputs": [],
2440
+ "name": "TransferPaused",
2441
+ "type": "error"
2442
+ },
2443
+ {
2444
+ "inputs": [],
2445
+ "name": "UnderlyingBalanceError",
2446
+ "type": "error"
2447
+ },
2448
+ {
2449
+ "inputs": [],
2450
+ "name": "AddReservesMarketNotFresh",
2451
+ "type": "error"
2452
+ },
2453
+ {
2454
+ "inputs": [],
2455
+ "name": "AddReservesOverflow",
2456
+ "type": "error"
2457
+ },
2458
+ {
2459
+ "inputs": [],
2460
+ "name": "BorrowAndDepositBackFailed",
2461
+ "type": "error"
2462
+ },
2463
+ {
2464
+ "inputs": [],
2465
+ "name": "BorrowCapReached",
2466
+ "type": "error"
2467
+ },
2468
+ {
2469
+ "inputs": [],
2470
+ "name": "BorrowCashNotAvailable",
2471
+ "type": "error"
2472
+ },
2473
+ {
2474
+ "inputs": [],
2475
+ "name": "BorrowMarketNotFresh",
2476
+ "type": "error"
2477
+ },
2478
+ {
2479
+ "inputs": [],
2480
+ "name": "BorrowPaused",
2481
+ "type": "error"
2482
+ },
2483
+ {
2484
+ "inputs": [
2485
+ {
2486
+ "internalType": "uint256",
2487
+ "name": "usdThreshold",
2488
+ "type": "uint256"
2489
+ }
2490
+ ],
2491
+ "name": "BorrowValueMustBeLargerThanThreshold",
2492
+ "type": "error"
2493
+ },
2494
+ {
2495
+ "inputs": [],
2496
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
2497
+ "type": "error"
2498
+ },
2499
+ {
2500
+ "inputs": [],
2501
+ "name": "CantSweepUnderlying",
2502
+ "type": "error"
2503
+ },
2504
+ {
2505
+ "inputs": [],
2506
+ "name": "ComptrollerMismatch",
2507
+ "type": "error"
2508
+ },
2509
+ {
2510
+ "inputs": [],
2511
+ "name": "ExpiredSignature",
2512
+ "type": "error"
2513
+ },
2514
+ {
2515
+ "inputs": [],
2516
+ "name": "GroupIdMismatch",
2517
+ "type": "error"
2518
+ },
2519
+ {
2520
+ "inputs": [],
2521
+ "name": "InsufficientCollateral",
2522
+ "type": "error"
2523
+ },
2524
+ {
2525
+ "inputs": [],
2526
+ "name": "InsufficientShortfall",
2527
+ "type": "error"
2528
+ },
2529
+ {
2530
+ "inputs": [],
2531
+ "name": "InvalidAddress",
2532
+ "type": "error"
2533
+ },
2534
+ {
2535
+ "inputs": [],
2536
+ "name": "InvalidAmount",
2537
+ "type": "error"
2538
+ },
2539
+ {
2540
+ "inputs": [],
2541
+ "name": "InvalidCloseFactor",
2542
+ "type": "error"
2543
+ },
2544
+ {
2545
+ "inputs": [],
2546
+ "name": "InvalidComptroller",
2547
+ "type": "error"
2548
+ },
2549
+ {
2550
+ "inputs": [],
2551
+ "name": "InvalidDiscountRate",
2552
+ "type": "error"
2553
+ },
2554
+ {
2555
+ "inputs": [],
2556
+ "name": "InvalidExchangeRate",
2557
+ "type": "error"
2558
+ },
2559
+ {
2560
+ "inputs": [],
2561
+ "name": "InvalidGroupId",
2562
+ "type": "error"
2563
+ },
2564
+ {
2565
+ "inputs": [],
2566
+ "name": "InvalidInput",
2567
+ "type": "error"
2568
+ },
2569
+ {
2570
+ "inputs": [],
2571
+ "name": "InvalidInterestRateModel",
2572
+ "type": "error"
2573
+ },
2574
+ {
2575
+ "inputs": [],
2576
+ "name": "InvalidMinSuBorrowValue",
2577
+ "type": "error"
2578
+ },
2579
+ {
2580
+ "inputs": [],
2581
+ "name": "InvalidReduceAmount",
2582
+ "type": "error"
2583
+ },
2584
+ {
2585
+ "inputs": [],
2586
+ "name": "InvalidReserveFactor",
2587
+ "type": "error"
2588
+ },
2589
+ {
2590
+ "inputs": [],
2591
+ "name": "InvalidSignatureForRedeemFaceValue",
2592
+ "type": "error"
2593
+ },
2594
+ {
2595
+ "inputs": [],
2596
+ "name": "InvalidSignatureLength",
2597
+ "type": "error"
2598
+ },
2599
+ {
2600
+ "inputs": [],
2601
+ "name": "InvalidSuToken",
2602
+ "type": "error"
2603
+ },
2604
+ {
2605
+ "inputs": [],
2606
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
2607
+ "type": "error"
2608
+ },
2609
+ {
2610
+ "inputs": [],
2611
+ "name": "LiquidateBorrow_RepayAmountIsMax",
2612
+ "type": "error"
2613
+ },
2614
+ {
2615
+ "inputs": [],
2616
+ "name": "LiquidateBorrow_RepayAmountIsZero",
2617
+ "type": "error"
2618
+ },
2619
+ {
2620
+ "inputs": [],
2621
+ "name": "LiquidateBorrow_SeizeTooMuch",
2622
+ "type": "error"
2623
+ },
2624
+ {
2625
+ "inputs": [],
2626
+ "name": "LiquidateCollateralMarketNotFresh",
2627
+ "type": "error"
2628
+ },
2629
+ {
2630
+ "inputs": [],
2631
+ "name": "LiquidateMarketNotFresh",
2632
+ "type": "error"
2633
+ },
2634
+ {
2635
+ "inputs": [],
2636
+ "name": "MarketAlreadyListed",
2637
+ "type": "error"
2638
+ },
2639
+ {
2640
+ "inputs": [],
2641
+ "name": "MarketCanOnlyInitializeOnce",
2642
+ "type": "error"
2643
+ },
2644
+ {
2645
+ "inputs": [],
2646
+ "name": "MarketNotListed",
2647
+ "type": "error"
2648
+ },
2649
+ {
2650
+ "inputs": [],
2651
+ "name": "MinDelayNotReached",
2652
+ "type": "error"
2653
+ },
2654
+ {
2655
+ "inputs": [],
2656
+ "name": "MintMarketNotFresh",
2657
+ "type": "error"
2658
+ },
2659
+ {
2660
+ "inputs": [],
2661
+ "name": "MintPaused",
2662
+ "type": "error"
2663
+ },
2664
+ {
2665
+ "inputs": [],
2666
+ "name": "NoRedemptionProvider",
2667
+ "type": "error"
2668
+ },
2669
+ {
2670
+ "inputs": [],
2671
+ "name": "NotCToken",
2672
+ "type": "error"
2673
+ },
2674
+ {
2675
+ "inputs": [],
2676
+ "name": "NotEnoughForSeize",
2677
+ "type": "error"
2678
+ },
2679
+ {
2680
+ "inputs": [],
2681
+ "name": "NotSuToken",
2682
+ "type": "error"
2683
+ },
2684
+ {
2685
+ "inputs": [],
2686
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
2687
+ "type": "error"
2688
+ },
2689
+ {
2690
+ "inputs": [],
2691
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
2692
+ "type": "error"
2693
+ },
2694
+ {
2695
+ "inputs": [],
2696
+ "name": "OnlyAdmin",
2697
+ "type": "error"
2698
+ },
2699
+ {
2700
+ "inputs": [],
2701
+ "name": "OnlyAdminOrCapper",
2702
+ "type": "error"
2703
+ },
2704
+ {
2705
+ "inputs": [],
2706
+ "name": "OnlyAdminOrPauser",
2707
+ "type": "error"
2708
+ },
2709
+ {
2710
+ "inputs": [],
2711
+ "name": "OnlyCToken",
2712
+ "type": "error"
2713
+ },
2714
+ {
2715
+ "inputs": [],
2716
+ "name": "OnlyListedCToken",
2717
+ "type": "error"
2718
+ },
2719
+ {
2720
+ "inputs": [],
2721
+ "name": "OnlyPendingAdmin",
2722
+ "type": "error"
2723
+ },
2724
+ {
2725
+ "inputs": [],
2726
+ "name": "OnlyRedemptionManager",
2727
+ "type": "error"
2728
+ },
2729
+ {
2730
+ "inputs": [],
2731
+ "name": "PriceError",
2732
+ "type": "error"
2733
+ },
2734
+ {
2735
+ "inputs": [],
2736
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
2737
+ "type": "error"
2738
+ },
2739
+ {
2740
+ "inputs": [],
2741
+ "name": "ProtocolIsPaused",
2742
+ "type": "error"
2743
+ },
2744
+ {
2745
+ "inputs": [],
2746
+ "name": "RedeemMarketNotFresh",
2747
+ "type": "error"
2748
+ },
2749
+ {
2750
+ "inputs": [],
2751
+ "name": "RedeemTransferOutNotPossible",
2752
+ "type": "error"
2753
+ },
2754
+ {
2755
+ "inputs": [],
2756
+ "name": "RedemptionSeizeTooMuch",
2757
+ "type": "error"
2758
+ },
2759
+ {
2760
+ "inputs": [],
2761
+ "name": "RedemptionSignerNotInitialized",
2762
+ "type": "error"
2763
+ },
2764
+ {
2765
+ "inputs": [],
2766
+ "name": "ReduceReservesCashNotAvailable",
2767
+ "type": "error"
2768
+ },
2769
+ {
2770
+ "inputs": [],
2771
+ "name": "ReduceReservesMarketNotFresh",
2772
+ "type": "error"
2773
+ },
2774
+ {
2775
+ "inputs": [],
2776
+ "name": "ReduceReservesOverflow",
2777
+ "type": "error"
2778
+ },
2779
+ {
2780
+ "inputs": [],
2781
+ "name": "RepayBorrowMarketNotFresh",
2782
+ "type": "error"
2783
+ },
2784
+ {
2785
+ "inputs": [],
2786
+ "name": "SeizePaused",
2787
+ "type": "error"
2788
+ },
2789
+ {
2790
+ "inputs": [],
2791
+ "name": "Seize_LiquidatorIsBorrower",
2792
+ "type": "error"
2793
+ },
2794
+ {
2795
+ "inputs": [],
2796
+ "name": "SenderMustBeCToken",
2797
+ "type": "error"
2798
+ },
2799
+ {
2800
+ "inputs": [],
2801
+ "name": "SetInterestRateModelMarketNotFresh",
2802
+ "type": "error"
2803
+ },
2804
+ {
2805
+ "inputs": [],
2806
+ "name": "SetReservesFactorMarketNotFresh",
2807
+ "type": "error"
2808
+ },
2809
+ {
2810
+ "inputs": [],
2811
+ "name": "SupplyCapReached",
2812
+ "type": "error"
2813
+ },
2814
+ {
2815
+ "inputs": [],
2816
+ "name": "TokenInOrAmountInMustBeZero",
2817
+ "type": "error"
2818
+ },
2819
+ {
2820
+ "inputs": [],
2821
+ "name": "TokenTransferInFailed",
2822
+ "type": "error"
2823
+ },
2824
+ {
2825
+ "inputs": [],
2826
+ "name": "TokenTransferOutFailed",
2827
+ "type": "error"
2828
+ },
2829
+ {
2830
+ "inputs": [],
2831
+ "name": "TooMuchRepay",
2832
+ "type": "error"
2833
+ },
2834
+ {
2835
+ "inputs": [],
2836
+ "name": "TransferNotAllowed",
2837
+ "type": "error"
2838
+ },
2839
+ {
2840
+ "inputs": [],
2841
+ "name": "TransferPaused",
2842
+ "type": "error"
2843
+ },
2844
+ {
2845
+ "inputs": [],
2846
+ "name": "UnderlyingBalanceError",
2847
+ "type": "error"
2848
+ },
2849
+ {
2850
+ "inputs": [],
2851
+ "name": "AddReservesMarketNotFresh",
2852
+ "type": "error"
2853
+ },
2854
+ {
2855
+ "inputs": [],
2856
+ "name": "AddReservesOverflow",
2857
+ "type": "error"
2858
+ },
2859
+ {
2860
+ "inputs": [],
2861
+ "name": "BorrowAndDepositBackFailed",
2862
+ "type": "error"
2863
+ },
2864
+ {
2865
+ "inputs": [],
2866
+ "name": "BorrowCapReached",
2867
+ "type": "error"
2868
+ },
2869
+ {
2870
+ "inputs": [],
2871
+ "name": "BorrowCashNotAvailable",
2872
+ "type": "error"
2873
+ },
2874
+ {
2875
+ "inputs": [],
2876
+ "name": "BorrowMarketNotFresh",
2877
+ "type": "error"
2878
+ },
2879
+ {
2880
+ "inputs": [],
2881
+ "name": "BorrowPaused",
2882
+ "type": "error"
2883
+ },
2884
+ {
2885
+ "inputs": [
2886
+ {
2887
+ "internalType": "uint256",
2888
+ "name": "usdThreshold",
2889
+ "type": "uint256"
2890
+ }
2891
+ ],
2892
+ "name": "BorrowValueMustBeLargerThanThreshold",
2893
+ "type": "error"
2894
+ },
2895
+ {
2896
+ "inputs": [],
2897
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
2898
+ "type": "error"
2899
+ },
2900
+ {
2901
+ "inputs": [],
2902
+ "name": "CantSweepUnderlying",
2903
+ "type": "error"
2904
+ },
2905
+ {
2906
+ "inputs": [],
2907
+ "name": "ComptrollerMismatch",
2908
+ "type": "error"
2909
+ },
2910
+ {
2911
+ "inputs": [],
2912
+ "name": "ExpiredSignature",
2913
+ "type": "error"
2914
+ },
2915
+ {
2916
+ "inputs": [],
2917
+ "name": "GroupIdMismatch",
2918
+ "type": "error"
2919
+ },
2920
+ {
2921
+ "inputs": [],
2922
+ "name": "InsufficientCollateral",
2923
+ "type": "error"
2924
+ },
2925
+ {
2926
+ "inputs": [],
2927
+ "name": "InsufficientShortfall",
2928
+ "type": "error"
2929
+ },
2930
+ {
2931
+ "inputs": [],
2932
+ "name": "InvalidAddress",
2933
+ "type": "error"
2934
+ },
2935
+ {
2936
+ "inputs": [],
2937
+ "name": "InvalidAmount",
2938
+ "type": "error"
2939
+ },
2940
+ {
2941
+ "inputs": [],
2942
+ "name": "InvalidCloseFactor",
2943
+ "type": "error"
2944
+ },
2945
+ {
2946
+ "inputs": [],
2947
+ "name": "InvalidComptroller",
2948
+ "type": "error"
2949
+ },
2950
+ {
2951
+ "inputs": [],
2952
+ "name": "InvalidDiscountRate",
2953
+ "type": "error"
2954
+ },
2955
+ {
2956
+ "inputs": [],
2957
+ "name": "InvalidExchangeRate",
2958
+ "type": "error"
2959
+ },
2960
+ {
2961
+ "inputs": [],
2962
+ "name": "InvalidGroupId",
2963
+ "type": "error"
2964
+ },
2965
+ {
2966
+ "inputs": [],
2967
+ "name": "InvalidInput",
2968
+ "type": "error"
2969
+ },
2970
+ {
2971
+ "inputs": [],
2972
+ "name": "InvalidInterestRateModel",
2973
+ "type": "error"
2974
+ },
2975
+ {
2976
+ "inputs": [],
2977
+ "name": "InvalidMinSuBorrowValue",
2978
+ "type": "error"
2979
+ },
2980
+ {
2981
+ "inputs": [],
2982
+ "name": "InvalidReduceAmount",
2983
+ "type": "error"
2984
+ },
2985
+ {
2986
+ "inputs": [],
2987
+ "name": "InvalidReserveFactor",
2988
+ "type": "error"
2989
+ },
2990
+ {
2991
+ "inputs": [],
2992
+ "name": "InvalidSignatureForRedeemFaceValue",
2993
+ "type": "error"
2994
+ },
2995
+ {
2996
+ "inputs": [],
2997
+ "name": "InvalidSignatureLength",
2998
+ "type": "error"
2999
+ },
3000
+ {
3001
+ "inputs": [],
3002
+ "name": "InvalidSuToken",
3003
+ "type": "error"
3004
+ },
3005
+ {
3006
+ "inputs": [],
3007
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
3008
+ "type": "error"
3009
+ },
3010
+ {
3011
+ "inputs": [],
3012
+ "name": "LiquidateBorrow_RepayAmountIsMax",
3013
+ "type": "error"
3014
+ },
3015
+ {
3016
+ "inputs": [],
3017
+ "name": "LiquidateBorrow_RepayAmountIsZero",
3018
+ "type": "error"
3019
+ },
3020
+ {
3021
+ "inputs": [],
3022
+ "name": "LiquidateBorrow_SeizeTooMuch",
3023
+ "type": "error"
3024
+ },
3025
+ {
3026
+ "inputs": [],
3027
+ "name": "LiquidateCollateralMarketNotFresh",
3028
+ "type": "error"
3029
+ },
3030
+ {
3031
+ "inputs": [],
3032
+ "name": "LiquidateMarketNotFresh",
3033
+ "type": "error"
3034
+ },
3035
+ {
3036
+ "inputs": [],
3037
+ "name": "MarketAlreadyListed",
3038
+ "type": "error"
3039
+ },
3040
+ {
3041
+ "inputs": [],
3042
+ "name": "MarketCanOnlyInitializeOnce",
3043
+ "type": "error"
3044
+ },
3045
+ {
3046
+ "inputs": [],
3047
+ "name": "MarketNotListed",
3048
+ "type": "error"
3049
+ },
3050
+ {
3051
+ "inputs": [],
3052
+ "name": "MinDelayNotReached",
3053
+ "type": "error"
3054
+ },
3055
+ {
3056
+ "inputs": [],
3057
+ "name": "MintMarketNotFresh",
3058
+ "type": "error"
3059
+ },
3060
+ {
3061
+ "inputs": [],
3062
+ "name": "MintPaused",
3063
+ "type": "error"
3064
+ },
3065
+ {
3066
+ "inputs": [],
3067
+ "name": "NoRedemptionProvider",
3068
+ "type": "error"
3069
+ },
3070
+ {
3071
+ "inputs": [],
3072
+ "name": "NotCToken",
3073
+ "type": "error"
3074
+ },
3075
+ {
3076
+ "inputs": [],
3077
+ "name": "NotEnoughForSeize",
3078
+ "type": "error"
3079
+ },
3080
+ {
3081
+ "inputs": [],
3082
+ "name": "NotSuToken",
3083
+ "type": "error"
3084
+ },
3085
+ {
3086
+ "inputs": [],
3087
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
3088
+ "type": "error"
3089
+ },
3090
+ {
3091
+ "inputs": [],
3092
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
3093
+ "type": "error"
3094
+ },
3095
+ {
3096
+ "inputs": [],
3097
+ "name": "OnlyAdmin",
3098
+ "type": "error"
3099
+ },
3100
+ {
3101
+ "inputs": [],
3102
+ "name": "OnlyAdminOrCapper",
3103
+ "type": "error"
3104
+ },
3105
+ {
3106
+ "inputs": [],
3107
+ "name": "OnlyAdminOrPauser",
3108
+ "type": "error"
3109
+ },
3110
+ {
3111
+ "inputs": [],
3112
+ "name": "OnlyCToken",
3113
+ "type": "error"
3114
+ },
3115
+ {
3116
+ "inputs": [],
3117
+ "name": "OnlyListedCToken",
3118
+ "type": "error"
3119
+ },
3120
+ {
3121
+ "inputs": [],
3122
+ "name": "OnlyPendingAdmin",
3123
+ "type": "error"
3124
+ },
3125
+ {
3126
+ "inputs": [],
3127
+ "name": "OnlyRedemptionManager",
3128
+ "type": "error"
3129
+ },
3130
+ {
3131
+ "inputs": [],
3132
+ "name": "PriceError",
3133
+ "type": "error"
3134
+ },
3135
+ {
3136
+ "inputs": [],
3137
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
3138
+ "type": "error"
3139
+ },
3140
+ {
3141
+ "inputs": [],
3142
+ "name": "ProtocolIsPaused",
3143
+ "type": "error"
3144
+ },
3145
+ {
3146
+ "inputs": [],
3147
+ "name": "RedeemMarketNotFresh",
3148
+ "type": "error"
3149
+ },
3150
+ {
3151
+ "inputs": [],
3152
+ "name": "RedeemTransferOutNotPossible",
3153
+ "type": "error"
3154
+ },
3155
+ {
3156
+ "inputs": [],
3157
+ "name": "RedemptionSeizeTooMuch",
3158
+ "type": "error"
3159
+ },
3160
+ {
3161
+ "inputs": [],
3162
+ "name": "RedemptionSignerNotInitialized",
3163
+ "type": "error"
3164
+ },
3165
+ {
3166
+ "inputs": [],
3167
+ "name": "ReduceReservesCashNotAvailable",
3168
+ "type": "error"
3169
+ },
3170
+ {
3171
+ "inputs": [],
3172
+ "name": "ReduceReservesMarketNotFresh",
3173
+ "type": "error"
3174
+ },
3175
+ {
3176
+ "inputs": [],
3177
+ "name": "ReduceReservesOverflow",
3178
+ "type": "error"
3179
+ },
3180
+ {
3181
+ "inputs": [],
3182
+ "name": "RepayBorrowMarketNotFresh",
3183
+ "type": "error"
3184
+ },
3185
+ {
3186
+ "inputs": [],
3187
+ "name": "SeizePaused",
3188
+ "type": "error"
3189
+ },
3190
+ {
3191
+ "inputs": [],
3192
+ "name": "Seize_LiquidatorIsBorrower",
3193
+ "type": "error"
3194
+ },
3195
+ {
3196
+ "inputs": [],
3197
+ "name": "SenderMustBeCToken",
3198
+ "type": "error"
3199
+ },
3200
+ {
3201
+ "inputs": [],
3202
+ "name": "SetInterestRateModelMarketNotFresh",
3203
+ "type": "error"
3204
+ },
3205
+ {
3206
+ "inputs": [],
3207
+ "name": "SetReservesFactorMarketNotFresh",
3208
+ "type": "error"
3209
+ },
3210
+ {
3211
+ "inputs": [],
3212
+ "name": "SupplyCapReached",
3213
+ "type": "error"
3214
+ },
3215
+ {
3216
+ "inputs": [],
3217
+ "name": "TokenInOrAmountInMustBeZero",
3218
+ "type": "error"
3219
+ },
3220
+ {
3221
+ "inputs": [],
3222
+ "name": "TokenTransferInFailed",
3223
+ "type": "error"
3224
+ },
3225
+ {
3226
+ "inputs": [],
3227
+ "name": "TokenTransferOutFailed",
3228
+ "type": "error"
3229
+ },
3230
+ {
3231
+ "inputs": [],
3232
+ "name": "TooMuchRepay",
3233
+ "type": "error"
3234
+ },
3235
+ {
3236
+ "inputs": [],
3237
+ "name": "TransferNotAllowed",
3238
+ "type": "error"
3239
+ },
3240
+ {
3241
+ "inputs": [],
3242
+ "name": "TransferPaused",
3243
+ "type": "error"
3244
+ },
3245
+ {
3246
+ "inputs": [],
3247
+ "name": "UnderlyingBalanceError",
3248
+ "type": "error"
3249
+ },
3250
+ {
3251
+ "inputs": [],
3252
+ "name": "AddReservesMarketNotFresh",
3253
+ "type": "error"
3254
+ },
3255
+ {
3256
+ "inputs": [],
3257
+ "name": "AddReservesOverflow",
3258
+ "type": "error"
3259
+ },
3260
+ {
3261
+ "inputs": [],
3262
+ "name": "BorrowAndDepositBackFailed",
3263
+ "type": "error"
3264
+ },
3265
+ {
3266
+ "inputs": [],
3267
+ "name": "BorrowCapReached",
3268
+ "type": "error"
3269
+ },
3270
+ {
3271
+ "inputs": [],
3272
+ "name": "BorrowCashNotAvailable",
3273
+ "type": "error"
3274
+ },
3275
+ {
3276
+ "inputs": [],
3277
+ "name": "BorrowMarketNotFresh",
3278
+ "type": "error"
3279
+ },
3280
+ {
3281
+ "inputs": [],
3282
+ "name": "BorrowPaused",
3283
+ "type": "error"
3284
+ },
3285
+ {
3286
+ "inputs": [
3287
+ {
3288
+ "internalType": "uint256",
3289
+ "name": "usdThreshold",
3290
+ "type": "uint256"
3291
+ }
3292
+ ],
3293
+ "name": "BorrowValueMustBeLargerThanThreshold",
3294
+ "type": "error"
3295
+ },
3296
+ {
3297
+ "inputs": [],
3298
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
3299
+ "type": "error"
3300
+ },
3301
+ {
3302
+ "inputs": [],
3303
+ "name": "CantSweepUnderlying",
3304
+ "type": "error"
3305
+ },
3306
+ {
3307
+ "inputs": [],
3308
+ "name": "ComptrollerMismatch",
3309
+ "type": "error"
3310
+ },
3311
+ {
3312
+ "inputs": [],
3313
+ "name": "ExpiredSignature",
3314
+ "type": "error"
3315
+ },
3316
+ {
3317
+ "inputs": [],
3318
+ "name": "GroupIdMismatch",
3319
+ "type": "error"
3320
+ },
3321
+ {
3322
+ "inputs": [],
3323
+ "name": "InsufficientCollateral",
3324
+ "type": "error"
3325
+ },
3326
+ {
3327
+ "inputs": [],
3328
+ "name": "InsufficientShortfall",
3329
+ "type": "error"
3330
+ },
3331
+ {
3332
+ "inputs": [],
3333
+ "name": "InvalidAddress",
3334
+ "type": "error"
3335
+ },
3336
+ {
3337
+ "inputs": [],
3338
+ "name": "InvalidAmount",
3339
+ "type": "error"
3340
+ },
3341
+ {
3342
+ "inputs": [],
3343
+ "name": "InvalidCloseFactor",
3344
+ "type": "error"
3345
+ },
3346
+ {
3347
+ "inputs": [],
3348
+ "name": "InvalidComptroller",
3349
+ "type": "error"
3350
+ },
3351
+ {
3352
+ "inputs": [],
3353
+ "name": "InvalidDiscountRate",
3354
+ "type": "error"
3355
+ },
3356
+ {
3357
+ "inputs": [],
3358
+ "name": "InvalidExchangeRate",
3359
+ "type": "error"
3360
+ },
3361
+ {
3362
+ "inputs": [],
3363
+ "name": "InvalidGroupId",
3364
+ "type": "error"
3365
+ },
3366
+ {
3367
+ "inputs": [],
3368
+ "name": "InvalidInput",
3369
+ "type": "error"
3370
+ },
3371
+ {
3372
+ "inputs": [],
3373
+ "name": "InvalidInterestRateModel",
3374
+ "type": "error"
3375
+ },
3376
+ {
3377
+ "inputs": [],
3378
+ "name": "InvalidMinSuBorrowValue",
3379
+ "type": "error"
3380
+ },
3381
+ {
3382
+ "inputs": [],
3383
+ "name": "InvalidReduceAmount",
3384
+ "type": "error"
3385
+ },
3386
+ {
3387
+ "inputs": [],
3388
+ "name": "InvalidReserveFactor",
3389
+ "type": "error"
3390
+ },
3391
+ {
3392
+ "inputs": [],
3393
+ "name": "InvalidSignatureForRedeemFaceValue",
3394
+ "type": "error"
3395
+ },
3396
+ {
3397
+ "inputs": [],
3398
+ "name": "InvalidSignatureLength",
3399
+ "type": "error"
3400
+ },
3401
+ {
3402
+ "inputs": [],
3403
+ "name": "InvalidSuToken",
3404
+ "type": "error"
3405
+ },
3406
+ {
3407
+ "inputs": [],
3408
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
3409
+ "type": "error"
3410
+ },
3411
+ {
3412
+ "inputs": [],
3413
+ "name": "LiquidateBorrow_RepayAmountIsMax",
3414
+ "type": "error"
3415
+ },
3416
+ {
3417
+ "inputs": [],
3418
+ "name": "LiquidateBorrow_RepayAmountIsZero",
3419
+ "type": "error"
3420
+ },
3421
+ {
3422
+ "inputs": [],
3423
+ "name": "LiquidateBorrow_SeizeTooMuch",
3424
+ "type": "error"
3425
+ },
3426
+ {
3427
+ "inputs": [],
3428
+ "name": "LiquidateCollateralMarketNotFresh",
3429
+ "type": "error"
3430
+ },
3431
+ {
3432
+ "inputs": [],
3433
+ "name": "LiquidateMarketNotFresh",
3434
+ "type": "error"
3435
+ },
3436
+ {
3437
+ "inputs": [],
3438
+ "name": "MarketAlreadyListed",
3439
+ "type": "error"
3440
+ },
3441
+ {
3442
+ "inputs": [],
3443
+ "name": "MarketCanOnlyInitializeOnce",
3444
+ "type": "error"
3445
+ },
3446
+ {
3447
+ "inputs": [],
3448
+ "name": "MarketNotListed",
3449
+ "type": "error"
3450
+ },
3451
+ {
3452
+ "inputs": [],
3453
+ "name": "MinDelayNotReached",
3454
+ "type": "error"
3455
+ },
3456
+ {
3457
+ "inputs": [],
3458
+ "name": "MintMarketNotFresh",
3459
+ "type": "error"
3460
+ },
3461
+ {
3462
+ "inputs": [],
3463
+ "name": "MintPaused",
3464
+ "type": "error"
3465
+ },
3466
+ {
3467
+ "inputs": [],
3468
+ "name": "NoRedemptionProvider",
3469
+ "type": "error"
3470
+ },
3471
+ {
3472
+ "inputs": [],
3473
+ "name": "NotCToken",
3474
+ "type": "error"
3475
+ },
3476
+ {
3477
+ "inputs": [],
3478
+ "name": "NotEnoughForSeize",
3479
+ "type": "error"
3480
+ },
3481
+ {
3482
+ "inputs": [],
3483
+ "name": "NotSuToken",
3484
+ "type": "error"
3485
+ },
3486
+ {
3487
+ "inputs": [],
3488
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
3489
+ "type": "error"
3490
+ },
3491
+ {
3492
+ "inputs": [],
3493
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
3494
+ "type": "error"
3495
+ },
3496
+ {
3497
+ "inputs": [],
3498
+ "name": "OnlyAdmin",
3499
+ "type": "error"
3500
+ },
3501
+ {
3502
+ "inputs": [],
3503
+ "name": "OnlyAdminOrCapper",
3504
+ "type": "error"
3505
+ },
3506
+ {
3507
+ "inputs": [],
3508
+ "name": "OnlyAdminOrPauser",
3509
+ "type": "error"
3510
+ },
3511
+ {
3512
+ "inputs": [],
3513
+ "name": "OnlyCToken",
3514
+ "type": "error"
3515
+ },
3516
+ {
3517
+ "inputs": [],
3518
+ "name": "OnlyListedCToken",
3519
+ "type": "error"
3520
+ },
3521
+ {
3522
+ "inputs": [],
3523
+ "name": "OnlyPendingAdmin",
3524
+ "type": "error"
3525
+ },
3526
+ {
3527
+ "inputs": [],
3528
+ "name": "OnlyRedemptionManager",
3529
+ "type": "error"
3530
+ },
3531
+ {
3532
+ "inputs": [],
3533
+ "name": "PriceError",
3534
+ "type": "error"
3535
+ },
3536
+ {
3537
+ "inputs": [],
3538
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
3539
+ "type": "error"
3540
+ },
3541
+ {
3542
+ "inputs": [],
3543
+ "name": "ProtocolIsPaused",
3544
+ "type": "error"
3545
+ },
3546
+ {
3547
+ "inputs": [],
3548
+ "name": "RedeemMarketNotFresh",
3549
+ "type": "error"
3550
+ },
3551
+ {
3552
+ "inputs": [],
3553
+ "name": "RedeemTransferOutNotPossible",
3554
+ "type": "error"
3555
+ },
3556
+ {
3557
+ "inputs": [],
3558
+ "name": "RedemptionSeizeTooMuch",
3559
+ "type": "error"
3560
+ },
3561
+ {
3562
+ "inputs": [],
3563
+ "name": "RedemptionSignerNotInitialized",
3564
+ "type": "error"
3565
+ },
3566
+ {
3567
+ "inputs": [],
3568
+ "name": "ReduceReservesCashNotAvailable",
3569
+ "type": "error"
3570
+ },
3571
+ {
3572
+ "inputs": [],
3573
+ "name": "ReduceReservesMarketNotFresh",
3574
+ "type": "error"
3575
+ },
3576
+ {
3577
+ "inputs": [],
3578
+ "name": "ReduceReservesOverflow",
3579
+ "type": "error"
3580
+ },
3581
+ {
3582
+ "inputs": [],
3583
+ "name": "RepayBorrowMarketNotFresh",
3584
+ "type": "error"
3585
+ },
3586
+ {
3587
+ "inputs": [],
3588
+ "name": "SeizePaused",
3589
+ "type": "error"
3590
+ },
3591
+ {
3592
+ "inputs": [],
3593
+ "name": "Seize_LiquidatorIsBorrower",
3594
+ "type": "error"
3595
+ },
3596
+ {
3597
+ "inputs": [],
3598
+ "name": "SenderMustBeCToken",
3599
+ "type": "error"
3600
+ },
3601
+ {
3602
+ "inputs": [],
3603
+ "name": "SetInterestRateModelMarketNotFresh",
3604
+ "type": "error"
3605
+ },
3606
+ {
3607
+ "inputs": [],
3608
+ "name": "SetReservesFactorMarketNotFresh",
3609
+ "type": "error"
3610
+ },
3611
+ {
3612
+ "inputs": [],
3613
+ "name": "SupplyCapReached",
3614
+ "type": "error"
3615
+ },
3616
+ {
3617
+ "inputs": [],
3618
+ "name": "TokenInOrAmountInMustBeZero",
3619
+ "type": "error"
3620
+ },
3621
+ {
3622
+ "inputs": [],
3623
+ "name": "TokenTransferInFailed",
3624
+ "type": "error"
3625
+ },
3626
+ {
3627
+ "inputs": [],
3628
+ "name": "TokenTransferOutFailed",
3629
+ "type": "error"
3630
+ },
3631
+ {
3632
+ "inputs": [],
3633
+ "name": "TooMuchRepay",
3634
+ "type": "error"
3635
+ },
3636
+ {
3637
+ "inputs": [],
3638
+ "name": "TransferNotAllowed",
3639
+ "type": "error"
3640
+ },
3641
+ {
3642
+ "inputs": [],
3643
+ "name": "TransferPaused",
3644
+ "type": "error"
3645
+ },
3646
+ {
3647
+ "inputs": [],
3648
+ "name": "UnderlyingBalanceError",
3649
+ "type": "error"
3650
+ },
3651
+ {
3652
+ "inputs": [],
3653
+ "name": "AddReservesMarketNotFresh",
3654
+ "type": "error"
3655
+ },
3656
+ {
3657
+ "inputs": [],
3658
+ "name": "AddReservesOverflow",
3659
+ "type": "error"
3660
+ },
3661
+ {
3662
+ "inputs": [],
3663
+ "name": "BorrowAndDepositBackFailed",
3664
+ "type": "error"
3665
+ },
3666
+ {
3667
+ "inputs": [],
3668
+ "name": "BorrowCapReached",
3669
+ "type": "error"
3670
+ },
3671
+ {
3672
+ "inputs": [],
3673
+ "name": "BorrowCashNotAvailable",
3674
+ "type": "error"
3675
+ },
3676
+ {
3677
+ "inputs": [],
3678
+ "name": "BorrowMarketNotFresh",
3679
+ "type": "error"
3680
+ },
3681
+ {
3682
+ "inputs": [],
3683
+ "name": "BorrowPaused",
3684
+ "type": "error"
3685
+ },
3686
+ {
3687
+ "inputs": [
3688
+ {
3689
+ "internalType": "uint256",
3690
+ "name": "usdThreshold",
3691
+ "type": "uint256"
3692
+ }
3693
+ ],
3694
+ "name": "BorrowValueMustBeLargerThanThreshold",
3695
+ "type": "error"
3696
+ },
3697
+ {
3698
+ "inputs": [],
3699
+ "name": "CantExitMarketWithNonZeroBorrowBalance",
3700
+ "type": "error"
3701
+ },
3702
+ {
3703
+ "inputs": [],
3704
+ "name": "CantSweepUnderlying",
3705
+ "type": "error"
3706
+ },
3707
+ {
3708
+ "inputs": [],
3709
+ "name": "ComptrollerMismatch",
3710
+ "type": "error"
3711
+ },
3712
+ {
3713
+ "inputs": [],
3714
+ "name": "ExpiredSignature",
3715
+ "type": "error"
3716
+ },
3717
+ {
3718
+ "inputs": [],
3719
+ "name": "GroupIdMismatch",
3720
+ "type": "error"
3721
+ },
3722
+ {
3723
+ "inputs": [],
3724
+ "name": "InsufficientCollateral",
3725
+ "type": "error"
3726
+ },
3727
+ {
3728
+ "inputs": [],
3729
+ "name": "InsufficientShortfall",
3730
+ "type": "error"
3731
+ },
3732
+ {
3733
+ "inputs": [],
3734
+ "name": "InvalidAddress",
3735
+ "type": "error"
3736
+ },
3737
+ {
3738
+ "inputs": [],
3739
+ "name": "InvalidAmount",
3740
+ "type": "error"
3741
+ },
3742
+ {
3743
+ "inputs": [],
3744
+ "name": "InvalidCloseFactor",
3745
+ "type": "error"
3746
+ },
3747
+ {
3748
+ "inputs": [],
3749
+ "name": "InvalidComptroller",
3750
+ "type": "error"
3751
+ },
3752
+ {
3753
+ "inputs": [],
3754
+ "name": "InvalidDiscountRate",
3755
+ "type": "error"
3756
+ },
3757
+ {
3758
+ "inputs": [],
3759
+ "name": "InvalidExchangeRate",
3760
+ "type": "error"
3761
+ },
3762
+ {
3763
+ "inputs": [],
3764
+ "name": "InvalidGroupId",
3765
+ "type": "error"
3766
+ },
3767
+ {
3768
+ "inputs": [],
3769
+ "name": "InvalidInput",
3770
+ "type": "error"
3771
+ },
3772
+ {
3773
+ "inputs": [],
3774
+ "name": "InvalidInterestRateModel",
3775
+ "type": "error"
3776
+ },
3777
+ {
3778
+ "inputs": [],
3779
+ "name": "InvalidMinSuBorrowValue",
3780
+ "type": "error"
3781
+ },
3782
+ {
3783
+ "inputs": [],
3784
+ "name": "InvalidReduceAmount",
3785
+ "type": "error"
3786
+ },
3787
+ {
3788
+ "inputs": [],
3789
+ "name": "InvalidReserveFactor",
3790
+ "type": "error"
3791
+ },
3792
+ {
3793
+ "inputs": [],
3794
+ "name": "InvalidSignatureForRedeemFaceValue",
3795
+ "type": "error"
3796
+ },
3797
+ {
3798
+ "inputs": [],
3799
+ "name": "InvalidSignatureLength",
3800
+ "type": "error"
3801
+ },
3802
+ {
3803
+ "inputs": [],
3804
+ "name": "InvalidSuToken",
3805
+ "type": "error"
3806
+ },
3807
+ {
3808
+ "inputs": [],
3809
+ "name": "LiquidateBorrow_LiquidatorIsBorrower",
3810
+ "type": "error"
3811
+ },
3812
+ {
3813
+ "inputs": [],
3814
+ "name": "LiquidateBorrow_RepayAmountIsMax",
3815
+ "type": "error"
3816
+ },
3817
+ {
3818
+ "inputs": [],
3819
+ "name": "LiquidateBorrow_RepayAmountIsZero",
3820
+ "type": "error"
3821
+ },
3822
+ {
3823
+ "inputs": [],
3824
+ "name": "LiquidateBorrow_SeizeTooMuch",
3825
+ "type": "error"
3826
+ },
3827
+ {
3828
+ "inputs": [],
3829
+ "name": "LiquidateCollateralMarketNotFresh",
3830
+ "type": "error"
3831
+ },
3832
+ {
3833
+ "inputs": [],
3834
+ "name": "LiquidateMarketNotFresh",
3835
+ "type": "error"
3836
+ },
3837
+ {
3838
+ "inputs": [],
3839
+ "name": "MarketAlreadyListed",
3840
+ "type": "error"
3841
+ },
3842
+ {
3843
+ "inputs": [],
3844
+ "name": "MarketCanOnlyInitializeOnce",
3845
+ "type": "error"
3846
+ },
3847
+ {
3848
+ "inputs": [],
3849
+ "name": "MarketNotListed",
3850
+ "type": "error"
3851
+ },
3852
+ {
3853
+ "inputs": [],
3854
+ "name": "MinDelayNotReached",
3855
+ "type": "error"
3856
+ },
3857
+ {
3858
+ "inputs": [],
3859
+ "name": "MintMarketNotFresh",
3860
+ "type": "error"
3861
+ },
3862
+ {
3863
+ "inputs": [],
3864
+ "name": "MintPaused",
3865
+ "type": "error"
3866
+ },
3867
+ {
3868
+ "inputs": [],
3869
+ "name": "NoRedemptionProvider",
3870
+ "type": "error"
3871
+ },
3872
+ {
3873
+ "inputs": [],
3874
+ "name": "NotCToken",
3875
+ "type": "error"
3876
+ },
3877
+ {
3878
+ "inputs": [],
3879
+ "name": "NotEnoughForSeize",
3880
+ "type": "error"
3881
+ },
3882
+ {
3883
+ "inputs": [],
3884
+ "name": "NotSuToken",
3885
+ "type": "error"
3886
+ },
3887
+ {
3888
+ "inputs": [],
3889
+ "name": "OneOfNetAssetAndNetDebtMustBeZero",
3890
+ "type": "error"
3891
+ },
3892
+ {
3893
+ "inputs": [],
3894
+ "name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
3895
+ "type": "error"
3896
+ },
3897
+ {
3898
+ "inputs": [],
3899
+ "name": "OnlyAdmin",
3900
+ "type": "error"
3901
+ },
3902
+ {
3903
+ "inputs": [],
3904
+ "name": "OnlyAdminOrCapper",
3905
+ "type": "error"
3906
+ },
3907
+ {
3908
+ "inputs": [],
3909
+ "name": "OnlyAdminOrPauser",
3910
+ "type": "error"
3911
+ },
3912
+ {
3913
+ "inputs": [],
3914
+ "name": "OnlyCToken",
3915
+ "type": "error"
3916
+ },
3917
+ {
3918
+ "inputs": [],
3919
+ "name": "OnlyListedCToken",
3920
+ "type": "error"
3921
+ },
3922
+ {
3923
+ "inputs": [],
3924
+ "name": "OnlyPendingAdmin",
3925
+ "type": "error"
3926
+ },
3927
+ {
3928
+ "inputs": [],
3929
+ "name": "OnlyRedemptionManager",
3930
+ "type": "error"
3931
+ },
3932
+ {
3933
+ "inputs": [],
3934
+ "name": "PriceError",
3935
+ "type": "error"
3936
+ },
3937
+ {
3938
+ "inputs": [],
3939
+ "name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
3940
+ "type": "error"
3941
+ },
3942
+ {
3943
+ "inputs": [],
3944
+ "name": "ProtocolIsPaused",
3945
+ "type": "error"
3946
+ },
3947
+ {
3948
+ "inputs": [],
3949
+ "name": "RedeemMarketNotFresh",
3950
+ "type": "error"
3951
+ },
3952
+ {
3953
+ "inputs": [],
3954
+ "name": "RedeemTransferOutNotPossible",
3955
+ "type": "error"
3956
+ },
3957
+ {
3958
+ "inputs": [],
3959
+ "name": "RedemptionSeizeTooMuch",
3960
+ "type": "error"
3961
+ },
3962
+ {
3963
+ "inputs": [],
3964
+ "name": "RedemptionSignerNotInitialized",
3965
+ "type": "error"
3966
+ },
3967
+ {
3968
+ "inputs": [],
3969
+ "name": "ReduceReservesCashNotAvailable",
3970
+ "type": "error"
3971
+ },
3972
+ {
3973
+ "inputs": [],
3974
+ "name": "ReduceReservesMarketNotFresh",
3975
+ "type": "error"
3976
+ },
3977
+ {
3978
+ "inputs": [],
3979
+ "name": "ReduceReservesOverflow",
3980
+ "type": "error"
3981
+ },
3982
+ {
3983
+ "inputs": [],
3984
+ "name": "RepayBorrowMarketNotFresh",
3985
+ "type": "error"
3986
+ },
3987
+ {
3988
+ "inputs": [],
3989
+ "name": "SeizePaused",
3990
+ "type": "error"
3991
+ },
3992
+ {
3993
+ "inputs": [],
3994
+ "name": "Seize_LiquidatorIsBorrower",
3995
+ "type": "error"
3996
+ },
3997
+ {
3998
+ "inputs": [],
3999
+ "name": "SenderMustBeCToken",
4000
+ "type": "error"
4001
+ },
4002
+ {
4003
+ "inputs": [],
4004
+ "name": "SetInterestRateModelMarketNotFresh",
4005
+ "type": "error"
4006
+ },
4007
+ {
4008
+ "inputs": [],
4009
+ "name": "SetReservesFactorMarketNotFresh",
4010
+ "type": "error"
4011
+ },
4012
+ {
4013
+ "inputs": [],
4014
+ "name": "SupplyCapReached",
4015
+ "type": "error"
4016
+ },
4017
+ {
4018
+ "inputs": [],
4019
+ "name": "TokenInOrAmountInMustBeZero",
4020
+ "type": "error"
4021
+ },
4022
+ {
4023
+ "inputs": [],
4024
+ "name": "TokenTransferInFailed",
4025
+ "type": "error"
4026
+ },
4027
+ {
4028
+ "inputs": [],
4029
+ "name": "TokenTransferOutFailed",
4030
+ "type": "error"
4031
+ },
4032
+ {
4033
+ "inputs": [],
4034
+ "name": "TooMuchRepay",
4035
+ "type": "error"
4036
+ },
4037
+ {
4038
+ "inputs": [],
4039
+ "name": "TransferNotAllowed",
4040
+ "type": "error"
4041
+ },
4042
+ {
4043
+ "inputs": [],
4044
+ "name": "TransferPaused",
4045
+ "type": "error"
4046
+ },
4047
+ {
4048
+ "inputs": [],
4049
+ "name": "UnderlyingBalanceError",
4050
+ "type": "error"
4051
+ },
4052
+ {
4053
+ "inputs": [
4054
+ {
4055
+ "internalType": "uint256",
4056
+ "name": "capacity",
4057
+ "type": "uint256"
4058
+ },
4059
+ {
4060
+ "internalType": "uint256",
4061
+ "name": "requested",
4062
+ "type": "uint256"
4063
+ }
4064
+ ],
4065
+ "name": "AggregateValueMaxCapacityExceeded",
4066
+ "type": "error"
4067
+ },
4068
+ {
4069
+ "inputs": [
4070
+ {
4071
+ "internalType": "uint256",
4072
+ "name": "minWaitInSeconds",
4073
+ "type": "uint256"
4074
+ },
4075
+ {
4076
+ "internalType": "uint256",
4077
+ "name": "available",
4078
+ "type": "uint256"
4079
+ }
4080
+ ],
4081
+ "name": "AggregateValueRateLimitReached",
4082
+ "type": "error"
4083
+ },
4084
+ {
4085
+ "inputs": [],
4086
+ "name": "BucketOverfilled",
4087
+ "type": "error"
4088
+ },
4089
+ {
4090
+ "inputs": [
4091
+ {
4092
+ "components": [
4093
+ {
4094
+ "internalType": "bool",
4095
+ "name": "isEnabled",
4096
+ "type": "bool"
4097
+ },
4098
+ {
4099
+ "internalType": "uint256",
4100
+ "name": "capacity",
4101
+ "type": "uint256"
4102
+ },
4103
+ {
4104
+ "internalType": "uint256",
4105
+ "name": "rate",
4106
+ "type": "uint256"
4107
+ }
4108
+ ],
4109
+ "internalType": "struct RateLimiter.Config",
4110
+ "name": "config",
4111
+ "type": "tuple"
4112
+ }
4113
+ ],
4114
+ "name": "DisabledNonZeroRateLimit",
4115
+ "type": "error"
4116
+ },
4117
+ {
4118
+ "inputs": [
4119
+ {
4120
+ "components": [
4121
+ {
4122
+ "internalType": "bool",
4123
+ "name": "isEnabled",
4124
+ "type": "bool"
4125
+ },
4126
+ {
4127
+ "internalType": "uint256",
4128
+ "name": "capacity",
4129
+ "type": "uint256"
4130
+ },
4131
+ {
4132
+ "internalType": "uint256",
4133
+ "name": "rate",
4134
+ "type": "uint256"
4135
+ }
4136
+ ],
4137
+ "internalType": "struct RateLimiter.Config",
4138
+ "name": "rateLimiterConfig",
4139
+ "type": "tuple"
4140
+ }
4141
+ ],
4142
+ "name": "InvalidRatelimitRate",
4143
+ "type": "error"
4144
+ },
4145
+ {
4146
+ "inputs": [],
4147
+ "name": "OnlyCallableByAdminOrOwner",
4148
+ "type": "error"
4149
+ },
4150
+ {
4151
+ "inputs": [],
4152
+ "name": "RateLimitMustBeDisabled",
4153
+ "type": "error"
4154
+ },
4155
+ {
4156
+ "inputs": [
4157
+ {
4158
+ "internalType": "uint256",
4159
+ "name": "capacity",
4160
+ "type": "uint256"
4161
+ },
4162
+ {
4163
+ "internalType": "uint256",
4164
+ "name": "requested",
4165
+ "type": "uint256"
4166
+ },
4167
+ {
4168
+ "internalType": "address",
4169
+ "name": "tokenAddress",
4170
+ "type": "address"
4171
+ }
4172
+ ],
4173
+ "name": "TokenMaxCapacityExceeded",
4174
+ "type": "error"
4175
+ },
4176
+ {
4177
+ "inputs": [
4178
+ {
4179
+ "internalType": "uint256",
4180
+ "name": "minWaitInSeconds",
4181
+ "type": "uint256"
4182
+ },
4183
+ {
4184
+ "internalType": "uint256",
4185
+ "name": "available",
4186
+ "type": "uint256"
4187
+ },
4188
+ {
4189
+ "internalType": "address",
4190
+ "name": "tokenAddress",
4191
+ "type": "address"
4192
+ }
4193
+ ],
4194
+ "name": "TokenRateLimitReached",
4195
+ "type": "error"
4196
+ },
4197
+ {
4198
+ "inputs": [
4199
+ {
4200
+ "internalType": "address",
4201
+ "name": "token",
4202
+ "type": "address"
4203
+ },
4204
+ {
4205
+ "internalType": "uint256",
4206
+ "name": "rewardRates",
4207
+ "type": "uint256"
4208
+ },
4209
+ {
4210
+ "internalType": "uint256",
4211
+ "name": "rewardsDuration",
4212
+ "type": "uint256"
4213
+ },
4214
+ {
4215
+ "internalType": "uint256",
4216
+ "name": "num_periods_elapsed",
4217
+ "type": "uint256"
4218
+ },
4219
+ {
4220
+ "internalType": "uint256",
4221
+ "name": "balance",
4222
+ "type": "uint256"
4223
+ }
4224
+ ],
4225
+ "name": "NoEnoughReward",
4226
+ "type": "error"
4227
+ }
4228
+ ];
4229
+ //# sourceMappingURL=errorABIs.js.map