@meterio/sumer-js 0.2.135 → 0.2.136
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 +0 -226
- package/dist/nodejs/abi.js +45 -5267
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/beramain.d.ts +2 -0
- package/dist/nodejs/constants/beramain.js +16 -1
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/constants/sepolia.d.ts +5 -9
- package/dist/nodejs/constants/sepolia.js +24 -33
- package/dist/nodejs/constants/sepolia.js.map +1 -1
- package/dist/nodejs/errorABIs.js +0 -1044
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +0 -226
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +1 -5
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/CToken/index.d.ts +0 -4
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +1 -17
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +0 -2
- package/dist/nodejs/typechain/contracts/Oracle/{aprMONAdapter.sol/AprMONAdapter.d.ts → dualCoreAdapter.sol/ICoreVault.d.ts} +10 -10
- package/dist/nodejs/typechain/contracts/Oracle/{aprMONAdapter.sol/index.js → dualCoreAdapter.sol/ICoreVault.js} +1 -1
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/ICoreVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +3 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +0 -14
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +0 -19
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +0 -34
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +0 -45
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js +1 -26
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +1 -35
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +1 -46
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +1 -25
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/{aprMONAdapter.sol/IAprMon__factory.js → dualCoreAdapter.sol/ICoreVault__factory.js} +6 -25
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/ICoreVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +1 -2
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +18 -180
- package/dist/nodejs/typechain/index.d.ts +2 -14
- package/dist/nodejs/typechain/index.js +5 -17
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.d.ts +0 -37
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAToken.js.map +0 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.d.ts +0 -133
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/IAaveV3Pool.js.map +0 -1
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js +0 -3
- package/dist/nodejs/typechain/contracts/CToken/CAavePool.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js +0 -3
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.d.ts +0 -37
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js +0 -3
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/IAprMon.js.map +0 -1
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.d.ts +0 -2
- package/dist/nodejs/typechain/contracts/Oracle/aprMONAdapter.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.d.ts +0 -55
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js +0 -84
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAToken__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.d.ts +0 -145
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js +0 -199
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/IAaveV3Pool__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.d.ts +0 -3
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js +0 -13
- package/dist/nodejs/typechain/factories/contracts/CToken/CAavePool.sol/index.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.d.ts +0 -44
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js +0 -69
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/AprMONAdapter__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.d.ts +0 -35
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/IAprMon__factory.js.map +0 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js +0 -11
- package/dist/nodejs/typechain/factories/contracts/Oracle/aprMONAdapter.sol/index.js.map +0 -1
package/dist/nodejs/errorABIs.js
CHANGED
|
@@ -5837,1050 +5837,6 @@ exports.errorABIs = [
|
|
|
5837
5837
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
5838
5838
|
"type": "error"
|
|
5839
5839
|
},
|
|
5840
|
-
{
|
|
5841
|
-
"inputs": [],
|
|
5842
|
-
"name": "CantSweepUnderlying",
|
|
5843
|
-
"type": "error"
|
|
5844
|
-
},
|
|
5845
|
-
{
|
|
5846
|
-
"inputs": [],
|
|
5847
|
-
"name": "ComptrollerMismatch",
|
|
5848
|
-
"type": "error"
|
|
5849
|
-
},
|
|
5850
|
-
{
|
|
5851
|
-
"inputs": [],
|
|
5852
|
-
"name": "EitherAssetOrDebtMustBeZero",
|
|
5853
|
-
"type": "error"
|
|
5854
|
-
},
|
|
5855
|
-
{
|
|
5856
|
-
"inputs": [
|
|
5857
|
-
{
|
|
5858
|
-
"internalType": "uint8",
|
|
5859
|
-
"name": "groupId",
|
|
5860
|
-
"type": "uint8"
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"internalType": "uint256",
|
|
5864
|
-
"name": "cDepositVal",
|
|
5865
|
-
"type": "uint256"
|
|
5866
|
-
},
|
|
5867
|
-
{
|
|
5868
|
-
"internalType": "uint256",
|
|
5869
|
-
"name": "suDepositVal",
|
|
5870
|
-
"type": "uint256"
|
|
5871
|
-
},
|
|
5872
|
-
{
|
|
5873
|
-
"internalType": "uint256",
|
|
5874
|
-
"name": "cBorrowVal",
|
|
5875
|
-
"type": "uint256"
|
|
5876
|
-
},
|
|
5877
|
-
{
|
|
5878
|
-
"internalType": "uint256",
|
|
5879
|
-
"name": "suBorrowVal",
|
|
5880
|
-
"type": "uint256"
|
|
5881
|
-
}
|
|
5882
|
-
],
|
|
5883
|
-
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
5884
|
-
"type": "error"
|
|
5885
|
-
},
|
|
5886
|
-
{
|
|
5887
|
-
"inputs": [],
|
|
5888
|
-
"name": "ExpiredSignature",
|
|
5889
|
-
"type": "error"
|
|
5890
|
-
},
|
|
5891
|
-
{
|
|
5892
|
-
"inputs": [],
|
|
5893
|
-
"name": "InsufficientCollateral",
|
|
5894
|
-
"type": "error"
|
|
5895
|
-
},
|
|
5896
|
-
{
|
|
5897
|
-
"inputs": [],
|
|
5898
|
-
"name": "InsufficientShortfall",
|
|
5899
|
-
"type": "error"
|
|
5900
|
-
},
|
|
5901
|
-
{
|
|
5902
|
-
"inputs": [],
|
|
5903
|
-
"name": "InterMintNotAllowed",
|
|
5904
|
-
"type": "error"
|
|
5905
|
-
},
|
|
5906
|
-
{
|
|
5907
|
-
"inputs": [],
|
|
5908
|
-
"name": "InvalidAddress",
|
|
5909
|
-
"type": "error"
|
|
5910
|
-
},
|
|
5911
|
-
{
|
|
5912
|
-
"inputs": [],
|
|
5913
|
-
"name": "InvalidAmount",
|
|
5914
|
-
"type": "error"
|
|
5915
|
-
},
|
|
5916
|
-
{
|
|
5917
|
-
"inputs": [],
|
|
5918
|
-
"name": "InvalidBlockNumber",
|
|
5919
|
-
"type": "error"
|
|
5920
|
-
},
|
|
5921
|
-
{
|
|
5922
|
-
"inputs": [],
|
|
5923
|
-
"name": "InvalidCToken",
|
|
5924
|
-
"type": "error"
|
|
5925
|
-
},
|
|
5926
|
-
{
|
|
5927
|
-
"inputs": [],
|
|
5928
|
-
"name": "InvalidCloseFactor",
|
|
5929
|
-
"type": "error"
|
|
5930
|
-
},
|
|
5931
|
-
{
|
|
5932
|
-
"inputs": [],
|
|
5933
|
-
"name": "InvalidComptroller",
|
|
5934
|
-
"type": "error"
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"inputs": [],
|
|
5938
|
-
"name": "InvalidDiscountRate",
|
|
5939
|
-
"type": "error"
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"inputs": [],
|
|
5943
|
-
"name": "InvalidExchangeRate",
|
|
5944
|
-
"type": "error"
|
|
5945
|
-
},
|
|
5946
|
-
{
|
|
5947
|
-
"inputs": [],
|
|
5948
|
-
"name": "InvalidGroupId",
|
|
5949
|
-
"type": "error"
|
|
5950
|
-
},
|
|
5951
|
-
{
|
|
5952
|
-
"inputs": [],
|
|
5953
|
-
"name": "InvalidInput",
|
|
5954
|
-
"type": "error"
|
|
5955
|
-
},
|
|
5956
|
-
{
|
|
5957
|
-
"inputs": [],
|
|
5958
|
-
"name": "InvalidInterestRateModel",
|
|
5959
|
-
"type": "error"
|
|
5960
|
-
},
|
|
5961
|
-
{
|
|
5962
|
-
"inputs": [],
|
|
5963
|
-
"name": "InvalidMinSuBorrowValue",
|
|
5964
|
-
"type": "error"
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"inputs": [],
|
|
5968
|
-
"name": "InvalidRedeem",
|
|
5969
|
-
"type": "error"
|
|
5970
|
-
},
|
|
5971
|
-
{
|
|
5972
|
-
"inputs": [],
|
|
5973
|
-
"name": "InvalidReduceAmount",
|
|
5974
|
-
"type": "error"
|
|
5975
|
-
},
|
|
5976
|
-
{
|
|
5977
|
-
"inputs": [],
|
|
5978
|
-
"name": "InvalidReserveFactor",
|
|
5979
|
-
"type": "error"
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"inputs": [],
|
|
5983
|
-
"name": "InvalidSignatureForRedeemFaceValue",
|
|
5984
|
-
"type": "error"
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"inputs": [],
|
|
5988
|
-
"name": "InvalidSignatureLength",
|
|
5989
|
-
"type": "error"
|
|
5990
|
-
},
|
|
5991
|
-
{
|
|
5992
|
-
"inputs": [],
|
|
5993
|
-
"name": "InvalidSuToken",
|
|
5994
|
-
"type": "error"
|
|
5995
|
-
},
|
|
5996
|
-
{
|
|
5997
|
-
"inputs": [],
|
|
5998
|
-
"name": "InvalidTimestamp",
|
|
5999
|
-
"type": "error"
|
|
6000
|
-
},
|
|
6001
|
-
{
|
|
6002
|
-
"inputs": [],
|
|
6003
|
-
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
6004
|
-
"type": "error"
|
|
6005
|
-
},
|
|
6006
|
-
{
|
|
6007
|
-
"inputs": [],
|
|
6008
|
-
"name": "LiquidateBorrow_RepayAmountIsMax",
|
|
6009
|
-
"type": "error"
|
|
6010
|
-
},
|
|
6011
|
-
{
|
|
6012
|
-
"inputs": [],
|
|
6013
|
-
"name": "LiquidateBorrow_RepayAmountIsZero",
|
|
6014
|
-
"type": "error"
|
|
6015
|
-
},
|
|
6016
|
-
{
|
|
6017
|
-
"inputs": [],
|
|
6018
|
-
"name": "LiquidateBorrow_SeizeTooMuch",
|
|
6019
|
-
"type": "error"
|
|
6020
|
-
},
|
|
6021
|
-
{
|
|
6022
|
-
"inputs": [],
|
|
6023
|
-
"name": "LiquidateCollateralMarketNotFresh",
|
|
6024
|
-
"type": "error"
|
|
6025
|
-
},
|
|
6026
|
-
{
|
|
6027
|
-
"inputs": [],
|
|
6028
|
-
"name": "LiquidateMarketNotFresh",
|
|
6029
|
-
"type": "error"
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
"inputs": [],
|
|
6033
|
-
"name": "MarketAlreadyListed",
|
|
6034
|
-
"type": "error"
|
|
6035
|
-
},
|
|
6036
|
-
{
|
|
6037
|
-
"inputs": [],
|
|
6038
|
-
"name": "MarketAlreadyUnlisted",
|
|
6039
|
-
"type": "error"
|
|
6040
|
-
},
|
|
6041
|
-
{
|
|
6042
|
-
"inputs": [],
|
|
6043
|
-
"name": "MarketCanOnlyInitializeOnce",
|
|
6044
|
-
"type": "error"
|
|
6045
|
-
},
|
|
6046
|
-
{
|
|
6047
|
-
"inputs": [],
|
|
6048
|
-
"name": "MarketNotEmpty",
|
|
6049
|
-
"type": "error"
|
|
6050
|
-
},
|
|
6051
|
-
{
|
|
6052
|
-
"inputs": [],
|
|
6053
|
-
"name": "MarketNotListed",
|
|
6054
|
-
"type": "error"
|
|
6055
|
-
},
|
|
6056
|
-
{
|
|
6057
|
-
"inputs": [],
|
|
6058
|
-
"name": "MarketPaused",
|
|
6059
|
-
"type": "error"
|
|
6060
|
-
},
|
|
6061
|
-
{
|
|
6062
|
-
"inputs": [],
|
|
6063
|
-
"name": "MinDelayNotReached",
|
|
6064
|
-
"type": "error"
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"inputs": [],
|
|
6068
|
-
"name": "MintMarketNotFresh",
|
|
6069
|
-
"type": "error"
|
|
6070
|
-
},
|
|
6071
|
-
{
|
|
6072
|
-
"inputs": [],
|
|
6073
|
-
"name": "MintPaused",
|
|
6074
|
-
"type": "error"
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"inputs": [],
|
|
6078
|
-
"name": "MintTokensCantBeZero",
|
|
6079
|
-
"type": "error"
|
|
6080
|
-
},
|
|
6081
|
-
{
|
|
6082
|
-
"inputs": [],
|
|
6083
|
-
"name": "NoRedemptionProvider",
|
|
6084
|
-
"type": "error"
|
|
6085
|
-
},
|
|
6086
|
-
{
|
|
6087
|
-
"inputs": [],
|
|
6088
|
-
"name": "NotCToken",
|
|
6089
|
-
"type": "error"
|
|
6090
|
-
},
|
|
6091
|
-
{
|
|
6092
|
-
"inputs": [],
|
|
6093
|
-
"name": "NotEnoughForSeize",
|
|
6094
|
-
"type": "error"
|
|
6095
|
-
},
|
|
6096
|
-
{
|
|
6097
|
-
"inputs": [],
|
|
6098
|
-
"name": "NotEnoughRedeemAmount",
|
|
6099
|
-
"type": "error"
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"inputs": [],
|
|
6103
|
-
"name": "NotEnoughRedeemTokens",
|
|
6104
|
-
"type": "error"
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"inputs": [],
|
|
6108
|
-
"name": "NotEnoughUnderlyingAfterRedeem",
|
|
6109
|
-
"type": "error"
|
|
6110
|
-
},
|
|
6111
|
-
{
|
|
6112
|
-
"inputs": [],
|
|
6113
|
-
"name": "NotEnoughUnderlyingForMint",
|
|
6114
|
-
"type": "error"
|
|
6115
|
-
},
|
|
6116
|
-
{
|
|
6117
|
-
"inputs": [],
|
|
6118
|
-
"name": "NotLiquidatableYet",
|
|
6119
|
-
"type": "error"
|
|
6120
|
-
},
|
|
6121
|
-
{
|
|
6122
|
-
"inputs": [],
|
|
6123
|
-
"name": "NotSuToken",
|
|
6124
|
-
"type": "error"
|
|
6125
|
-
},
|
|
6126
|
-
{
|
|
6127
|
-
"inputs": [],
|
|
6128
|
-
"name": "OnlyAdmin",
|
|
6129
|
-
"type": "error"
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"inputs": [],
|
|
6133
|
-
"name": "OnlyAdminOrPauser",
|
|
6134
|
-
"type": "error"
|
|
6135
|
-
},
|
|
6136
|
-
{
|
|
6137
|
-
"inputs": [],
|
|
6138
|
-
"name": "OnlyCToken",
|
|
6139
|
-
"type": "error"
|
|
6140
|
-
},
|
|
6141
|
-
{
|
|
6142
|
-
"inputs": [],
|
|
6143
|
-
"name": "OnlyListedCToken",
|
|
6144
|
-
"type": "error"
|
|
6145
|
-
},
|
|
6146
|
-
{
|
|
6147
|
-
"inputs": [],
|
|
6148
|
-
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
6149
|
-
"type": "error"
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"inputs": [],
|
|
6153
|
-
"name": "OnlyPendingAdmin",
|
|
6154
|
-
"type": "error"
|
|
6155
|
-
},
|
|
6156
|
-
{
|
|
6157
|
-
"inputs": [],
|
|
6158
|
-
"name": "OnlyRedemptionManager",
|
|
6159
|
-
"type": "error"
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"inputs": [],
|
|
6163
|
-
"name": "OverThreshold",
|
|
6164
|
-
"type": "error"
|
|
6165
|
-
},
|
|
6166
|
-
{
|
|
6167
|
-
"inputs": [],
|
|
6168
|
-
"name": "PriceError",
|
|
6169
|
-
"type": "error"
|
|
6170
|
-
},
|
|
6171
|
-
{
|
|
6172
|
-
"inputs": [],
|
|
6173
|
-
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
6174
|
-
"type": "error"
|
|
6175
|
-
},
|
|
6176
|
-
{
|
|
6177
|
-
"inputs": [],
|
|
6178
|
-
"name": "RedeemMarketNotFresh",
|
|
6179
|
-
"type": "error"
|
|
6180
|
-
},
|
|
6181
|
-
{
|
|
6182
|
-
"inputs": [],
|
|
6183
|
-
"name": "RedeemTransferOutNotPossible",
|
|
6184
|
-
"type": "error"
|
|
6185
|
-
},
|
|
6186
|
-
{
|
|
6187
|
-
"inputs": [],
|
|
6188
|
-
"name": "RedemptionSeizeTooMuch",
|
|
6189
|
-
"type": "error"
|
|
6190
|
-
},
|
|
6191
|
-
{
|
|
6192
|
-
"inputs": [],
|
|
6193
|
-
"name": "RedemptionSignerNotInitialized",
|
|
6194
|
-
"type": "error"
|
|
6195
|
-
},
|
|
6196
|
-
{
|
|
6197
|
-
"inputs": [],
|
|
6198
|
-
"name": "ReduceReservesCashNotAvailable",
|
|
6199
|
-
"type": "error"
|
|
6200
|
-
},
|
|
6201
|
-
{
|
|
6202
|
-
"inputs": [],
|
|
6203
|
-
"name": "ReduceReservesMarketNotFresh",
|
|
6204
|
-
"type": "error"
|
|
6205
|
-
},
|
|
6206
|
-
{
|
|
6207
|
-
"inputs": [],
|
|
6208
|
-
"name": "Reentered",
|
|
6209
|
-
"type": "error"
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"inputs": [],
|
|
6213
|
-
"name": "RepayBorrowMarketNotFresh",
|
|
6214
|
-
"type": "error"
|
|
6215
|
-
},
|
|
6216
|
-
{
|
|
6217
|
-
"inputs": [],
|
|
6218
|
-
"name": "RepayTokenNotListed",
|
|
6219
|
-
"type": "error"
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"inputs": [],
|
|
6223
|
-
"name": "SeizePaused",
|
|
6224
|
-
"type": "error"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"inputs": [],
|
|
6228
|
-
"name": "SeizeTokenNotListed",
|
|
6229
|
-
"type": "error"
|
|
6230
|
-
},
|
|
6231
|
-
{
|
|
6232
|
-
"inputs": [],
|
|
6233
|
-
"name": "Seize_LiquidatorIsBorrower",
|
|
6234
|
-
"type": "error"
|
|
6235
|
-
},
|
|
6236
|
-
{
|
|
6237
|
-
"inputs": [],
|
|
6238
|
-
"name": "SenderMustBeCToken",
|
|
6239
|
-
"type": "error"
|
|
6240
|
-
},
|
|
6241
|
-
{
|
|
6242
|
-
"inputs": [],
|
|
6243
|
-
"name": "SetInterestRateModelMarketNotFresh",
|
|
6244
|
-
"type": "error"
|
|
6245
|
-
},
|
|
6246
|
-
{
|
|
6247
|
-
"inputs": [],
|
|
6248
|
-
"name": "SetReservesFactorMarketNotFresh",
|
|
6249
|
-
"type": "error"
|
|
6250
|
-
},
|
|
6251
|
-
{
|
|
6252
|
-
"inputs": [],
|
|
6253
|
-
"name": "SupplyCapReached",
|
|
6254
|
-
"type": "error"
|
|
6255
|
-
},
|
|
6256
|
-
{
|
|
6257
|
-
"inputs": [],
|
|
6258
|
-
"name": "TokenInOrAmountInMustBeZero",
|
|
6259
|
-
"type": "error"
|
|
6260
|
-
},
|
|
6261
|
-
{
|
|
6262
|
-
"inputs": [],
|
|
6263
|
-
"name": "TokenTransferInFailed",
|
|
6264
|
-
"type": "error"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"inputs": [],
|
|
6268
|
-
"name": "TokenTransferOutFailed",
|
|
6269
|
-
"type": "error"
|
|
6270
|
-
},
|
|
6271
|
-
{
|
|
6272
|
-
"inputs": [],
|
|
6273
|
-
"name": "TooMuchRepay",
|
|
6274
|
-
"type": "error"
|
|
6275
|
-
},
|
|
6276
|
-
{
|
|
6277
|
-
"inputs": [],
|
|
6278
|
-
"name": "TotalBorrowsNotZero",
|
|
6279
|
-
"type": "error"
|
|
6280
|
-
},
|
|
6281
|
-
{
|
|
6282
|
-
"inputs": [],
|
|
6283
|
-
"name": "TotalSupplyNotZero",
|
|
6284
|
-
"type": "error"
|
|
6285
|
-
},
|
|
6286
|
-
{
|
|
6287
|
-
"inputs": [],
|
|
6288
|
-
"name": "TransferNotAllowed",
|
|
6289
|
-
"type": "error"
|
|
6290
|
-
},
|
|
6291
|
-
{
|
|
6292
|
-
"inputs": [],
|
|
6293
|
-
"name": "TransferPaused",
|
|
6294
|
-
"type": "error"
|
|
6295
|
-
},
|
|
6296
|
-
{
|
|
6297
|
-
"inputs": [],
|
|
6298
|
-
"name": "UnderlyingBalanceError",
|
|
6299
|
-
"type": "error"
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"inputs": [],
|
|
6303
|
-
"name": "ZeroAddressNotAllowed",
|
|
6304
|
-
"type": "error"
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"inputs": [],
|
|
6308
|
-
"name": "AddReservesMarketNotFresh",
|
|
6309
|
-
"type": "error"
|
|
6310
|
-
},
|
|
6311
|
-
{
|
|
6312
|
-
"inputs": [],
|
|
6313
|
-
"name": "AddReservesOverflow",
|
|
6314
|
-
"type": "error"
|
|
6315
|
-
},
|
|
6316
|
-
{
|
|
6317
|
-
"inputs": [],
|
|
6318
|
-
"name": "BorrowAndDepositBackFailed",
|
|
6319
|
-
"type": "error"
|
|
6320
|
-
},
|
|
6321
|
-
{
|
|
6322
|
-
"inputs": [],
|
|
6323
|
-
"name": "BorrowCapReached",
|
|
6324
|
-
"type": "error"
|
|
6325
|
-
},
|
|
6326
|
-
{
|
|
6327
|
-
"inputs": [],
|
|
6328
|
-
"name": "BorrowCashNotAvailable",
|
|
6329
|
-
"type": "error"
|
|
6330
|
-
},
|
|
6331
|
-
{
|
|
6332
|
-
"inputs": [],
|
|
6333
|
-
"name": "BorrowMarketNotFresh",
|
|
6334
|
-
"type": "error"
|
|
6335
|
-
},
|
|
6336
|
-
{
|
|
6337
|
-
"inputs": [],
|
|
6338
|
-
"name": "BorrowPaused",
|
|
6339
|
-
"type": "error"
|
|
6340
|
-
},
|
|
6341
|
-
{
|
|
6342
|
-
"inputs": [
|
|
6343
|
-
{
|
|
6344
|
-
"internalType": "uint256",
|
|
6345
|
-
"name": "usdThreshold",
|
|
6346
|
-
"type": "uint256"
|
|
6347
|
-
}
|
|
6348
|
-
],
|
|
6349
|
-
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
6350
|
-
"type": "error"
|
|
6351
|
-
},
|
|
6352
|
-
{
|
|
6353
|
-
"inputs": [],
|
|
6354
|
-
"name": "CantEnterPausedMarket",
|
|
6355
|
-
"type": "error"
|
|
6356
|
-
},
|
|
6357
|
-
{
|
|
6358
|
-
"inputs": [],
|
|
6359
|
-
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
6360
|
-
"type": "error"
|
|
6361
|
-
},
|
|
6362
|
-
{
|
|
6363
|
-
"inputs": [],
|
|
6364
|
-
"name": "CantSweepUnderlying",
|
|
6365
|
-
"type": "error"
|
|
6366
|
-
},
|
|
6367
|
-
{
|
|
6368
|
-
"inputs": [],
|
|
6369
|
-
"name": "ComptrollerMismatch",
|
|
6370
|
-
"type": "error"
|
|
6371
|
-
},
|
|
6372
|
-
{
|
|
6373
|
-
"inputs": [],
|
|
6374
|
-
"name": "EitherAssetOrDebtMustBeZero",
|
|
6375
|
-
"type": "error"
|
|
6376
|
-
},
|
|
6377
|
-
{
|
|
6378
|
-
"inputs": [
|
|
6379
|
-
{
|
|
6380
|
-
"internalType": "uint8",
|
|
6381
|
-
"name": "groupId",
|
|
6382
|
-
"type": "uint8"
|
|
6383
|
-
},
|
|
6384
|
-
{
|
|
6385
|
-
"internalType": "uint256",
|
|
6386
|
-
"name": "cDepositVal",
|
|
6387
|
-
"type": "uint256"
|
|
6388
|
-
},
|
|
6389
|
-
{
|
|
6390
|
-
"internalType": "uint256",
|
|
6391
|
-
"name": "suDepositVal",
|
|
6392
|
-
"type": "uint256"
|
|
6393
|
-
},
|
|
6394
|
-
{
|
|
6395
|
-
"internalType": "uint256",
|
|
6396
|
-
"name": "cBorrowVal",
|
|
6397
|
-
"type": "uint256"
|
|
6398
|
-
},
|
|
6399
|
-
{
|
|
6400
|
-
"internalType": "uint256",
|
|
6401
|
-
"name": "suBorrowVal",
|
|
6402
|
-
"type": "uint256"
|
|
6403
|
-
}
|
|
6404
|
-
],
|
|
6405
|
-
"name": "EitherAssetOrDebtMustBeZeroInGroup",
|
|
6406
|
-
"type": "error"
|
|
6407
|
-
},
|
|
6408
|
-
{
|
|
6409
|
-
"inputs": [],
|
|
6410
|
-
"name": "ExpiredSignature",
|
|
6411
|
-
"type": "error"
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"inputs": [],
|
|
6415
|
-
"name": "InsufficientCollateral",
|
|
6416
|
-
"type": "error"
|
|
6417
|
-
},
|
|
6418
|
-
{
|
|
6419
|
-
"inputs": [],
|
|
6420
|
-
"name": "InsufficientShortfall",
|
|
6421
|
-
"type": "error"
|
|
6422
|
-
},
|
|
6423
|
-
{
|
|
6424
|
-
"inputs": [],
|
|
6425
|
-
"name": "InterMintNotAllowed",
|
|
6426
|
-
"type": "error"
|
|
6427
|
-
},
|
|
6428
|
-
{
|
|
6429
|
-
"inputs": [],
|
|
6430
|
-
"name": "InvalidAddress",
|
|
6431
|
-
"type": "error"
|
|
6432
|
-
},
|
|
6433
|
-
{
|
|
6434
|
-
"inputs": [],
|
|
6435
|
-
"name": "InvalidAmount",
|
|
6436
|
-
"type": "error"
|
|
6437
|
-
},
|
|
6438
|
-
{
|
|
6439
|
-
"inputs": [],
|
|
6440
|
-
"name": "InvalidBlockNumber",
|
|
6441
|
-
"type": "error"
|
|
6442
|
-
},
|
|
6443
|
-
{
|
|
6444
|
-
"inputs": [],
|
|
6445
|
-
"name": "InvalidCToken",
|
|
6446
|
-
"type": "error"
|
|
6447
|
-
},
|
|
6448
|
-
{
|
|
6449
|
-
"inputs": [],
|
|
6450
|
-
"name": "InvalidCloseFactor",
|
|
6451
|
-
"type": "error"
|
|
6452
|
-
},
|
|
6453
|
-
{
|
|
6454
|
-
"inputs": [],
|
|
6455
|
-
"name": "InvalidComptroller",
|
|
6456
|
-
"type": "error"
|
|
6457
|
-
},
|
|
6458
|
-
{
|
|
6459
|
-
"inputs": [],
|
|
6460
|
-
"name": "InvalidDiscountRate",
|
|
6461
|
-
"type": "error"
|
|
6462
|
-
},
|
|
6463
|
-
{
|
|
6464
|
-
"inputs": [],
|
|
6465
|
-
"name": "InvalidExchangeRate",
|
|
6466
|
-
"type": "error"
|
|
6467
|
-
},
|
|
6468
|
-
{
|
|
6469
|
-
"inputs": [],
|
|
6470
|
-
"name": "InvalidGroupId",
|
|
6471
|
-
"type": "error"
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"inputs": [],
|
|
6475
|
-
"name": "InvalidInput",
|
|
6476
|
-
"type": "error"
|
|
6477
|
-
},
|
|
6478
|
-
{
|
|
6479
|
-
"inputs": [],
|
|
6480
|
-
"name": "InvalidInterestRateModel",
|
|
6481
|
-
"type": "error"
|
|
6482
|
-
},
|
|
6483
|
-
{
|
|
6484
|
-
"inputs": [],
|
|
6485
|
-
"name": "InvalidMinSuBorrowValue",
|
|
6486
|
-
"type": "error"
|
|
6487
|
-
},
|
|
6488
|
-
{
|
|
6489
|
-
"inputs": [],
|
|
6490
|
-
"name": "InvalidRedeem",
|
|
6491
|
-
"type": "error"
|
|
6492
|
-
},
|
|
6493
|
-
{
|
|
6494
|
-
"inputs": [],
|
|
6495
|
-
"name": "InvalidReduceAmount",
|
|
6496
|
-
"type": "error"
|
|
6497
|
-
},
|
|
6498
|
-
{
|
|
6499
|
-
"inputs": [],
|
|
6500
|
-
"name": "InvalidReserveFactor",
|
|
6501
|
-
"type": "error"
|
|
6502
|
-
},
|
|
6503
|
-
{
|
|
6504
|
-
"inputs": [],
|
|
6505
|
-
"name": "InvalidSignatureForRedeemFaceValue",
|
|
6506
|
-
"type": "error"
|
|
6507
|
-
},
|
|
6508
|
-
{
|
|
6509
|
-
"inputs": [],
|
|
6510
|
-
"name": "InvalidSignatureLength",
|
|
6511
|
-
"type": "error"
|
|
6512
|
-
},
|
|
6513
|
-
{
|
|
6514
|
-
"inputs": [],
|
|
6515
|
-
"name": "InvalidSuToken",
|
|
6516
|
-
"type": "error"
|
|
6517
|
-
},
|
|
6518
|
-
{
|
|
6519
|
-
"inputs": [],
|
|
6520
|
-
"name": "InvalidTimestamp",
|
|
6521
|
-
"type": "error"
|
|
6522
|
-
},
|
|
6523
|
-
{
|
|
6524
|
-
"inputs": [],
|
|
6525
|
-
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
6526
|
-
"type": "error"
|
|
6527
|
-
},
|
|
6528
|
-
{
|
|
6529
|
-
"inputs": [],
|
|
6530
|
-
"name": "LiquidateBorrow_RepayAmountIsMax",
|
|
6531
|
-
"type": "error"
|
|
6532
|
-
},
|
|
6533
|
-
{
|
|
6534
|
-
"inputs": [],
|
|
6535
|
-
"name": "LiquidateBorrow_RepayAmountIsZero",
|
|
6536
|
-
"type": "error"
|
|
6537
|
-
},
|
|
6538
|
-
{
|
|
6539
|
-
"inputs": [],
|
|
6540
|
-
"name": "LiquidateBorrow_SeizeTooMuch",
|
|
6541
|
-
"type": "error"
|
|
6542
|
-
},
|
|
6543
|
-
{
|
|
6544
|
-
"inputs": [],
|
|
6545
|
-
"name": "LiquidateCollateralMarketNotFresh",
|
|
6546
|
-
"type": "error"
|
|
6547
|
-
},
|
|
6548
|
-
{
|
|
6549
|
-
"inputs": [],
|
|
6550
|
-
"name": "LiquidateMarketNotFresh",
|
|
6551
|
-
"type": "error"
|
|
6552
|
-
},
|
|
6553
|
-
{
|
|
6554
|
-
"inputs": [],
|
|
6555
|
-
"name": "MarketAlreadyListed",
|
|
6556
|
-
"type": "error"
|
|
6557
|
-
},
|
|
6558
|
-
{
|
|
6559
|
-
"inputs": [],
|
|
6560
|
-
"name": "MarketAlreadyUnlisted",
|
|
6561
|
-
"type": "error"
|
|
6562
|
-
},
|
|
6563
|
-
{
|
|
6564
|
-
"inputs": [],
|
|
6565
|
-
"name": "MarketCanOnlyInitializeOnce",
|
|
6566
|
-
"type": "error"
|
|
6567
|
-
},
|
|
6568
|
-
{
|
|
6569
|
-
"inputs": [],
|
|
6570
|
-
"name": "MarketNotEmpty",
|
|
6571
|
-
"type": "error"
|
|
6572
|
-
},
|
|
6573
|
-
{
|
|
6574
|
-
"inputs": [],
|
|
6575
|
-
"name": "MarketNotListed",
|
|
6576
|
-
"type": "error"
|
|
6577
|
-
},
|
|
6578
|
-
{
|
|
6579
|
-
"inputs": [],
|
|
6580
|
-
"name": "MarketPaused",
|
|
6581
|
-
"type": "error"
|
|
6582
|
-
},
|
|
6583
|
-
{
|
|
6584
|
-
"inputs": [],
|
|
6585
|
-
"name": "MinDelayNotReached",
|
|
6586
|
-
"type": "error"
|
|
6587
|
-
},
|
|
6588
|
-
{
|
|
6589
|
-
"inputs": [],
|
|
6590
|
-
"name": "MintMarketNotFresh",
|
|
6591
|
-
"type": "error"
|
|
6592
|
-
},
|
|
6593
|
-
{
|
|
6594
|
-
"inputs": [],
|
|
6595
|
-
"name": "MintPaused",
|
|
6596
|
-
"type": "error"
|
|
6597
|
-
},
|
|
6598
|
-
{
|
|
6599
|
-
"inputs": [],
|
|
6600
|
-
"name": "MintTokensCantBeZero",
|
|
6601
|
-
"type": "error"
|
|
6602
|
-
},
|
|
6603
|
-
{
|
|
6604
|
-
"inputs": [],
|
|
6605
|
-
"name": "NoRedemptionProvider",
|
|
6606
|
-
"type": "error"
|
|
6607
|
-
},
|
|
6608
|
-
{
|
|
6609
|
-
"inputs": [],
|
|
6610
|
-
"name": "NotCToken",
|
|
6611
|
-
"type": "error"
|
|
6612
|
-
},
|
|
6613
|
-
{
|
|
6614
|
-
"inputs": [],
|
|
6615
|
-
"name": "NotEnoughForSeize",
|
|
6616
|
-
"type": "error"
|
|
6617
|
-
},
|
|
6618
|
-
{
|
|
6619
|
-
"inputs": [],
|
|
6620
|
-
"name": "NotEnoughRedeemAmount",
|
|
6621
|
-
"type": "error"
|
|
6622
|
-
},
|
|
6623
|
-
{
|
|
6624
|
-
"inputs": [],
|
|
6625
|
-
"name": "NotEnoughRedeemTokens",
|
|
6626
|
-
"type": "error"
|
|
6627
|
-
},
|
|
6628
|
-
{
|
|
6629
|
-
"inputs": [],
|
|
6630
|
-
"name": "NotEnoughUnderlyingAfterRedeem",
|
|
6631
|
-
"type": "error"
|
|
6632
|
-
},
|
|
6633
|
-
{
|
|
6634
|
-
"inputs": [],
|
|
6635
|
-
"name": "NotEnoughUnderlyingForMint",
|
|
6636
|
-
"type": "error"
|
|
6637
|
-
},
|
|
6638
|
-
{
|
|
6639
|
-
"inputs": [],
|
|
6640
|
-
"name": "NotLiquidatableYet",
|
|
6641
|
-
"type": "error"
|
|
6642
|
-
},
|
|
6643
|
-
{
|
|
6644
|
-
"inputs": [],
|
|
6645
|
-
"name": "NotSuToken",
|
|
6646
|
-
"type": "error"
|
|
6647
|
-
},
|
|
6648
|
-
{
|
|
6649
|
-
"inputs": [],
|
|
6650
|
-
"name": "OnlyAdmin",
|
|
6651
|
-
"type": "error"
|
|
6652
|
-
},
|
|
6653
|
-
{
|
|
6654
|
-
"inputs": [],
|
|
6655
|
-
"name": "OnlyAdminOrPauser",
|
|
6656
|
-
"type": "error"
|
|
6657
|
-
},
|
|
6658
|
-
{
|
|
6659
|
-
"inputs": [],
|
|
6660
|
-
"name": "OnlyCToken",
|
|
6661
|
-
"type": "error"
|
|
6662
|
-
},
|
|
6663
|
-
{
|
|
6664
|
-
"inputs": [],
|
|
6665
|
-
"name": "OnlyListedCToken",
|
|
6666
|
-
"type": "error"
|
|
6667
|
-
},
|
|
6668
|
-
{
|
|
6669
|
-
"inputs": [],
|
|
6670
|
-
"name": "OnlyPausedMarketCanBeUnlisted",
|
|
6671
|
-
"type": "error"
|
|
6672
|
-
},
|
|
6673
|
-
{
|
|
6674
|
-
"inputs": [],
|
|
6675
|
-
"name": "OnlyPendingAdmin",
|
|
6676
|
-
"type": "error"
|
|
6677
|
-
},
|
|
6678
|
-
{
|
|
6679
|
-
"inputs": [],
|
|
6680
|
-
"name": "OnlyRedemptionManager",
|
|
6681
|
-
"type": "error"
|
|
6682
|
-
},
|
|
6683
|
-
{
|
|
6684
|
-
"inputs": [],
|
|
6685
|
-
"name": "OverThreshold",
|
|
6686
|
-
"type": "error"
|
|
6687
|
-
},
|
|
6688
|
-
{
|
|
6689
|
-
"inputs": [],
|
|
6690
|
-
"name": "PriceError",
|
|
6691
|
-
"type": "error"
|
|
6692
|
-
},
|
|
6693
|
-
{
|
|
6694
|
-
"inputs": [],
|
|
6695
|
-
"name": "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
6696
|
-
"type": "error"
|
|
6697
|
-
},
|
|
6698
|
-
{
|
|
6699
|
-
"inputs": [],
|
|
6700
|
-
"name": "RedeemMarketNotFresh",
|
|
6701
|
-
"type": "error"
|
|
6702
|
-
},
|
|
6703
|
-
{
|
|
6704
|
-
"inputs": [],
|
|
6705
|
-
"name": "RedeemTransferOutNotPossible",
|
|
6706
|
-
"type": "error"
|
|
6707
|
-
},
|
|
6708
|
-
{
|
|
6709
|
-
"inputs": [],
|
|
6710
|
-
"name": "RedemptionSeizeTooMuch",
|
|
6711
|
-
"type": "error"
|
|
6712
|
-
},
|
|
6713
|
-
{
|
|
6714
|
-
"inputs": [],
|
|
6715
|
-
"name": "RedemptionSignerNotInitialized",
|
|
6716
|
-
"type": "error"
|
|
6717
|
-
},
|
|
6718
|
-
{
|
|
6719
|
-
"inputs": [],
|
|
6720
|
-
"name": "ReduceReservesCashNotAvailable",
|
|
6721
|
-
"type": "error"
|
|
6722
|
-
},
|
|
6723
|
-
{
|
|
6724
|
-
"inputs": [],
|
|
6725
|
-
"name": "ReduceReservesMarketNotFresh",
|
|
6726
|
-
"type": "error"
|
|
6727
|
-
},
|
|
6728
|
-
{
|
|
6729
|
-
"inputs": [],
|
|
6730
|
-
"name": "Reentered",
|
|
6731
|
-
"type": "error"
|
|
6732
|
-
},
|
|
6733
|
-
{
|
|
6734
|
-
"inputs": [],
|
|
6735
|
-
"name": "RepayBorrowMarketNotFresh",
|
|
6736
|
-
"type": "error"
|
|
6737
|
-
},
|
|
6738
|
-
{
|
|
6739
|
-
"inputs": [],
|
|
6740
|
-
"name": "RepayTokenNotListed",
|
|
6741
|
-
"type": "error"
|
|
6742
|
-
},
|
|
6743
|
-
{
|
|
6744
|
-
"inputs": [],
|
|
6745
|
-
"name": "SeizePaused",
|
|
6746
|
-
"type": "error"
|
|
6747
|
-
},
|
|
6748
|
-
{
|
|
6749
|
-
"inputs": [],
|
|
6750
|
-
"name": "SeizeTokenNotListed",
|
|
6751
|
-
"type": "error"
|
|
6752
|
-
},
|
|
6753
|
-
{
|
|
6754
|
-
"inputs": [],
|
|
6755
|
-
"name": "Seize_LiquidatorIsBorrower",
|
|
6756
|
-
"type": "error"
|
|
6757
|
-
},
|
|
6758
|
-
{
|
|
6759
|
-
"inputs": [],
|
|
6760
|
-
"name": "SenderMustBeCToken",
|
|
6761
|
-
"type": "error"
|
|
6762
|
-
},
|
|
6763
|
-
{
|
|
6764
|
-
"inputs": [],
|
|
6765
|
-
"name": "SetInterestRateModelMarketNotFresh",
|
|
6766
|
-
"type": "error"
|
|
6767
|
-
},
|
|
6768
|
-
{
|
|
6769
|
-
"inputs": [],
|
|
6770
|
-
"name": "SetReservesFactorMarketNotFresh",
|
|
6771
|
-
"type": "error"
|
|
6772
|
-
},
|
|
6773
|
-
{
|
|
6774
|
-
"inputs": [],
|
|
6775
|
-
"name": "SupplyCapReached",
|
|
6776
|
-
"type": "error"
|
|
6777
|
-
},
|
|
6778
|
-
{
|
|
6779
|
-
"inputs": [],
|
|
6780
|
-
"name": "TokenInOrAmountInMustBeZero",
|
|
6781
|
-
"type": "error"
|
|
6782
|
-
},
|
|
6783
|
-
{
|
|
6784
|
-
"inputs": [],
|
|
6785
|
-
"name": "TokenTransferInFailed",
|
|
6786
|
-
"type": "error"
|
|
6787
|
-
},
|
|
6788
|
-
{
|
|
6789
|
-
"inputs": [],
|
|
6790
|
-
"name": "TokenTransferOutFailed",
|
|
6791
|
-
"type": "error"
|
|
6792
|
-
},
|
|
6793
|
-
{
|
|
6794
|
-
"inputs": [],
|
|
6795
|
-
"name": "TooMuchRepay",
|
|
6796
|
-
"type": "error"
|
|
6797
|
-
},
|
|
6798
|
-
{
|
|
6799
|
-
"inputs": [],
|
|
6800
|
-
"name": "TotalBorrowsNotZero",
|
|
6801
|
-
"type": "error"
|
|
6802
|
-
},
|
|
6803
|
-
{
|
|
6804
|
-
"inputs": [],
|
|
6805
|
-
"name": "TotalSupplyNotZero",
|
|
6806
|
-
"type": "error"
|
|
6807
|
-
},
|
|
6808
|
-
{
|
|
6809
|
-
"inputs": [],
|
|
6810
|
-
"name": "TransferNotAllowed",
|
|
6811
|
-
"type": "error"
|
|
6812
|
-
},
|
|
6813
|
-
{
|
|
6814
|
-
"inputs": [],
|
|
6815
|
-
"name": "TransferPaused",
|
|
6816
|
-
"type": "error"
|
|
6817
|
-
},
|
|
6818
|
-
{
|
|
6819
|
-
"inputs": [],
|
|
6820
|
-
"name": "UnderlyingBalanceError",
|
|
6821
|
-
"type": "error"
|
|
6822
|
-
},
|
|
6823
|
-
{
|
|
6824
|
-
"inputs": [],
|
|
6825
|
-
"name": "ZeroAddressNotAllowed",
|
|
6826
|
-
"type": "error"
|
|
6827
|
-
},
|
|
6828
|
-
{
|
|
6829
|
-
"inputs": [],
|
|
6830
|
-
"name": "AddReservesMarketNotFresh",
|
|
6831
|
-
"type": "error"
|
|
6832
|
-
},
|
|
6833
|
-
{
|
|
6834
|
-
"inputs": [],
|
|
6835
|
-
"name": "AddReservesOverflow",
|
|
6836
|
-
"type": "error"
|
|
6837
|
-
},
|
|
6838
|
-
{
|
|
6839
|
-
"inputs": [],
|
|
6840
|
-
"name": "BorrowAndDepositBackFailed",
|
|
6841
|
-
"type": "error"
|
|
6842
|
-
},
|
|
6843
|
-
{
|
|
6844
|
-
"inputs": [],
|
|
6845
|
-
"name": "BorrowCapReached",
|
|
6846
|
-
"type": "error"
|
|
6847
|
-
},
|
|
6848
|
-
{
|
|
6849
|
-
"inputs": [],
|
|
6850
|
-
"name": "BorrowCashNotAvailable",
|
|
6851
|
-
"type": "error"
|
|
6852
|
-
},
|
|
6853
|
-
{
|
|
6854
|
-
"inputs": [],
|
|
6855
|
-
"name": "BorrowMarketNotFresh",
|
|
6856
|
-
"type": "error"
|
|
6857
|
-
},
|
|
6858
|
-
{
|
|
6859
|
-
"inputs": [],
|
|
6860
|
-
"name": "BorrowPaused",
|
|
6861
|
-
"type": "error"
|
|
6862
|
-
},
|
|
6863
|
-
{
|
|
6864
|
-
"inputs": [
|
|
6865
|
-
{
|
|
6866
|
-
"internalType": "uint256",
|
|
6867
|
-
"name": "usdThreshold",
|
|
6868
|
-
"type": "uint256"
|
|
6869
|
-
}
|
|
6870
|
-
],
|
|
6871
|
-
"name": "BorrowValueMustBeLargerThanThreshold",
|
|
6872
|
-
"type": "error"
|
|
6873
|
-
},
|
|
6874
|
-
{
|
|
6875
|
-
"inputs": [],
|
|
6876
|
-
"name": "CantEnterPausedMarket",
|
|
6877
|
-
"type": "error"
|
|
6878
|
-
},
|
|
6879
|
-
{
|
|
6880
|
-
"inputs": [],
|
|
6881
|
-
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
6882
|
-
"type": "error"
|
|
6883
|
-
},
|
|
6884
5840
|
{
|
|
6885
5841
|
"inputs": [],
|
|
6886
5842
|
"name": "CantSweepRewardToken",
|