@meterio/sumer-js 0.2.83 → 0.2.85
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 +453 -227
- package/dist/nodejs/abi.js +14565 -12820
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/berabartio.js +2 -2
- package/dist/nodejs/constants/berabartio.js.map +1 -1
- package/dist/nodejs/errorABIs.js +1117 -292
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +453 -227
- package/dist/nodejs/typechain/contracts/Interfaces/ILayerBank.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ILayerBank.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ILayerBank.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +43 -1
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/ILayerBank.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/ILayerBank.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/ILayerBank.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter.d.ts +29 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/LayerBankAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ILayerBank__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ILayerBank__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ILayerBank__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +47 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +61 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/ILayerBank__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/ILayerBank__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/ILayerBank__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter__factory.d.ts +58 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter__factory.js +87 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/LayerBankAdapter__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/LayerBankAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +5 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +198 -0
- package/dist/nodejs/typechain/index.d.ts +20 -0
- package/dist/nodejs/typechain/index.js +22 -2
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/errorABIs.js
CHANGED
|
@@ -48,6 +48,11 @@ exports.errorABIs = [
|
|
|
48
48
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
49
49
|
"type": "error"
|
|
50
50
|
},
|
|
51
|
+
{
|
|
52
|
+
"inputs": [],
|
|
53
|
+
"name": "CantEnterPausedMarket",
|
|
54
|
+
"type": "error"
|
|
55
|
+
},
|
|
51
56
|
{
|
|
52
57
|
"inputs": [],
|
|
53
58
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -65,12 +70,43 @@ exports.errorABIs = [
|
|
|
65
70
|
},
|
|
66
71
|
{
|
|
67
72
|
"inputs": [],
|
|
68
|
-
"name": "
|
|
73
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
74
|
+
"type": "error"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [
|
|
78
|
+
{
|
|
79
|
+
"internalType": "uint8",
|
|
80
|
+
"name": "groupId",
|
|
81
|
+
"type": "uint8"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"internalType": "uint256",
|
|
85
|
+
"name": "cDepositVal",
|
|
86
|
+
"type": "uint256"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"internalType": "uint256",
|
|
90
|
+
"name": "suDepositVal",
|
|
91
|
+
"type": "uint256"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"internalType": "uint256",
|
|
95
|
+
"name": "cBorrowVal",
|
|
96
|
+
"type": "uint256"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"internalType": "uint256",
|
|
100
|
+
"name": "suBorrowVal",
|
|
101
|
+
"type": "uint256"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
69
105
|
"type": "error"
|
|
70
106
|
},
|
|
71
107
|
{
|
|
72
108
|
"inputs": [],
|
|
73
|
-
"name": "
|
|
109
|
+
"name": "ExpiredSignature",
|
|
74
110
|
"type": "error"
|
|
75
111
|
},
|
|
76
112
|
{
|
|
@@ -83,6 +119,11 @@ exports.errorABIs = [
|
|
|
83
119
|
"name": "InsufficientShortfall",
|
|
84
120
|
"type": "error"
|
|
85
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"inputs": [],
|
|
124
|
+
"name": "InterMintNotAllowed",
|
|
125
|
+
"type": "error"
|
|
126
|
+
},
|
|
86
127
|
{
|
|
87
128
|
"inputs": [],
|
|
88
129
|
"name": "InvalidAddress",
|
|
@@ -93,6 +134,16 @@ exports.errorABIs = [
|
|
|
93
134
|
"name": "InvalidAmount",
|
|
94
135
|
"type": "error"
|
|
95
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"inputs": [],
|
|
139
|
+
"name": "InvalidBlockNumber",
|
|
140
|
+
"type": "error"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"inputs": [],
|
|
144
|
+
"name": "InvalidCToken",
|
|
145
|
+
"type": "error"
|
|
146
|
+
},
|
|
96
147
|
{
|
|
97
148
|
"inputs": [],
|
|
98
149
|
"name": "InvalidCloseFactor",
|
|
@@ -133,6 +184,11 @@ exports.errorABIs = [
|
|
|
133
184
|
"name": "InvalidMinSuBorrowValue",
|
|
134
185
|
"type": "error"
|
|
135
186
|
},
|
|
187
|
+
{
|
|
188
|
+
"inputs": [],
|
|
189
|
+
"name": "InvalidRedeem",
|
|
190
|
+
"type": "error"
|
|
191
|
+
},
|
|
136
192
|
{
|
|
137
193
|
"inputs": [],
|
|
138
194
|
"name": "InvalidReduceAmount",
|
|
@@ -158,6 +214,11 @@ exports.errorABIs = [
|
|
|
158
214
|
"name": "InvalidSuToken",
|
|
159
215
|
"type": "error"
|
|
160
216
|
},
|
|
217
|
+
{
|
|
218
|
+
"inputs": [],
|
|
219
|
+
"name": "InvalidTimestamp",
|
|
220
|
+
"type": "error"
|
|
221
|
+
},
|
|
161
222
|
{
|
|
162
223
|
"inputs": [],
|
|
163
224
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -195,72 +256,72 @@ exports.errorABIs = [
|
|
|
195
256
|
},
|
|
196
257
|
{
|
|
197
258
|
"inputs": [],
|
|
198
|
-
"name": "
|
|
259
|
+
"name": "MarketAlreadyUnlisted",
|
|
199
260
|
"type": "error"
|
|
200
261
|
},
|
|
201
262
|
{
|
|
202
263
|
"inputs": [],
|
|
203
|
-
"name": "
|
|
264
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
204
265
|
"type": "error"
|
|
205
266
|
},
|
|
206
267
|
{
|
|
207
268
|
"inputs": [],
|
|
208
|
-
"name": "
|
|
269
|
+
"name": "MarketNotEmpty",
|
|
209
270
|
"type": "error"
|
|
210
271
|
},
|
|
211
272
|
{
|
|
212
273
|
"inputs": [],
|
|
213
|
-
"name": "
|
|
274
|
+
"name": "MarketNotListed",
|
|
214
275
|
"type": "error"
|
|
215
276
|
},
|
|
216
277
|
{
|
|
217
278
|
"inputs": [],
|
|
218
|
-
"name": "
|
|
279
|
+
"name": "MarketPaused",
|
|
219
280
|
"type": "error"
|
|
220
281
|
},
|
|
221
282
|
{
|
|
222
283
|
"inputs": [],
|
|
223
|
-
"name": "
|
|
284
|
+
"name": "MinDelayNotReached",
|
|
224
285
|
"type": "error"
|
|
225
286
|
},
|
|
226
287
|
{
|
|
227
288
|
"inputs": [],
|
|
228
|
-
"name": "
|
|
289
|
+
"name": "MintMarketNotFresh",
|
|
229
290
|
"type": "error"
|
|
230
291
|
},
|
|
231
292
|
{
|
|
232
293
|
"inputs": [],
|
|
233
|
-
"name": "
|
|
294
|
+
"name": "MintPaused",
|
|
234
295
|
"type": "error"
|
|
235
296
|
},
|
|
236
297
|
{
|
|
237
298
|
"inputs": [],
|
|
238
|
-
"name": "
|
|
299
|
+
"name": "NoRedemptionProvider",
|
|
239
300
|
"type": "error"
|
|
240
301
|
},
|
|
241
302
|
{
|
|
242
303
|
"inputs": [],
|
|
243
|
-
"name": "
|
|
304
|
+
"name": "NotCToken",
|
|
244
305
|
"type": "error"
|
|
245
306
|
},
|
|
246
307
|
{
|
|
247
308
|
"inputs": [],
|
|
248
|
-
"name": "
|
|
309
|
+
"name": "NotEnoughForSeize",
|
|
249
310
|
"type": "error"
|
|
250
311
|
},
|
|
251
312
|
{
|
|
252
313
|
"inputs": [],
|
|
253
|
-
"name": "
|
|
314
|
+
"name": "NotLiquidatableYet",
|
|
254
315
|
"type": "error"
|
|
255
316
|
},
|
|
256
317
|
{
|
|
257
318
|
"inputs": [],
|
|
258
|
-
"name": "
|
|
319
|
+
"name": "NotSuToken",
|
|
259
320
|
"type": "error"
|
|
260
321
|
},
|
|
261
322
|
{
|
|
262
323
|
"inputs": [],
|
|
263
|
-
"name": "
|
|
324
|
+
"name": "OnlyAdmin",
|
|
264
325
|
"type": "error"
|
|
265
326
|
},
|
|
266
327
|
{
|
|
@@ -278,6 +339,11 @@ exports.errorABIs = [
|
|
|
278
339
|
"name": "OnlyListedCToken",
|
|
279
340
|
"type": "error"
|
|
280
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"inputs": [],
|
|
344
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
345
|
+
"type": "error"
|
|
346
|
+
},
|
|
281
347
|
{
|
|
282
348
|
"inputs": [],
|
|
283
349
|
"name": "OnlyPendingAdmin",
|
|
@@ -290,17 +356,17 @@ exports.errorABIs = [
|
|
|
290
356
|
},
|
|
291
357
|
{
|
|
292
358
|
"inputs": [],
|
|
293
|
-
"name": "
|
|
359
|
+
"name": "OverThreshold",
|
|
294
360
|
"type": "error"
|
|
295
361
|
},
|
|
296
362
|
{
|
|
297
363
|
"inputs": [],
|
|
298
|
-
"name": "
|
|
364
|
+
"name": "PriceError",
|
|
299
365
|
"type": "error"
|
|
300
366
|
},
|
|
301
367
|
{
|
|
302
368
|
"inputs": [],
|
|
303
|
-
"name": "
|
|
369
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
304
370
|
"type": "error"
|
|
305
371
|
},
|
|
306
372
|
{
|
|
@@ -333,11 +399,6 @@ exports.errorABIs = [
|
|
|
333
399
|
"name": "ReduceReservesMarketNotFresh",
|
|
334
400
|
"type": "error"
|
|
335
401
|
},
|
|
336
|
-
{
|
|
337
|
-
"inputs": [],
|
|
338
|
-
"name": "ReduceReservesOverflow",
|
|
339
|
-
"type": "error"
|
|
340
|
-
},
|
|
341
402
|
{
|
|
342
403
|
"inputs": [],
|
|
343
404
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -393,6 +454,16 @@ exports.errorABIs = [
|
|
|
393
454
|
"name": "TooMuchRepay",
|
|
394
455
|
"type": "error"
|
|
395
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"inputs": [],
|
|
459
|
+
"name": "TotalBorrowsNotZero",
|
|
460
|
+
"type": "error"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"inputs": [],
|
|
464
|
+
"name": "TotalSupplyNotZero",
|
|
465
|
+
"type": "error"
|
|
466
|
+
},
|
|
396
467
|
{
|
|
397
468
|
"inputs": [],
|
|
398
469
|
"name": "TransferNotAllowed",
|
|
@@ -408,6 +479,11 @@ exports.errorABIs = [
|
|
|
408
479
|
"name": "UnderlyingBalanceError",
|
|
409
480
|
"type": "error"
|
|
410
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"inputs": [],
|
|
484
|
+
"name": "ZeroAddressNotAllowed",
|
|
485
|
+
"type": "error"
|
|
486
|
+
},
|
|
411
487
|
{
|
|
412
488
|
"inputs": [],
|
|
413
489
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -470,6 +546,11 @@ exports.errorABIs = [
|
|
|
470
546
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
471
547
|
"type": "error"
|
|
472
548
|
},
|
|
549
|
+
{
|
|
550
|
+
"inputs": [],
|
|
551
|
+
"name": "CantEnterPausedMarket",
|
|
552
|
+
"type": "error"
|
|
553
|
+
},
|
|
473
554
|
{
|
|
474
555
|
"inputs": [],
|
|
475
556
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -487,12 +568,43 @@ exports.errorABIs = [
|
|
|
487
568
|
},
|
|
488
569
|
{
|
|
489
570
|
"inputs": [],
|
|
490
|
-
"name": "
|
|
571
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
572
|
+
"type": "error"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"inputs": [
|
|
576
|
+
{
|
|
577
|
+
"internalType": "uint8",
|
|
578
|
+
"name": "groupId",
|
|
579
|
+
"type": "uint8"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"internalType": "uint256",
|
|
583
|
+
"name": "cDepositVal",
|
|
584
|
+
"type": "uint256"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"internalType": "uint256",
|
|
588
|
+
"name": "suDepositVal",
|
|
589
|
+
"type": "uint256"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"internalType": "uint256",
|
|
593
|
+
"name": "cBorrowVal",
|
|
594
|
+
"type": "uint256"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"internalType": "uint256",
|
|
598
|
+
"name": "suBorrowVal",
|
|
599
|
+
"type": "uint256"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
491
603
|
"type": "error"
|
|
492
604
|
},
|
|
493
605
|
{
|
|
494
606
|
"inputs": [],
|
|
495
|
-
"name": "
|
|
607
|
+
"name": "ExpiredSignature",
|
|
496
608
|
"type": "error"
|
|
497
609
|
},
|
|
498
610
|
{
|
|
@@ -505,6 +617,11 @@ exports.errorABIs = [
|
|
|
505
617
|
"name": "InsufficientShortfall",
|
|
506
618
|
"type": "error"
|
|
507
619
|
},
|
|
620
|
+
{
|
|
621
|
+
"inputs": [],
|
|
622
|
+
"name": "InterMintNotAllowed",
|
|
623
|
+
"type": "error"
|
|
624
|
+
},
|
|
508
625
|
{
|
|
509
626
|
"inputs": [],
|
|
510
627
|
"name": "InvalidAddress",
|
|
@@ -515,6 +632,16 @@ exports.errorABIs = [
|
|
|
515
632
|
"name": "InvalidAmount",
|
|
516
633
|
"type": "error"
|
|
517
634
|
},
|
|
635
|
+
{
|
|
636
|
+
"inputs": [],
|
|
637
|
+
"name": "InvalidBlockNumber",
|
|
638
|
+
"type": "error"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"inputs": [],
|
|
642
|
+
"name": "InvalidCToken",
|
|
643
|
+
"type": "error"
|
|
644
|
+
},
|
|
518
645
|
{
|
|
519
646
|
"inputs": [],
|
|
520
647
|
"name": "InvalidCloseFactor",
|
|
@@ -555,6 +682,11 @@ exports.errorABIs = [
|
|
|
555
682
|
"name": "InvalidMinSuBorrowValue",
|
|
556
683
|
"type": "error"
|
|
557
684
|
},
|
|
685
|
+
{
|
|
686
|
+
"inputs": [],
|
|
687
|
+
"name": "InvalidRedeem",
|
|
688
|
+
"type": "error"
|
|
689
|
+
},
|
|
558
690
|
{
|
|
559
691
|
"inputs": [],
|
|
560
692
|
"name": "InvalidReduceAmount",
|
|
@@ -580,6 +712,11 @@ exports.errorABIs = [
|
|
|
580
712
|
"name": "InvalidSuToken",
|
|
581
713
|
"type": "error"
|
|
582
714
|
},
|
|
715
|
+
{
|
|
716
|
+
"inputs": [],
|
|
717
|
+
"name": "InvalidTimestamp",
|
|
718
|
+
"type": "error"
|
|
719
|
+
},
|
|
583
720
|
{
|
|
584
721
|
"inputs": [],
|
|
585
722
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -617,72 +754,72 @@ exports.errorABIs = [
|
|
|
617
754
|
},
|
|
618
755
|
{
|
|
619
756
|
"inputs": [],
|
|
620
|
-
"name": "
|
|
757
|
+
"name": "MarketAlreadyUnlisted",
|
|
621
758
|
"type": "error"
|
|
622
759
|
},
|
|
623
760
|
{
|
|
624
761
|
"inputs": [],
|
|
625
|
-
"name": "
|
|
762
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
626
763
|
"type": "error"
|
|
627
764
|
},
|
|
628
765
|
{
|
|
629
766
|
"inputs": [],
|
|
630
|
-
"name": "
|
|
767
|
+
"name": "MarketNotEmpty",
|
|
631
768
|
"type": "error"
|
|
632
769
|
},
|
|
633
770
|
{
|
|
634
771
|
"inputs": [],
|
|
635
|
-
"name": "
|
|
772
|
+
"name": "MarketNotListed",
|
|
636
773
|
"type": "error"
|
|
637
774
|
},
|
|
638
775
|
{
|
|
639
776
|
"inputs": [],
|
|
640
|
-
"name": "
|
|
777
|
+
"name": "MarketPaused",
|
|
641
778
|
"type": "error"
|
|
642
779
|
},
|
|
643
780
|
{
|
|
644
781
|
"inputs": [],
|
|
645
|
-
"name": "
|
|
782
|
+
"name": "MinDelayNotReached",
|
|
646
783
|
"type": "error"
|
|
647
784
|
},
|
|
648
785
|
{
|
|
649
786
|
"inputs": [],
|
|
650
|
-
"name": "
|
|
787
|
+
"name": "MintMarketNotFresh",
|
|
651
788
|
"type": "error"
|
|
652
789
|
},
|
|
653
790
|
{
|
|
654
791
|
"inputs": [],
|
|
655
|
-
"name": "
|
|
792
|
+
"name": "MintPaused",
|
|
656
793
|
"type": "error"
|
|
657
794
|
},
|
|
658
795
|
{
|
|
659
796
|
"inputs": [],
|
|
660
|
-
"name": "
|
|
797
|
+
"name": "NoRedemptionProvider",
|
|
661
798
|
"type": "error"
|
|
662
799
|
},
|
|
663
800
|
{
|
|
664
801
|
"inputs": [],
|
|
665
|
-
"name": "
|
|
802
|
+
"name": "NotCToken",
|
|
666
803
|
"type": "error"
|
|
667
804
|
},
|
|
668
805
|
{
|
|
669
806
|
"inputs": [],
|
|
670
|
-
"name": "
|
|
807
|
+
"name": "NotEnoughForSeize",
|
|
671
808
|
"type": "error"
|
|
672
809
|
},
|
|
673
810
|
{
|
|
674
811
|
"inputs": [],
|
|
675
|
-
"name": "
|
|
812
|
+
"name": "NotLiquidatableYet",
|
|
676
813
|
"type": "error"
|
|
677
814
|
},
|
|
678
815
|
{
|
|
679
816
|
"inputs": [],
|
|
680
|
-
"name": "
|
|
817
|
+
"name": "NotSuToken",
|
|
681
818
|
"type": "error"
|
|
682
819
|
},
|
|
683
820
|
{
|
|
684
821
|
"inputs": [],
|
|
685
|
-
"name": "
|
|
822
|
+
"name": "OnlyAdmin",
|
|
686
823
|
"type": "error"
|
|
687
824
|
},
|
|
688
825
|
{
|
|
@@ -700,6 +837,11 @@ exports.errorABIs = [
|
|
|
700
837
|
"name": "OnlyListedCToken",
|
|
701
838
|
"type": "error"
|
|
702
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"inputs": [],
|
|
842
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
843
|
+
"type": "error"
|
|
844
|
+
},
|
|
703
845
|
{
|
|
704
846
|
"inputs": [],
|
|
705
847
|
"name": "OnlyPendingAdmin",
|
|
@@ -712,17 +854,17 @@ exports.errorABIs = [
|
|
|
712
854
|
},
|
|
713
855
|
{
|
|
714
856
|
"inputs": [],
|
|
715
|
-
"name": "
|
|
857
|
+
"name": "OverThreshold",
|
|
716
858
|
"type": "error"
|
|
717
859
|
},
|
|
718
860
|
{
|
|
719
861
|
"inputs": [],
|
|
720
|
-
"name": "
|
|
862
|
+
"name": "PriceError",
|
|
721
863
|
"type": "error"
|
|
722
864
|
},
|
|
723
865
|
{
|
|
724
866
|
"inputs": [],
|
|
725
|
-
"name": "
|
|
867
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
726
868
|
"type": "error"
|
|
727
869
|
},
|
|
728
870
|
{
|
|
@@ -755,11 +897,6 @@ exports.errorABIs = [
|
|
|
755
897
|
"name": "ReduceReservesMarketNotFresh",
|
|
756
898
|
"type": "error"
|
|
757
899
|
},
|
|
758
|
-
{
|
|
759
|
-
"inputs": [],
|
|
760
|
-
"name": "ReduceReservesOverflow",
|
|
761
|
-
"type": "error"
|
|
762
|
-
},
|
|
763
900
|
{
|
|
764
901
|
"inputs": [],
|
|
765
902
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -836,6 +973,16 @@ exports.errorABIs = [
|
|
|
836
973
|
"name": "TooMuchRepay",
|
|
837
974
|
"type": "error"
|
|
838
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"inputs": [],
|
|
978
|
+
"name": "TotalBorrowsNotZero",
|
|
979
|
+
"type": "error"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"inputs": [],
|
|
983
|
+
"name": "TotalSupplyNotZero",
|
|
984
|
+
"type": "error"
|
|
985
|
+
},
|
|
839
986
|
{
|
|
840
987
|
"inputs": [],
|
|
841
988
|
"name": "TransferNotAllowed",
|
|
@@ -851,6 +998,11 @@ exports.errorABIs = [
|
|
|
851
998
|
"name": "UnderlyingBalanceError",
|
|
852
999
|
"type": "error"
|
|
853
1000
|
},
|
|
1001
|
+
{
|
|
1002
|
+
"inputs": [],
|
|
1003
|
+
"name": "ZeroAddressNotAllowed",
|
|
1004
|
+
"type": "error"
|
|
1005
|
+
},
|
|
854
1006
|
{
|
|
855
1007
|
"inputs": [],
|
|
856
1008
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -899,53 +1051,104 @@ exports.errorABIs = [
|
|
|
899
1051
|
},
|
|
900
1052
|
{
|
|
901
1053
|
"inputs": [],
|
|
902
|
-
"name": "
|
|
903
|
-
"type": "error"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"inputs": [],
|
|
907
|
-
"name": "CantSweepUnderlying",
|
|
908
|
-
"type": "error"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"inputs": [],
|
|
912
|
-
"name": "ComptrollerMismatch",
|
|
913
|
-
"type": "error"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"inputs": [],
|
|
917
|
-
"name": "ExpiredSignature",
|
|
1054
|
+
"name": "CantEnterPausedMarket",
|
|
918
1055
|
"type": "error"
|
|
919
1056
|
},
|
|
920
1057
|
{
|
|
921
1058
|
"inputs": [],
|
|
922
|
-
"name": "
|
|
923
|
-
"type": "error"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"inputs": [],
|
|
927
|
-
"name": "InsufficientCollateral",
|
|
1059
|
+
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
928
1060
|
"type": "error"
|
|
929
1061
|
},
|
|
930
1062
|
{
|
|
931
1063
|
"inputs": [],
|
|
932
|
-
"name": "
|
|
1064
|
+
"name": "CantSweepUnderlying",
|
|
933
1065
|
"type": "error"
|
|
934
1066
|
},
|
|
935
1067
|
{
|
|
936
1068
|
"inputs": [],
|
|
937
|
-
"name": "
|
|
1069
|
+
"name": "ComptrollerMismatch",
|
|
938
1070
|
"type": "error"
|
|
939
1071
|
},
|
|
940
1072
|
{
|
|
941
1073
|
"inputs": [],
|
|
942
|
-
"name": "
|
|
1074
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
943
1075
|
"type": "error"
|
|
944
1076
|
},
|
|
945
1077
|
{
|
|
946
|
-
"inputs": [
|
|
947
|
-
|
|
948
|
-
|
|
1078
|
+
"inputs": [
|
|
1079
|
+
{
|
|
1080
|
+
"internalType": "uint8",
|
|
1081
|
+
"name": "groupId",
|
|
1082
|
+
"type": "uint8"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"internalType": "uint256",
|
|
1086
|
+
"name": "cDepositVal",
|
|
1087
|
+
"type": "uint256"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"internalType": "uint256",
|
|
1091
|
+
"name": "suDepositVal",
|
|
1092
|
+
"type": "uint256"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"internalType": "uint256",
|
|
1096
|
+
"name": "cBorrowVal",
|
|
1097
|
+
"type": "uint256"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"internalType": "uint256",
|
|
1101
|
+
"name": "suBorrowVal",
|
|
1102
|
+
"type": "uint256"
|
|
1103
|
+
}
|
|
1104
|
+
],
|
|
1105
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
1106
|
+
"type": "error"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"inputs": [],
|
|
1110
|
+
"name": "ExpiredSignature",
|
|
1111
|
+
"type": "error"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"inputs": [],
|
|
1115
|
+
"name": "InsufficientCollateral",
|
|
1116
|
+
"type": "error"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"inputs": [],
|
|
1120
|
+
"name": "InsufficientShortfall",
|
|
1121
|
+
"type": "error"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"inputs": [],
|
|
1125
|
+
"name": "InterMintNotAllowed",
|
|
1126
|
+
"type": "error"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"inputs": [],
|
|
1130
|
+
"name": "InvalidAddress",
|
|
1131
|
+
"type": "error"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"inputs": [],
|
|
1135
|
+
"name": "InvalidAmount",
|
|
1136
|
+
"type": "error"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"inputs": [],
|
|
1140
|
+
"name": "InvalidBlockNumber",
|
|
1141
|
+
"type": "error"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"inputs": [],
|
|
1145
|
+
"name": "InvalidCToken",
|
|
1146
|
+
"type": "error"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"inputs": [],
|
|
1150
|
+
"name": "InvalidCloseFactor",
|
|
1151
|
+
"type": "error"
|
|
949
1152
|
},
|
|
950
1153
|
{
|
|
951
1154
|
"inputs": [],
|
|
@@ -982,6 +1185,11 @@ exports.errorABIs = [
|
|
|
982
1185
|
"name": "InvalidMinSuBorrowValue",
|
|
983
1186
|
"type": "error"
|
|
984
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
"inputs": [],
|
|
1190
|
+
"name": "InvalidRedeem",
|
|
1191
|
+
"type": "error"
|
|
1192
|
+
},
|
|
985
1193
|
{
|
|
986
1194
|
"inputs": [],
|
|
987
1195
|
"name": "InvalidReduceAmount",
|
|
@@ -1007,6 +1215,11 @@ exports.errorABIs = [
|
|
|
1007
1215
|
"name": "InvalidSuToken",
|
|
1008
1216
|
"type": "error"
|
|
1009
1217
|
},
|
|
1218
|
+
{
|
|
1219
|
+
"inputs": [],
|
|
1220
|
+
"name": "InvalidTimestamp",
|
|
1221
|
+
"type": "error"
|
|
1222
|
+
},
|
|
1010
1223
|
{
|
|
1011
1224
|
"inputs": [],
|
|
1012
1225
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1044,72 +1257,72 @@ exports.errorABIs = [
|
|
|
1044
1257
|
},
|
|
1045
1258
|
{
|
|
1046
1259
|
"inputs": [],
|
|
1047
|
-
"name": "
|
|
1260
|
+
"name": "MarketAlreadyUnlisted",
|
|
1048
1261
|
"type": "error"
|
|
1049
1262
|
},
|
|
1050
1263
|
{
|
|
1051
1264
|
"inputs": [],
|
|
1052
|
-
"name": "
|
|
1265
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
1053
1266
|
"type": "error"
|
|
1054
1267
|
},
|
|
1055
1268
|
{
|
|
1056
1269
|
"inputs": [],
|
|
1057
|
-
"name": "
|
|
1270
|
+
"name": "MarketNotEmpty",
|
|
1058
1271
|
"type": "error"
|
|
1059
1272
|
},
|
|
1060
1273
|
{
|
|
1061
1274
|
"inputs": [],
|
|
1062
|
-
"name": "
|
|
1275
|
+
"name": "MarketNotListed",
|
|
1063
1276
|
"type": "error"
|
|
1064
1277
|
},
|
|
1065
1278
|
{
|
|
1066
1279
|
"inputs": [],
|
|
1067
|
-
"name": "
|
|
1280
|
+
"name": "MarketPaused",
|
|
1068
1281
|
"type": "error"
|
|
1069
1282
|
},
|
|
1070
1283
|
{
|
|
1071
1284
|
"inputs": [],
|
|
1072
|
-
"name": "
|
|
1285
|
+
"name": "MinDelayNotReached",
|
|
1073
1286
|
"type": "error"
|
|
1074
1287
|
},
|
|
1075
1288
|
{
|
|
1076
1289
|
"inputs": [],
|
|
1077
|
-
"name": "
|
|
1290
|
+
"name": "MintMarketNotFresh",
|
|
1078
1291
|
"type": "error"
|
|
1079
1292
|
},
|
|
1080
1293
|
{
|
|
1081
1294
|
"inputs": [],
|
|
1082
|
-
"name": "
|
|
1295
|
+
"name": "MintPaused",
|
|
1083
1296
|
"type": "error"
|
|
1084
1297
|
},
|
|
1085
1298
|
{
|
|
1086
1299
|
"inputs": [],
|
|
1087
|
-
"name": "
|
|
1300
|
+
"name": "NoRedemptionProvider",
|
|
1088
1301
|
"type": "error"
|
|
1089
1302
|
},
|
|
1090
1303
|
{
|
|
1091
1304
|
"inputs": [],
|
|
1092
|
-
"name": "
|
|
1305
|
+
"name": "NotCToken",
|
|
1093
1306
|
"type": "error"
|
|
1094
1307
|
},
|
|
1095
1308
|
{
|
|
1096
1309
|
"inputs": [],
|
|
1097
|
-
"name": "
|
|
1310
|
+
"name": "NotEnoughForSeize",
|
|
1098
1311
|
"type": "error"
|
|
1099
1312
|
},
|
|
1100
1313
|
{
|
|
1101
1314
|
"inputs": [],
|
|
1102
|
-
"name": "
|
|
1315
|
+
"name": "NotLiquidatableYet",
|
|
1103
1316
|
"type": "error"
|
|
1104
1317
|
},
|
|
1105
1318
|
{
|
|
1106
1319
|
"inputs": [],
|
|
1107
|
-
"name": "
|
|
1320
|
+
"name": "NotSuToken",
|
|
1108
1321
|
"type": "error"
|
|
1109
1322
|
},
|
|
1110
1323
|
{
|
|
1111
1324
|
"inputs": [],
|
|
1112
|
-
"name": "
|
|
1325
|
+
"name": "OnlyAdmin",
|
|
1113
1326
|
"type": "error"
|
|
1114
1327
|
},
|
|
1115
1328
|
{
|
|
@@ -1127,6 +1340,11 @@ exports.errorABIs = [
|
|
|
1127
1340
|
"name": "OnlyListedCToken",
|
|
1128
1341
|
"type": "error"
|
|
1129
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
"inputs": [],
|
|
1345
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
1346
|
+
"type": "error"
|
|
1347
|
+
},
|
|
1130
1348
|
{
|
|
1131
1349
|
"inputs": [],
|
|
1132
1350
|
"name": "OnlyPendingAdmin",
|
|
@@ -1139,17 +1357,17 @@ exports.errorABIs = [
|
|
|
1139
1357
|
},
|
|
1140
1358
|
{
|
|
1141
1359
|
"inputs": [],
|
|
1142
|
-
"name": "
|
|
1360
|
+
"name": "OverThreshold",
|
|
1143
1361
|
"type": "error"
|
|
1144
1362
|
},
|
|
1145
1363
|
{
|
|
1146
1364
|
"inputs": [],
|
|
1147
|
-
"name": "
|
|
1365
|
+
"name": "PriceError",
|
|
1148
1366
|
"type": "error"
|
|
1149
1367
|
},
|
|
1150
1368
|
{
|
|
1151
1369
|
"inputs": [],
|
|
1152
|
-
"name": "
|
|
1370
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1153
1371
|
"type": "error"
|
|
1154
1372
|
},
|
|
1155
1373
|
{
|
|
@@ -1182,11 +1400,6 @@ exports.errorABIs = [
|
|
|
1182
1400
|
"name": "ReduceReservesMarketNotFresh",
|
|
1183
1401
|
"type": "error"
|
|
1184
1402
|
},
|
|
1185
|
-
{
|
|
1186
|
-
"inputs": [],
|
|
1187
|
-
"name": "ReduceReservesOverflow",
|
|
1188
|
-
"type": "error"
|
|
1189
|
-
},
|
|
1190
1403
|
{
|
|
1191
1404
|
"inputs": [],
|
|
1192
1405
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -1242,6 +1455,16 @@ exports.errorABIs = [
|
|
|
1242
1455
|
"name": "TooMuchRepay",
|
|
1243
1456
|
"type": "error"
|
|
1244
1457
|
},
|
|
1458
|
+
{
|
|
1459
|
+
"inputs": [],
|
|
1460
|
+
"name": "TotalBorrowsNotZero",
|
|
1461
|
+
"type": "error"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"inputs": [],
|
|
1465
|
+
"name": "TotalSupplyNotZero",
|
|
1466
|
+
"type": "error"
|
|
1467
|
+
},
|
|
1245
1468
|
{
|
|
1246
1469
|
"inputs": [],
|
|
1247
1470
|
"name": "TransferNotAllowed",
|
|
@@ -1257,6 +1480,11 @@ exports.errorABIs = [
|
|
|
1257
1480
|
"name": "UnderlyingBalanceError",
|
|
1258
1481
|
"type": "error"
|
|
1259
1482
|
},
|
|
1483
|
+
{
|
|
1484
|
+
"inputs": [],
|
|
1485
|
+
"name": "ZeroAddressNotAllowed",
|
|
1486
|
+
"type": "error"
|
|
1487
|
+
},
|
|
1260
1488
|
{
|
|
1261
1489
|
"inputs": [],
|
|
1262
1490
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -1303,6 +1531,11 @@ exports.errorABIs = [
|
|
|
1303
1531
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
1304
1532
|
"type": "error"
|
|
1305
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
"inputs": [],
|
|
1536
|
+
"name": "CantEnterPausedMarket",
|
|
1537
|
+
"type": "error"
|
|
1538
|
+
},
|
|
1306
1539
|
{
|
|
1307
1540
|
"inputs": [],
|
|
1308
1541
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1320,12 +1553,43 @@ exports.errorABIs = [
|
|
|
1320
1553
|
},
|
|
1321
1554
|
{
|
|
1322
1555
|
"inputs": [],
|
|
1323
|
-
"name": "
|
|
1556
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
1557
|
+
"type": "error"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"inputs": [
|
|
1561
|
+
{
|
|
1562
|
+
"internalType": "uint8",
|
|
1563
|
+
"name": "groupId",
|
|
1564
|
+
"type": "uint8"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"internalType": "uint256",
|
|
1568
|
+
"name": "cDepositVal",
|
|
1569
|
+
"type": "uint256"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"internalType": "uint256",
|
|
1573
|
+
"name": "suDepositVal",
|
|
1574
|
+
"type": "uint256"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"internalType": "uint256",
|
|
1578
|
+
"name": "cBorrowVal",
|
|
1579
|
+
"type": "uint256"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"internalType": "uint256",
|
|
1583
|
+
"name": "suBorrowVal",
|
|
1584
|
+
"type": "uint256"
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
1324
1588
|
"type": "error"
|
|
1325
1589
|
},
|
|
1326
1590
|
{
|
|
1327
1591
|
"inputs": [],
|
|
1328
|
-
"name": "
|
|
1592
|
+
"name": "ExpiredSignature",
|
|
1329
1593
|
"type": "error"
|
|
1330
1594
|
},
|
|
1331
1595
|
{
|
|
@@ -1338,6 +1602,11 @@ exports.errorABIs = [
|
|
|
1338
1602
|
"name": "InsufficientShortfall",
|
|
1339
1603
|
"type": "error"
|
|
1340
1604
|
},
|
|
1605
|
+
{
|
|
1606
|
+
"inputs": [],
|
|
1607
|
+
"name": "InterMintNotAllowed",
|
|
1608
|
+
"type": "error"
|
|
1609
|
+
},
|
|
1341
1610
|
{
|
|
1342
1611
|
"inputs": [],
|
|
1343
1612
|
"name": "InvalidAddress",
|
|
@@ -1348,6 +1617,16 @@ exports.errorABIs = [
|
|
|
1348
1617
|
"name": "InvalidAmount",
|
|
1349
1618
|
"type": "error"
|
|
1350
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
"inputs": [],
|
|
1622
|
+
"name": "InvalidBlockNumber",
|
|
1623
|
+
"type": "error"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"inputs": [],
|
|
1627
|
+
"name": "InvalidCToken",
|
|
1628
|
+
"type": "error"
|
|
1629
|
+
},
|
|
1351
1630
|
{
|
|
1352
1631
|
"inputs": [],
|
|
1353
1632
|
"name": "InvalidCloseFactor",
|
|
@@ -1388,6 +1667,11 @@ exports.errorABIs = [
|
|
|
1388
1667
|
"name": "InvalidMinSuBorrowValue",
|
|
1389
1668
|
"type": "error"
|
|
1390
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
"inputs": [],
|
|
1672
|
+
"name": "InvalidRedeem",
|
|
1673
|
+
"type": "error"
|
|
1674
|
+
},
|
|
1391
1675
|
{
|
|
1392
1676
|
"inputs": [],
|
|
1393
1677
|
"name": "InvalidReduceAmount",
|
|
@@ -1413,6 +1697,11 @@ exports.errorABIs = [
|
|
|
1413
1697
|
"name": "InvalidSuToken",
|
|
1414
1698
|
"type": "error"
|
|
1415
1699
|
},
|
|
1700
|
+
{
|
|
1701
|
+
"inputs": [],
|
|
1702
|
+
"name": "InvalidTimestamp",
|
|
1703
|
+
"type": "error"
|
|
1704
|
+
},
|
|
1416
1705
|
{
|
|
1417
1706
|
"inputs": [],
|
|
1418
1707
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1450,72 +1739,72 @@ exports.errorABIs = [
|
|
|
1450
1739
|
},
|
|
1451
1740
|
{
|
|
1452
1741
|
"inputs": [],
|
|
1453
|
-
"name": "
|
|
1742
|
+
"name": "MarketAlreadyUnlisted",
|
|
1454
1743
|
"type": "error"
|
|
1455
1744
|
},
|
|
1456
1745
|
{
|
|
1457
1746
|
"inputs": [],
|
|
1458
|
-
"name": "
|
|
1747
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
1459
1748
|
"type": "error"
|
|
1460
1749
|
},
|
|
1461
1750
|
{
|
|
1462
1751
|
"inputs": [],
|
|
1463
|
-
"name": "
|
|
1752
|
+
"name": "MarketNotEmpty",
|
|
1464
1753
|
"type": "error"
|
|
1465
1754
|
},
|
|
1466
1755
|
{
|
|
1467
1756
|
"inputs": [],
|
|
1468
|
-
"name": "
|
|
1757
|
+
"name": "MarketNotListed",
|
|
1469
1758
|
"type": "error"
|
|
1470
1759
|
},
|
|
1471
1760
|
{
|
|
1472
1761
|
"inputs": [],
|
|
1473
|
-
"name": "
|
|
1762
|
+
"name": "MarketPaused",
|
|
1474
1763
|
"type": "error"
|
|
1475
1764
|
},
|
|
1476
1765
|
{
|
|
1477
1766
|
"inputs": [],
|
|
1478
|
-
"name": "
|
|
1767
|
+
"name": "MinDelayNotReached",
|
|
1479
1768
|
"type": "error"
|
|
1480
1769
|
},
|
|
1481
1770
|
{
|
|
1482
1771
|
"inputs": [],
|
|
1483
|
-
"name": "
|
|
1772
|
+
"name": "MintMarketNotFresh",
|
|
1484
1773
|
"type": "error"
|
|
1485
1774
|
},
|
|
1486
1775
|
{
|
|
1487
1776
|
"inputs": [],
|
|
1488
|
-
"name": "
|
|
1777
|
+
"name": "MintPaused",
|
|
1489
1778
|
"type": "error"
|
|
1490
1779
|
},
|
|
1491
1780
|
{
|
|
1492
1781
|
"inputs": [],
|
|
1493
|
-
"name": "
|
|
1782
|
+
"name": "NoRedemptionProvider",
|
|
1494
1783
|
"type": "error"
|
|
1495
1784
|
},
|
|
1496
1785
|
{
|
|
1497
1786
|
"inputs": [],
|
|
1498
|
-
"name": "
|
|
1787
|
+
"name": "NotCToken",
|
|
1499
1788
|
"type": "error"
|
|
1500
1789
|
},
|
|
1501
1790
|
{
|
|
1502
1791
|
"inputs": [],
|
|
1503
|
-
"name": "
|
|
1792
|
+
"name": "NotEnoughForSeize",
|
|
1504
1793
|
"type": "error"
|
|
1505
1794
|
},
|
|
1506
1795
|
{
|
|
1507
1796
|
"inputs": [],
|
|
1508
|
-
"name": "
|
|
1797
|
+
"name": "NotLiquidatableYet",
|
|
1509
1798
|
"type": "error"
|
|
1510
1799
|
},
|
|
1511
1800
|
{
|
|
1512
1801
|
"inputs": [],
|
|
1513
|
-
"name": "
|
|
1802
|
+
"name": "NotSuToken",
|
|
1514
1803
|
"type": "error"
|
|
1515
1804
|
},
|
|
1516
1805
|
{
|
|
1517
1806
|
"inputs": [],
|
|
1518
|
-
"name": "
|
|
1807
|
+
"name": "OnlyAdmin",
|
|
1519
1808
|
"type": "error"
|
|
1520
1809
|
},
|
|
1521
1810
|
{
|
|
@@ -1533,6 +1822,11 @@ exports.errorABIs = [
|
|
|
1533
1822
|
"name": "OnlyListedCToken",
|
|
1534
1823
|
"type": "error"
|
|
1535
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"inputs": [],
|
|
1827
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
1828
|
+
"type": "error"
|
|
1829
|
+
},
|
|
1536
1830
|
{
|
|
1537
1831
|
"inputs": [],
|
|
1538
1832
|
"name": "OnlyPendingAdmin",
|
|
@@ -1545,17 +1839,17 @@ exports.errorABIs = [
|
|
|
1545
1839
|
},
|
|
1546
1840
|
{
|
|
1547
1841
|
"inputs": [],
|
|
1548
|
-
"name": "
|
|
1842
|
+
"name": "OverThreshold",
|
|
1549
1843
|
"type": "error"
|
|
1550
1844
|
},
|
|
1551
1845
|
{
|
|
1552
1846
|
"inputs": [],
|
|
1553
|
-
"name": "
|
|
1847
|
+
"name": "PriceError",
|
|
1554
1848
|
"type": "error"
|
|
1555
1849
|
},
|
|
1556
1850
|
{
|
|
1557
1851
|
"inputs": [],
|
|
1558
|
-
"name": "
|
|
1852
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1559
1853
|
"type": "error"
|
|
1560
1854
|
},
|
|
1561
1855
|
{
|
|
@@ -1588,11 +1882,6 @@ exports.errorABIs = [
|
|
|
1588
1882
|
"name": "ReduceReservesMarketNotFresh",
|
|
1589
1883
|
"type": "error"
|
|
1590
1884
|
},
|
|
1591
|
-
{
|
|
1592
|
-
"inputs": [],
|
|
1593
|
-
"name": "ReduceReservesOverflow",
|
|
1594
|
-
"type": "error"
|
|
1595
|
-
},
|
|
1596
1885
|
{
|
|
1597
1886
|
"inputs": [],
|
|
1598
1887
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -1648,6 +1937,16 @@ exports.errorABIs = [
|
|
|
1648
1937
|
"name": "TooMuchRepay",
|
|
1649
1938
|
"type": "error"
|
|
1650
1939
|
},
|
|
1940
|
+
{
|
|
1941
|
+
"inputs": [],
|
|
1942
|
+
"name": "TotalBorrowsNotZero",
|
|
1943
|
+
"type": "error"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"inputs": [],
|
|
1947
|
+
"name": "TotalSupplyNotZero",
|
|
1948
|
+
"type": "error"
|
|
1949
|
+
},
|
|
1651
1950
|
{
|
|
1652
1951
|
"inputs": [],
|
|
1653
1952
|
"name": "TransferNotAllowed",
|
|
@@ -1663,6 +1962,11 @@ exports.errorABIs = [
|
|
|
1663
1962
|
"name": "UnderlyingBalanceError",
|
|
1664
1963
|
"type": "error"
|
|
1665
1964
|
},
|
|
1965
|
+
{
|
|
1966
|
+
"inputs": [],
|
|
1967
|
+
"name": "ZeroAddressNotAllowed",
|
|
1968
|
+
"type": "error"
|
|
1969
|
+
},
|
|
1666
1970
|
{
|
|
1667
1971
|
"inputs": [],
|
|
1668
1972
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -1709,6 +2013,11 @@ exports.errorABIs = [
|
|
|
1709
2013
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
1710
2014
|
"type": "error"
|
|
1711
2015
|
},
|
|
2016
|
+
{
|
|
2017
|
+
"inputs": [],
|
|
2018
|
+
"name": "CantEnterPausedMarket",
|
|
2019
|
+
"type": "error"
|
|
2020
|
+
},
|
|
1712
2021
|
{
|
|
1713
2022
|
"inputs": [],
|
|
1714
2023
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1726,12 +2035,43 @@ exports.errorABIs = [
|
|
|
1726
2035
|
},
|
|
1727
2036
|
{
|
|
1728
2037
|
"inputs": [],
|
|
1729
|
-
"name": "
|
|
2038
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
2039
|
+
"type": "error"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"inputs": [
|
|
2043
|
+
{
|
|
2044
|
+
"internalType": "uint8",
|
|
2045
|
+
"name": "groupId",
|
|
2046
|
+
"type": "uint8"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"internalType": "uint256",
|
|
2050
|
+
"name": "cDepositVal",
|
|
2051
|
+
"type": "uint256"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"internalType": "uint256",
|
|
2055
|
+
"name": "suDepositVal",
|
|
2056
|
+
"type": "uint256"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"internalType": "uint256",
|
|
2060
|
+
"name": "cBorrowVal",
|
|
2061
|
+
"type": "uint256"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"internalType": "uint256",
|
|
2065
|
+
"name": "suBorrowVal",
|
|
2066
|
+
"type": "uint256"
|
|
2067
|
+
}
|
|
2068
|
+
],
|
|
2069
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
1730
2070
|
"type": "error"
|
|
1731
2071
|
},
|
|
1732
2072
|
{
|
|
1733
2073
|
"inputs": [],
|
|
1734
|
-
"name": "
|
|
2074
|
+
"name": "ExpiredSignature",
|
|
1735
2075
|
"type": "error"
|
|
1736
2076
|
},
|
|
1737
2077
|
{
|
|
@@ -1744,6 +2084,11 @@ exports.errorABIs = [
|
|
|
1744
2084
|
"name": "InsufficientShortfall",
|
|
1745
2085
|
"type": "error"
|
|
1746
2086
|
},
|
|
2087
|
+
{
|
|
2088
|
+
"inputs": [],
|
|
2089
|
+
"name": "InterMintNotAllowed",
|
|
2090
|
+
"type": "error"
|
|
2091
|
+
},
|
|
1747
2092
|
{
|
|
1748
2093
|
"inputs": [],
|
|
1749
2094
|
"name": "InvalidAddress",
|
|
@@ -1754,6 +2099,16 @@ exports.errorABIs = [
|
|
|
1754
2099
|
"name": "InvalidAmount",
|
|
1755
2100
|
"type": "error"
|
|
1756
2101
|
},
|
|
2102
|
+
{
|
|
2103
|
+
"inputs": [],
|
|
2104
|
+
"name": "InvalidBlockNumber",
|
|
2105
|
+
"type": "error"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"inputs": [],
|
|
2109
|
+
"name": "InvalidCToken",
|
|
2110
|
+
"type": "error"
|
|
2111
|
+
},
|
|
1757
2112
|
{
|
|
1758
2113
|
"inputs": [],
|
|
1759
2114
|
"name": "InvalidCloseFactor",
|
|
@@ -1794,6 +2149,11 @@ exports.errorABIs = [
|
|
|
1794
2149
|
"name": "InvalidMinSuBorrowValue",
|
|
1795
2150
|
"type": "error"
|
|
1796
2151
|
},
|
|
2152
|
+
{
|
|
2153
|
+
"inputs": [],
|
|
2154
|
+
"name": "InvalidRedeem",
|
|
2155
|
+
"type": "error"
|
|
2156
|
+
},
|
|
1797
2157
|
{
|
|
1798
2158
|
"inputs": [],
|
|
1799
2159
|
"name": "InvalidReduceAmount",
|
|
@@ -1819,6 +2179,11 @@ exports.errorABIs = [
|
|
|
1819
2179
|
"name": "InvalidSuToken",
|
|
1820
2180
|
"type": "error"
|
|
1821
2181
|
},
|
|
2182
|
+
{
|
|
2183
|
+
"inputs": [],
|
|
2184
|
+
"name": "InvalidTimestamp",
|
|
2185
|
+
"type": "error"
|
|
2186
|
+
},
|
|
1822
2187
|
{
|
|
1823
2188
|
"inputs": [],
|
|
1824
2189
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1856,72 +2221,72 @@ exports.errorABIs = [
|
|
|
1856
2221
|
},
|
|
1857
2222
|
{
|
|
1858
2223
|
"inputs": [],
|
|
1859
|
-
"name": "
|
|
2224
|
+
"name": "MarketAlreadyUnlisted",
|
|
1860
2225
|
"type": "error"
|
|
1861
2226
|
},
|
|
1862
2227
|
{
|
|
1863
2228
|
"inputs": [],
|
|
1864
|
-
"name": "
|
|
2229
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
1865
2230
|
"type": "error"
|
|
1866
2231
|
},
|
|
1867
2232
|
{
|
|
1868
2233
|
"inputs": [],
|
|
1869
|
-
"name": "
|
|
2234
|
+
"name": "MarketNotEmpty",
|
|
1870
2235
|
"type": "error"
|
|
1871
2236
|
},
|
|
1872
2237
|
{
|
|
1873
2238
|
"inputs": [],
|
|
1874
|
-
"name": "
|
|
2239
|
+
"name": "MarketNotListed",
|
|
1875
2240
|
"type": "error"
|
|
1876
2241
|
},
|
|
1877
2242
|
{
|
|
1878
2243
|
"inputs": [],
|
|
1879
|
-
"name": "
|
|
2244
|
+
"name": "MarketPaused",
|
|
1880
2245
|
"type": "error"
|
|
1881
2246
|
},
|
|
1882
2247
|
{
|
|
1883
2248
|
"inputs": [],
|
|
1884
|
-
"name": "
|
|
2249
|
+
"name": "MinDelayNotReached",
|
|
1885
2250
|
"type": "error"
|
|
1886
2251
|
},
|
|
1887
2252
|
{
|
|
1888
2253
|
"inputs": [],
|
|
1889
|
-
"name": "
|
|
2254
|
+
"name": "MintMarketNotFresh",
|
|
1890
2255
|
"type": "error"
|
|
1891
2256
|
},
|
|
1892
2257
|
{
|
|
1893
2258
|
"inputs": [],
|
|
1894
|
-
"name": "
|
|
2259
|
+
"name": "MintPaused",
|
|
1895
2260
|
"type": "error"
|
|
1896
2261
|
},
|
|
1897
2262
|
{
|
|
1898
2263
|
"inputs": [],
|
|
1899
|
-
"name": "
|
|
2264
|
+
"name": "NoRedemptionProvider",
|
|
1900
2265
|
"type": "error"
|
|
1901
2266
|
},
|
|
1902
2267
|
{
|
|
1903
2268
|
"inputs": [],
|
|
1904
|
-
"name": "
|
|
2269
|
+
"name": "NotCToken",
|
|
1905
2270
|
"type": "error"
|
|
1906
2271
|
},
|
|
1907
2272
|
{
|
|
1908
2273
|
"inputs": [],
|
|
1909
|
-
"name": "
|
|
2274
|
+
"name": "NotEnoughForSeize",
|
|
1910
2275
|
"type": "error"
|
|
1911
2276
|
},
|
|
1912
2277
|
{
|
|
1913
2278
|
"inputs": [],
|
|
1914
|
-
"name": "
|
|
2279
|
+
"name": "NotLiquidatableYet",
|
|
1915
2280
|
"type": "error"
|
|
1916
2281
|
},
|
|
1917
2282
|
{
|
|
1918
2283
|
"inputs": [],
|
|
1919
|
-
"name": "
|
|
2284
|
+
"name": "NotSuToken",
|
|
1920
2285
|
"type": "error"
|
|
1921
2286
|
},
|
|
1922
2287
|
{
|
|
1923
2288
|
"inputs": [],
|
|
1924
|
-
"name": "
|
|
2289
|
+
"name": "OnlyAdmin",
|
|
1925
2290
|
"type": "error"
|
|
1926
2291
|
},
|
|
1927
2292
|
{
|
|
@@ -1939,6 +2304,11 @@ exports.errorABIs = [
|
|
|
1939
2304
|
"name": "OnlyListedCToken",
|
|
1940
2305
|
"type": "error"
|
|
1941
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"inputs": [],
|
|
2309
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
2310
|
+
"type": "error"
|
|
2311
|
+
},
|
|
1942
2312
|
{
|
|
1943
2313
|
"inputs": [],
|
|
1944
2314
|
"name": "OnlyPendingAdmin",
|
|
@@ -1951,17 +2321,17 @@ exports.errorABIs = [
|
|
|
1951
2321
|
},
|
|
1952
2322
|
{
|
|
1953
2323
|
"inputs": [],
|
|
1954
|
-
"name": "
|
|
2324
|
+
"name": "OverThreshold",
|
|
1955
2325
|
"type": "error"
|
|
1956
2326
|
},
|
|
1957
2327
|
{
|
|
1958
2328
|
"inputs": [],
|
|
1959
|
-
"name": "
|
|
2329
|
+
"name": "PriceError",
|
|
1960
2330
|
"type": "error"
|
|
1961
2331
|
},
|
|
1962
2332
|
{
|
|
1963
2333
|
"inputs": [],
|
|
1964
|
-
"name": "
|
|
2334
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1965
2335
|
"type": "error"
|
|
1966
2336
|
},
|
|
1967
2337
|
{
|
|
@@ -1994,11 +2364,6 @@ exports.errorABIs = [
|
|
|
1994
2364
|
"name": "ReduceReservesMarketNotFresh",
|
|
1995
2365
|
"type": "error"
|
|
1996
2366
|
},
|
|
1997
|
-
{
|
|
1998
|
-
"inputs": [],
|
|
1999
|
-
"name": "ReduceReservesOverflow",
|
|
2000
|
-
"type": "error"
|
|
2001
|
-
},
|
|
2002
2367
|
{
|
|
2003
2368
|
"inputs": [],
|
|
2004
2369
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2054,6 +2419,16 @@ exports.errorABIs = [
|
|
|
2054
2419
|
"name": "TooMuchRepay",
|
|
2055
2420
|
"type": "error"
|
|
2056
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"inputs": [],
|
|
2424
|
+
"name": "TotalBorrowsNotZero",
|
|
2425
|
+
"type": "error"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"inputs": [],
|
|
2429
|
+
"name": "TotalSupplyNotZero",
|
|
2430
|
+
"type": "error"
|
|
2431
|
+
},
|
|
2057
2432
|
{
|
|
2058
2433
|
"inputs": [],
|
|
2059
2434
|
"name": "TransferNotAllowed",
|
|
@@ -2069,6 +2444,11 @@ exports.errorABIs = [
|
|
|
2069
2444
|
"name": "UnderlyingBalanceError",
|
|
2070
2445
|
"type": "error"
|
|
2071
2446
|
},
|
|
2447
|
+
{
|
|
2448
|
+
"inputs": [],
|
|
2449
|
+
"name": "ZeroAddressNotAllowed",
|
|
2450
|
+
"type": "error"
|
|
2451
|
+
},
|
|
2072
2452
|
{
|
|
2073
2453
|
"inputs": [],
|
|
2074
2454
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2115,6 +2495,11 @@ exports.errorABIs = [
|
|
|
2115
2495
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
2116
2496
|
"type": "error"
|
|
2117
2497
|
},
|
|
2498
|
+
{
|
|
2499
|
+
"inputs": [],
|
|
2500
|
+
"name": "CantEnterPausedMarket",
|
|
2501
|
+
"type": "error"
|
|
2502
|
+
},
|
|
2118
2503
|
{
|
|
2119
2504
|
"inputs": [],
|
|
2120
2505
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -2132,12 +2517,43 @@ exports.errorABIs = [
|
|
|
2132
2517
|
},
|
|
2133
2518
|
{
|
|
2134
2519
|
"inputs": [],
|
|
2135
|
-
"name": "
|
|
2520
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
2521
|
+
"type": "error"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"inputs": [
|
|
2525
|
+
{
|
|
2526
|
+
"internalType": "uint8",
|
|
2527
|
+
"name": "groupId",
|
|
2528
|
+
"type": "uint8"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"internalType": "uint256",
|
|
2532
|
+
"name": "cDepositVal",
|
|
2533
|
+
"type": "uint256"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"internalType": "uint256",
|
|
2537
|
+
"name": "suDepositVal",
|
|
2538
|
+
"type": "uint256"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"internalType": "uint256",
|
|
2542
|
+
"name": "cBorrowVal",
|
|
2543
|
+
"type": "uint256"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"internalType": "uint256",
|
|
2547
|
+
"name": "suBorrowVal",
|
|
2548
|
+
"type": "uint256"
|
|
2549
|
+
}
|
|
2550
|
+
],
|
|
2551
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2136
2552
|
"type": "error"
|
|
2137
2553
|
},
|
|
2138
2554
|
{
|
|
2139
2555
|
"inputs": [],
|
|
2140
|
-
"name": "
|
|
2556
|
+
"name": "ExpiredSignature",
|
|
2141
2557
|
"type": "error"
|
|
2142
2558
|
},
|
|
2143
2559
|
{
|
|
@@ -2150,6 +2566,11 @@ exports.errorABIs = [
|
|
|
2150
2566
|
"name": "InsufficientShortfall",
|
|
2151
2567
|
"type": "error"
|
|
2152
2568
|
},
|
|
2569
|
+
{
|
|
2570
|
+
"inputs": [],
|
|
2571
|
+
"name": "InterMintNotAllowed",
|
|
2572
|
+
"type": "error"
|
|
2573
|
+
},
|
|
2153
2574
|
{
|
|
2154
2575
|
"inputs": [],
|
|
2155
2576
|
"name": "InvalidAddress",
|
|
@@ -2160,6 +2581,16 @@ exports.errorABIs = [
|
|
|
2160
2581
|
"name": "InvalidAmount",
|
|
2161
2582
|
"type": "error"
|
|
2162
2583
|
},
|
|
2584
|
+
{
|
|
2585
|
+
"inputs": [],
|
|
2586
|
+
"name": "InvalidBlockNumber",
|
|
2587
|
+
"type": "error"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"inputs": [],
|
|
2591
|
+
"name": "InvalidCToken",
|
|
2592
|
+
"type": "error"
|
|
2593
|
+
},
|
|
2163
2594
|
{
|
|
2164
2595
|
"inputs": [],
|
|
2165
2596
|
"name": "InvalidCloseFactor",
|
|
@@ -2200,6 +2631,11 @@ exports.errorABIs = [
|
|
|
2200
2631
|
"name": "InvalidMinSuBorrowValue",
|
|
2201
2632
|
"type": "error"
|
|
2202
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"inputs": [],
|
|
2636
|
+
"name": "InvalidRedeem",
|
|
2637
|
+
"type": "error"
|
|
2638
|
+
},
|
|
2203
2639
|
{
|
|
2204
2640
|
"inputs": [],
|
|
2205
2641
|
"name": "InvalidReduceAmount",
|
|
@@ -2225,6 +2661,11 @@ exports.errorABIs = [
|
|
|
2225
2661
|
"name": "InvalidSuToken",
|
|
2226
2662
|
"type": "error"
|
|
2227
2663
|
},
|
|
2664
|
+
{
|
|
2665
|
+
"inputs": [],
|
|
2666
|
+
"name": "InvalidTimestamp",
|
|
2667
|
+
"type": "error"
|
|
2668
|
+
},
|
|
2228
2669
|
{
|
|
2229
2670
|
"inputs": [],
|
|
2230
2671
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -2262,72 +2703,72 @@ exports.errorABIs = [
|
|
|
2262
2703
|
},
|
|
2263
2704
|
{
|
|
2264
2705
|
"inputs": [],
|
|
2265
|
-
"name": "
|
|
2706
|
+
"name": "MarketAlreadyUnlisted",
|
|
2266
2707
|
"type": "error"
|
|
2267
2708
|
},
|
|
2268
2709
|
{
|
|
2269
2710
|
"inputs": [],
|
|
2270
|
-
"name": "
|
|
2711
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
2271
2712
|
"type": "error"
|
|
2272
2713
|
},
|
|
2273
2714
|
{
|
|
2274
2715
|
"inputs": [],
|
|
2275
|
-
"name": "
|
|
2716
|
+
"name": "MarketNotEmpty",
|
|
2276
2717
|
"type": "error"
|
|
2277
2718
|
},
|
|
2278
2719
|
{
|
|
2279
2720
|
"inputs": [],
|
|
2280
|
-
"name": "
|
|
2721
|
+
"name": "MarketNotListed",
|
|
2281
2722
|
"type": "error"
|
|
2282
2723
|
},
|
|
2283
2724
|
{
|
|
2284
2725
|
"inputs": [],
|
|
2285
|
-
"name": "
|
|
2726
|
+
"name": "MarketPaused",
|
|
2286
2727
|
"type": "error"
|
|
2287
2728
|
},
|
|
2288
2729
|
{
|
|
2289
2730
|
"inputs": [],
|
|
2290
|
-
"name": "
|
|
2731
|
+
"name": "MinDelayNotReached",
|
|
2291
2732
|
"type": "error"
|
|
2292
2733
|
},
|
|
2293
2734
|
{
|
|
2294
2735
|
"inputs": [],
|
|
2295
|
-
"name": "
|
|
2736
|
+
"name": "MintMarketNotFresh",
|
|
2296
2737
|
"type": "error"
|
|
2297
2738
|
},
|
|
2298
2739
|
{
|
|
2299
2740
|
"inputs": [],
|
|
2300
|
-
"name": "
|
|
2741
|
+
"name": "MintPaused",
|
|
2301
2742
|
"type": "error"
|
|
2302
2743
|
},
|
|
2303
2744
|
{
|
|
2304
2745
|
"inputs": [],
|
|
2305
|
-
"name": "
|
|
2746
|
+
"name": "NoRedemptionProvider",
|
|
2306
2747
|
"type": "error"
|
|
2307
2748
|
},
|
|
2308
2749
|
{
|
|
2309
2750
|
"inputs": [],
|
|
2310
|
-
"name": "
|
|
2751
|
+
"name": "NotCToken",
|
|
2311
2752
|
"type": "error"
|
|
2312
2753
|
},
|
|
2313
2754
|
{
|
|
2314
2755
|
"inputs": [],
|
|
2315
|
-
"name": "
|
|
2756
|
+
"name": "NotEnoughForSeize",
|
|
2316
2757
|
"type": "error"
|
|
2317
2758
|
},
|
|
2318
2759
|
{
|
|
2319
2760
|
"inputs": [],
|
|
2320
|
-
"name": "
|
|
2761
|
+
"name": "NotLiquidatableYet",
|
|
2321
2762
|
"type": "error"
|
|
2322
2763
|
},
|
|
2323
2764
|
{
|
|
2324
2765
|
"inputs": [],
|
|
2325
|
-
"name": "
|
|
2766
|
+
"name": "NotSuToken",
|
|
2326
2767
|
"type": "error"
|
|
2327
2768
|
},
|
|
2328
2769
|
{
|
|
2329
2770
|
"inputs": [],
|
|
2330
|
-
"name": "
|
|
2771
|
+
"name": "OnlyAdmin",
|
|
2331
2772
|
"type": "error"
|
|
2332
2773
|
},
|
|
2333
2774
|
{
|
|
@@ -2345,6 +2786,11 @@ exports.errorABIs = [
|
|
|
2345
2786
|
"name": "OnlyListedCToken",
|
|
2346
2787
|
"type": "error"
|
|
2347
2788
|
},
|
|
2789
|
+
{
|
|
2790
|
+
"inputs": [],
|
|
2791
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
2792
|
+
"type": "error"
|
|
2793
|
+
},
|
|
2348
2794
|
{
|
|
2349
2795
|
"inputs": [],
|
|
2350
2796
|
"name": "OnlyPendingAdmin",
|
|
@@ -2357,17 +2803,17 @@ exports.errorABIs = [
|
|
|
2357
2803
|
},
|
|
2358
2804
|
{
|
|
2359
2805
|
"inputs": [],
|
|
2360
|
-
"name": "
|
|
2806
|
+
"name": "OverThreshold",
|
|
2361
2807
|
"type": "error"
|
|
2362
2808
|
},
|
|
2363
2809
|
{
|
|
2364
2810
|
"inputs": [],
|
|
2365
|
-
"name": "
|
|
2811
|
+
"name": "PriceError",
|
|
2366
2812
|
"type": "error"
|
|
2367
2813
|
},
|
|
2368
2814
|
{
|
|
2369
2815
|
"inputs": [],
|
|
2370
|
-
"name": "
|
|
2816
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
2371
2817
|
"type": "error"
|
|
2372
2818
|
},
|
|
2373
2819
|
{
|
|
@@ -2400,11 +2846,6 @@ exports.errorABIs = [
|
|
|
2400
2846
|
"name": "ReduceReservesMarketNotFresh",
|
|
2401
2847
|
"type": "error"
|
|
2402
2848
|
},
|
|
2403
|
-
{
|
|
2404
|
-
"inputs": [],
|
|
2405
|
-
"name": "ReduceReservesOverflow",
|
|
2406
|
-
"type": "error"
|
|
2407
|
-
},
|
|
2408
2849
|
{
|
|
2409
2850
|
"inputs": [],
|
|
2410
2851
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2460,6 +2901,16 @@ exports.errorABIs = [
|
|
|
2460
2901
|
"name": "TooMuchRepay",
|
|
2461
2902
|
"type": "error"
|
|
2462
2903
|
},
|
|
2904
|
+
{
|
|
2905
|
+
"inputs": [],
|
|
2906
|
+
"name": "TotalBorrowsNotZero",
|
|
2907
|
+
"type": "error"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"inputs": [],
|
|
2911
|
+
"name": "TotalSupplyNotZero",
|
|
2912
|
+
"type": "error"
|
|
2913
|
+
},
|
|
2463
2914
|
{
|
|
2464
2915
|
"inputs": [],
|
|
2465
2916
|
"name": "TransferNotAllowed",
|
|
@@ -2475,6 +2926,11 @@ exports.errorABIs = [
|
|
|
2475
2926
|
"name": "UnderlyingBalanceError",
|
|
2476
2927
|
"type": "error"
|
|
2477
2928
|
},
|
|
2929
|
+
{
|
|
2930
|
+
"inputs": [],
|
|
2931
|
+
"name": "ZeroAddressNotAllowed",
|
|
2932
|
+
"type": "error"
|
|
2933
|
+
},
|
|
2478
2934
|
{
|
|
2479
2935
|
"inputs": [],
|
|
2480
2936
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2514,56 +2970,107 @@ exports.errorABIs = [
|
|
|
2514
2970
|
"inputs": [
|
|
2515
2971
|
{
|
|
2516
2972
|
"internalType": "uint256",
|
|
2517
|
-
"name": "usdThreshold",
|
|
2973
|
+
"name": "usdThreshold",
|
|
2974
|
+
"type": "uint256"
|
|
2975
|
+
}
|
|
2976
|
+
],
|
|
2977
|
+
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
2978
|
+
"type": "error"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"inputs": [],
|
|
2982
|
+
"name": "CantEnterPausedMarket",
|
|
2983
|
+
"type": "error"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"inputs": [],
|
|
2987
|
+
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
2988
|
+
"type": "error"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"inputs": [],
|
|
2992
|
+
"name": "CantSweepUnderlying",
|
|
2993
|
+
"type": "error"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"inputs": [],
|
|
2997
|
+
"name": "ComptrollerMismatch",
|
|
2998
|
+
"type": "error"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"inputs": [],
|
|
3002
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3003
|
+
"type": "error"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"inputs": [
|
|
3007
|
+
{
|
|
3008
|
+
"internalType": "uint8",
|
|
3009
|
+
"name": "groupId",
|
|
3010
|
+
"type": "uint8"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"internalType": "uint256",
|
|
3014
|
+
"name": "cDepositVal",
|
|
3015
|
+
"type": "uint256"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"internalType": "uint256",
|
|
3019
|
+
"name": "suDepositVal",
|
|
3020
|
+
"type": "uint256"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"internalType": "uint256",
|
|
3024
|
+
"name": "cBorrowVal",
|
|
3025
|
+
"type": "uint256"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"internalType": "uint256",
|
|
3029
|
+
"name": "suBorrowVal",
|
|
2518
3030
|
"type": "uint256"
|
|
2519
3031
|
}
|
|
2520
3032
|
],
|
|
2521
|
-
"name": "
|
|
2522
|
-
"type": "error"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"inputs": [],
|
|
2526
|
-
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
3033
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2527
3034
|
"type": "error"
|
|
2528
3035
|
},
|
|
2529
3036
|
{
|
|
2530
3037
|
"inputs": [],
|
|
2531
|
-
"name": "
|
|
3038
|
+
"name": "ExpiredSignature",
|
|
2532
3039
|
"type": "error"
|
|
2533
3040
|
},
|
|
2534
3041
|
{
|
|
2535
3042
|
"inputs": [],
|
|
2536
|
-
"name": "
|
|
3043
|
+
"name": "InsufficientCollateral",
|
|
2537
3044
|
"type": "error"
|
|
2538
3045
|
},
|
|
2539
3046
|
{
|
|
2540
3047
|
"inputs": [],
|
|
2541
|
-
"name": "
|
|
3048
|
+
"name": "InsufficientShortfall",
|
|
2542
3049
|
"type": "error"
|
|
2543
3050
|
},
|
|
2544
3051
|
{
|
|
2545
3052
|
"inputs": [],
|
|
2546
|
-
"name": "
|
|
3053
|
+
"name": "InterMintNotAllowed",
|
|
2547
3054
|
"type": "error"
|
|
2548
3055
|
},
|
|
2549
3056
|
{
|
|
2550
3057
|
"inputs": [],
|
|
2551
|
-
"name": "
|
|
3058
|
+
"name": "InvalidAddress",
|
|
2552
3059
|
"type": "error"
|
|
2553
3060
|
},
|
|
2554
3061
|
{
|
|
2555
3062
|
"inputs": [],
|
|
2556
|
-
"name": "
|
|
3063
|
+
"name": "InvalidAmount",
|
|
2557
3064
|
"type": "error"
|
|
2558
3065
|
},
|
|
2559
3066
|
{
|
|
2560
3067
|
"inputs": [],
|
|
2561
|
-
"name": "
|
|
3068
|
+
"name": "InvalidBlockNumber",
|
|
2562
3069
|
"type": "error"
|
|
2563
3070
|
},
|
|
2564
3071
|
{
|
|
2565
3072
|
"inputs": [],
|
|
2566
|
-
"name": "
|
|
3073
|
+
"name": "InvalidCToken",
|
|
2567
3074
|
"type": "error"
|
|
2568
3075
|
},
|
|
2569
3076
|
{
|
|
@@ -2606,6 +3113,11 @@ exports.errorABIs = [
|
|
|
2606
3113
|
"name": "InvalidMinSuBorrowValue",
|
|
2607
3114
|
"type": "error"
|
|
2608
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
"inputs": [],
|
|
3118
|
+
"name": "InvalidRedeem",
|
|
3119
|
+
"type": "error"
|
|
3120
|
+
},
|
|
2609
3121
|
{
|
|
2610
3122
|
"inputs": [],
|
|
2611
3123
|
"name": "InvalidReduceAmount",
|
|
@@ -2631,6 +3143,11 @@ exports.errorABIs = [
|
|
|
2631
3143
|
"name": "InvalidSuToken",
|
|
2632
3144
|
"type": "error"
|
|
2633
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"inputs": [],
|
|
3148
|
+
"name": "InvalidTimestamp",
|
|
3149
|
+
"type": "error"
|
|
3150
|
+
},
|
|
2634
3151
|
{
|
|
2635
3152
|
"inputs": [],
|
|
2636
3153
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -2668,72 +3185,72 @@ exports.errorABIs = [
|
|
|
2668
3185
|
},
|
|
2669
3186
|
{
|
|
2670
3187
|
"inputs": [],
|
|
2671
|
-
"name": "
|
|
3188
|
+
"name": "MarketAlreadyUnlisted",
|
|
2672
3189
|
"type": "error"
|
|
2673
3190
|
},
|
|
2674
3191
|
{
|
|
2675
3192
|
"inputs": [],
|
|
2676
|
-
"name": "
|
|
3193
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
2677
3194
|
"type": "error"
|
|
2678
3195
|
},
|
|
2679
3196
|
{
|
|
2680
3197
|
"inputs": [],
|
|
2681
|
-
"name": "
|
|
3198
|
+
"name": "MarketNotEmpty",
|
|
2682
3199
|
"type": "error"
|
|
2683
3200
|
},
|
|
2684
3201
|
{
|
|
2685
3202
|
"inputs": [],
|
|
2686
|
-
"name": "
|
|
3203
|
+
"name": "MarketNotListed",
|
|
2687
3204
|
"type": "error"
|
|
2688
3205
|
},
|
|
2689
3206
|
{
|
|
2690
3207
|
"inputs": [],
|
|
2691
|
-
"name": "
|
|
3208
|
+
"name": "MarketPaused",
|
|
2692
3209
|
"type": "error"
|
|
2693
3210
|
},
|
|
2694
3211
|
{
|
|
2695
3212
|
"inputs": [],
|
|
2696
|
-
"name": "
|
|
3213
|
+
"name": "MinDelayNotReached",
|
|
2697
3214
|
"type": "error"
|
|
2698
3215
|
},
|
|
2699
3216
|
{
|
|
2700
3217
|
"inputs": [],
|
|
2701
|
-
"name": "
|
|
3218
|
+
"name": "MintMarketNotFresh",
|
|
2702
3219
|
"type": "error"
|
|
2703
3220
|
},
|
|
2704
3221
|
{
|
|
2705
3222
|
"inputs": [],
|
|
2706
|
-
"name": "
|
|
3223
|
+
"name": "MintPaused",
|
|
2707
3224
|
"type": "error"
|
|
2708
3225
|
},
|
|
2709
3226
|
{
|
|
2710
3227
|
"inputs": [],
|
|
2711
|
-
"name": "
|
|
3228
|
+
"name": "NoRedemptionProvider",
|
|
2712
3229
|
"type": "error"
|
|
2713
3230
|
},
|
|
2714
3231
|
{
|
|
2715
3232
|
"inputs": [],
|
|
2716
|
-
"name": "
|
|
3233
|
+
"name": "NotCToken",
|
|
2717
3234
|
"type": "error"
|
|
2718
3235
|
},
|
|
2719
3236
|
{
|
|
2720
3237
|
"inputs": [],
|
|
2721
|
-
"name": "
|
|
3238
|
+
"name": "NotEnoughForSeize",
|
|
2722
3239
|
"type": "error"
|
|
2723
3240
|
},
|
|
2724
3241
|
{
|
|
2725
3242
|
"inputs": [],
|
|
2726
|
-
"name": "
|
|
3243
|
+
"name": "NotLiquidatableYet",
|
|
2727
3244
|
"type": "error"
|
|
2728
3245
|
},
|
|
2729
3246
|
{
|
|
2730
3247
|
"inputs": [],
|
|
2731
|
-
"name": "
|
|
3248
|
+
"name": "NotSuToken",
|
|
2732
3249
|
"type": "error"
|
|
2733
3250
|
},
|
|
2734
3251
|
{
|
|
2735
3252
|
"inputs": [],
|
|
2736
|
-
"name": "
|
|
3253
|
+
"name": "OnlyAdmin",
|
|
2737
3254
|
"type": "error"
|
|
2738
3255
|
},
|
|
2739
3256
|
{
|
|
@@ -2751,6 +3268,11 @@ exports.errorABIs = [
|
|
|
2751
3268
|
"name": "OnlyListedCToken",
|
|
2752
3269
|
"type": "error"
|
|
2753
3270
|
},
|
|
3271
|
+
{
|
|
3272
|
+
"inputs": [],
|
|
3273
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
3274
|
+
"type": "error"
|
|
3275
|
+
},
|
|
2754
3276
|
{
|
|
2755
3277
|
"inputs": [],
|
|
2756
3278
|
"name": "OnlyPendingAdmin",
|
|
@@ -2763,17 +3285,17 @@ exports.errorABIs = [
|
|
|
2763
3285
|
},
|
|
2764
3286
|
{
|
|
2765
3287
|
"inputs": [],
|
|
2766
|
-
"name": "
|
|
3288
|
+
"name": "OverThreshold",
|
|
2767
3289
|
"type": "error"
|
|
2768
3290
|
},
|
|
2769
3291
|
{
|
|
2770
3292
|
"inputs": [],
|
|
2771
|
-
"name": "
|
|
3293
|
+
"name": "PriceError",
|
|
2772
3294
|
"type": "error"
|
|
2773
3295
|
},
|
|
2774
3296
|
{
|
|
2775
3297
|
"inputs": [],
|
|
2776
|
-
"name": "
|
|
3298
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
2777
3299
|
"type": "error"
|
|
2778
3300
|
},
|
|
2779
3301
|
{
|
|
@@ -2806,11 +3328,6 @@ exports.errorABIs = [
|
|
|
2806
3328
|
"name": "ReduceReservesMarketNotFresh",
|
|
2807
3329
|
"type": "error"
|
|
2808
3330
|
},
|
|
2809
|
-
{
|
|
2810
|
-
"inputs": [],
|
|
2811
|
-
"name": "ReduceReservesOverflow",
|
|
2812
|
-
"type": "error"
|
|
2813
|
-
},
|
|
2814
3331
|
{
|
|
2815
3332
|
"inputs": [],
|
|
2816
3333
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2866,6 +3383,16 @@ exports.errorABIs = [
|
|
|
2866
3383
|
"name": "TooMuchRepay",
|
|
2867
3384
|
"type": "error"
|
|
2868
3385
|
},
|
|
3386
|
+
{
|
|
3387
|
+
"inputs": [],
|
|
3388
|
+
"name": "TotalBorrowsNotZero",
|
|
3389
|
+
"type": "error"
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"inputs": [],
|
|
3393
|
+
"name": "TotalSupplyNotZero",
|
|
3394
|
+
"type": "error"
|
|
3395
|
+
},
|
|
2869
3396
|
{
|
|
2870
3397
|
"inputs": [],
|
|
2871
3398
|
"name": "TransferNotAllowed",
|
|
@@ -2881,6 +3408,11 @@ exports.errorABIs = [
|
|
|
2881
3408
|
"name": "UnderlyingBalanceError",
|
|
2882
3409
|
"type": "error"
|
|
2883
3410
|
},
|
|
3411
|
+
{
|
|
3412
|
+
"inputs": [],
|
|
3413
|
+
"name": "ZeroAddressNotAllowed",
|
|
3414
|
+
"type": "error"
|
|
3415
|
+
},
|
|
2884
3416
|
{
|
|
2885
3417
|
"inputs": [],
|
|
2886
3418
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2927,6 +3459,11 @@ exports.errorABIs = [
|
|
|
2927
3459
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
2928
3460
|
"type": "error"
|
|
2929
3461
|
},
|
|
3462
|
+
{
|
|
3463
|
+
"inputs": [],
|
|
3464
|
+
"name": "CantEnterPausedMarket",
|
|
3465
|
+
"type": "error"
|
|
3466
|
+
},
|
|
2930
3467
|
{
|
|
2931
3468
|
"inputs": [],
|
|
2932
3469
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -2944,12 +3481,43 @@ exports.errorABIs = [
|
|
|
2944
3481
|
},
|
|
2945
3482
|
{
|
|
2946
3483
|
"inputs": [],
|
|
2947
|
-
"name": "
|
|
3484
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3485
|
+
"type": "error"
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"inputs": [
|
|
3489
|
+
{
|
|
3490
|
+
"internalType": "uint8",
|
|
3491
|
+
"name": "groupId",
|
|
3492
|
+
"type": "uint8"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"internalType": "uint256",
|
|
3496
|
+
"name": "cDepositVal",
|
|
3497
|
+
"type": "uint256"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"internalType": "uint256",
|
|
3501
|
+
"name": "suDepositVal",
|
|
3502
|
+
"type": "uint256"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"internalType": "uint256",
|
|
3506
|
+
"name": "cBorrowVal",
|
|
3507
|
+
"type": "uint256"
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"internalType": "uint256",
|
|
3511
|
+
"name": "suBorrowVal",
|
|
3512
|
+
"type": "uint256"
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3515
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2948
3516
|
"type": "error"
|
|
2949
3517
|
},
|
|
2950
3518
|
{
|
|
2951
3519
|
"inputs": [],
|
|
2952
|
-
"name": "
|
|
3520
|
+
"name": "ExpiredSignature",
|
|
2953
3521
|
"type": "error"
|
|
2954
3522
|
},
|
|
2955
3523
|
{
|
|
@@ -2962,6 +3530,11 @@ exports.errorABIs = [
|
|
|
2962
3530
|
"name": "InsufficientShortfall",
|
|
2963
3531
|
"type": "error"
|
|
2964
3532
|
},
|
|
3533
|
+
{
|
|
3534
|
+
"inputs": [],
|
|
3535
|
+
"name": "InterMintNotAllowed",
|
|
3536
|
+
"type": "error"
|
|
3537
|
+
},
|
|
2965
3538
|
{
|
|
2966
3539
|
"inputs": [],
|
|
2967
3540
|
"name": "InvalidAddress",
|
|
@@ -2972,6 +3545,16 @@ exports.errorABIs = [
|
|
|
2972
3545
|
"name": "InvalidAmount",
|
|
2973
3546
|
"type": "error"
|
|
2974
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
"inputs": [],
|
|
3550
|
+
"name": "InvalidBlockNumber",
|
|
3551
|
+
"type": "error"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"inputs": [],
|
|
3555
|
+
"name": "InvalidCToken",
|
|
3556
|
+
"type": "error"
|
|
3557
|
+
},
|
|
2975
3558
|
{
|
|
2976
3559
|
"inputs": [],
|
|
2977
3560
|
"name": "InvalidCloseFactor",
|
|
@@ -3012,6 +3595,11 @@ exports.errorABIs = [
|
|
|
3012
3595
|
"name": "InvalidMinSuBorrowValue",
|
|
3013
3596
|
"type": "error"
|
|
3014
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
"inputs": [],
|
|
3600
|
+
"name": "InvalidRedeem",
|
|
3601
|
+
"type": "error"
|
|
3602
|
+
},
|
|
3015
3603
|
{
|
|
3016
3604
|
"inputs": [],
|
|
3017
3605
|
"name": "InvalidReduceAmount",
|
|
@@ -3037,6 +3625,11 @@ exports.errorABIs = [
|
|
|
3037
3625
|
"name": "InvalidSuToken",
|
|
3038
3626
|
"type": "error"
|
|
3039
3627
|
},
|
|
3628
|
+
{
|
|
3629
|
+
"inputs": [],
|
|
3630
|
+
"name": "InvalidTimestamp",
|
|
3631
|
+
"type": "error"
|
|
3632
|
+
},
|
|
3040
3633
|
{
|
|
3041
3634
|
"inputs": [],
|
|
3042
3635
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3074,72 +3667,72 @@ exports.errorABIs = [
|
|
|
3074
3667
|
},
|
|
3075
3668
|
{
|
|
3076
3669
|
"inputs": [],
|
|
3077
|
-
"name": "
|
|
3670
|
+
"name": "MarketAlreadyUnlisted",
|
|
3078
3671
|
"type": "error"
|
|
3079
3672
|
},
|
|
3080
3673
|
{
|
|
3081
3674
|
"inputs": [],
|
|
3082
|
-
"name": "
|
|
3675
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
3083
3676
|
"type": "error"
|
|
3084
3677
|
},
|
|
3085
3678
|
{
|
|
3086
3679
|
"inputs": [],
|
|
3087
|
-
"name": "
|
|
3680
|
+
"name": "MarketNotEmpty",
|
|
3088
3681
|
"type": "error"
|
|
3089
3682
|
},
|
|
3090
3683
|
{
|
|
3091
3684
|
"inputs": [],
|
|
3092
|
-
"name": "
|
|
3685
|
+
"name": "MarketNotListed",
|
|
3093
3686
|
"type": "error"
|
|
3094
3687
|
},
|
|
3095
3688
|
{
|
|
3096
3689
|
"inputs": [],
|
|
3097
|
-
"name": "
|
|
3690
|
+
"name": "MarketPaused",
|
|
3098
3691
|
"type": "error"
|
|
3099
3692
|
},
|
|
3100
3693
|
{
|
|
3101
3694
|
"inputs": [],
|
|
3102
|
-
"name": "
|
|
3695
|
+
"name": "MinDelayNotReached",
|
|
3103
3696
|
"type": "error"
|
|
3104
3697
|
},
|
|
3105
3698
|
{
|
|
3106
3699
|
"inputs": [],
|
|
3107
|
-
"name": "
|
|
3700
|
+
"name": "MintMarketNotFresh",
|
|
3108
3701
|
"type": "error"
|
|
3109
3702
|
},
|
|
3110
3703
|
{
|
|
3111
3704
|
"inputs": [],
|
|
3112
|
-
"name": "
|
|
3705
|
+
"name": "MintPaused",
|
|
3113
3706
|
"type": "error"
|
|
3114
3707
|
},
|
|
3115
3708
|
{
|
|
3116
3709
|
"inputs": [],
|
|
3117
|
-
"name": "
|
|
3710
|
+
"name": "NoRedemptionProvider",
|
|
3118
3711
|
"type": "error"
|
|
3119
3712
|
},
|
|
3120
3713
|
{
|
|
3121
3714
|
"inputs": [],
|
|
3122
|
-
"name": "
|
|
3715
|
+
"name": "NotCToken",
|
|
3123
3716
|
"type": "error"
|
|
3124
3717
|
},
|
|
3125
3718
|
{
|
|
3126
3719
|
"inputs": [],
|
|
3127
|
-
"name": "
|
|
3720
|
+
"name": "NotEnoughForSeize",
|
|
3128
3721
|
"type": "error"
|
|
3129
3722
|
},
|
|
3130
3723
|
{
|
|
3131
3724
|
"inputs": [],
|
|
3132
|
-
"name": "
|
|
3725
|
+
"name": "NotLiquidatableYet",
|
|
3133
3726
|
"type": "error"
|
|
3134
3727
|
},
|
|
3135
3728
|
{
|
|
3136
3729
|
"inputs": [],
|
|
3137
|
-
"name": "
|
|
3730
|
+
"name": "NotSuToken",
|
|
3138
3731
|
"type": "error"
|
|
3139
3732
|
},
|
|
3140
3733
|
{
|
|
3141
3734
|
"inputs": [],
|
|
3142
|
-
"name": "
|
|
3735
|
+
"name": "OnlyAdmin",
|
|
3143
3736
|
"type": "error"
|
|
3144
3737
|
},
|
|
3145
3738
|
{
|
|
@@ -3157,6 +3750,11 @@ exports.errorABIs = [
|
|
|
3157
3750
|
"name": "OnlyListedCToken",
|
|
3158
3751
|
"type": "error"
|
|
3159
3752
|
},
|
|
3753
|
+
{
|
|
3754
|
+
"inputs": [],
|
|
3755
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
3756
|
+
"type": "error"
|
|
3757
|
+
},
|
|
3160
3758
|
{
|
|
3161
3759
|
"inputs": [],
|
|
3162
3760
|
"name": "OnlyPendingAdmin",
|
|
@@ -3169,17 +3767,17 @@ exports.errorABIs = [
|
|
|
3169
3767
|
},
|
|
3170
3768
|
{
|
|
3171
3769
|
"inputs": [],
|
|
3172
|
-
"name": "
|
|
3770
|
+
"name": "OverThreshold",
|
|
3173
3771
|
"type": "error"
|
|
3174
3772
|
},
|
|
3175
3773
|
{
|
|
3176
3774
|
"inputs": [],
|
|
3177
|
-
"name": "
|
|
3775
|
+
"name": "PriceError",
|
|
3178
3776
|
"type": "error"
|
|
3179
3777
|
},
|
|
3180
3778
|
{
|
|
3181
3779
|
"inputs": [],
|
|
3182
|
-
"name": "
|
|
3780
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3183
3781
|
"type": "error"
|
|
3184
3782
|
},
|
|
3185
3783
|
{
|
|
@@ -3212,11 +3810,6 @@ exports.errorABIs = [
|
|
|
3212
3810
|
"name": "ReduceReservesMarketNotFresh",
|
|
3213
3811
|
"type": "error"
|
|
3214
3812
|
},
|
|
3215
|
-
{
|
|
3216
|
-
"inputs": [],
|
|
3217
|
-
"name": "ReduceReservesOverflow",
|
|
3218
|
-
"type": "error"
|
|
3219
|
-
},
|
|
3220
3813
|
{
|
|
3221
3814
|
"inputs": [],
|
|
3222
3815
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -3272,6 +3865,16 @@ exports.errorABIs = [
|
|
|
3272
3865
|
"name": "TooMuchRepay",
|
|
3273
3866
|
"type": "error"
|
|
3274
3867
|
},
|
|
3868
|
+
{
|
|
3869
|
+
"inputs": [],
|
|
3870
|
+
"name": "TotalBorrowsNotZero",
|
|
3871
|
+
"type": "error"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"inputs": [],
|
|
3875
|
+
"name": "TotalSupplyNotZero",
|
|
3876
|
+
"type": "error"
|
|
3877
|
+
},
|
|
3275
3878
|
{
|
|
3276
3879
|
"inputs": [],
|
|
3277
3880
|
"name": "TransferNotAllowed",
|
|
@@ -3287,6 +3890,11 @@ exports.errorABIs = [
|
|
|
3287
3890
|
"name": "UnderlyingBalanceError",
|
|
3288
3891
|
"type": "error"
|
|
3289
3892
|
},
|
|
3893
|
+
{
|
|
3894
|
+
"inputs": [],
|
|
3895
|
+
"name": "ZeroAddressNotAllowed",
|
|
3896
|
+
"type": "error"
|
|
3897
|
+
},
|
|
3290
3898
|
{
|
|
3291
3899
|
"inputs": [],
|
|
3292
3900
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -3326,56 +3934,107 @@ exports.errorABIs = [
|
|
|
3326
3934
|
"inputs": [
|
|
3327
3935
|
{
|
|
3328
3936
|
"internalType": "uint256",
|
|
3329
|
-
"name": "usdThreshold",
|
|
3937
|
+
"name": "usdThreshold",
|
|
3938
|
+
"type": "uint256"
|
|
3939
|
+
}
|
|
3940
|
+
],
|
|
3941
|
+
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
3942
|
+
"type": "error"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"inputs": [],
|
|
3946
|
+
"name": "CantEnterPausedMarket",
|
|
3947
|
+
"type": "error"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"inputs": [],
|
|
3951
|
+
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
3952
|
+
"type": "error"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"inputs": [],
|
|
3956
|
+
"name": "CantSweepUnderlying",
|
|
3957
|
+
"type": "error"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"inputs": [],
|
|
3961
|
+
"name": "ComptrollerMismatch",
|
|
3962
|
+
"type": "error"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"inputs": [],
|
|
3966
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3967
|
+
"type": "error"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"inputs": [
|
|
3971
|
+
{
|
|
3972
|
+
"internalType": "uint8",
|
|
3973
|
+
"name": "groupId",
|
|
3974
|
+
"type": "uint8"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"internalType": "uint256",
|
|
3978
|
+
"name": "cDepositVal",
|
|
3979
|
+
"type": "uint256"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"internalType": "uint256",
|
|
3983
|
+
"name": "suDepositVal",
|
|
3984
|
+
"type": "uint256"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"internalType": "uint256",
|
|
3988
|
+
"name": "cBorrowVal",
|
|
3989
|
+
"type": "uint256"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"internalType": "uint256",
|
|
3993
|
+
"name": "suBorrowVal",
|
|
3330
3994
|
"type": "uint256"
|
|
3331
3995
|
}
|
|
3332
3996
|
],
|
|
3333
|
-
"name": "
|
|
3334
|
-
"type": "error"
|
|
3335
|
-
},
|
|
3336
|
-
{
|
|
3337
|
-
"inputs": [],
|
|
3338
|
-
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
3997
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
3339
3998
|
"type": "error"
|
|
3340
3999
|
},
|
|
3341
4000
|
{
|
|
3342
4001
|
"inputs": [],
|
|
3343
|
-
"name": "
|
|
4002
|
+
"name": "ExpiredSignature",
|
|
3344
4003
|
"type": "error"
|
|
3345
4004
|
},
|
|
3346
4005
|
{
|
|
3347
4006
|
"inputs": [],
|
|
3348
|
-
"name": "
|
|
4007
|
+
"name": "InsufficientCollateral",
|
|
3349
4008
|
"type": "error"
|
|
3350
4009
|
},
|
|
3351
4010
|
{
|
|
3352
4011
|
"inputs": [],
|
|
3353
|
-
"name": "
|
|
4012
|
+
"name": "InsufficientShortfall",
|
|
3354
4013
|
"type": "error"
|
|
3355
4014
|
},
|
|
3356
4015
|
{
|
|
3357
4016
|
"inputs": [],
|
|
3358
|
-
"name": "
|
|
4017
|
+
"name": "InterMintNotAllowed",
|
|
3359
4018
|
"type": "error"
|
|
3360
4019
|
},
|
|
3361
4020
|
{
|
|
3362
4021
|
"inputs": [],
|
|
3363
|
-
"name": "
|
|
4022
|
+
"name": "InvalidAddress",
|
|
3364
4023
|
"type": "error"
|
|
3365
4024
|
},
|
|
3366
4025
|
{
|
|
3367
4026
|
"inputs": [],
|
|
3368
|
-
"name": "
|
|
4027
|
+
"name": "InvalidAmount",
|
|
3369
4028
|
"type": "error"
|
|
3370
4029
|
},
|
|
3371
4030
|
{
|
|
3372
4031
|
"inputs": [],
|
|
3373
|
-
"name": "
|
|
4032
|
+
"name": "InvalidBlockNumber",
|
|
3374
4033
|
"type": "error"
|
|
3375
4034
|
},
|
|
3376
4035
|
{
|
|
3377
4036
|
"inputs": [],
|
|
3378
|
-
"name": "
|
|
4037
|
+
"name": "InvalidCToken",
|
|
3379
4038
|
"type": "error"
|
|
3380
4039
|
},
|
|
3381
4040
|
{
|
|
@@ -3418,6 +4077,11 @@ exports.errorABIs = [
|
|
|
3418
4077
|
"name": "InvalidMinSuBorrowValue",
|
|
3419
4078
|
"type": "error"
|
|
3420
4079
|
},
|
|
4080
|
+
{
|
|
4081
|
+
"inputs": [],
|
|
4082
|
+
"name": "InvalidRedeem",
|
|
4083
|
+
"type": "error"
|
|
4084
|
+
},
|
|
3421
4085
|
{
|
|
3422
4086
|
"inputs": [],
|
|
3423
4087
|
"name": "InvalidReduceAmount",
|
|
@@ -3443,6 +4107,11 @@ exports.errorABIs = [
|
|
|
3443
4107
|
"name": "InvalidSuToken",
|
|
3444
4108
|
"type": "error"
|
|
3445
4109
|
},
|
|
4110
|
+
{
|
|
4111
|
+
"inputs": [],
|
|
4112
|
+
"name": "InvalidTimestamp",
|
|
4113
|
+
"type": "error"
|
|
4114
|
+
},
|
|
3446
4115
|
{
|
|
3447
4116
|
"inputs": [],
|
|
3448
4117
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3480,72 +4149,72 @@ exports.errorABIs = [
|
|
|
3480
4149
|
},
|
|
3481
4150
|
{
|
|
3482
4151
|
"inputs": [],
|
|
3483
|
-
"name": "
|
|
4152
|
+
"name": "MarketAlreadyUnlisted",
|
|
3484
4153
|
"type": "error"
|
|
3485
4154
|
},
|
|
3486
4155
|
{
|
|
3487
4156
|
"inputs": [],
|
|
3488
|
-
"name": "
|
|
4157
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
3489
4158
|
"type": "error"
|
|
3490
4159
|
},
|
|
3491
4160
|
{
|
|
3492
4161
|
"inputs": [],
|
|
3493
|
-
"name": "
|
|
4162
|
+
"name": "MarketNotEmpty",
|
|
3494
4163
|
"type": "error"
|
|
3495
4164
|
},
|
|
3496
4165
|
{
|
|
3497
4166
|
"inputs": [],
|
|
3498
|
-
"name": "
|
|
4167
|
+
"name": "MarketNotListed",
|
|
3499
4168
|
"type": "error"
|
|
3500
4169
|
},
|
|
3501
4170
|
{
|
|
3502
4171
|
"inputs": [],
|
|
3503
|
-
"name": "
|
|
4172
|
+
"name": "MarketPaused",
|
|
3504
4173
|
"type": "error"
|
|
3505
4174
|
},
|
|
3506
4175
|
{
|
|
3507
4176
|
"inputs": [],
|
|
3508
|
-
"name": "
|
|
4177
|
+
"name": "MinDelayNotReached",
|
|
3509
4178
|
"type": "error"
|
|
3510
4179
|
},
|
|
3511
4180
|
{
|
|
3512
4181
|
"inputs": [],
|
|
3513
|
-
"name": "
|
|
4182
|
+
"name": "MintMarketNotFresh",
|
|
3514
4183
|
"type": "error"
|
|
3515
4184
|
},
|
|
3516
4185
|
{
|
|
3517
4186
|
"inputs": [],
|
|
3518
|
-
"name": "
|
|
4187
|
+
"name": "MintPaused",
|
|
3519
4188
|
"type": "error"
|
|
3520
4189
|
},
|
|
3521
4190
|
{
|
|
3522
4191
|
"inputs": [],
|
|
3523
|
-
"name": "
|
|
4192
|
+
"name": "NoRedemptionProvider",
|
|
3524
4193
|
"type": "error"
|
|
3525
4194
|
},
|
|
3526
4195
|
{
|
|
3527
4196
|
"inputs": [],
|
|
3528
|
-
"name": "
|
|
4197
|
+
"name": "NotCToken",
|
|
3529
4198
|
"type": "error"
|
|
3530
4199
|
},
|
|
3531
4200
|
{
|
|
3532
4201
|
"inputs": [],
|
|
3533
|
-
"name": "
|
|
4202
|
+
"name": "NotEnoughForSeize",
|
|
3534
4203
|
"type": "error"
|
|
3535
4204
|
},
|
|
3536
4205
|
{
|
|
3537
4206
|
"inputs": [],
|
|
3538
|
-
"name": "
|
|
4207
|
+
"name": "NotLiquidatableYet",
|
|
3539
4208
|
"type": "error"
|
|
3540
4209
|
},
|
|
3541
4210
|
{
|
|
3542
4211
|
"inputs": [],
|
|
3543
|
-
"name": "
|
|
4212
|
+
"name": "NotSuToken",
|
|
3544
4213
|
"type": "error"
|
|
3545
4214
|
},
|
|
3546
4215
|
{
|
|
3547
4216
|
"inputs": [],
|
|
3548
|
-
"name": "
|
|
4217
|
+
"name": "OnlyAdmin",
|
|
3549
4218
|
"type": "error"
|
|
3550
4219
|
},
|
|
3551
4220
|
{
|
|
@@ -3563,6 +4232,11 @@ exports.errorABIs = [
|
|
|
3563
4232
|
"name": "OnlyListedCToken",
|
|
3564
4233
|
"type": "error"
|
|
3565
4234
|
},
|
|
4235
|
+
{
|
|
4236
|
+
"inputs": [],
|
|
4237
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
4238
|
+
"type": "error"
|
|
4239
|
+
},
|
|
3566
4240
|
{
|
|
3567
4241
|
"inputs": [],
|
|
3568
4242
|
"name": "OnlyPendingAdmin",
|
|
@@ -3575,17 +4249,17 @@ exports.errorABIs = [
|
|
|
3575
4249
|
},
|
|
3576
4250
|
{
|
|
3577
4251
|
"inputs": [],
|
|
3578
|
-
"name": "
|
|
4252
|
+
"name": "OverThreshold",
|
|
3579
4253
|
"type": "error"
|
|
3580
4254
|
},
|
|
3581
4255
|
{
|
|
3582
4256
|
"inputs": [],
|
|
3583
|
-
"name": "
|
|
4257
|
+
"name": "PriceError",
|
|
3584
4258
|
"type": "error"
|
|
3585
4259
|
},
|
|
3586
4260
|
{
|
|
3587
4261
|
"inputs": [],
|
|
3588
|
-
"name": "
|
|
4262
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3589
4263
|
"type": "error"
|
|
3590
4264
|
},
|
|
3591
4265
|
{
|
|
@@ -3618,11 +4292,6 @@ exports.errorABIs = [
|
|
|
3618
4292
|
"name": "ReduceReservesMarketNotFresh",
|
|
3619
4293
|
"type": "error"
|
|
3620
4294
|
},
|
|
3621
|
-
{
|
|
3622
|
-
"inputs": [],
|
|
3623
|
-
"name": "ReduceReservesOverflow",
|
|
3624
|
-
"type": "error"
|
|
3625
|
-
},
|
|
3626
4295
|
{
|
|
3627
4296
|
"inputs": [],
|
|
3628
4297
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -3678,6 +4347,16 @@ exports.errorABIs = [
|
|
|
3678
4347
|
"name": "TooMuchRepay",
|
|
3679
4348
|
"type": "error"
|
|
3680
4349
|
},
|
|
4350
|
+
{
|
|
4351
|
+
"inputs": [],
|
|
4352
|
+
"name": "TotalBorrowsNotZero",
|
|
4353
|
+
"type": "error"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"inputs": [],
|
|
4357
|
+
"name": "TotalSupplyNotZero",
|
|
4358
|
+
"type": "error"
|
|
4359
|
+
},
|
|
3681
4360
|
{
|
|
3682
4361
|
"inputs": [],
|
|
3683
4362
|
"name": "TransferNotAllowed",
|
|
@@ -3693,6 +4372,11 @@ exports.errorABIs = [
|
|
|
3693
4372
|
"name": "UnderlyingBalanceError",
|
|
3694
4373
|
"type": "error"
|
|
3695
4374
|
},
|
|
4375
|
+
{
|
|
4376
|
+
"inputs": [],
|
|
4377
|
+
"name": "ZeroAddressNotAllowed",
|
|
4378
|
+
"type": "error"
|
|
4379
|
+
},
|
|
3696
4380
|
{
|
|
3697
4381
|
"inputs": [],
|
|
3698
4382
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -3739,6 +4423,11 @@ exports.errorABIs = [
|
|
|
3739
4423
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
3740
4424
|
"type": "error"
|
|
3741
4425
|
},
|
|
4426
|
+
{
|
|
4427
|
+
"inputs": [],
|
|
4428
|
+
"name": "CantEnterPausedMarket",
|
|
4429
|
+
"type": "error"
|
|
4430
|
+
},
|
|
3742
4431
|
{
|
|
3743
4432
|
"inputs": [],
|
|
3744
4433
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -3756,12 +4445,43 @@ exports.errorABIs = [
|
|
|
3756
4445
|
},
|
|
3757
4446
|
{
|
|
3758
4447
|
"inputs": [],
|
|
3759
|
-
"name": "
|
|
4448
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
4449
|
+
"type": "error"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"inputs": [
|
|
4453
|
+
{
|
|
4454
|
+
"internalType": "uint8",
|
|
4455
|
+
"name": "groupId",
|
|
4456
|
+
"type": "uint8"
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"internalType": "uint256",
|
|
4460
|
+
"name": "cDepositVal",
|
|
4461
|
+
"type": "uint256"
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"internalType": "uint256",
|
|
4465
|
+
"name": "suDepositVal",
|
|
4466
|
+
"type": "uint256"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"internalType": "uint256",
|
|
4470
|
+
"name": "cBorrowVal",
|
|
4471
|
+
"type": "uint256"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"internalType": "uint256",
|
|
4475
|
+
"name": "suBorrowVal",
|
|
4476
|
+
"type": "uint256"
|
|
4477
|
+
}
|
|
4478
|
+
],
|
|
4479
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
3760
4480
|
"type": "error"
|
|
3761
4481
|
},
|
|
3762
4482
|
{
|
|
3763
4483
|
"inputs": [],
|
|
3764
|
-
"name": "
|
|
4484
|
+
"name": "ExpiredSignature",
|
|
3765
4485
|
"type": "error"
|
|
3766
4486
|
},
|
|
3767
4487
|
{
|
|
@@ -3774,6 +4494,11 @@ exports.errorABIs = [
|
|
|
3774
4494
|
"name": "InsufficientShortfall",
|
|
3775
4495
|
"type": "error"
|
|
3776
4496
|
},
|
|
4497
|
+
{
|
|
4498
|
+
"inputs": [],
|
|
4499
|
+
"name": "InterMintNotAllowed",
|
|
4500
|
+
"type": "error"
|
|
4501
|
+
},
|
|
3777
4502
|
{
|
|
3778
4503
|
"inputs": [],
|
|
3779
4504
|
"name": "InvalidAddress",
|
|
@@ -3784,6 +4509,16 @@ exports.errorABIs = [
|
|
|
3784
4509
|
"name": "InvalidAmount",
|
|
3785
4510
|
"type": "error"
|
|
3786
4511
|
},
|
|
4512
|
+
{
|
|
4513
|
+
"inputs": [],
|
|
4514
|
+
"name": "InvalidBlockNumber",
|
|
4515
|
+
"type": "error"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"inputs": [],
|
|
4519
|
+
"name": "InvalidCToken",
|
|
4520
|
+
"type": "error"
|
|
4521
|
+
},
|
|
3787
4522
|
{
|
|
3788
4523
|
"inputs": [],
|
|
3789
4524
|
"name": "InvalidCloseFactor",
|
|
@@ -3824,6 +4559,11 @@ exports.errorABIs = [
|
|
|
3824
4559
|
"name": "InvalidMinSuBorrowValue",
|
|
3825
4560
|
"type": "error"
|
|
3826
4561
|
},
|
|
4562
|
+
{
|
|
4563
|
+
"inputs": [],
|
|
4564
|
+
"name": "InvalidRedeem",
|
|
4565
|
+
"type": "error"
|
|
4566
|
+
},
|
|
3827
4567
|
{
|
|
3828
4568
|
"inputs": [],
|
|
3829
4569
|
"name": "InvalidReduceAmount",
|
|
@@ -3849,6 +4589,11 @@ exports.errorABIs = [
|
|
|
3849
4589
|
"name": "InvalidSuToken",
|
|
3850
4590
|
"type": "error"
|
|
3851
4591
|
},
|
|
4592
|
+
{
|
|
4593
|
+
"inputs": [],
|
|
4594
|
+
"name": "InvalidTimestamp",
|
|
4595
|
+
"type": "error"
|
|
4596
|
+
},
|
|
3852
4597
|
{
|
|
3853
4598
|
"inputs": [],
|
|
3854
4599
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3886,72 +4631,72 @@ exports.errorABIs = [
|
|
|
3886
4631
|
},
|
|
3887
4632
|
{
|
|
3888
4633
|
"inputs": [],
|
|
3889
|
-
"name": "
|
|
4634
|
+
"name": "MarketAlreadyUnlisted",
|
|
3890
4635
|
"type": "error"
|
|
3891
4636
|
},
|
|
3892
4637
|
{
|
|
3893
4638
|
"inputs": [],
|
|
3894
|
-
"name": "
|
|
4639
|
+
"name": "MarketCanOnlyInitializeOnce",
|
|
3895
4640
|
"type": "error"
|
|
3896
4641
|
},
|
|
3897
4642
|
{
|
|
3898
4643
|
"inputs": [],
|
|
3899
|
-
"name": "
|
|
4644
|
+
"name": "MarketNotEmpty",
|
|
3900
4645
|
"type": "error"
|
|
3901
4646
|
},
|
|
3902
4647
|
{
|
|
3903
4648
|
"inputs": [],
|
|
3904
|
-
"name": "
|
|
4649
|
+
"name": "MarketNotListed",
|
|
3905
4650
|
"type": "error"
|
|
3906
4651
|
},
|
|
3907
4652
|
{
|
|
3908
4653
|
"inputs": [],
|
|
3909
|
-
"name": "
|
|
4654
|
+
"name": "MarketPaused",
|
|
3910
4655
|
"type": "error"
|
|
3911
4656
|
},
|
|
3912
4657
|
{
|
|
3913
4658
|
"inputs": [],
|
|
3914
|
-
"name": "
|
|
4659
|
+
"name": "MinDelayNotReached",
|
|
3915
4660
|
"type": "error"
|
|
3916
4661
|
},
|
|
3917
4662
|
{
|
|
3918
4663
|
"inputs": [],
|
|
3919
|
-
"name": "
|
|
4664
|
+
"name": "MintMarketNotFresh",
|
|
3920
4665
|
"type": "error"
|
|
3921
4666
|
},
|
|
3922
4667
|
{
|
|
3923
4668
|
"inputs": [],
|
|
3924
|
-
"name": "
|
|
4669
|
+
"name": "MintPaused",
|
|
3925
4670
|
"type": "error"
|
|
3926
4671
|
},
|
|
3927
4672
|
{
|
|
3928
4673
|
"inputs": [],
|
|
3929
|
-
"name": "
|
|
4674
|
+
"name": "NoRedemptionProvider",
|
|
3930
4675
|
"type": "error"
|
|
3931
4676
|
},
|
|
3932
4677
|
{
|
|
3933
4678
|
"inputs": [],
|
|
3934
|
-
"name": "
|
|
4679
|
+
"name": "NotCToken",
|
|
3935
4680
|
"type": "error"
|
|
3936
4681
|
},
|
|
3937
4682
|
{
|
|
3938
4683
|
"inputs": [],
|
|
3939
|
-
"name": "
|
|
4684
|
+
"name": "NotEnoughForSeize",
|
|
3940
4685
|
"type": "error"
|
|
3941
4686
|
},
|
|
3942
4687
|
{
|
|
3943
4688
|
"inputs": [],
|
|
3944
|
-
"name": "
|
|
4689
|
+
"name": "NotLiquidatableYet",
|
|
3945
4690
|
"type": "error"
|
|
3946
4691
|
},
|
|
3947
4692
|
{
|
|
3948
4693
|
"inputs": [],
|
|
3949
|
-
"name": "
|
|
4694
|
+
"name": "NotSuToken",
|
|
3950
4695
|
"type": "error"
|
|
3951
4696
|
},
|
|
3952
4697
|
{
|
|
3953
4698
|
"inputs": [],
|
|
3954
|
-
"name": "
|
|
4699
|
+
"name": "OnlyAdmin",
|
|
3955
4700
|
"type": "error"
|
|
3956
4701
|
},
|
|
3957
4702
|
{
|
|
@@ -3969,6 +4714,11 @@ exports.errorABIs = [
|
|
|
3969
4714
|
"name": "OnlyListedCToken",
|
|
3970
4715
|
"type": "error"
|
|
3971
4716
|
},
|
|
4717
|
+
{
|
|
4718
|
+
"inputs": [],
|
|
4719
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
4720
|
+
"type": "error"
|
|
4721
|
+
},
|
|
3972
4722
|
{
|
|
3973
4723
|
"inputs": [],
|
|
3974
4724
|
"name": "OnlyPendingAdmin",
|
|
@@ -3981,17 +4731,17 @@ exports.errorABIs = [
|
|
|
3981
4731
|
},
|
|
3982
4732
|
{
|
|
3983
4733
|
"inputs": [],
|
|
3984
|
-
"name": "
|
|
4734
|
+
"name": "OverThreshold",
|
|
3985
4735
|
"type": "error"
|
|
3986
4736
|
},
|
|
3987
4737
|
{
|
|
3988
4738
|
"inputs": [],
|
|
3989
|
-
"name": "
|
|
4739
|
+
"name": "PriceError",
|
|
3990
4740
|
"type": "error"
|
|
3991
4741
|
},
|
|
3992
4742
|
{
|
|
3993
4743
|
"inputs": [],
|
|
3994
|
-
"name": "
|
|
4744
|
+
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3995
4745
|
"type": "error"
|
|
3996
4746
|
},
|
|
3997
4747
|
{
|
|
@@ -4024,11 +4774,6 @@ exports.errorABIs = [
|
|
|
4024
4774
|
"name": "ReduceReservesMarketNotFresh",
|
|
4025
4775
|
"type": "error"
|
|
4026
4776
|
},
|
|
4027
|
-
{
|
|
4028
|
-
"inputs": [],
|
|
4029
|
-
"name": "ReduceReservesOverflow",
|
|
4030
|
-
"type": "error"
|
|
4031
|
-
},
|
|
4032
4777
|
{
|
|
4033
4778
|
"inputs": [],
|
|
4034
4779
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -4084,6 +4829,16 @@ exports.errorABIs = [
|
|
|
4084
4829
|
"name": "TooMuchRepay",
|
|
4085
4830
|
"type": "error"
|
|
4086
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
"inputs": [],
|
|
4834
|
+
"name": "TotalBorrowsNotZero",
|
|
4835
|
+
"type": "error"
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"inputs": [],
|
|
4839
|
+
"name": "TotalSupplyNotZero",
|
|
4840
|
+
"type": "error"
|
|
4841
|
+
},
|
|
4087
4842
|
{
|
|
4088
4843
|
"inputs": [],
|
|
4089
4844
|
"name": "TransferNotAllowed",
|
|
@@ -4099,6 +4854,11 @@ exports.errorABIs = [
|
|
|
4099
4854
|
"name": "UnderlyingBalanceError",
|
|
4100
4855
|
"type": "error"
|
|
4101
4856
|
},
|
|
4857
|
+
{
|
|
4858
|
+
"inputs": [],
|
|
4859
|
+
"name": "ZeroAddressNotAllowed",
|
|
4860
|
+
"type": "error"
|
|
4861
|
+
},
|
|
4102
4862
|
{
|
|
4103
4863
|
"inputs": [
|
|
4104
4864
|
{
|
|
@@ -4244,6 +5004,71 @@ exports.errorABIs = [
|
|
|
4244
5004
|
"name": "TokenRateLimitReached",
|
|
4245
5005
|
"type": "error"
|
|
4246
5006
|
},
|
|
5007
|
+
{
|
|
5008
|
+
"inputs": [],
|
|
5009
|
+
"name": "InvalidPrice",
|
|
5010
|
+
"type": "error"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"inputs": [],
|
|
5014
|
+
"name": "InvalidProxy",
|
|
5015
|
+
"type": "error"
|
|
5016
|
+
},
|
|
5017
|
+
{
|
|
5018
|
+
"inputs": [],
|
|
5019
|
+
"name": "EmptyAdapterAddress",
|
|
5020
|
+
"type": "error"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"inputs": [],
|
|
5024
|
+
"name": "EmptyFeedAddress",
|
|
5025
|
+
"type": "error"
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
"inputs": [],
|
|
5029
|
+
"name": "EmptyMaxStalePeriod",
|
|
5030
|
+
"type": "error"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"inputs": [],
|
|
5034
|
+
"name": "EmptyPendlePtOracle",
|
|
5035
|
+
"type": "error"
|
|
5036
|
+
},
|
|
5037
|
+
{
|
|
5038
|
+
"inputs": [],
|
|
5039
|
+
"name": "EmptyPythOracle",
|
|
5040
|
+
"type": "error"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"inputs": [],
|
|
5044
|
+
"name": "InvalidFeedDecimals",
|
|
5045
|
+
"type": "error"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"inputs": [],
|
|
5049
|
+
"name": "InvalidPrice",
|
|
5050
|
+
"type": "error"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"inputs": [],
|
|
5054
|
+
"name": "UnknownSource",
|
|
5055
|
+
"type": "error"
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"inputs": [],
|
|
5059
|
+
"name": "UnsupportedSource",
|
|
5060
|
+
"type": "error"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"inputs": [],
|
|
5064
|
+
"name": "ZeroAddressNotAllowed",
|
|
5065
|
+
"type": "error"
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"inputs": [],
|
|
5069
|
+
"name": "ZeroValueNotAllowed",
|
|
5070
|
+
"type": "error"
|
|
5071
|
+
},
|
|
4247
5072
|
{
|
|
4248
5073
|
"inputs": [
|
|
4249
5074
|
{
|