@meterio/sumer-js 0.2.39 → 0.2.41
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 +10 -10
- package/dist/nodejs/abi.d.ts +339 -332
- package/dist/nodejs/abi.js +13401 -12900
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +1 -1
- package/dist/nodejs/errorABIs.js +535 -270
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +339 -332
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +57 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +15 -5
- package/dist/nodejs/typechain/contracts/Comptroller/ComptrollerStorage.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +4 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -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 +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -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 +80 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +102 -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 +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -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 +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +14 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +17 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -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/ERC20/ERC20MinterBurnerPauserPermit__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +5 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__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/Multicall2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/errorABIs.js
CHANGED
|
@@ -65,12 +65,43 @@ exports.errorABIs = [
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"inputs": [],
|
|
68
|
-
"name": "
|
|
68
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
69
|
+
"type": "error"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"inputs": [
|
|
73
|
+
{
|
|
74
|
+
"internalType": "uint8",
|
|
75
|
+
"name": "groupId",
|
|
76
|
+
"type": "uint8"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"internalType": "uint256",
|
|
80
|
+
"name": "cDepositVal",
|
|
81
|
+
"type": "uint256"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"internalType": "uint256",
|
|
85
|
+
"name": "suDepositVal",
|
|
86
|
+
"type": "uint256"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"internalType": "uint256",
|
|
90
|
+
"name": "cBorrowVal",
|
|
91
|
+
"type": "uint256"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"internalType": "uint256",
|
|
95
|
+
"name": "suBorrowVal",
|
|
96
|
+
"type": "uint256"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
69
100
|
"type": "error"
|
|
70
101
|
},
|
|
71
102
|
{
|
|
72
103
|
"inputs": [],
|
|
73
|
-
"name": "
|
|
104
|
+
"name": "ExpiredSignature",
|
|
74
105
|
"type": "error"
|
|
75
106
|
},
|
|
76
107
|
{
|
|
@@ -93,6 +124,11 @@ exports.errorABIs = [
|
|
|
93
124
|
"name": "InvalidAmount",
|
|
94
125
|
"type": "error"
|
|
95
126
|
},
|
|
127
|
+
{
|
|
128
|
+
"inputs": [],
|
|
129
|
+
"name": "InvalidBlockNumber",
|
|
130
|
+
"type": "error"
|
|
131
|
+
},
|
|
96
132
|
{
|
|
97
133
|
"inputs": [],
|
|
98
134
|
"name": "InvalidCloseFactor",
|
|
@@ -158,6 +194,11 @@ exports.errorABIs = [
|
|
|
158
194
|
"name": "InvalidSuToken",
|
|
159
195
|
"type": "error"
|
|
160
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"inputs": [],
|
|
199
|
+
"name": "InvalidTimestamp",
|
|
200
|
+
"type": "error"
|
|
201
|
+
},
|
|
161
202
|
{
|
|
162
203
|
"inputs": [],
|
|
163
204
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -243,26 +284,11 @@ exports.errorABIs = [
|
|
|
243
284
|
"name": "NotSuToken",
|
|
244
285
|
"type": "error"
|
|
245
286
|
},
|
|
246
|
-
{
|
|
247
|
-
"inputs": [],
|
|
248
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
249
|
-
"type": "error"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"inputs": [],
|
|
253
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
254
|
-
"type": "error"
|
|
255
|
-
},
|
|
256
287
|
{
|
|
257
288
|
"inputs": [],
|
|
258
289
|
"name": "OnlyAdmin",
|
|
259
290
|
"type": "error"
|
|
260
291
|
},
|
|
261
|
-
{
|
|
262
|
-
"inputs": [],
|
|
263
|
-
"name": "OnlyAdminOrCapper",
|
|
264
|
-
"type": "error"
|
|
265
|
-
},
|
|
266
292
|
{
|
|
267
293
|
"inputs": [],
|
|
268
294
|
"name": "OnlyAdminOrPauser",
|
|
@@ -298,11 +324,6 @@ exports.errorABIs = [
|
|
|
298
324
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
299
325
|
"type": "error"
|
|
300
326
|
},
|
|
301
|
-
{
|
|
302
|
-
"inputs": [],
|
|
303
|
-
"name": "ProtocolIsPaused",
|
|
304
|
-
"type": "error"
|
|
305
|
-
},
|
|
306
327
|
{
|
|
307
328
|
"inputs": [],
|
|
308
329
|
"name": "RedeemMarketNotFresh",
|
|
@@ -333,11 +354,6 @@ exports.errorABIs = [
|
|
|
333
354
|
"name": "ReduceReservesMarketNotFresh",
|
|
334
355
|
"type": "error"
|
|
335
356
|
},
|
|
336
|
-
{
|
|
337
|
-
"inputs": [],
|
|
338
|
-
"name": "ReduceReservesOverflow",
|
|
339
|
-
"type": "error"
|
|
340
|
-
},
|
|
341
357
|
{
|
|
342
358
|
"inputs": [],
|
|
343
359
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -408,6 +424,11 @@ exports.errorABIs = [
|
|
|
408
424
|
"name": "UnderlyingBalanceError",
|
|
409
425
|
"type": "error"
|
|
410
426
|
},
|
|
427
|
+
{
|
|
428
|
+
"inputs": [],
|
|
429
|
+
"name": "ZeroAddressNotAllowed",
|
|
430
|
+
"type": "error"
|
|
431
|
+
},
|
|
411
432
|
{
|
|
412
433
|
"inputs": [],
|
|
413
434
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -487,12 +508,43 @@ exports.errorABIs = [
|
|
|
487
508
|
},
|
|
488
509
|
{
|
|
489
510
|
"inputs": [],
|
|
490
|
-
"name": "
|
|
511
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
512
|
+
"type": "error"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"inputs": [
|
|
516
|
+
{
|
|
517
|
+
"internalType": "uint8",
|
|
518
|
+
"name": "groupId",
|
|
519
|
+
"type": "uint8"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"internalType": "uint256",
|
|
523
|
+
"name": "cDepositVal",
|
|
524
|
+
"type": "uint256"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"internalType": "uint256",
|
|
528
|
+
"name": "suDepositVal",
|
|
529
|
+
"type": "uint256"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"internalType": "uint256",
|
|
533
|
+
"name": "cBorrowVal",
|
|
534
|
+
"type": "uint256"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"internalType": "uint256",
|
|
538
|
+
"name": "suBorrowVal",
|
|
539
|
+
"type": "uint256"
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
491
543
|
"type": "error"
|
|
492
544
|
},
|
|
493
545
|
{
|
|
494
546
|
"inputs": [],
|
|
495
|
-
"name": "
|
|
547
|
+
"name": "ExpiredSignature",
|
|
496
548
|
"type": "error"
|
|
497
549
|
},
|
|
498
550
|
{
|
|
@@ -515,6 +567,11 @@ exports.errorABIs = [
|
|
|
515
567
|
"name": "InvalidAmount",
|
|
516
568
|
"type": "error"
|
|
517
569
|
},
|
|
570
|
+
{
|
|
571
|
+
"inputs": [],
|
|
572
|
+
"name": "InvalidBlockNumber",
|
|
573
|
+
"type": "error"
|
|
574
|
+
},
|
|
518
575
|
{
|
|
519
576
|
"inputs": [],
|
|
520
577
|
"name": "InvalidCloseFactor",
|
|
@@ -580,6 +637,11 @@ exports.errorABIs = [
|
|
|
580
637
|
"name": "InvalidSuToken",
|
|
581
638
|
"type": "error"
|
|
582
639
|
},
|
|
640
|
+
{
|
|
641
|
+
"inputs": [],
|
|
642
|
+
"name": "InvalidTimestamp",
|
|
643
|
+
"type": "error"
|
|
644
|
+
},
|
|
583
645
|
{
|
|
584
646
|
"inputs": [],
|
|
585
647
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -665,26 +727,11 @@ exports.errorABIs = [
|
|
|
665
727
|
"name": "NotSuToken",
|
|
666
728
|
"type": "error"
|
|
667
729
|
},
|
|
668
|
-
{
|
|
669
|
-
"inputs": [],
|
|
670
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
671
|
-
"type": "error"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"inputs": [],
|
|
675
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
676
|
-
"type": "error"
|
|
677
|
-
},
|
|
678
730
|
{
|
|
679
731
|
"inputs": [],
|
|
680
732
|
"name": "OnlyAdmin",
|
|
681
733
|
"type": "error"
|
|
682
734
|
},
|
|
683
|
-
{
|
|
684
|
-
"inputs": [],
|
|
685
|
-
"name": "OnlyAdminOrCapper",
|
|
686
|
-
"type": "error"
|
|
687
|
-
},
|
|
688
735
|
{
|
|
689
736
|
"inputs": [],
|
|
690
737
|
"name": "OnlyAdminOrPauser",
|
|
@@ -720,11 +767,6 @@ exports.errorABIs = [
|
|
|
720
767
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
721
768
|
"type": "error"
|
|
722
769
|
},
|
|
723
|
-
{
|
|
724
|
-
"inputs": [],
|
|
725
|
-
"name": "ProtocolIsPaused",
|
|
726
|
-
"type": "error"
|
|
727
|
-
},
|
|
728
770
|
{
|
|
729
771
|
"inputs": [],
|
|
730
772
|
"name": "RedeemMarketNotFresh",
|
|
@@ -755,11 +797,6 @@ exports.errorABIs = [
|
|
|
755
797
|
"name": "ReduceReservesMarketNotFresh",
|
|
756
798
|
"type": "error"
|
|
757
799
|
},
|
|
758
|
-
{
|
|
759
|
-
"inputs": [],
|
|
760
|
-
"name": "ReduceReservesOverflow",
|
|
761
|
-
"type": "error"
|
|
762
|
-
},
|
|
763
800
|
{
|
|
764
801
|
"inputs": [],
|
|
765
802
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -851,6 +888,11 @@ exports.errorABIs = [
|
|
|
851
888
|
"name": "UnderlyingBalanceError",
|
|
852
889
|
"type": "error"
|
|
853
890
|
},
|
|
891
|
+
{
|
|
892
|
+
"inputs": [],
|
|
893
|
+
"name": "ZeroAddressNotAllowed",
|
|
894
|
+
"type": "error"
|
|
895
|
+
},
|
|
854
896
|
{
|
|
855
897
|
"inputs": [],
|
|
856
898
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -914,12 +956,43 @@ exports.errorABIs = [
|
|
|
914
956
|
},
|
|
915
957
|
{
|
|
916
958
|
"inputs": [],
|
|
917
|
-
"name": "
|
|
959
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
960
|
+
"type": "error"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"inputs": [
|
|
964
|
+
{
|
|
965
|
+
"internalType": "uint8",
|
|
966
|
+
"name": "groupId",
|
|
967
|
+
"type": "uint8"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"internalType": "uint256",
|
|
971
|
+
"name": "cDepositVal",
|
|
972
|
+
"type": "uint256"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"internalType": "uint256",
|
|
976
|
+
"name": "suDepositVal",
|
|
977
|
+
"type": "uint256"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"internalType": "uint256",
|
|
981
|
+
"name": "cBorrowVal",
|
|
982
|
+
"type": "uint256"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"internalType": "uint256",
|
|
986
|
+
"name": "suBorrowVal",
|
|
987
|
+
"type": "uint256"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
918
991
|
"type": "error"
|
|
919
992
|
},
|
|
920
993
|
{
|
|
921
994
|
"inputs": [],
|
|
922
|
-
"name": "
|
|
995
|
+
"name": "ExpiredSignature",
|
|
923
996
|
"type": "error"
|
|
924
997
|
},
|
|
925
998
|
{
|
|
@@ -942,6 +1015,11 @@ exports.errorABIs = [
|
|
|
942
1015
|
"name": "InvalidAmount",
|
|
943
1016
|
"type": "error"
|
|
944
1017
|
},
|
|
1018
|
+
{
|
|
1019
|
+
"inputs": [],
|
|
1020
|
+
"name": "InvalidBlockNumber",
|
|
1021
|
+
"type": "error"
|
|
1022
|
+
},
|
|
945
1023
|
{
|
|
946
1024
|
"inputs": [],
|
|
947
1025
|
"name": "InvalidCloseFactor",
|
|
@@ -1007,6 +1085,11 @@ exports.errorABIs = [
|
|
|
1007
1085
|
"name": "InvalidSuToken",
|
|
1008
1086
|
"type": "error"
|
|
1009
1087
|
},
|
|
1088
|
+
{
|
|
1089
|
+
"inputs": [],
|
|
1090
|
+
"name": "InvalidTimestamp",
|
|
1091
|
+
"type": "error"
|
|
1092
|
+
},
|
|
1010
1093
|
{
|
|
1011
1094
|
"inputs": [],
|
|
1012
1095
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1092,26 +1175,11 @@ exports.errorABIs = [
|
|
|
1092
1175
|
"name": "NotSuToken",
|
|
1093
1176
|
"type": "error"
|
|
1094
1177
|
},
|
|
1095
|
-
{
|
|
1096
|
-
"inputs": [],
|
|
1097
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
1098
|
-
"type": "error"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"inputs": [],
|
|
1102
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
1103
|
-
"type": "error"
|
|
1104
|
-
},
|
|
1105
1178
|
{
|
|
1106
1179
|
"inputs": [],
|
|
1107
1180
|
"name": "OnlyAdmin",
|
|
1108
1181
|
"type": "error"
|
|
1109
1182
|
},
|
|
1110
|
-
{
|
|
1111
|
-
"inputs": [],
|
|
1112
|
-
"name": "OnlyAdminOrCapper",
|
|
1113
|
-
"type": "error"
|
|
1114
|
-
},
|
|
1115
1183
|
{
|
|
1116
1184
|
"inputs": [],
|
|
1117
1185
|
"name": "OnlyAdminOrPauser",
|
|
@@ -1147,11 +1215,6 @@ exports.errorABIs = [
|
|
|
1147
1215
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1148
1216
|
"type": "error"
|
|
1149
1217
|
},
|
|
1150
|
-
{
|
|
1151
|
-
"inputs": [],
|
|
1152
|
-
"name": "ProtocolIsPaused",
|
|
1153
|
-
"type": "error"
|
|
1154
|
-
},
|
|
1155
1218
|
{
|
|
1156
1219
|
"inputs": [],
|
|
1157
1220
|
"name": "RedeemMarketNotFresh",
|
|
@@ -1182,11 +1245,6 @@ exports.errorABIs = [
|
|
|
1182
1245
|
"name": "ReduceReservesMarketNotFresh",
|
|
1183
1246
|
"type": "error"
|
|
1184
1247
|
},
|
|
1185
|
-
{
|
|
1186
|
-
"inputs": [],
|
|
1187
|
-
"name": "ReduceReservesOverflow",
|
|
1188
|
-
"type": "error"
|
|
1189
|
-
},
|
|
1190
1248
|
{
|
|
1191
1249
|
"inputs": [],
|
|
1192
1250
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -1257,6 +1315,11 @@ exports.errorABIs = [
|
|
|
1257
1315
|
"name": "UnderlyingBalanceError",
|
|
1258
1316
|
"type": "error"
|
|
1259
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"inputs": [],
|
|
1320
|
+
"name": "ZeroAddressNotAllowed",
|
|
1321
|
+
"type": "error"
|
|
1322
|
+
},
|
|
1260
1323
|
{
|
|
1261
1324
|
"inputs": [],
|
|
1262
1325
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -1320,12 +1383,43 @@ exports.errorABIs = [
|
|
|
1320
1383
|
},
|
|
1321
1384
|
{
|
|
1322
1385
|
"inputs": [],
|
|
1323
|
-
"name": "
|
|
1386
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
1387
|
+
"type": "error"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"inputs": [
|
|
1391
|
+
{
|
|
1392
|
+
"internalType": "uint8",
|
|
1393
|
+
"name": "groupId",
|
|
1394
|
+
"type": "uint8"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"internalType": "uint256",
|
|
1398
|
+
"name": "cDepositVal",
|
|
1399
|
+
"type": "uint256"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"internalType": "uint256",
|
|
1403
|
+
"name": "suDepositVal",
|
|
1404
|
+
"type": "uint256"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"internalType": "uint256",
|
|
1408
|
+
"name": "cBorrowVal",
|
|
1409
|
+
"type": "uint256"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"internalType": "uint256",
|
|
1413
|
+
"name": "suBorrowVal",
|
|
1414
|
+
"type": "uint256"
|
|
1415
|
+
}
|
|
1416
|
+
],
|
|
1417
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
1324
1418
|
"type": "error"
|
|
1325
1419
|
},
|
|
1326
1420
|
{
|
|
1327
1421
|
"inputs": [],
|
|
1328
|
-
"name": "
|
|
1422
|
+
"name": "ExpiredSignature",
|
|
1329
1423
|
"type": "error"
|
|
1330
1424
|
},
|
|
1331
1425
|
{
|
|
@@ -1348,6 +1442,11 @@ exports.errorABIs = [
|
|
|
1348
1442
|
"name": "InvalidAmount",
|
|
1349
1443
|
"type": "error"
|
|
1350
1444
|
},
|
|
1445
|
+
{
|
|
1446
|
+
"inputs": [],
|
|
1447
|
+
"name": "InvalidBlockNumber",
|
|
1448
|
+
"type": "error"
|
|
1449
|
+
},
|
|
1351
1450
|
{
|
|
1352
1451
|
"inputs": [],
|
|
1353
1452
|
"name": "InvalidCloseFactor",
|
|
@@ -1413,6 +1512,11 @@ exports.errorABIs = [
|
|
|
1413
1512
|
"name": "InvalidSuToken",
|
|
1414
1513
|
"type": "error"
|
|
1415
1514
|
},
|
|
1515
|
+
{
|
|
1516
|
+
"inputs": [],
|
|
1517
|
+
"name": "InvalidTimestamp",
|
|
1518
|
+
"type": "error"
|
|
1519
|
+
},
|
|
1416
1520
|
{
|
|
1417
1521
|
"inputs": [],
|
|
1418
1522
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1498,26 +1602,11 @@ exports.errorABIs = [
|
|
|
1498
1602
|
"name": "NotSuToken",
|
|
1499
1603
|
"type": "error"
|
|
1500
1604
|
},
|
|
1501
|
-
{
|
|
1502
|
-
"inputs": [],
|
|
1503
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
1504
|
-
"type": "error"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"inputs": [],
|
|
1508
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
1509
|
-
"type": "error"
|
|
1510
|
-
},
|
|
1511
1605
|
{
|
|
1512
1606
|
"inputs": [],
|
|
1513
1607
|
"name": "OnlyAdmin",
|
|
1514
1608
|
"type": "error"
|
|
1515
1609
|
},
|
|
1516
|
-
{
|
|
1517
|
-
"inputs": [],
|
|
1518
|
-
"name": "OnlyAdminOrCapper",
|
|
1519
|
-
"type": "error"
|
|
1520
|
-
},
|
|
1521
1610
|
{
|
|
1522
1611
|
"inputs": [],
|
|
1523
1612
|
"name": "OnlyAdminOrPauser",
|
|
@@ -1553,11 +1642,6 @@ exports.errorABIs = [
|
|
|
1553
1642
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1554
1643
|
"type": "error"
|
|
1555
1644
|
},
|
|
1556
|
-
{
|
|
1557
|
-
"inputs": [],
|
|
1558
|
-
"name": "ProtocolIsPaused",
|
|
1559
|
-
"type": "error"
|
|
1560
|
-
},
|
|
1561
1645
|
{
|
|
1562
1646
|
"inputs": [],
|
|
1563
1647
|
"name": "RedeemMarketNotFresh",
|
|
@@ -1588,11 +1672,6 @@ exports.errorABIs = [
|
|
|
1588
1672
|
"name": "ReduceReservesMarketNotFresh",
|
|
1589
1673
|
"type": "error"
|
|
1590
1674
|
},
|
|
1591
|
-
{
|
|
1592
|
-
"inputs": [],
|
|
1593
|
-
"name": "ReduceReservesOverflow",
|
|
1594
|
-
"type": "error"
|
|
1595
|
-
},
|
|
1596
1675
|
{
|
|
1597
1676
|
"inputs": [],
|
|
1598
1677
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -1663,6 +1742,11 @@ exports.errorABIs = [
|
|
|
1663
1742
|
"name": "UnderlyingBalanceError",
|
|
1664
1743
|
"type": "error"
|
|
1665
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"inputs": [],
|
|
1747
|
+
"name": "ZeroAddressNotAllowed",
|
|
1748
|
+
"type": "error"
|
|
1749
|
+
},
|
|
1666
1750
|
{
|
|
1667
1751
|
"inputs": [],
|
|
1668
1752
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -1726,12 +1810,43 @@ exports.errorABIs = [
|
|
|
1726
1810
|
},
|
|
1727
1811
|
{
|
|
1728
1812
|
"inputs": [],
|
|
1729
|
-
"name": "
|
|
1813
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
1814
|
+
"type": "error"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"inputs": [
|
|
1818
|
+
{
|
|
1819
|
+
"internalType": "uint8",
|
|
1820
|
+
"name": "groupId",
|
|
1821
|
+
"type": "uint8"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"internalType": "uint256",
|
|
1825
|
+
"name": "cDepositVal",
|
|
1826
|
+
"type": "uint256"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"internalType": "uint256",
|
|
1830
|
+
"name": "suDepositVal",
|
|
1831
|
+
"type": "uint256"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"internalType": "uint256",
|
|
1835
|
+
"name": "cBorrowVal",
|
|
1836
|
+
"type": "uint256"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"internalType": "uint256",
|
|
1840
|
+
"name": "suBorrowVal",
|
|
1841
|
+
"type": "uint256"
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
1730
1845
|
"type": "error"
|
|
1731
1846
|
},
|
|
1732
1847
|
{
|
|
1733
1848
|
"inputs": [],
|
|
1734
|
-
"name": "
|
|
1849
|
+
"name": "ExpiredSignature",
|
|
1735
1850
|
"type": "error"
|
|
1736
1851
|
},
|
|
1737
1852
|
{
|
|
@@ -1754,6 +1869,11 @@ exports.errorABIs = [
|
|
|
1754
1869
|
"name": "InvalidAmount",
|
|
1755
1870
|
"type": "error"
|
|
1756
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
"inputs": [],
|
|
1874
|
+
"name": "InvalidBlockNumber",
|
|
1875
|
+
"type": "error"
|
|
1876
|
+
},
|
|
1757
1877
|
{
|
|
1758
1878
|
"inputs": [],
|
|
1759
1879
|
"name": "InvalidCloseFactor",
|
|
@@ -1819,6 +1939,11 @@ exports.errorABIs = [
|
|
|
1819
1939
|
"name": "InvalidSuToken",
|
|
1820
1940
|
"type": "error"
|
|
1821
1941
|
},
|
|
1942
|
+
{
|
|
1943
|
+
"inputs": [],
|
|
1944
|
+
"name": "InvalidTimestamp",
|
|
1945
|
+
"type": "error"
|
|
1946
|
+
},
|
|
1822
1947
|
{
|
|
1823
1948
|
"inputs": [],
|
|
1824
1949
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -1904,26 +2029,11 @@ exports.errorABIs = [
|
|
|
1904
2029
|
"name": "NotSuToken",
|
|
1905
2030
|
"type": "error"
|
|
1906
2031
|
},
|
|
1907
|
-
{
|
|
1908
|
-
"inputs": [],
|
|
1909
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
1910
|
-
"type": "error"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"inputs": [],
|
|
1914
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
1915
|
-
"type": "error"
|
|
1916
|
-
},
|
|
1917
2032
|
{
|
|
1918
2033
|
"inputs": [],
|
|
1919
2034
|
"name": "OnlyAdmin",
|
|
1920
2035
|
"type": "error"
|
|
1921
2036
|
},
|
|
1922
|
-
{
|
|
1923
|
-
"inputs": [],
|
|
1924
|
-
"name": "OnlyAdminOrCapper",
|
|
1925
|
-
"type": "error"
|
|
1926
|
-
},
|
|
1927
2037
|
{
|
|
1928
2038
|
"inputs": [],
|
|
1929
2039
|
"name": "OnlyAdminOrPauser",
|
|
@@ -1959,11 +2069,6 @@ exports.errorABIs = [
|
|
|
1959
2069
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
1960
2070
|
"type": "error"
|
|
1961
2071
|
},
|
|
1962
|
-
{
|
|
1963
|
-
"inputs": [],
|
|
1964
|
-
"name": "ProtocolIsPaused",
|
|
1965
|
-
"type": "error"
|
|
1966
|
-
},
|
|
1967
2072
|
{
|
|
1968
2073
|
"inputs": [],
|
|
1969
2074
|
"name": "RedeemMarketNotFresh",
|
|
@@ -1994,11 +2099,6 @@ exports.errorABIs = [
|
|
|
1994
2099
|
"name": "ReduceReservesMarketNotFresh",
|
|
1995
2100
|
"type": "error"
|
|
1996
2101
|
},
|
|
1997
|
-
{
|
|
1998
|
-
"inputs": [],
|
|
1999
|
-
"name": "ReduceReservesOverflow",
|
|
2000
|
-
"type": "error"
|
|
2001
|
-
},
|
|
2002
2102
|
{
|
|
2003
2103
|
"inputs": [],
|
|
2004
2104
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2069,6 +2169,11 @@ exports.errorABIs = [
|
|
|
2069
2169
|
"name": "UnderlyingBalanceError",
|
|
2070
2170
|
"type": "error"
|
|
2071
2171
|
},
|
|
2172
|
+
{
|
|
2173
|
+
"inputs": [],
|
|
2174
|
+
"name": "ZeroAddressNotAllowed",
|
|
2175
|
+
"type": "error"
|
|
2176
|
+
},
|
|
2072
2177
|
{
|
|
2073
2178
|
"inputs": [],
|
|
2074
2179
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2132,12 +2237,43 @@ exports.errorABIs = [
|
|
|
2132
2237
|
},
|
|
2133
2238
|
{
|
|
2134
2239
|
"inputs": [],
|
|
2135
|
-
"name": "
|
|
2240
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
2241
|
+
"type": "error"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"inputs": [
|
|
2245
|
+
{
|
|
2246
|
+
"internalType": "uint8",
|
|
2247
|
+
"name": "groupId",
|
|
2248
|
+
"type": "uint8"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"internalType": "uint256",
|
|
2252
|
+
"name": "cDepositVal",
|
|
2253
|
+
"type": "uint256"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"internalType": "uint256",
|
|
2257
|
+
"name": "suDepositVal",
|
|
2258
|
+
"type": "uint256"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"internalType": "uint256",
|
|
2262
|
+
"name": "cBorrowVal",
|
|
2263
|
+
"type": "uint256"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"internalType": "uint256",
|
|
2267
|
+
"name": "suBorrowVal",
|
|
2268
|
+
"type": "uint256"
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2136
2272
|
"type": "error"
|
|
2137
2273
|
},
|
|
2138
2274
|
{
|
|
2139
2275
|
"inputs": [],
|
|
2140
|
-
"name": "
|
|
2276
|
+
"name": "ExpiredSignature",
|
|
2141
2277
|
"type": "error"
|
|
2142
2278
|
},
|
|
2143
2279
|
{
|
|
@@ -2160,6 +2296,11 @@ exports.errorABIs = [
|
|
|
2160
2296
|
"name": "InvalidAmount",
|
|
2161
2297
|
"type": "error"
|
|
2162
2298
|
},
|
|
2299
|
+
{
|
|
2300
|
+
"inputs": [],
|
|
2301
|
+
"name": "InvalidBlockNumber",
|
|
2302
|
+
"type": "error"
|
|
2303
|
+
},
|
|
2163
2304
|
{
|
|
2164
2305
|
"inputs": [],
|
|
2165
2306
|
"name": "InvalidCloseFactor",
|
|
@@ -2225,6 +2366,11 @@ exports.errorABIs = [
|
|
|
2225
2366
|
"name": "InvalidSuToken",
|
|
2226
2367
|
"type": "error"
|
|
2227
2368
|
},
|
|
2369
|
+
{
|
|
2370
|
+
"inputs": [],
|
|
2371
|
+
"name": "InvalidTimestamp",
|
|
2372
|
+
"type": "error"
|
|
2373
|
+
},
|
|
2228
2374
|
{
|
|
2229
2375
|
"inputs": [],
|
|
2230
2376
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -2310,26 +2456,11 @@ exports.errorABIs = [
|
|
|
2310
2456
|
"name": "NotSuToken",
|
|
2311
2457
|
"type": "error"
|
|
2312
2458
|
},
|
|
2313
|
-
{
|
|
2314
|
-
"inputs": [],
|
|
2315
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
2316
|
-
"type": "error"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"inputs": [],
|
|
2320
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
2321
|
-
"type": "error"
|
|
2322
|
-
},
|
|
2323
2459
|
{
|
|
2324
2460
|
"inputs": [],
|
|
2325
2461
|
"name": "OnlyAdmin",
|
|
2326
2462
|
"type": "error"
|
|
2327
2463
|
},
|
|
2328
|
-
{
|
|
2329
|
-
"inputs": [],
|
|
2330
|
-
"name": "OnlyAdminOrCapper",
|
|
2331
|
-
"type": "error"
|
|
2332
|
-
},
|
|
2333
2464
|
{
|
|
2334
2465
|
"inputs": [],
|
|
2335
2466
|
"name": "OnlyAdminOrPauser",
|
|
@@ -2365,11 +2496,6 @@ exports.errorABIs = [
|
|
|
2365
2496
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
2366
2497
|
"type": "error"
|
|
2367
2498
|
},
|
|
2368
|
-
{
|
|
2369
|
-
"inputs": [],
|
|
2370
|
-
"name": "ProtocolIsPaused",
|
|
2371
|
-
"type": "error"
|
|
2372
|
-
},
|
|
2373
2499
|
{
|
|
2374
2500
|
"inputs": [],
|
|
2375
2501
|
"name": "RedeemMarketNotFresh",
|
|
@@ -2400,11 +2526,6 @@ exports.errorABIs = [
|
|
|
2400
2526
|
"name": "ReduceReservesMarketNotFresh",
|
|
2401
2527
|
"type": "error"
|
|
2402
2528
|
},
|
|
2403
|
-
{
|
|
2404
|
-
"inputs": [],
|
|
2405
|
-
"name": "ReduceReservesOverflow",
|
|
2406
|
-
"type": "error"
|
|
2407
|
-
},
|
|
2408
2529
|
{
|
|
2409
2530
|
"inputs": [],
|
|
2410
2531
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2475,6 +2596,11 @@ exports.errorABIs = [
|
|
|
2475
2596
|
"name": "UnderlyingBalanceError",
|
|
2476
2597
|
"type": "error"
|
|
2477
2598
|
},
|
|
2599
|
+
{
|
|
2600
|
+
"inputs": [],
|
|
2601
|
+
"name": "ZeroAddressNotAllowed",
|
|
2602
|
+
"type": "error"
|
|
2603
|
+
},
|
|
2478
2604
|
{
|
|
2479
2605
|
"inputs": [],
|
|
2480
2606
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2538,12 +2664,43 @@ exports.errorABIs = [
|
|
|
2538
2664
|
},
|
|
2539
2665
|
{
|
|
2540
2666
|
"inputs": [],
|
|
2541
|
-
"name": "
|
|
2667
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
2668
|
+
"type": "error"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"inputs": [
|
|
2672
|
+
{
|
|
2673
|
+
"internalType": "uint8",
|
|
2674
|
+
"name": "groupId",
|
|
2675
|
+
"type": "uint8"
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"internalType": "uint256",
|
|
2679
|
+
"name": "cDepositVal",
|
|
2680
|
+
"type": "uint256"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"internalType": "uint256",
|
|
2684
|
+
"name": "suDepositVal",
|
|
2685
|
+
"type": "uint256"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"internalType": "uint256",
|
|
2689
|
+
"name": "cBorrowVal",
|
|
2690
|
+
"type": "uint256"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"internalType": "uint256",
|
|
2694
|
+
"name": "suBorrowVal",
|
|
2695
|
+
"type": "uint256"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2542
2699
|
"type": "error"
|
|
2543
2700
|
},
|
|
2544
2701
|
{
|
|
2545
2702
|
"inputs": [],
|
|
2546
|
-
"name": "
|
|
2703
|
+
"name": "ExpiredSignature",
|
|
2547
2704
|
"type": "error"
|
|
2548
2705
|
},
|
|
2549
2706
|
{
|
|
@@ -2566,6 +2723,11 @@ exports.errorABIs = [
|
|
|
2566
2723
|
"name": "InvalidAmount",
|
|
2567
2724
|
"type": "error"
|
|
2568
2725
|
},
|
|
2726
|
+
{
|
|
2727
|
+
"inputs": [],
|
|
2728
|
+
"name": "InvalidBlockNumber",
|
|
2729
|
+
"type": "error"
|
|
2730
|
+
},
|
|
2569
2731
|
{
|
|
2570
2732
|
"inputs": [],
|
|
2571
2733
|
"name": "InvalidCloseFactor",
|
|
@@ -2631,6 +2793,11 @@ exports.errorABIs = [
|
|
|
2631
2793
|
"name": "InvalidSuToken",
|
|
2632
2794
|
"type": "error"
|
|
2633
2795
|
},
|
|
2796
|
+
{
|
|
2797
|
+
"inputs": [],
|
|
2798
|
+
"name": "InvalidTimestamp",
|
|
2799
|
+
"type": "error"
|
|
2800
|
+
},
|
|
2634
2801
|
{
|
|
2635
2802
|
"inputs": [],
|
|
2636
2803
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -2716,26 +2883,11 @@ exports.errorABIs = [
|
|
|
2716
2883
|
"name": "NotSuToken",
|
|
2717
2884
|
"type": "error"
|
|
2718
2885
|
},
|
|
2719
|
-
{
|
|
2720
|
-
"inputs": [],
|
|
2721
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
2722
|
-
"type": "error"
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"inputs": [],
|
|
2726
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
2727
|
-
"type": "error"
|
|
2728
|
-
},
|
|
2729
2886
|
{
|
|
2730
2887
|
"inputs": [],
|
|
2731
2888
|
"name": "OnlyAdmin",
|
|
2732
2889
|
"type": "error"
|
|
2733
2890
|
},
|
|
2734
|
-
{
|
|
2735
|
-
"inputs": [],
|
|
2736
|
-
"name": "OnlyAdminOrCapper",
|
|
2737
|
-
"type": "error"
|
|
2738
|
-
},
|
|
2739
2891
|
{
|
|
2740
2892
|
"inputs": [],
|
|
2741
2893
|
"name": "OnlyAdminOrPauser",
|
|
@@ -2771,11 +2923,6 @@ exports.errorABIs = [
|
|
|
2771
2923
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
2772
2924
|
"type": "error"
|
|
2773
2925
|
},
|
|
2774
|
-
{
|
|
2775
|
-
"inputs": [],
|
|
2776
|
-
"name": "ProtocolIsPaused",
|
|
2777
|
-
"type": "error"
|
|
2778
|
-
},
|
|
2779
2926
|
{
|
|
2780
2927
|
"inputs": [],
|
|
2781
2928
|
"name": "RedeemMarketNotFresh",
|
|
@@ -2806,11 +2953,6 @@ exports.errorABIs = [
|
|
|
2806
2953
|
"name": "ReduceReservesMarketNotFresh",
|
|
2807
2954
|
"type": "error"
|
|
2808
2955
|
},
|
|
2809
|
-
{
|
|
2810
|
-
"inputs": [],
|
|
2811
|
-
"name": "ReduceReservesOverflow",
|
|
2812
|
-
"type": "error"
|
|
2813
|
-
},
|
|
2814
2956
|
{
|
|
2815
2957
|
"inputs": [],
|
|
2816
2958
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -2881,6 +3023,11 @@ exports.errorABIs = [
|
|
|
2881
3023
|
"name": "UnderlyingBalanceError",
|
|
2882
3024
|
"type": "error"
|
|
2883
3025
|
},
|
|
3026
|
+
{
|
|
3027
|
+
"inputs": [],
|
|
3028
|
+
"name": "ZeroAddressNotAllowed",
|
|
3029
|
+
"type": "error"
|
|
3030
|
+
},
|
|
2884
3031
|
{
|
|
2885
3032
|
"inputs": [],
|
|
2886
3033
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -2944,12 +3091,43 @@ exports.errorABIs = [
|
|
|
2944
3091
|
},
|
|
2945
3092
|
{
|
|
2946
3093
|
"inputs": [],
|
|
2947
|
-
"name": "
|
|
3094
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3095
|
+
"type": "error"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"inputs": [
|
|
3099
|
+
{
|
|
3100
|
+
"internalType": "uint8",
|
|
3101
|
+
"name": "groupId",
|
|
3102
|
+
"type": "uint8"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"internalType": "uint256",
|
|
3106
|
+
"name": "cDepositVal",
|
|
3107
|
+
"type": "uint256"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"internalType": "uint256",
|
|
3111
|
+
"name": "suDepositVal",
|
|
3112
|
+
"type": "uint256"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"internalType": "uint256",
|
|
3116
|
+
"name": "cBorrowVal",
|
|
3117
|
+
"type": "uint256"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"internalType": "uint256",
|
|
3121
|
+
"name": "suBorrowVal",
|
|
3122
|
+
"type": "uint256"
|
|
3123
|
+
}
|
|
3124
|
+
],
|
|
3125
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
2948
3126
|
"type": "error"
|
|
2949
3127
|
},
|
|
2950
3128
|
{
|
|
2951
3129
|
"inputs": [],
|
|
2952
|
-
"name": "
|
|
3130
|
+
"name": "ExpiredSignature",
|
|
2953
3131
|
"type": "error"
|
|
2954
3132
|
},
|
|
2955
3133
|
{
|
|
@@ -2972,6 +3150,11 @@ exports.errorABIs = [
|
|
|
2972
3150
|
"name": "InvalidAmount",
|
|
2973
3151
|
"type": "error"
|
|
2974
3152
|
},
|
|
3153
|
+
{
|
|
3154
|
+
"inputs": [],
|
|
3155
|
+
"name": "InvalidBlockNumber",
|
|
3156
|
+
"type": "error"
|
|
3157
|
+
},
|
|
2975
3158
|
{
|
|
2976
3159
|
"inputs": [],
|
|
2977
3160
|
"name": "InvalidCloseFactor",
|
|
@@ -3037,6 +3220,11 @@ exports.errorABIs = [
|
|
|
3037
3220
|
"name": "InvalidSuToken",
|
|
3038
3221
|
"type": "error"
|
|
3039
3222
|
},
|
|
3223
|
+
{
|
|
3224
|
+
"inputs": [],
|
|
3225
|
+
"name": "InvalidTimestamp",
|
|
3226
|
+
"type": "error"
|
|
3227
|
+
},
|
|
3040
3228
|
{
|
|
3041
3229
|
"inputs": [],
|
|
3042
3230
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3122,26 +3310,11 @@ exports.errorABIs = [
|
|
|
3122
3310
|
"name": "NotSuToken",
|
|
3123
3311
|
"type": "error"
|
|
3124
3312
|
},
|
|
3125
|
-
{
|
|
3126
|
-
"inputs": [],
|
|
3127
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
3128
|
-
"type": "error"
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"inputs": [],
|
|
3132
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
3133
|
-
"type": "error"
|
|
3134
|
-
},
|
|
3135
3313
|
{
|
|
3136
3314
|
"inputs": [],
|
|
3137
3315
|
"name": "OnlyAdmin",
|
|
3138
3316
|
"type": "error"
|
|
3139
3317
|
},
|
|
3140
|
-
{
|
|
3141
|
-
"inputs": [],
|
|
3142
|
-
"name": "OnlyAdminOrCapper",
|
|
3143
|
-
"type": "error"
|
|
3144
|
-
},
|
|
3145
3318
|
{
|
|
3146
3319
|
"inputs": [],
|
|
3147
3320
|
"name": "OnlyAdminOrPauser",
|
|
@@ -3177,11 +3350,6 @@ exports.errorABIs = [
|
|
|
3177
3350
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3178
3351
|
"type": "error"
|
|
3179
3352
|
},
|
|
3180
|
-
{
|
|
3181
|
-
"inputs": [],
|
|
3182
|
-
"name": "ProtocolIsPaused",
|
|
3183
|
-
"type": "error"
|
|
3184
|
-
},
|
|
3185
3353
|
{
|
|
3186
3354
|
"inputs": [],
|
|
3187
3355
|
"name": "RedeemMarketNotFresh",
|
|
@@ -3212,11 +3380,6 @@ exports.errorABIs = [
|
|
|
3212
3380
|
"name": "ReduceReservesMarketNotFresh",
|
|
3213
3381
|
"type": "error"
|
|
3214
3382
|
},
|
|
3215
|
-
{
|
|
3216
|
-
"inputs": [],
|
|
3217
|
-
"name": "ReduceReservesOverflow",
|
|
3218
|
-
"type": "error"
|
|
3219
|
-
},
|
|
3220
3383
|
{
|
|
3221
3384
|
"inputs": [],
|
|
3222
3385
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -3287,6 +3450,11 @@ exports.errorABIs = [
|
|
|
3287
3450
|
"name": "UnderlyingBalanceError",
|
|
3288
3451
|
"type": "error"
|
|
3289
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
"inputs": [],
|
|
3455
|
+
"name": "ZeroAddressNotAllowed",
|
|
3456
|
+
"type": "error"
|
|
3457
|
+
},
|
|
3290
3458
|
{
|
|
3291
3459
|
"inputs": [],
|
|
3292
3460
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -3350,12 +3518,43 @@ exports.errorABIs = [
|
|
|
3350
3518
|
},
|
|
3351
3519
|
{
|
|
3352
3520
|
"inputs": [],
|
|
3353
|
-
"name": "
|
|
3521
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3522
|
+
"type": "error"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"inputs": [
|
|
3526
|
+
{
|
|
3527
|
+
"internalType": "uint8",
|
|
3528
|
+
"name": "groupId",
|
|
3529
|
+
"type": "uint8"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"internalType": "uint256",
|
|
3533
|
+
"name": "cDepositVal",
|
|
3534
|
+
"type": "uint256"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"internalType": "uint256",
|
|
3538
|
+
"name": "suDepositVal",
|
|
3539
|
+
"type": "uint256"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"internalType": "uint256",
|
|
3543
|
+
"name": "cBorrowVal",
|
|
3544
|
+
"type": "uint256"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"internalType": "uint256",
|
|
3548
|
+
"name": "suBorrowVal",
|
|
3549
|
+
"type": "uint256"
|
|
3550
|
+
}
|
|
3551
|
+
],
|
|
3552
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
3354
3553
|
"type": "error"
|
|
3355
3554
|
},
|
|
3356
3555
|
{
|
|
3357
3556
|
"inputs": [],
|
|
3358
|
-
"name": "
|
|
3557
|
+
"name": "ExpiredSignature",
|
|
3359
3558
|
"type": "error"
|
|
3360
3559
|
},
|
|
3361
3560
|
{
|
|
@@ -3378,6 +3577,11 @@ exports.errorABIs = [
|
|
|
3378
3577
|
"name": "InvalidAmount",
|
|
3379
3578
|
"type": "error"
|
|
3380
3579
|
},
|
|
3580
|
+
{
|
|
3581
|
+
"inputs": [],
|
|
3582
|
+
"name": "InvalidBlockNumber",
|
|
3583
|
+
"type": "error"
|
|
3584
|
+
},
|
|
3381
3585
|
{
|
|
3382
3586
|
"inputs": [],
|
|
3383
3587
|
"name": "InvalidCloseFactor",
|
|
@@ -3443,6 +3647,11 @@ exports.errorABIs = [
|
|
|
3443
3647
|
"name": "InvalidSuToken",
|
|
3444
3648
|
"type": "error"
|
|
3445
3649
|
},
|
|
3650
|
+
{
|
|
3651
|
+
"inputs": [],
|
|
3652
|
+
"name": "InvalidTimestamp",
|
|
3653
|
+
"type": "error"
|
|
3654
|
+
},
|
|
3446
3655
|
{
|
|
3447
3656
|
"inputs": [],
|
|
3448
3657
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3528,26 +3737,11 @@ exports.errorABIs = [
|
|
|
3528
3737
|
"name": "NotSuToken",
|
|
3529
3738
|
"type": "error"
|
|
3530
3739
|
},
|
|
3531
|
-
{
|
|
3532
|
-
"inputs": [],
|
|
3533
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
3534
|
-
"type": "error"
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"inputs": [],
|
|
3538
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
3539
|
-
"type": "error"
|
|
3540
|
-
},
|
|
3541
3740
|
{
|
|
3542
3741
|
"inputs": [],
|
|
3543
3742
|
"name": "OnlyAdmin",
|
|
3544
3743
|
"type": "error"
|
|
3545
3744
|
},
|
|
3546
|
-
{
|
|
3547
|
-
"inputs": [],
|
|
3548
|
-
"name": "OnlyAdminOrCapper",
|
|
3549
|
-
"type": "error"
|
|
3550
|
-
},
|
|
3551
3745
|
{
|
|
3552
3746
|
"inputs": [],
|
|
3553
3747
|
"name": "OnlyAdminOrPauser",
|
|
@@ -3583,11 +3777,6 @@ exports.errorABIs = [
|
|
|
3583
3777
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3584
3778
|
"type": "error"
|
|
3585
3779
|
},
|
|
3586
|
-
{
|
|
3587
|
-
"inputs": [],
|
|
3588
|
-
"name": "ProtocolIsPaused",
|
|
3589
|
-
"type": "error"
|
|
3590
|
-
},
|
|
3591
3780
|
{
|
|
3592
3781
|
"inputs": [],
|
|
3593
3782
|
"name": "RedeemMarketNotFresh",
|
|
@@ -3618,11 +3807,6 @@ exports.errorABIs = [
|
|
|
3618
3807
|
"name": "ReduceReservesMarketNotFresh",
|
|
3619
3808
|
"type": "error"
|
|
3620
3809
|
},
|
|
3621
|
-
{
|
|
3622
|
-
"inputs": [],
|
|
3623
|
-
"name": "ReduceReservesOverflow",
|
|
3624
|
-
"type": "error"
|
|
3625
|
-
},
|
|
3626
3810
|
{
|
|
3627
3811
|
"inputs": [],
|
|
3628
3812
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -3693,6 +3877,11 @@ exports.errorABIs = [
|
|
|
3693
3877
|
"name": "UnderlyingBalanceError",
|
|
3694
3878
|
"type": "error"
|
|
3695
3879
|
},
|
|
3880
|
+
{
|
|
3881
|
+
"inputs": [],
|
|
3882
|
+
"name": "ZeroAddressNotAllowed",
|
|
3883
|
+
"type": "error"
|
|
3884
|
+
},
|
|
3696
3885
|
{
|
|
3697
3886
|
"inputs": [],
|
|
3698
3887
|
"name": "AddReservesMarketNotFresh",
|
|
@@ -3756,12 +3945,43 @@ exports.errorABIs = [
|
|
|
3756
3945
|
},
|
|
3757
3946
|
{
|
|
3758
3947
|
"inputs": [],
|
|
3759
|
-
"name": "
|
|
3948
|
+
"name": "EitherAssetOrDebtMustBeZero",
|
|
3949
|
+
"type": "error"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"inputs": [
|
|
3953
|
+
{
|
|
3954
|
+
"internalType": "uint8",
|
|
3955
|
+
"name": "groupId",
|
|
3956
|
+
"type": "uint8"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"internalType": "uint256",
|
|
3960
|
+
"name": "cDepositVal",
|
|
3961
|
+
"type": "uint256"
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"internalType": "uint256",
|
|
3965
|
+
"name": "suDepositVal",
|
|
3966
|
+
"type": "uint256"
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"internalType": "uint256",
|
|
3970
|
+
"name": "cBorrowVal",
|
|
3971
|
+
"type": "uint256"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"internalType": "uint256",
|
|
3975
|
+
"name": "suBorrowVal",
|
|
3976
|
+
"type": "uint256"
|
|
3977
|
+
}
|
|
3978
|
+
],
|
|
3979
|
+
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
3760
3980
|
"type": "error"
|
|
3761
3981
|
},
|
|
3762
3982
|
{
|
|
3763
3983
|
"inputs": [],
|
|
3764
|
-
"name": "
|
|
3984
|
+
"name": "ExpiredSignature",
|
|
3765
3985
|
"type": "error"
|
|
3766
3986
|
},
|
|
3767
3987
|
{
|
|
@@ -3784,6 +4004,11 @@ exports.errorABIs = [
|
|
|
3784
4004
|
"name": "InvalidAmount",
|
|
3785
4005
|
"type": "error"
|
|
3786
4006
|
},
|
|
4007
|
+
{
|
|
4008
|
+
"inputs": [],
|
|
4009
|
+
"name": "InvalidBlockNumber",
|
|
4010
|
+
"type": "error"
|
|
4011
|
+
},
|
|
3787
4012
|
{
|
|
3788
4013
|
"inputs": [],
|
|
3789
4014
|
"name": "InvalidCloseFactor",
|
|
@@ -3849,6 +4074,11 @@ exports.errorABIs = [
|
|
|
3849
4074
|
"name": "InvalidSuToken",
|
|
3850
4075
|
"type": "error"
|
|
3851
4076
|
},
|
|
4077
|
+
{
|
|
4078
|
+
"inputs": [],
|
|
4079
|
+
"name": "InvalidTimestamp",
|
|
4080
|
+
"type": "error"
|
|
4081
|
+
},
|
|
3852
4082
|
{
|
|
3853
4083
|
"inputs": [],
|
|
3854
4084
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -3934,26 +4164,11 @@ exports.errorABIs = [
|
|
|
3934
4164
|
"name": "NotSuToken",
|
|
3935
4165
|
"type": "error"
|
|
3936
4166
|
},
|
|
3937
|
-
{
|
|
3938
|
-
"inputs": [],
|
|
3939
|
-
"name": "OneOfNetAssetAndNetDebtMustBeZero",
|
|
3940
|
-
"type": "error"
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"inputs": [],
|
|
3944
|
-
"name": "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
3945
|
-
"type": "error"
|
|
3946
|
-
},
|
|
3947
4167
|
{
|
|
3948
4168
|
"inputs": [],
|
|
3949
4169
|
"name": "OnlyAdmin",
|
|
3950
4170
|
"type": "error"
|
|
3951
4171
|
},
|
|
3952
|
-
{
|
|
3953
|
-
"inputs": [],
|
|
3954
|
-
"name": "OnlyAdminOrCapper",
|
|
3955
|
-
"type": "error"
|
|
3956
|
-
},
|
|
3957
4172
|
{
|
|
3958
4173
|
"inputs": [],
|
|
3959
4174
|
"name": "OnlyAdminOrPauser",
|
|
@@ -3989,11 +4204,6 @@ exports.errorABIs = [
|
|
|
3989
4204
|
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
3990
4205
|
"type": "error"
|
|
3991
4206
|
},
|
|
3992
|
-
{
|
|
3993
|
-
"inputs": [],
|
|
3994
|
-
"name": "ProtocolIsPaused",
|
|
3995
|
-
"type": "error"
|
|
3996
|
-
},
|
|
3997
4207
|
{
|
|
3998
4208
|
"inputs": [],
|
|
3999
4209
|
"name": "RedeemMarketNotFresh",
|
|
@@ -4024,11 +4234,6 @@ exports.errorABIs = [
|
|
|
4024
4234
|
"name": "ReduceReservesMarketNotFresh",
|
|
4025
4235
|
"type": "error"
|
|
4026
4236
|
},
|
|
4027
|
-
{
|
|
4028
|
-
"inputs": [],
|
|
4029
|
-
"name": "ReduceReservesOverflow",
|
|
4030
|
-
"type": "error"
|
|
4031
|
-
},
|
|
4032
4237
|
{
|
|
4033
4238
|
"inputs": [],
|
|
4034
4239
|
"name": "RepayBorrowMarketNotFresh",
|
|
@@ -4099,6 +4304,11 @@ exports.errorABIs = [
|
|
|
4099
4304
|
"name": "UnderlyingBalanceError",
|
|
4100
4305
|
"type": "error"
|
|
4101
4306
|
},
|
|
4307
|
+
{
|
|
4308
|
+
"inputs": [],
|
|
4309
|
+
"name": "ZeroAddressNotAllowed",
|
|
4310
|
+
"type": "error"
|
|
4311
|
+
},
|
|
4102
4312
|
{
|
|
4103
4313
|
"inputs": [
|
|
4104
4314
|
{
|
|
@@ -4244,6 +4454,61 @@ exports.errorABIs = [
|
|
|
4244
4454
|
"name": "TokenRateLimitReached",
|
|
4245
4455
|
"type": "error"
|
|
4246
4456
|
},
|
|
4457
|
+
{
|
|
4458
|
+
"inputs": [],
|
|
4459
|
+
"name": "EmptyAdapterAddress",
|
|
4460
|
+
"type": "error"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"inputs": [],
|
|
4464
|
+
"name": "EmptyFeedAddress",
|
|
4465
|
+
"type": "error"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"inputs": [],
|
|
4469
|
+
"name": "EmptyMaxStalePeriod",
|
|
4470
|
+
"type": "error"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"inputs": [],
|
|
4474
|
+
"name": "EmptyPendlePtOracle",
|
|
4475
|
+
"type": "error"
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"inputs": [],
|
|
4479
|
+
"name": "EmptyPythOracle",
|
|
4480
|
+
"type": "error"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"inputs": [],
|
|
4484
|
+
"name": "InvalidFeedDecimals",
|
|
4485
|
+
"type": "error"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"inputs": [],
|
|
4489
|
+
"name": "InvalidPrice",
|
|
4490
|
+
"type": "error"
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"inputs": [],
|
|
4494
|
+
"name": "UnknownSource",
|
|
4495
|
+
"type": "error"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"inputs": [],
|
|
4499
|
+
"name": "UnsupportedSource",
|
|
4500
|
+
"type": "error"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"inputs": [],
|
|
4504
|
+
"name": "ZeroAddressNotAllowed",
|
|
4505
|
+
"type": "error"
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"inputs": [],
|
|
4509
|
+
"name": "ZeroValueNotAllowed",
|
|
4510
|
+
"type": "error"
|
|
4511
|
+
},
|
|
4247
4512
|
{
|
|
4248
4513
|
"inputs": [
|
|
4249
4514
|
{
|