@meterio/sumer-js 0.2.120 → 0.2.122
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 +9 -9
- package/dist/nodejs/abi.js +197 -84
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/beramain.d.ts +15 -0
- package/dist/nodejs/constants/beramain.js +17 -2
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/constants/hemi.d.ts +4 -0
- package/dist/nodejs/constants/hemi.js +30 -2
- package/dist/nodejs/constants/hemi.js.map +1 -1
- package/dist/nodejs/constants/index.js +2 -0
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/errorABIs.js +176 -26
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +22 -52
- 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 +14 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +17 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +16 -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 +12 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +15 -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 +14 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +17 -2
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +16 -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 +13 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/MockComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.d.ts +23 -61
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +27 -76
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +13 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +16 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +18 -0
- package/dist/nodejs/typechain/index.d.ts +2 -0
- package/dist/nodejs/typechain/index.js +5 -3
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.js
CHANGED
|
@@ -738,16 +738,31 @@ exports.abi = {
|
|
|
738
738
|
"name": "ReduceReservesMarketNotFresh",
|
|
739
739
|
"type": "error"
|
|
740
740
|
},
|
|
741
|
+
{
|
|
742
|
+
"inputs": [],
|
|
743
|
+
"name": "Reentered",
|
|
744
|
+
"type": "error"
|
|
745
|
+
},
|
|
741
746
|
{
|
|
742
747
|
"inputs": [],
|
|
743
748
|
"name": "RepayBorrowMarketNotFresh",
|
|
744
749
|
"type": "error"
|
|
745
750
|
},
|
|
751
|
+
{
|
|
752
|
+
"inputs": [],
|
|
753
|
+
"name": "RepayTokenNotListed",
|
|
754
|
+
"type": "error"
|
|
755
|
+
},
|
|
746
756
|
{
|
|
747
757
|
"inputs": [],
|
|
748
758
|
"name": "SeizePaused",
|
|
749
759
|
"type": "error"
|
|
750
760
|
},
|
|
761
|
+
{
|
|
762
|
+
"inputs": [],
|
|
763
|
+
"name": "SeizeTokenNotListed",
|
|
764
|
+
"type": "error"
|
|
765
|
+
},
|
|
751
766
|
{
|
|
752
767
|
"inputs": [],
|
|
753
768
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -2208,16 +2223,31 @@ exports.abi = {
|
|
|
2208
2223
|
"name": "ReduceReservesMarketNotFresh",
|
|
2209
2224
|
"type": "error"
|
|
2210
2225
|
},
|
|
2226
|
+
{
|
|
2227
|
+
"inputs": [],
|
|
2228
|
+
"name": "Reentered",
|
|
2229
|
+
"type": "error"
|
|
2230
|
+
},
|
|
2211
2231
|
{
|
|
2212
2232
|
"inputs": [],
|
|
2213
2233
|
"name": "RepayBorrowMarketNotFresh",
|
|
2214
2234
|
"type": "error"
|
|
2215
2235
|
},
|
|
2236
|
+
{
|
|
2237
|
+
"inputs": [],
|
|
2238
|
+
"name": "RepayTokenNotListed",
|
|
2239
|
+
"type": "error"
|
|
2240
|
+
},
|
|
2216
2241
|
{
|
|
2217
2242
|
"inputs": [],
|
|
2218
2243
|
"name": "SeizePaused",
|
|
2219
2244
|
"type": "error"
|
|
2220
2245
|
},
|
|
2246
|
+
{
|
|
2247
|
+
"inputs": [],
|
|
2248
|
+
"name": "SeizeTokenNotListed",
|
|
2249
|
+
"type": "error"
|
|
2250
|
+
},
|
|
2221
2251
|
{
|
|
2222
2252
|
"inputs": [],
|
|
2223
2253
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -3839,16 +3869,31 @@ exports.abi = {
|
|
|
3839
3869
|
"name": "ReduceReservesMarketNotFresh",
|
|
3840
3870
|
"type": "error"
|
|
3841
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"inputs": [],
|
|
3874
|
+
"name": "Reentered",
|
|
3875
|
+
"type": "error"
|
|
3876
|
+
},
|
|
3842
3877
|
{
|
|
3843
3878
|
"inputs": [],
|
|
3844
3879
|
"name": "RepayBorrowMarketNotFresh",
|
|
3845
3880
|
"type": "error"
|
|
3846
3881
|
},
|
|
3882
|
+
{
|
|
3883
|
+
"inputs": [],
|
|
3884
|
+
"name": "RepayTokenNotListed",
|
|
3885
|
+
"type": "error"
|
|
3886
|
+
},
|
|
3847
3887
|
{
|
|
3848
3888
|
"inputs": [],
|
|
3849
3889
|
"name": "SeizePaused",
|
|
3850
3890
|
"type": "error"
|
|
3851
3891
|
},
|
|
3892
|
+
{
|
|
3893
|
+
"inputs": [],
|
|
3894
|
+
"name": "SeizeTokenNotListed",
|
|
3895
|
+
"type": "error"
|
|
3896
|
+
},
|
|
3852
3897
|
{
|
|
3853
3898
|
"inputs": [],
|
|
3854
3899
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -5217,7 +5262,7 @@ exports.abi = {
|
|
|
5217
5262
|
{
|
|
5218
5263
|
"inputs": [
|
|
5219
5264
|
{
|
|
5220
|
-
"internalType": "contract
|
|
5265
|
+
"internalType": "contract ERC20",
|
|
5221
5266
|
"name": "token",
|
|
5222
5267
|
"type": "address"
|
|
5223
5268
|
}
|
|
@@ -5813,16 +5858,31 @@ exports.abi = {
|
|
|
5813
5858
|
"name": "ReduceReservesMarketNotFresh",
|
|
5814
5859
|
"type": "error"
|
|
5815
5860
|
},
|
|
5861
|
+
{
|
|
5862
|
+
"inputs": [],
|
|
5863
|
+
"name": "Reentered",
|
|
5864
|
+
"type": "error"
|
|
5865
|
+
},
|
|
5816
5866
|
{
|
|
5817
5867
|
"inputs": [],
|
|
5818
5868
|
"name": "RepayBorrowMarketNotFresh",
|
|
5819
5869
|
"type": "error"
|
|
5820
5870
|
},
|
|
5871
|
+
{
|
|
5872
|
+
"inputs": [],
|
|
5873
|
+
"name": "RepayTokenNotListed",
|
|
5874
|
+
"type": "error"
|
|
5875
|
+
},
|
|
5821
5876
|
{
|
|
5822
5877
|
"inputs": [],
|
|
5823
5878
|
"name": "SeizePaused",
|
|
5824
5879
|
"type": "error"
|
|
5825
5880
|
},
|
|
5881
|
+
{
|
|
5882
|
+
"inputs": [],
|
|
5883
|
+
"name": "SeizeTokenNotListed",
|
|
5884
|
+
"type": "error"
|
|
5885
|
+
},
|
|
5826
5886
|
{
|
|
5827
5887
|
"inputs": [],
|
|
5828
5888
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -7701,16 +7761,31 @@ exports.abi = {
|
|
|
7701
7761
|
"name": "ReduceReservesMarketNotFresh",
|
|
7702
7762
|
"type": "error"
|
|
7703
7763
|
},
|
|
7764
|
+
{
|
|
7765
|
+
"inputs": [],
|
|
7766
|
+
"name": "Reentered",
|
|
7767
|
+
"type": "error"
|
|
7768
|
+
},
|
|
7704
7769
|
{
|
|
7705
7770
|
"inputs": [],
|
|
7706
7771
|
"name": "RepayBorrowMarketNotFresh",
|
|
7707
7772
|
"type": "error"
|
|
7708
7773
|
},
|
|
7774
|
+
{
|
|
7775
|
+
"inputs": [],
|
|
7776
|
+
"name": "RepayTokenNotListed",
|
|
7777
|
+
"type": "error"
|
|
7778
|
+
},
|
|
7709
7779
|
{
|
|
7710
7780
|
"inputs": [],
|
|
7711
7781
|
"name": "SeizePaused",
|
|
7712
7782
|
"type": "error"
|
|
7713
7783
|
},
|
|
7784
|
+
{
|
|
7785
|
+
"inputs": [],
|
|
7786
|
+
"name": "SeizeTokenNotListed",
|
|
7787
|
+
"type": "error"
|
|
7788
|
+
},
|
|
7714
7789
|
{
|
|
7715
7790
|
"inputs": [],
|
|
7716
7791
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -10105,16 +10180,31 @@ exports.abi = {
|
|
|
10105
10180
|
"name": "ReduceReservesMarketNotFresh",
|
|
10106
10181
|
"type": "error"
|
|
10107
10182
|
},
|
|
10183
|
+
{
|
|
10184
|
+
"inputs": [],
|
|
10185
|
+
"name": "Reentered",
|
|
10186
|
+
"type": "error"
|
|
10187
|
+
},
|
|
10108
10188
|
{
|
|
10109
10189
|
"inputs": [],
|
|
10110
10190
|
"name": "RepayBorrowMarketNotFresh",
|
|
10111
10191
|
"type": "error"
|
|
10112
10192
|
},
|
|
10193
|
+
{
|
|
10194
|
+
"inputs": [],
|
|
10195
|
+
"name": "RepayTokenNotListed",
|
|
10196
|
+
"type": "error"
|
|
10197
|
+
},
|
|
10113
10198
|
{
|
|
10114
10199
|
"inputs": [],
|
|
10115
10200
|
"name": "SeizePaused",
|
|
10116
10201
|
"type": "error"
|
|
10117
10202
|
},
|
|
10203
|
+
{
|
|
10204
|
+
"inputs": [],
|
|
10205
|
+
"name": "SeizeTokenNotListed",
|
|
10206
|
+
"type": "error"
|
|
10207
|
+
},
|
|
10118
10208
|
{
|
|
10119
10209
|
"inputs": [],
|
|
10120
10210
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -11544,7 +11634,7 @@ exports.abi = {
|
|
|
11544
11634
|
{
|
|
11545
11635
|
"inputs": [
|
|
11546
11636
|
{
|
|
11547
|
-
"internalType": "contract
|
|
11637
|
+
"internalType": "contract ERC20",
|
|
11548
11638
|
"name": "token",
|
|
11549
11639
|
"type": "address"
|
|
11550
11640
|
}
|
|
@@ -12140,16 +12230,31 @@ exports.abi = {
|
|
|
12140
12230
|
"name": "ReduceReservesMarketNotFresh",
|
|
12141
12231
|
"type": "error"
|
|
12142
12232
|
},
|
|
12233
|
+
{
|
|
12234
|
+
"inputs": [],
|
|
12235
|
+
"name": "Reentered",
|
|
12236
|
+
"type": "error"
|
|
12237
|
+
},
|
|
12143
12238
|
{
|
|
12144
12239
|
"inputs": [],
|
|
12145
12240
|
"name": "RepayBorrowMarketNotFresh",
|
|
12146
12241
|
"type": "error"
|
|
12147
12242
|
},
|
|
12243
|
+
{
|
|
12244
|
+
"inputs": [],
|
|
12245
|
+
"name": "RepayTokenNotListed",
|
|
12246
|
+
"type": "error"
|
|
12247
|
+
},
|
|
12148
12248
|
{
|
|
12149
12249
|
"inputs": [],
|
|
12150
12250
|
"name": "SeizePaused",
|
|
12151
12251
|
"type": "error"
|
|
12152
12252
|
},
|
|
12253
|
+
{
|
|
12254
|
+
"inputs": [],
|
|
12255
|
+
"name": "SeizeTokenNotListed",
|
|
12256
|
+
"type": "error"
|
|
12257
|
+
},
|
|
12153
12258
|
{
|
|
12154
12259
|
"inputs": [],
|
|
12155
12260
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -13658,16 +13763,31 @@ exports.abi = {
|
|
|
13658
13763
|
"name": "ReduceReservesMarketNotFresh",
|
|
13659
13764
|
"type": "error"
|
|
13660
13765
|
},
|
|
13766
|
+
{
|
|
13767
|
+
"inputs": [],
|
|
13768
|
+
"name": "Reentered",
|
|
13769
|
+
"type": "error"
|
|
13770
|
+
},
|
|
13661
13771
|
{
|
|
13662
13772
|
"inputs": [],
|
|
13663
13773
|
"name": "RepayBorrowMarketNotFresh",
|
|
13664
13774
|
"type": "error"
|
|
13665
13775
|
},
|
|
13776
|
+
{
|
|
13777
|
+
"inputs": [],
|
|
13778
|
+
"name": "RepayTokenNotListed",
|
|
13779
|
+
"type": "error"
|
|
13780
|
+
},
|
|
13666
13781
|
{
|
|
13667
13782
|
"inputs": [],
|
|
13668
13783
|
"name": "SeizePaused",
|
|
13669
13784
|
"type": "error"
|
|
13670
13785
|
},
|
|
13786
|
+
{
|
|
13787
|
+
"inputs": [],
|
|
13788
|
+
"name": "SeizeTokenNotListed",
|
|
13789
|
+
"type": "error"
|
|
13790
|
+
},
|
|
13671
13791
|
{
|
|
13672
13792
|
"inputs": [],
|
|
13673
13793
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -15225,16 +15345,31 @@ exports.abi = {
|
|
|
15225
15345
|
"name": "ReduceReservesMarketNotFresh",
|
|
15226
15346
|
"type": "error"
|
|
15227
15347
|
},
|
|
15348
|
+
{
|
|
15349
|
+
"inputs": [],
|
|
15350
|
+
"name": "Reentered",
|
|
15351
|
+
"type": "error"
|
|
15352
|
+
},
|
|
15228
15353
|
{
|
|
15229
15354
|
"inputs": [],
|
|
15230
15355
|
"name": "RepayBorrowMarketNotFresh",
|
|
15231
15356
|
"type": "error"
|
|
15232
15357
|
},
|
|
15358
|
+
{
|
|
15359
|
+
"inputs": [],
|
|
15360
|
+
"name": "RepayTokenNotListed",
|
|
15361
|
+
"type": "error"
|
|
15362
|
+
},
|
|
15233
15363
|
{
|
|
15234
15364
|
"inputs": [],
|
|
15235
15365
|
"name": "SeizePaused",
|
|
15236
15366
|
"type": "error"
|
|
15237
15367
|
},
|
|
15368
|
+
{
|
|
15369
|
+
"inputs": [],
|
|
15370
|
+
"name": "SeizeTokenNotListed",
|
|
15371
|
+
"type": "error"
|
|
15372
|
+
},
|
|
15238
15373
|
{
|
|
15239
15374
|
"inputs": [],
|
|
15240
15375
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -17806,16 +17941,31 @@ exports.abi = {
|
|
|
17806
17941
|
"name": "ReduceReservesMarketNotFresh",
|
|
17807
17942
|
"type": "error"
|
|
17808
17943
|
},
|
|
17944
|
+
{
|
|
17945
|
+
"inputs": [],
|
|
17946
|
+
"name": "Reentered",
|
|
17947
|
+
"type": "error"
|
|
17948
|
+
},
|
|
17809
17949
|
{
|
|
17810
17950
|
"inputs": [],
|
|
17811
17951
|
"name": "RepayBorrowMarketNotFresh",
|
|
17812
17952
|
"type": "error"
|
|
17813
17953
|
},
|
|
17954
|
+
{
|
|
17955
|
+
"inputs": [],
|
|
17956
|
+
"name": "RepayTokenNotListed",
|
|
17957
|
+
"type": "error"
|
|
17958
|
+
},
|
|
17814
17959
|
{
|
|
17815
17960
|
"inputs": [],
|
|
17816
17961
|
"name": "SeizePaused",
|
|
17817
17962
|
"type": "error"
|
|
17818
17963
|
},
|
|
17964
|
+
{
|
|
17965
|
+
"inputs": [],
|
|
17966
|
+
"name": "SeizeTokenNotListed",
|
|
17967
|
+
"type": "error"
|
|
17968
|
+
},
|
|
17819
17969
|
{
|
|
17820
17970
|
"inputs": [],
|
|
17821
17971
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -20172,16 +20322,31 @@ exports.abi = {
|
|
|
20172
20322
|
"name": "ReduceReservesMarketNotFresh",
|
|
20173
20323
|
"type": "error"
|
|
20174
20324
|
},
|
|
20325
|
+
{
|
|
20326
|
+
"inputs": [],
|
|
20327
|
+
"name": "Reentered",
|
|
20328
|
+
"type": "error"
|
|
20329
|
+
},
|
|
20175
20330
|
{
|
|
20176
20331
|
"inputs": [],
|
|
20177
20332
|
"name": "RepayBorrowMarketNotFresh",
|
|
20178
20333
|
"type": "error"
|
|
20179
20334
|
},
|
|
20335
|
+
{
|
|
20336
|
+
"inputs": [],
|
|
20337
|
+
"name": "RepayTokenNotListed",
|
|
20338
|
+
"type": "error"
|
|
20339
|
+
},
|
|
20180
20340
|
{
|
|
20181
20341
|
"inputs": [],
|
|
20182
20342
|
"name": "SeizePaused",
|
|
20183
20343
|
"type": "error"
|
|
20184
20344
|
},
|
|
20345
|
+
{
|
|
20346
|
+
"inputs": [],
|
|
20347
|
+
"name": "SeizeTokenNotListed",
|
|
20348
|
+
"type": "error"
|
|
20349
|
+
},
|
|
20185
20350
|
{
|
|
20186
20351
|
"inputs": [],
|
|
20187
20352
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -23273,11 +23438,6 @@ exports.abi = {
|
|
|
23273
23438
|
"name": "CantExitMarketWithNonZeroBorrowBalance",
|
|
23274
23439
|
"type": "error"
|
|
23275
23440
|
},
|
|
23276
|
-
{
|
|
23277
|
-
"inputs": [],
|
|
23278
|
-
"name": "CantStakeZero",
|
|
23279
|
-
"type": "error"
|
|
23280
|
-
},
|
|
23281
23441
|
{
|
|
23282
23442
|
"inputs": [],
|
|
23283
23443
|
"name": "CantSweepRewardToken",
|
|
@@ -23288,11 +23448,6 @@ exports.abi = {
|
|
|
23288
23448
|
"name": "CantSweepUnderlying",
|
|
23289
23449
|
"type": "error"
|
|
23290
23450
|
},
|
|
23291
|
-
{
|
|
23292
|
-
"inputs": [],
|
|
23293
|
-
"name": "CantWithdrawZero",
|
|
23294
|
-
"type": "error"
|
|
23295
|
-
},
|
|
23296
23451
|
{
|
|
23297
23452
|
"inputs": [],
|
|
23298
23453
|
"name": "ComptrollerMismatch",
|
|
@@ -23449,11 +23604,6 @@ exports.abi = {
|
|
|
23449
23604
|
"name": "InvalidTimestamp",
|
|
23450
23605
|
"type": "error"
|
|
23451
23606
|
},
|
|
23452
|
-
{
|
|
23453
|
-
"inputs": [],
|
|
23454
|
-
"name": "LastUpdateTimeMismatch",
|
|
23455
|
-
"type": "error"
|
|
23456
|
-
},
|
|
23457
23607
|
{
|
|
23458
23608
|
"inputs": [],
|
|
23459
23609
|
"name": "LiquidateBorrow_LiquidatorIsBorrower",
|
|
@@ -23539,11 +23689,6 @@ exports.abi = {
|
|
|
23539
23689
|
"name": "NoRedemptionProvider",
|
|
23540
23690
|
"type": "error"
|
|
23541
23691
|
},
|
|
23542
|
-
{
|
|
23543
|
-
"inputs": [],
|
|
23544
|
-
"name": "NotAllowedToClaimProtocolRewards",
|
|
23545
|
-
"type": "error"
|
|
23546
|
-
},
|
|
23547
23692
|
{
|
|
23548
23693
|
"inputs": [],
|
|
23549
23694
|
"name": "NotCToken",
|
|
@@ -23666,7 +23811,7 @@ exports.abi = {
|
|
|
23666
23811
|
},
|
|
23667
23812
|
{
|
|
23668
23813
|
"inputs": [],
|
|
23669
|
-
"name": "
|
|
23814
|
+
"name": "Reentered",
|
|
23670
23815
|
"type": "error"
|
|
23671
23816
|
},
|
|
23672
23817
|
{
|
|
@@ -23674,11 +23819,21 @@ exports.abi = {
|
|
|
23674
23819
|
"name": "RepayBorrowMarketNotFresh",
|
|
23675
23820
|
"type": "error"
|
|
23676
23821
|
},
|
|
23822
|
+
{
|
|
23823
|
+
"inputs": [],
|
|
23824
|
+
"name": "RepayTokenNotListed",
|
|
23825
|
+
"type": "error"
|
|
23826
|
+
},
|
|
23677
23827
|
{
|
|
23678
23828
|
"inputs": [],
|
|
23679
23829
|
"name": "SeizePaused",
|
|
23680
23830
|
"type": "error"
|
|
23681
23831
|
},
|
|
23832
|
+
{
|
|
23833
|
+
"inputs": [],
|
|
23834
|
+
"name": "SeizeTokenNotListed",
|
|
23835
|
+
"type": "error"
|
|
23836
|
+
},
|
|
23682
23837
|
{
|
|
23683
23838
|
"inputs": [],
|
|
23684
23839
|
"name": "Seize_LiquidatorIsBorrower",
|
|
@@ -23754,11 +23909,6 @@ exports.abi = {
|
|
|
23754
23909
|
"name": "UnderlyingMismatch",
|
|
23755
23910
|
"type": "error"
|
|
23756
23911
|
},
|
|
23757
|
-
{
|
|
23758
|
-
"inputs": [],
|
|
23759
|
-
"name": "UnderlyingMustBeStakingToken",
|
|
23760
|
-
"type": "error"
|
|
23761
|
-
},
|
|
23762
23912
|
{
|
|
23763
23913
|
"inputs": [],
|
|
23764
23914
|
"name": "ZeroAddressNotAllowed",
|
|
@@ -24195,50 +24345,6 @@ exports.abi = {
|
|
|
24195
24345
|
"name": "ReservesReduced",
|
|
24196
24346
|
"type": "event"
|
|
24197
24347
|
},
|
|
24198
|
-
{
|
|
24199
|
-
"anonymous": false,
|
|
24200
|
-
"inputs": [
|
|
24201
|
-
{
|
|
24202
|
-
"indexed": true,
|
|
24203
|
-
"internalType": "address",
|
|
24204
|
-
"name": "user",
|
|
24205
|
-
"type": "address"
|
|
24206
|
-
},
|
|
24207
|
-
{
|
|
24208
|
-
"indexed": true,
|
|
24209
|
-
"internalType": "address",
|
|
24210
|
-
"name": "rewardsToken",
|
|
24211
|
-
"type": "address"
|
|
24212
|
-
},
|
|
24213
|
-
{
|
|
24214
|
-
"indexed": false,
|
|
24215
|
-
"internalType": "uint256",
|
|
24216
|
-
"name": "reward",
|
|
24217
|
-
"type": "uint256"
|
|
24218
|
-
}
|
|
24219
|
-
],
|
|
24220
|
-
"name": "RewardPaid",
|
|
24221
|
-
"type": "event"
|
|
24222
|
-
},
|
|
24223
|
-
{
|
|
24224
|
-
"anonymous": false,
|
|
24225
|
-
"inputs": [
|
|
24226
|
-
{
|
|
24227
|
-
"indexed": true,
|
|
24228
|
-
"internalType": "address",
|
|
24229
|
-
"name": "user",
|
|
24230
|
-
"type": "address"
|
|
24231
|
-
},
|
|
24232
|
-
{
|
|
24233
|
-
"indexed": false,
|
|
24234
|
-
"internalType": "uint256",
|
|
24235
|
-
"name": "amount",
|
|
24236
|
-
"type": "uint256"
|
|
24237
|
-
}
|
|
24238
|
-
],
|
|
24239
|
-
"name": "Staked",
|
|
24240
|
-
"type": "event"
|
|
24241
|
-
},
|
|
24242
24348
|
{
|
|
24243
24349
|
"anonymous": false,
|
|
24244
24350
|
"inputs": [
|
|
@@ -24310,14 +24416,20 @@ exports.abi = {
|
|
|
24310
24416
|
"name": "user",
|
|
24311
24417
|
"type": "address"
|
|
24312
24418
|
},
|
|
24419
|
+
{
|
|
24420
|
+
"indexed": true,
|
|
24421
|
+
"internalType": "address",
|
|
24422
|
+
"name": "rewardsToken",
|
|
24423
|
+
"type": "address"
|
|
24424
|
+
},
|
|
24313
24425
|
{
|
|
24314
24426
|
"indexed": false,
|
|
24315
24427
|
"internalType": "uint256",
|
|
24316
|
-
"name": "
|
|
24428
|
+
"name": "reward",
|
|
24317
24429
|
"type": "uint256"
|
|
24318
24430
|
}
|
|
24319
24431
|
],
|
|
24320
|
-
"name": "
|
|
24432
|
+
"name": "UserRewardPaid",
|
|
24321
24433
|
"type": "event"
|
|
24322
24434
|
},
|
|
24323
24435
|
{
|
|
@@ -24646,14 +24758,8 @@ exports.abi = {
|
|
|
24646
24758
|
"type": "function"
|
|
24647
24759
|
},
|
|
24648
24760
|
{
|
|
24649
|
-
"inputs": [
|
|
24650
|
-
|
|
24651
|
-
"internalType": "address",
|
|
24652
|
-
"name": "_user",
|
|
24653
|
-
"type": "address"
|
|
24654
|
-
}
|
|
24655
|
-
],
|
|
24656
|
-
"name": "claim",
|
|
24761
|
+
"inputs": [],
|
|
24762
|
+
"name": "claimAll",
|
|
24657
24763
|
"outputs": [],
|
|
24658
24764
|
"stateMutability": "nonpayable",
|
|
24659
24765
|
"type": "function"
|
|
@@ -25185,6 +25291,13 @@ exports.abi = {
|
|
|
25185
25291
|
"stateMutability": "nonpayable",
|
|
25186
25292
|
"type": "function"
|
|
25187
25293
|
},
|
|
25294
|
+
{
|
|
25295
|
+
"inputs": [],
|
|
25296
|
+
"name": "reinitialize",
|
|
25297
|
+
"outputs": [],
|
|
25298
|
+
"stateMutability": "nonpayable",
|
|
25299
|
+
"type": "function"
|
|
25300
|
+
},
|
|
25188
25301
|
{
|
|
25189
25302
|
"inputs": [
|
|
25190
25303
|
{
|
|
@@ -25325,7 +25438,7 @@ exports.abi = {
|
|
|
25325
25438
|
{
|
|
25326
25439
|
"inputs": [
|
|
25327
25440
|
{
|
|
25328
|
-
"internalType": "contract
|
|
25441
|
+
"internalType": "contract ERC20",
|
|
25329
25442
|
"name": "token",
|
|
25330
25443
|
"type": "address"
|
|
25331
25444
|
}
|
|
@@ -26987,7 +27100,7 @@ exports.abi = {
|
|
|
26987
27100
|
{
|
|
26988
27101
|
"inputs": [
|
|
26989
27102
|
{
|
|
26990
|
-
"internalType": "contract
|
|
27103
|
+
"internalType": "contract ERC20",
|
|
26991
27104
|
"name": "token",
|
|
26992
27105
|
"type": "address"
|
|
26993
27106
|
}
|