@meterio/sumer-js 0.2.69 → 0.2.70
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 +64 -0
- package/dist/nodejs/abi.js +889 -48
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/arbitrum.d.ts +4 -0
- package/dist/nodejs/constants/arbitrum.js +29 -1
- package/dist/nodejs/constants/arbitrum.js.map +1 -1
- package/dist/nodejs/constants/ethereum.js +11 -0
- package/dist/nodejs/constants/ethereum.js.map +1 -1
- package/dist/nodejs/errorABIs.js +460 -0
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +64 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +90 -31
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +68 -1
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/API3Adapter.d.ts +89 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/API3Adapter.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/API3Adapter.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/IAPI3Proxy.d.ts +41 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/IAPI3Proxy.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/IAPI3Proxy.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/API3Adapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +36 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +45 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +47 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +59 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +134 -30
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +168 -35
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +78 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +99 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/API3Adapter__factory.d.ts +134 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/API3Adapter__factory.js +183 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/API3Adapter__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/IAPI3Proxy__factory.d.ts +31 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/IAPI3Proxy__factory.js +51 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/IAPI3Proxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/API3Adapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +2 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +37 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +46 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +36 -0
- package/dist/nodejs/typechain/index.d.ts +4 -0
- package/dist/nodejs/typechain/index.js +6 -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",
|
|
@@ -134,6 +139,11 @@ exports.errorABIs = [
|
|
|
134
139
|
"name": "InvalidBlockNumber",
|
|
135
140
|
"type": "error"
|
|
136
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"inputs": [],
|
|
144
|
+
"name": "InvalidCToken",
|
|
145
|
+
"type": "error"
|
|
146
|
+
},
|
|
137
147
|
{
|
|
138
148
|
"inputs": [],
|
|
139
149
|
"name": "InvalidCloseFactor",
|
|
@@ -174,6 +184,11 @@ exports.errorABIs = [
|
|
|
174
184
|
"name": "InvalidMinSuBorrowValue",
|
|
175
185
|
"type": "error"
|
|
176
186
|
},
|
|
187
|
+
{
|
|
188
|
+
"inputs": [],
|
|
189
|
+
"name": "InvalidRedeem",
|
|
190
|
+
"type": "error"
|
|
191
|
+
},
|
|
177
192
|
{
|
|
178
193
|
"inputs": [],
|
|
179
194
|
"name": "InvalidReduceAmount",
|
|
@@ -239,16 +254,31 @@ exports.errorABIs = [
|
|
|
239
254
|
"name": "MarketAlreadyListed",
|
|
240
255
|
"type": "error"
|
|
241
256
|
},
|
|
257
|
+
{
|
|
258
|
+
"inputs": [],
|
|
259
|
+
"name": "MarketAlreadyUnlisted",
|
|
260
|
+
"type": "error"
|
|
261
|
+
},
|
|
242
262
|
{
|
|
243
263
|
"inputs": [],
|
|
244
264
|
"name": "MarketCanOnlyInitializeOnce",
|
|
245
265
|
"type": "error"
|
|
246
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"inputs": [],
|
|
269
|
+
"name": "MarketNotEmpty",
|
|
270
|
+
"type": "error"
|
|
271
|
+
},
|
|
247
272
|
{
|
|
248
273
|
"inputs": [],
|
|
249
274
|
"name": "MarketNotListed",
|
|
250
275
|
"type": "error"
|
|
251
276
|
},
|
|
277
|
+
{
|
|
278
|
+
"inputs": [],
|
|
279
|
+
"name": "MarketPaused",
|
|
280
|
+
"type": "error"
|
|
281
|
+
},
|
|
252
282
|
{
|
|
253
283
|
"inputs": [],
|
|
254
284
|
"name": "MinDelayNotReached",
|
|
@@ -309,6 +339,11 @@ exports.errorABIs = [
|
|
|
309
339
|
"name": "OnlyListedCToken",
|
|
310
340
|
"type": "error"
|
|
311
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"inputs": [],
|
|
344
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
345
|
+
"type": "error"
|
|
346
|
+
},
|
|
312
347
|
{
|
|
313
348
|
"inputs": [],
|
|
314
349
|
"name": "OnlyPendingAdmin",
|
|
@@ -419,6 +454,16 @@ exports.errorABIs = [
|
|
|
419
454
|
"name": "TooMuchRepay",
|
|
420
455
|
"type": "error"
|
|
421
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"inputs": [],
|
|
459
|
+
"name": "TotalBorrowsNotZero",
|
|
460
|
+
"type": "error"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"inputs": [],
|
|
464
|
+
"name": "TotalSupplyNotZero",
|
|
465
|
+
"type": "error"
|
|
466
|
+
},
|
|
422
467
|
{
|
|
423
468
|
"inputs": [],
|
|
424
469
|
"name": "TransferNotAllowed",
|
|
@@ -501,6 +546,11 @@ exports.errorABIs = [
|
|
|
501
546
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
502
547
|
"type": "error"
|
|
503
548
|
},
|
|
549
|
+
{
|
|
550
|
+
"inputs": [],
|
|
551
|
+
"name": "CantEnterPausedMarket",
|
|
552
|
+
"type": "error"
|
|
553
|
+
},
|
|
504
554
|
{
|
|
505
555
|
"inputs": [],
|
|
506
556
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -587,6 +637,11 @@ exports.errorABIs = [
|
|
|
587
637
|
"name": "InvalidBlockNumber",
|
|
588
638
|
"type": "error"
|
|
589
639
|
},
|
|
640
|
+
{
|
|
641
|
+
"inputs": [],
|
|
642
|
+
"name": "InvalidCToken",
|
|
643
|
+
"type": "error"
|
|
644
|
+
},
|
|
590
645
|
{
|
|
591
646
|
"inputs": [],
|
|
592
647
|
"name": "InvalidCloseFactor",
|
|
@@ -627,6 +682,11 @@ exports.errorABIs = [
|
|
|
627
682
|
"name": "InvalidMinSuBorrowValue",
|
|
628
683
|
"type": "error"
|
|
629
684
|
},
|
|
685
|
+
{
|
|
686
|
+
"inputs": [],
|
|
687
|
+
"name": "InvalidRedeem",
|
|
688
|
+
"type": "error"
|
|
689
|
+
},
|
|
630
690
|
{
|
|
631
691
|
"inputs": [],
|
|
632
692
|
"name": "InvalidReduceAmount",
|
|
@@ -692,16 +752,31 @@ exports.errorABIs = [
|
|
|
692
752
|
"name": "MarketAlreadyListed",
|
|
693
753
|
"type": "error"
|
|
694
754
|
},
|
|
755
|
+
{
|
|
756
|
+
"inputs": [],
|
|
757
|
+
"name": "MarketAlreadyUnlisted",
|
|
758
|
+
"type": "error"
|
|
759
|
+
},
|
|
695
760
|
{
|
|
696
761
|
"inputs": [],
|
|
697
762
|
"name": "MarketCanOnlyInitializeOnce",
|
|
698
763
|
"type": "error"
|
|
699
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"inputs": [],
|
|
767
|
+
"name": "MarketNotEmpty",
|
|
768
|
+
"type": "error"
|
|
769
|
+
},
|
|
700
770
|
{
|
|
701
771
|
"inputs": [],
|
|
702
772
|
"name": "MarketNotListed",
|
|
703
773
|
"type": "error"
|
|
704
774
|
},
|
|
775
|
+
{
|
|
776
|
+
"inputs": [],
|
|
777
|
+
"name": "MarketPaused",
|
|
778
|
+
"type": "error"
|
|
779
|
+
},
|
|
705
780
|
{
|
|
706
781
|
"inputs": [],
|
|
707
782
|
"name": "MinDelayNotReached",
|
|
@@ -762,6 +837,11 @@ exports.errorABIs = [
|
|
|
762
837
|
"name": "OnlyListedCToken",
|
|
763
838
|
"type": "error"
|
|
764
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"inputs": [],
|
|
842
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
843
|
+
"type": "error"
|
|
844
|
+
},
|
|
765
845
|
{
|
|
766
846
|
"inputs": [],
|
|
767
847
|
"name": "OnlyPendingAdmin",
|
|
@@ -893,6 +973,16 @@ exports.errorABIs = [
|
|
|
893
973
|
"name": "TooMuchRepay",
|
|
894
974
|
"type": "error"
|
|
895
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"inputs": [],
|
|
978
|
+
"name": "TotalBorrowsNotZero",
|
|
979
|
+
"type": "error"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"inputs": [],
|
|
983
|
+
"name": "TotalSupplyNotZero",
|
|
984
|
+
"type": "error"
|
|
985
|
+
},
|
|
896
986
|
{
|
|
897
987
|
"inputs": [],
|
|
898
988
|
"name": "TransferNotAllowed",
|
|
@@ -959,6 +1049,11 @@ exports.errorABIs = [
|
|
|
959
1049
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
960
1050
|
"type": "error"
|
|
961
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
"inputs": [],
|
|
1054
|
+
"name": "CantEnterPausedMarket",
|
|
1055
|
+
"type": "error"
|
|
1056
|
+
},
|
|
962
1057
|
{
|
|
963
1058
|
"inputs": [],
|
|
964
1059
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1045,6 +1140,11 @@ exports.errorABIs = [
|
|
|
1045
1140
|
"name": "InvalidBlockNumber",
|
|
1046
1141
|
"type": "error"
|
|
1047
1142
|
},
|
|
1143
|
+
{
|
|
1144
|
+
"inputs": [],
|
|
1145
|
+
"name": "InvalidCToken",
|
|
1146
|
+
"type": "error"
|
|
1147
|
+
},
|
|
1048
1148
|
{
|
|
1049
1149
|
"inputs": [],
|
|
1050
1150
|
"name": "InvalidCloseFactor",
|
|
@@ -1085,6 +1185,11 @@ exports.errorABIs = [
|
|
|
1085
1185
|
"name": "InvalidMinSuBorrowValue",
|
|
1086
1186
|
"type": "error"
|
|
1087
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
"inputs": [],
|
|
1190
|
+
"name": "InvalidRedeem",
|
|
1191
|
+
"type": "error"
|
|
1192
|
+
},
|
|
1088
1193
|
{
|
|
1089
1194
|
"inputs": [],
|
|
1090
1195
|
"name": "InvalidReduceAmount",
|
|
@@ -1150,16 +1255,31 @@ exports.errorABIs = [
|
|
|
1150
1255
|
"name": "MarketAlreadyListed",
|
|
1151
1256
|
"type": "error"
|
|
1152
1257
|
},
|
|
1258
|
+
{
|
|
1259
|
+
"inputs": [],
|
|
1260
|
+
"name": "MarketAlreadyUnlisted",
|
|
1261
|
+
"type": "error"
|
|
1262
|
+
},
|
|
1153
1263
|
{
|
|
1154
1264
|
"inputs": [],
|
|
1155
1265
|
"name": "MarketCanOnlyInitializeOnce",
|
|
1156
1266
|
"type": "error"
|
|
1157
1267
|
},
|
|
1268
|
+
{
|
|
1269
|
+
"inputs": [],
|
|
1270
|
+
"name": "MarketNotEmpty",
|
|
1271
|
+
"type": "error"
|
|
1272
|
+
},
|
|
1158
1273
|
{
|
|
1159
1274
|
"inputs": [],
|
|
1160
1275
|
"name": "MarketNotListed",
|
|
1161
1276
|
"type": "error"
|
|
1162
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
"inputs": [],
|
|
1280
|
+
"name": "MarketPaused",
|
|
1281
|
+
"type": "error"
|
|
1282
|
+
},
|
|
1163
1283
|
{
|
|
1164
1284
|
"inputs": [],
|
|
1165
1285
|
"name": "MinDelayNotReached",
|
|
@@ -1220,6 +1340,11 @@ exports.errorABIs = [
|
|
|
1220
1340
|
"name": "OnlyListedCToken",
|
|
1221
1341
|
"type": "error"
|
|
1222
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
"inputs": [],
|
|
1345
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
1346
|
+
"type": "error"
|
|
1347
|
+
},
|
|
1223
1348
|
{
|
|
1224
1349
|
"inputs": [],
|
|
1225
1350
|
"name": "OnlyPendingAdmin",
|
|
@@ -1330,6 +1455,16 @@ exports.errorABIs = [
|
|
|
1330
1455
|
"name": "TooMuchRepay",
|
|
1331
1456
|
"type": "error"
|
|
1332
1457
|
},
|
|
1458
|
+
{
|
|
1459
|
+
"inputs": [],
|
|
1460
|
+
"name": "TotalBorrowsNotZero",
|
|
1461
|
+
"type": "error"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"inputs": [],
|
|
1465
|
+
"name": "TotalSupplyNotZero",
|
|
1466
|
+
"type": "error"
|
|
1467
|
+
},
|
|
1333
1468
|
{
|
|
1334
1469
|
"inputs": [],
|
|
1335
1470
|
"name": "TransferNotAllowed",
|
|
@@ -1396,6 +1531,11 @@ exports.errorABIs = [
|
|
|
1396
1531
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
1397
1532
|
"type": "error"
|
|
1398
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
"inputs": [],
|
|
1536
|
+
"name": "CantEnterPausedMarket",
|
|
1537
|
+
"type": "error"
|
|
1538
|
+
},
|
|
1399
1539
|
{
|
|
1400
1540
|
"inputs": [],
|
|
1401
1541
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1482,6 +1622,11 @@ exports.errorABIs = [
|
|
|
1482
1622
|
"name": "InvalidBlockNumber",
|
|
1483
1623
|
"type": "error"
|
|
1484
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"inputs": [],
|
|
1627
|
+
"name": "InvalidCToken",
|
|
1628
|
+
"type": "error"
|
|
1629
|
+
},
|
|
1485
1630
|
{
|
|
1486
1631
|
"inputs": [],
|
|
1487
1632
|
"name": "InvalidCloseFactor",
|
|
@@ -1522,6 +1667,11 @@ exports.errorABIs = [
|
|
|
1522
1667
|
"name": "InvalidMinSuBorrowValue",
|
|
1523
1668
|
"type": "error"
|
|
1524
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
"inputs": [],
|
|
1672
|
+
"name": "InvalidRedeem",
|
|
1673
|
+
"type": "error"
|
|
1674
|
+
},
|
|
1525
1675
|
{
|
|
1526
1676
|
"inputs": [],
|
|
1527
1677
|
"name": "InvalidReduceAmount",
|
|
@@ -1587,16 +1737,31 @@ exports.errorABIs = [
|
|
|
1587
1737
|
"name": "MarketAlreadyListed",
|
|
1588
1738
|
"type": "error"
|
|
1589
1739
|
},
|
|
1740
|
+
{
|
|
1741
|
+
"inputs": [],
|
|
1742
|
+
"name": "MarketAlreadyUnlisted",
|
|
1743
|
+
"type": "error"
|
|
1744
|
+
},
|
|
1590
1745
|
{
|
|
1591
1746
|
"inputs": [],
|
|
1592
1747
|
"name": "MarketCanOnlyInitializeOnce",
|
|
1593
1748
|
"type": "error"
|
|
1594
1749
|
},
|
|
1750
|
+
{
|
|
1751
|
+
"inputs": [],
|
|
1752
|
+
"name": "MarketNotEmpty",
|
|
1753
|
+
"type": "error"
|
|
1754
|
+
},
|
|
1595
1755
|
{
|
|
1596
1756
|
"inputs": [],
|
|
1597
1757
|
"name": "MarketNotListed",
|
|
1598
1758
|
"type": "error"
|
|
1599
1759
|
},
|
|
1760
|
+
{
|
|
1761
|
+
"inputs": [],
|
|
1762
|
+
"name": "MarketPaused",
|
|
1763
|
+
"type": "error"
|
|
1764
|
+
},
|
|
1600
1765
|
{
|
|
1601
1766
|
"inputs": [],
|
|
1602
1767
|
"name": "MinDelayNotReached",
|
|
@@ -1657,6 +1822,11 @@ exports.errorABIs = [
|
|
|
1657
1822
|
"name": "OnlyListedCToken",
|
|
1658
1823
|
"type": "error"
|
|
1659
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"inputs": [],
|
|
1827
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
1828
|
+
"type": "error"
|
|
1829
|
+
},
|
|
1660
1830
|
{
|
|
1661
1831
|
"inputs": [],
|
|
1662
1832
|
"name": "OnlyPendingAdmin",
|
|
@@ -1767,6 +1937,16 @@ exports.errorABIs = [
|
|
|
1767
1937
|
"name": "TooMuchRepay",
|
|
1768
1938
|
"type": "error"
|
|
1769
1939
|
},
|
|
1940
|
+
{
|
|
1941
|
+
"inputs": [],
|
|
1942
|
+
"name": "TotalBorrowsNotZero",
|
|
1943
|
+
"type": "error"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"inputs": [],
|
|
1947
|
+
"name": "TotalSupplyNotZero",
|
|
1948
|
+
"type": "error"
|
|
1949
|
+
},
|
|
1770
1950
|
{
|
|
1771
1951
|
"inputs": [],
|
|
1772
1952
|
"name": "TransferNotAllowed",
|
|
@@ -1833,6 +2013,11 @@ exports.errorABIs = [
|
|
|
1833
2013
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
1834
2014
|
"type": "error"
|
|
1835
2015
|
},
|
|
2016
|
+
{
|
|
2017
|
+
"inputs": [],
|
|
2018
|
+
"name": "CantEnterPausedMarket",
|
|
2019
|
+
"type": "error"
|
|
2020
|
+
},
|
|
1836
2021
|
{
|
|
1837
2022
|
"inputs": [],
|
|
1838
2023
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -1919,6 +2104,11 @@ exports.errorABIs = [
|
|
|
1919
2104
|
"name": "InvalidBlockNumber",
|
|
1920
2105
|
"type": "error"
|
|
1921
2106
|
},
|
|
2107
|
+
{
|
|
2108
|
+
"inputs": [],
|
|
2109
|
+
"name": "InvalidCToken",
|
|
2110
|
+
"type": "error"
|
|
2111
|
+
},
|
|
1922
2112
|
{
|
|
1923
2113
|
"inputs": [],
|
|
1924
2114
|
"name": "InvalidCloseFactor",
|
|
@@ -1959,6 +2149,11 @@ exports.errorABIs = [
|
|
|
1959
2149
|
"name": "InvalidMinSuBorrowValue",
|
|
1960
2150
|
"type": "error"
|
|
1961
2151
|
},
|
|
2152
|
+
{
|
|
2153
|
+
"inputs": [],
|
|
2154
|
+
"name": "InvalidRedeem",
|
|
2155
|
+
"type": "error"
|
|
2156
|
+
},
|
|
1962
2157
|
{
|
|
1963
2158
|
"inputs": [],
|
|
1964
2159
|
"name": "InvalidReduceAmount",
|
|
@@ -2024,16 +2219,31 @@ exports.errorABIs = [
|
|
|
2024
2219
|
"name": "MarketAlreadyListed",
|
|
2025
2220
|
"type": "error"
|
|
2026
2221
|
},
|
|
2222
|
+
{
|
|
2223
|
+
"inputs": [],
|
|
2224
|
+
"name": "MarketAlreadyUnlisted",
|
|
2225
|
+
"type": "error"
|
|
2226
|
+
},
|
|
2027
2227
|
{
|
|
2028
2228
|
"inputs": [],
|
|
2029
2229
|
"name": "MarketCanOnlyInitializeOnce",
|
|
2030
2230
|
"type": "error"
|
|
2031
2231
|
},
|
|
2232
|
+
{
|
|
2233
|
+
"inputs": [],
|
|
2234
|
+
"name": "MarketNotEmpty",
|
|
2235
|
+
"type": "error"
|
|
2236
|
+
},
|
|
2032
2237
|
{
|
|
2033
2238
|
"inputs": [],
|
|
2034
2239
|
"name": "MarketNotListed",
|
|
2035
2240
|
"type": "error"
|
|
2036
2241
|
},
|
|
2242
|
+
{
|
|
2243
|
+
"inputs": [],
|
|
2244
|
+
"name": "MarketPaused",
|
|
2245
|
+
"type": "error"
|
|
2246
|
+
},
|
|
2037
2247
|
{
|
|
2038
2248
|
"inputs": [],
|
|
2039
2249
|
"name": "MinDelayNotReached",
|
|
@@ -2094,6 +2304,11 @@ exports.errorABIs = [
|
|
|
2094
2304
|
"name": "OnlyListedCToken",
|
|
2095
2305
|
"type": "error"
|
|
2096
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"inputs": [],
|
|
2309
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
2310
|
+
"type": "error"
|
|
2311
|
+
},
|
|
2097
2312
|
{
|
|
2098
2313
|
"inputs": [],
|
|
2099
2314
|
"name": "OnlyPendingAdmin",
|
|
@@ -2204,6 +2419,16 @@ exports.errorABIs = [
|
|
|
2204
2419
|
"name": "TooMuchRepay",
|
|
2205
2420
|
"type": "error"
|
|
2206
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"inputs": [],
|
|
2424
|
+
"name": "TotalBorrowsNotZero",
|
|
2425
|
+
"type": "error"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"inputs": [],
|
|
2429
|
+
"name": "TotalSupplyNotZero",
|
|
2430
|
+
"type": "error"
|
|
2431
|
+
},
|
|
2207
2432
|
{
|
|
2208
2433
|
"inputs": [],
|
|
2209
2434
|
"name": "TransferNotAllowed",
|
|
@@ -2270,6 +2495,11 @@ exports.errorABIs = [
|
|
|
2270
2495
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
2271
2496
|
"type": "error"
|
|
2272
2497
|
},
|
|
2498
|
+
{
|
|
2499
|
+
"inputs": [],
|
|
2500
|
+
"name": "CantEnterPausedMarket",
|
|
2501
|
+
"type": "error"
|
|
2502
|
+
},
|
|
2273
2503
|
{
|
|
2274
2504
|
"inputs": [],
|
|
2275
2505
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -2356,6 +2586,11 @@ exports.errorABIs = [
|
|
|
2356
2586
|
"name": "InvalidBlockNumber",
|
|
2357
2587
|
"type": "error"
|
|
2358
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"inputs": [],
|
|
2591
|
+
"name": "InvalidCToken",
|
|
2592
|
+
"type": "error"
|
|
2593
|
+
},
|
|
2359
2594
|
{
|
|
2360
2595
|
"inputs": [],
|
|
2361
2596
|
"name": "InvalidCloseFactor",
|
|
@@ -2396,6 +2631,11 @@ exports.errorABIs = [
|
|
|
2396
2631
|
"name": "InvalidMinSuBorrowValue",
|
|
2397
2632
|
"type": "error"
|
|
2398
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"inputs": [],
|
|
2636
|
+
"name": "InvalidRedeem",
|
|
2637
|
+
"type": "error"
|
|
2638
|
+
},
|
|
2399
2639
|
{
|
|
2400
2640
|
"inputs": [],
|
|
2401
2641
|
"name": "InvalidReduceAmount",
|
|
@@ -2461,16 +2701,31 @@ exports.errorABIs = [
|
|
|
2461
2701
|
"name": "MarketAlreadyListed",
|
|
2462
2702
|
"type": "error"
|
|
2463
2703
|
},
|
|
2704
|
+
{
|
|
2705
|
+
"inputs": [],
|
|
2706
|
+
"name": "MarketAlreadyUnlisted",
|
|
2707
|
+
"type": "error"
|
|
2708
|
+
},
|
|
2464
2709
|
{
|
|
2465
2710
|
"inputs": [],
|
|
2466
2711
|
"name": "MarketCanOnlyInitializeOnce",
|
|
2467
2712
|
"type": "error"
|
|
2468
2713
|
},
|
|
2714
|
+
{
|
|
2715
|
+
"inputs": [],
|
|
2716
|
+
"name": "MarketNotEmpty",
|
|
2717
|
+
"type": "error"
|
|
2718
|
+
},
|
|
2469
2719
|
{
|
|
2470
2720
|
"inputs": [],
|
|
2471
2721
|
"name": "MarketNotListed",
|
|
2472
2722
|
"type": "error"
|
|
2473
2723
|
},
|
|
2724
|
+
{
|
|
2725
|
+
"inputs": [],
|
|
2726
|
+
"name": "MarketPaused",
|
|
2727
|
+
"type": "error"
|
|
2728
|
+
},
|
|
2474
2729
|
{
|
|
2475
2730
|
"inputs": [],
|
|
2476
2731
|
"name": "MinDelayNotReached",
|
|
@@ -2531,6 +2786,11 @@ exports.errorABIs = [
|
|
|
2531
2786
|
"name": "OnlyListedCToken",
|
|
2532
2787
|
"type": "error"
|
|
2533
2788
|
},
|
|
2789
|
+
{
|
|
2790
|
+
"inputs": [],
|
|
2791
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
2792
|
+
"type": "error"
|
|
2793
|
+
},
|
|
2534
2794
|
{
|
|
2535
2795
|
"inputs": [],
|
|
2536
2796
|
"name": "OnlyPendingAdmin",
|
|
@@ -2641,6 +2901,16 @@ exports.errorABIs = [
|
|
|
2641
2901
|
"name": "TooMuchRepay",
|
|
2642
2902
|
"type": "error"
|
|
2643
2903
|
},
|
|
2904
|
+
{
|
|
2905
|
+
"inputs": [],
|
|
2906
|
+
"name": "TotalBorrowsNotZero",
|
|
2907
|
+
"type": "error"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"inputs": [],
|
|
2911
|
+
"name": "TotalSupplyNotZero",
|
|
2912
|
+
"type": "error"
|
|
2913
|
+
},
|
|
2644
2914
|
{
|
|
2645
2915
|
"inputs": [],
|
|
2646
2916
|
"name": "TransferNotAllowed",
|
|
@@ -2707,6 +2977,11 @@ exports.errorABIs = [
|
|
|
2707
2977
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
2708
2978
|
"type": "error"
|
|
2709
2979
|
},
|
|
2980
|
+
{
|
|
2981
|
+
"inputs": [],
|
|
2982
|
+
"name": "CantEnterPausedMarket",
|
|
2983
|
+
"type": "error"
|
|
2984
|
+
},
|
|
2710
2985
|
{
|
|
2711
2986
|
"inputs": [],
|
|
2712
2987
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -2793,6 +3068,11 @@ exports.errorABIs = [
|
|
|
2793
3068
|
"name": "InvalidBlockNumber",
|
|
2794
3069
|
"type": "error"
|
|
2795
3070
|
},
|
|
3071
|
+
{
|
|
3072
|
+
"inputs": [],
|
|
3073
|
+
"name": "InvalidCToken",
|
|
3074
|
+
"type": "error"
|
|
3075
|
+
},
|
|
2796
3076
|
{
|
|
2797
3077
|
"inputs": [],
|
|
2798
3078
|
"name": "InvalidCloseFactor",
|
|
@@ -2833,6 +3113,11 @@ exports.errorABIs = [
|
|
|
2833
3113
|
"name": "InvalidMinSuBorrowValue",
|
|
2834
3114
|
"type": "error"
|
|
2835
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
"inputs": [],
|
|
3118
|
+
"name": "InvalidRedeem",
|
|
3119
|
+
"type": "error"
|
|
3120
|
+
},
|
|
2836
3121
|
{
|
|
2837
3122
|
"inputs": [],
|
|
2838
3123
|
"name": "InvalidReduceAmount",
|
|
@@ -2898,16 +3183,31 @@ exports.errorABIs = [
|
|
|
2898
3183
|
"name": "MarketAlreadyListed",
|
|
2899
3184
|
"type": "error"
|
|
2900
3185
|
},
|
|
3186
|
+
{
|
|
3187
|
+
"inputs": [],
|
|
3188
|
+
"name": "MarketAlreadyUnlisted",
|
|
3189
|
+
"type": "error"
|
|
3190
|
+
},
|
|
2901
3191
|
{
|
|
2902
3192
|
"inputs": [],
|
|
2903
3193
|
"name": "MarketCanOnlyInitializeOnce",
|
|
2904
3194
|
"type": "error"
|
|
2905
3195
|
},
|
|
3196
|
+
{
|
|
3197
|
+
"inputs": [],
|
|
3198
|
+
"name": "MarketNotEmpty",
|
|
3199
|
+
"type": "error"
|
|
3200
|
+
},
|
|
2906
3201
|
{
|
|
2907
3202
|
"inputs": [],
|
|
2908
3203
|
"name": "MarketNotListed",
|
|
2909
3204
|
"type": "error"
|
|
2910
3205
|
},
|
|
3206
|
+
{
|
|
3207
|
+
"inputs": [],
|
|
3208
|
+
"name": "MarketPaused",
|
|
3209
|
+
"type": "error"
|
|
3210
|
+
},
|
|
2911
3211
|
{
|
|
2912
3212
|
"inputs": [],
|
|
2913
3213
|
"name": "MinDelayNotReached",
|
|
@@ -2968,6 +3268,11 @@ exports.errorABIs = [
|
|
|
2968
3268
|
"name": "OnlyListedCToken",
|
|
2969
3269
|
"type": "error"
|
|
2970
3270
|
},
|
|
3271
|
+
{
|
|
3272
|
+
"inputs": [],
|
|
3273
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
3274
|
+
"type": "error"
|
|
3275
|
+
},
|
|
2971
3276
|
{
|
|
2972
3277
|
"inputs": [],
|
|
2973
3278
|
"name": "OnlyPendingAdmin",
|
|
@@ -3078,6 +3383,16 @@ exports.errorABIs = [
|
|
|
3078
3383
|
"name": "TooMuchRepay",
|
|
3079
3384
|
"type": "error"
|
|
3080
3385
|
},
|
|
3386
|
+
{
|
|
3387
|
+
"inputs": [],
|
|
3388
|
+
"name": "TotalBorrowsNotZero",
|
|
3389
|
+
"type": "error"
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"inputs": [],
|
|
3393
|
+
"name": "TotalSupplyNotZero",
|
|
3394
|
+
"type": "error"
|
|
3395
|
+
},
|
|
3081
3396
|
{
|
|
3082
3397
|
"inputs": [],
|
|
3083
3398
|
"name": "TransferNotAllowed",
|
|
@@ -3144,6 +3459,11 @@ exports.errorABIs = [
|
|
|
3144
3459
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
3145
3460
|
"type": "error"
|
|
3146
3461
|
},
|
|
3462
|
+
{
|
|
3463
|
+
"inputs": [],
|
|
3464
|
+
"name": "CantEnterPausedMarket",
|
|
3465
|
+
"type": "error"
|
|
3466
|
+
},
|
|
3147
3467
|
{
|
|
3148
3468
|
"inputs": [],
|
|
3149
3469
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -3230,6 +3550,11 @@ exports.errorABIs = [
|
|
|
3230
3550
|
"name": "InvalidBlockNumber",
|
|
3231
3551
|
"type": "error"
|
|
3232
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
"inputs": [],
|
|
3555
|
+
"name": "InvalidCToken",
|
|
3556
|
+
"type": "error"
|
|
3557
|
+
},
|
|
3233
3558
|
{
|
|
3234
3559
|
"inputs": [],
|
|
3235
3560
|
"name": "InvalidCloseFactor",
|
|
@@ -3270,6 +3595,11 @@ exports.errorABIs = [
|
|
|
3270
3595
|
"name": "InvalidMinSuBorrowValue",
|
|
3271
3596
|
"type": "error"
|
|
3272
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
"inputs": [],
|
|
3600
|
+
"name": "InvalidRedeem",
|
|
3601
|
+
"type": "error"
|
|
3602
|
+
},
|
|
3273
3603
|
{
|
|
3274
3604
|
"inputs": [],
|
|
3275
3605
|
"name": "InvalidReduceAmount",
|
|
@@ -3335,16 +3665,31 @@ exports.errorABIs = [
|
|
|
3335
3665
|
"name": "MarketAlreadyListed",
|
|
3336
3666
|
"type": "error"
|
|
3337
3667
|
},
|
|
3668
|
+
{
|
|
3669
|
+
"inputs": [],
|
|
3670
|
+
"name": "MarketAlreadyUnlisted",
|
|
3671
|
+
"type": "error"
|
|
3672
|
+
},
|
|
3338
3673
|
{
|
|
3339
3674
|
"inputs": [],
|
|
3340
3675
|
"name": "MarketCanOnlyInitializeOnce",
|
|
3341
3676
|
"type": "error"
|
|
3342
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
"inputs": [],
|
|
3680
|
+
"name": "MarketNotEmpty",
|
|
3681
|
+
"type": "error"
|
|
3682
|
+
},
|
|
3343
3683
|
{
|
|
3344
3684
|
"inputs": [],
|
|
3345
3685
|
"name": "MarketNotListed",
|
|
3346
3686
|
"type": "error"
|
|
3347
3687
|
},
|
|
3688
|
+
{
|
|
3689
|
+
"inputs": [],
|
|
3690
|
+
"name": "MarketPaused",
|
|
3691
|
+
"type": "error"
|
|
3692
|
+
},
|
|
3348
3693
|
{
|
|
3349
3694
|
"inputs": [],
|
|
3350
3695
|
"name": "MinDelayNotReached",
|
|
@@ -3405,6 +3750,11 @@ exports.errorABIs = [
|
|
|
3405
3750
|
"name": "OnlyListedCToken",
|
|
3406
3751
|
"type": "error"
|
|
3407
3752
|
},
|
|
3753
|
+
{
|
|
3754
|
+
"inputs": [],
|
|
3755
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
3756
|
+
"type": "error"
|
|
3757
|
+
},
|
|
3408
3758
|
{
|
|
3409
3759
|
"inputs": [],
|
|
3410
3760
|
"name": "OnlyPendingAdmin",
|
|
@@ -3515,6 +3865,16 @@ exports.errorABIs = [
|
|
|
3515
3865
|
"name": "TooMuchRepay",
|
|
3516
3866
|
"type": "error"
|
|
3517
3867
|
},
|
|
3868
|
+
{
|
|
3869
|
+
"inputs": [],
|
|
3870
|
+
"name": "TotalBorrowsNotZero",
|
|
3871
|
+
"type": "error"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"inputs": [],
|
|
3875
|
+
"name": "TotalSupplyNotZero",
|
|
3876
|
+
"type": "error"
|
|
3877
|
+
},
|
|
3518
3878
|
{
|
|
3519
3879
|
"inputs": [],
|
|
3520
3880
|
"name": "TransferNotAllowed",
|
|
@@ -3581,6 +3941,11 @@ exports.errorABIs = [
|
|
|
3581
3941
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
3582
3942
|
"type": "error"
|
|
3583
3943
|
},
|
|
3944
|
+
{
|
|
3945
|
+
"inputs": [],
|
|
3946
|
+
"name": "CantEnterPausedMarket",
|
|
3947
|
+
"type": "error"
|
|
3948
|
+
},
|
|
3584
3949
|
{
|
|
3585
3950
|
"inputs": [],
|
|
3586
3951
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -3667,6 +4032,11 @@ exports.errorABIs = [
|
|
|
3667
4032
|
"name": "InvalidBlockNumber",
|
|
3668
4033
|
"type": "error"
|
|
3669
4034
|
},
|
|
4035
|
+
{
|
|
4036
|
+
"inputs": [],
|
|
4037
|
+
"name": "InvalidCToken",
|
|
4038
|
+
"type": "error"
|
|
4039
|
+
},
|
|
3670
4040
|
{
|
|
3671
4041
|
"inputs": [],
|
|
3672
4042
|
"name": "InvalidCloseFactor",
|
|
@@ -3707,6 +4077,11 @@ exports.errorABIs = [
|
|
|
3707
4077
|
"name": "InvalidMinSuBorrowValue",
|
|
3708
4078
|
"type": "error"
|
|
3709
4079
|
},
|
|
4080
|
+
{
|
|
4081
|
+
"inputs": [],
|
|
4082
|
+
"name": "InvalidRedeem",
|
|
4083
|
+
"type": "error"
|
|
4084
|
+
},
|
|
3710
4085
|
{
|
|
3711
4086
|
"inputs": [],
|
|
3712
4087
|
"name": "InvalidReduceAmount",
|
|
@@ -3772,16 +4147,31 @@ exports.errorABIs = [
|
|
|
3772
4147
|
"name": "MarketAlreadyListed",
|
|
3773
4148
|
"type": "error"
|
|
3774
4149
|
},
|
|
4150
|
+
{
|
|
4151
|
+
"inputs": [],
|
|
4152
|
+
"name": "MarketAlreadyUnlisted",
|
|
4153
|
+
"type": "error"
|
|
4154
|
+
},
|
|
3775
4155
|
{
|
|
3776
4156
|
"inputs": [],
|
|
3777
4157
|
"name": "MarketCanOnlyInitializeOnce",
|
|
3778
4158
|
"type": "error"
|
|
3779
4159
|
},
|
|
4160
|
+
{
|
|
4161
|
+
"inputs": [],
|
|
4162
|
+
"name": "MarketNotEmpty",
|
|
4163
|
+
"type": "error"
|
|
4164
|
+
},
|
|
3780
4165
|
{
|
|
3781
4166
|
"inputs": [],
|
|
3782
4167
|
"name": "MarketNotListed",
|
|
3783
4168
|
"type": "error"
|
|
3784
4169
|
},
|
|
4170
|
+
{
|
|
4171
|
+
"inputs": [],
|
|
4172
|
+
"name": "MarketPaused",
|
|
4173
|
+
"type": "error"
|
|
4174
|
+
},
|
|
3785
4175
|
{
|
|
3786
4176
|
"inputs": [],
|
|
3787
4177
|
"name": "MinDelayNotReached",
|
|
@@ -3842,6 +4232,11 @@ exports.errorABIs = [
|
|
|
3842
4232
|
"name": "OnlyListedCToken",
|
|
3843
4233
|
"type": "error"
|
|
3844
4234
|
},
|
|
4235
|
+
{
|
|
4236
|
+
"inputs": [],
|
|
4237
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
4238
|
+
"type": "error"
|
|
4239
|
+
},
|
|
3845
4240
|
{
|
|
3846
4241
|
"inputs": [],
|
|
3847
4242
|
"name": "OnlyPendingAdmin",
|
|
@@ -3952,6 +4347,16 @@ exports.errorABIs = [
|
|
|
3952
4347
|
"name": "TooMuchRepay",
|
|
3953
4348
|
"type": "error"
|
|
3954
4349
|
},
|
|
4350
|
+
{
|
|
4351
|
+
"inputs": [],
|
|
4352
|
+
"name": "TotalBorrowsNotZero",
|
|
4353
|
+
"type": "error"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"inputs": [],
|
|
4357
|
+
"name": "TotalSupplyNotZero",
|
|
4358
|
+
"type": "error"
|
|
4359
|
+
},
|
|
3955
4360
|
{
|
|
3956
4361
|
"inputs": [],
|
|
3957
4362
|
"name": "TransferNotAllowed",
|
|
@@ -4018,6 +4423,11 @@ exports.errorABIs = [
|
|
|
4018
4423
|
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
4019
4424
|
"type": "error"
|
|
4020
4425
|
},
|
|
4426
|
+
{
|
|
4427
|
+
"inputs": [],
|
|
4428
|
+
"name": "CantEnterPausedMarket",
|
|
4429
|
+
"type": "error"
|
|
4430
|
+
},
|
|
4021
4431
|
{
|
|
4022
4432
|
"inputs": [],
|
|
4023
4433
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
@@ -4104,6 +4514,11 @@ exports.errorABIs = [
|
|
|
4104
4514
|
"name": "InvalidBlockNumber",
|
|
4105
4515
|
"type": "error"
|
|
4106
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"inputs": [],
|
|
4519
|
+
"name": "InvalidCToken",
|
|
4520
|
+
"type": "error"
|
|
4521
|
+
},
|
|
4107
4522
|
{
|
|
4108
4523
|
"inputs": [],
|
|
4109
4524
|
"name": "InvalidCloseFactor",
|
|
@@ -4144,6 +4559,11 @@ exports.errorABIs = [
|
|
|
4144
4559
|
"name": "InvalidMinSuBorrowValue",
|
|
4145
4560
|
"type": "error"
|
|
4146
4561
|
},
|
|
4562
|
+
{
|
|
4563
|
+
"inputs": [],
|
|
4564
|
+
"name": "InvalidRedeem",
|
|
4565
|
+
"type": "error"
|
|
4566
|
+
},
|
|
4147
4567
|
{
|
|
4148
4568
|
"inputs": [],
|
|
4149
4569
|
"name": "InvalidReduceAmount",
|
|
@@ -4209,16 +4629,31 @@ exports.errorABIs = [
|
|
|
4209
4629
|
"name": "MarketAlreadyListed",
|
|
4210
4630
|
"type": "error"
|
|
4211
4631
|
},
|
|
4632
|
+
{
|
|
4633
|
+
"inputs": [],
|
|
4634
|
+
"name": "MarketAlreadyUnlisted",
|
|
4635
|
+
"type": "error"
|
|
4636
|
+
},
|
|
4212
4637
|
{
|
|
4213
4638
|
"inputs": [],
|
|
4214
4639
|
"name": "MarketCanOnlyInitializeOnce",
|
|
4215
4640
|
"type": "error"
|
|
4216
4641
|
},
|
|
4642
|
+
{
|
|
4643
|
+
"inputs": [],
|
|
4644
|
+
"name": "MarketNotEmpty",
|
|
4645
|
+
"type": "error"
|
|
4646
|
+
},
|
|
4217
4647
|
{
|
|
4218
4648
|
"inputs": [],
|
|
4219
4649
|
"name": "MarketNotListed",
|
|
4220
4650
|
"type": "error"
|
|
4221
4651
|
},
|
|
4652
|
+
{
|
|
4653
|
+
"inputs": [],
|
|
4654
|
+
"name": "MarketPaused",
|
|
4655
|
+
"type": "error"
|
|
4656
|
+
},
|
|
4222
4657
|
{
|
|
4223
4658
|
"inputs": [],
|
|
4224
4659
|
"name": "MinDelayNotReached",
|
|
@@ -4279,6 +4714,11 @@ exports.errorABIs = [
|
|
|
4279
4714
|
"name": "OnlyListedCToken",
|
|
4280
4715
|
"type": "error"
|
|
4281
4716
|
},
|
|
4717
|
+
{
|
|
4718
|
+
"inputs": [],
|
|
4719
|
+
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
4720
|
+
"type": "error"
|
|
4721
|
+
},
|
|
4282
4722
|
{
|
|
4283
4723
|
"inputs": [],
|
|
4284
4724
|
"name": "OnlyPendingAdmin",
|
|
@@ -4389,6 +4829,16 @@ exports.errorABIs = [
|
|
|
4389
4829
|
"name": "TooMuchRepay",
|
|
4390
4830
|
"type": "error"
|
|
4391
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
"inputs": [],
|
|
4834
|
+
"name": "TotalBorrowsNotZero",
|
|
4835
|
+
"type": "error"
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"inputs": [],
|
|
4839
|
+
"name": "TotalSupplyNotZero",
|
|
4840
|
+
"type": "error"
|
|
4841
|
+
},
|
|
4392
4842
|
{
|
|
4393
4843
|
"inputs": [],
|
|
4394
4844
|
"name": "TransferNotAllowed",
|
|
@@ -4554,6 +5004,16 @@ exports.errorABIs = [
|
|
|
4554
5004
|
"name": "TokenRateLimitReached",
|
|
4555
5005
|
"type": "error"
|
|
4556
5006
|
},
|
|
5007
|
+
{
|
|
5008
|
+
"inputs": [],
|
|
5009
|
+
"name": "InvalidPrice",
|
|
5010
|
+
"type": "error"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"inputs": [],
|
|
5014
|
+
"name": "InvalidProxy",
|
|
5015
|
+
"type": "error"
|
|
5016
|
+
},
|
|
4557
5017
|
{
|
|
4558
5018
|
"inputs": [],
|
|
4559
5019
|
"name": "EmptyAdapterAddress",
|