@venusprotocol/isolated-pools 3.6.0-dev.5 → 3.6.0-dev.6
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/deployments/bscmainnet/VTokenImpl.json +197 -73
- package/deployments/bscmainnet.json +70 -5
- package/deployments/bscmainnet_addresses.json +1 -1
- package/deployments/bsctestnet/VTokenImpl.json +194 -70
- package/deployments/bsctestnet.json +70 -5
- package/deployments/bsctestnet_addresses.json +1 -1
- package/deployments/ethereum/VTokenImpl.json +197 -73
- package/deployments/ethereum.json +70 -5
- package/deployments/ethereum_addresses.json +1 -1
- package/deployments/opbnbmainnet/VTokenImpl.json +197 -73
- package/deployments/opbnbmainnet.json +70 -5
- package/deployments/opbnbmainnet_addresses.json +1 -1
- package/deployments/opbnbtestnet/VTokenImpl.json +194 -70
- package/deployments/opbnbtestnet.json +70 -5
- package/deployments/opbnbtestnet_addresses.json +1 -1
- package/deployments/sepolia/VTokenImpl.json +197 -73
- package/deployments/sepolia.json +70 -5
- package/deployments/sepolia_addresses.json +1 -1
- package/dist/deployments/bscmainnet.json +70 -5
- package/dist/deployments/bsctestnet.json +70 -5
- package/dist/deployments/ethereum.json +70 -5
- package/dist/deployments/opbnbmainnet.json +70 -5
- package/dist/deployments/opbnbtestnet.json +70 -5
- package/dist/deployments/sepolia.json +70 -5
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/factories/IVToken__factory.ts +1 -201
package/deployments/sepolia.json
CHANGED
|
@@ -24571,10 +24571,26 @@
|
|
|
24571
24571
|
]
|
|
24572
24572
|
},
|
|
24573
24573
|
"VTokenImpl": {
|
|
24574
|
-
"address": "
|
|
24574
|
+
"address": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
|
|
24575
24575
|
"abi": [
|
|
24576
24576
|
{
|
|
24577
|
-
"inputs": [
|
|
24577
|
+
"inputs": [
|
|
24578
|
+
{
|
|
24579
|
+
"internalType": "bool",
|
|
24580
|
+
"name": "timeBased_",
|
|
24581
|
+
"type": "bool"
|
|
24582
|
+
},
|
|
24583
|
+
{
|
|
24584
|
+
"internalType": "uint256",
|
|
24585
|
+
"name": "blocksPerYear_",
|
|
24586
|
+
"type": "uint256"
|
|
24587
|
+
},
|
|
24588
|
+
{
|
|
24589
|
+
"internalType": "uint256",
|
|
24590
|
+
"name": "maxBorrowRateMantissa_",
|
|
24591
|
+
"type": "uint256"
|
|
24592
|
+
}
|
|
24593
|
+
],
|
|
24578
24594
|
"stateMutability": "nonpayable",
|
|
24579
24595
|
"type": "constructor"
|
|
24580
24596
|
},
|
|
@@ -24614,6 +24630,16 @@
|
|
|
24614
24630
|
"name": "HealBorrowUnauthorized",
|
|
24615
24631
|
"type": "error"
|
|
24616
24632
|
},
|
|
24633
|
+
{
|
|
24634
|
+
"inputs": [],
|
|
24635
|
+
"name": "InvalidBlocksPerYear",
|
|
24636
|
+
"type": "error"
|
|
24637
|
+
},
|
|
24638
|
+
{
|
|
24639
|
+
"inputs": [],
|
|
24640
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
24641
|
+
"type": "error"
|
|
24642
|
+
},
|
|
24617
24643
|
{
|
|
24618
24644
|
"inputs": [
|
|
24619
24645
|
{
|
|
@@ -25085,13 +25111,13 @@
|
|
|
25085
25111
|
{
|
|
25086
25112
|
"indexed": false,
|
|
25087
25113
|
"internalType": "uint256",
|
|
25088
|
-
"name": "
|
|
25114
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
25089
25115
|
"type": "uint256"
|
|
25090
25116
|
},
|
|
25091
25117
|
{
|
|
25092
25118
|
"indexed": false,
|
|
25093
25119
|
"internalType": "uint256",
|
|
25094
|
-
"name": "
|
|
25120
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
25095
25121
|
"type": "uint256"
|
|
25096
25122
|
}
|
|
25097
25123
|
],
|
|
@@ -25539,6 +25565,19 @@
|
|
|
25539
25565
|
"stateMutability": "nonpayable",
|
|
25540
25566
|
"type": "function"
|
|
25541
25567
|
},
|
|
25568
|
+
{
|
|
25569
|
+
"inputs": [],
|
|
25570
|
+
"name": "blocksOrSecondsPerYear",
|
|
25571
|
+
"outputs": [
|
|
25572
|
+
{
|
|
25573
|
+
"internalType": "uint256",
|
|
25574
|
+
"name": "",
|
|
25575
|
+
"type": "uint256"
|
|
25576
|
+
}
|
|
25577
|
+
],
|
|
25578
|
+
"stateMutability": "view",
|
|
25579
|
+
"type": "function"
|
|
25580
|
+
},
|
|
25542
25581
|
{
|
|
25543
25582
|
"inputs": [
|
|
25544
25583
|
{
|
|
@@ -25789,6 +25828,19 @@
|
|
|
25789
25828
|
"stateMutability": "view",
|
|
25790
25829
|
"type": "function"
|
|
25791
25830
|
},
|
|
25831
|
+
{
|
|
25832
|
+
"inputs": [],
|
|
25833
|
+
"name": "getBlockNumberOrTimestamp",
|
|
25834
|
+
"outputs": [
|
|
25835
|
+
{
|
|
25836
|
+
"internalType": "uint256",
|
|
25837
|
+
"name": "",
|
|
25838
|
+
"type": "uint256"
|
|
25839
|
+
}
|
|
25840
|
+
],
|
|
25841
|
+
"stateMutability": "view",
|
|
25842
|
+
"type": "function"
|
|
25843
|
+
},
|
|
25792
25844
|
{
|
|
25793
25845
|
"inputs": [],
|
|
25794
25846
|
"name": "getCash",
|
|
@@ -25937,6 +25989,19 @@
|
|
|
25937
25989
|
"stateMutability": "view",
|
|
25938
25990
|
"type": "function"
|
|
25939
25991
|
},
|
|
25992
|
+
{
|
|
25993
|
+
"inputs": [],
|
|
25994
|
+
"name": "isTimeBased",
|
|
25995
|
+
"outputs": [
|
|
25996
|
+
{
|
|
25997
|
+
"internalType": "bool",
|
|
25998
|
+
"name": "",
|
|
25999
|
+
"type": "bool"
|
|
26000
|
+
}
|
|
26001
|
+
],
|
|
26002
|
+
"stateMutability": "view",
|
|
26003
|
+
"type": "function"
|
|
26004
|
+
},
|
|
25940
26005
|
{
|
|
25941
26006
|
"inputs": [],
|
|
25942
26007
|
"name": "isVToken",
|
|
@@ -26354,7 +26419,7 @@
|
|
|
26354
26419
|
"inputs": [
|
|
26355
26420
|
{
|
|
26356
26421
|
"internalType": "uint256",
|
|
26357
|
-
"name": "
|
|
26422
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
26358
26423
|
"type": "uint256"
|
|
26359
26424
|
}
|
|
26360
26425
|
],
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"RewardsDistributor_Liquid Staked ETH_2": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
|
|
58
58
|
"RewardsDistributor_Liquid Staked ETH_2_Proxy": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
|
|
59
59
|
"VTokenBeacon": "0x0463a7E5221EAE1990cEddB51A5821a68cdA6008",
|
|
60
|
-
"VTokenImpl": "
|
|
60
|
+
"VTokenImpl": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
|
|
61
61
|
"VToken_vCRV_Core": "0x121E3be152F283319310D807ed847E8b98319C1e",
|
|
62
62
|
"VToken_vCRV_Curve": "0x9Db62c5BBc6fb79416545FcCBDB2204099217b78",
|
|
63
63
|
"VToken_vDAI_Core": "0xfe050f628bF5278aCfA1e7B13b59fF207e769235",
|
|
@@ -52204,10 +52204,26 @@
|
|
|
52204
52204
|
]
|
|
52205
52205
|
},
|
|
52206
52206
|
"VTokenImpl": {
|
|
52207
|
-
"address": "
|
|
52207
|
+
"address": "0xB0c4227FA3b7b2a5C298dCa960aB0631763D2839",
|
|
52208
52208
|
"abi": [
|
|
52209
52209
|
{
|
|
52210
|
-
"inputs": [
|
|
52210
|
+
"inputs": [
|
|
52211
|
+
{
|
|
52212
|
+
"internalType": "bool",
|
|
52213
|
+
"name": "timeBased_",
|
|
52214
|
+
"type": "bool"
|
|
52215
|
+
},
|
|
52216
|
+
{
|
|
52217
|
+
"internalType": "uint256",
|
|
52218
|
+
"name": "blocksPerYear_",
|
|
52219
|
+
"type": "uint256"
|
|
52220
|
+
},
|
|
52221
|
+
{
|
|
52222
|
+
"internalType": "uint256",
|
|
52223
|
+
"name": "maxBorrowRateMantissa_",
|
|
52224
|
+
"type": "uint256"
|
|
52225
|
+
}
|
|
52226
|
+
],
|
|
52211
52227
|
"stateMutability": "nonpayable",
|
|
52212
52228
|
"type": "constructor"
|
|
52213
52229
|
},
|
|
@@ -52247,6 +52263,16 @@
|
|
|
52247
52263
|
"name": "HealBorrowUnauthorized",
|
|
52248
52264
|
"type": "error"
|
|
52249
52265
|
},
|
|
52266
|
+
{
|
|
52267
|
+
"inputs": [],
|
|
52268
|
+
"name": "InvalidBlocksPerYear",
|
|
52269
|
+
"type": "error"
|
|
52270
|
+
},
|
|
52271
|
+
{
|
|
52272
|
+
"inputs": [],
|
|
52273
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
52274
|
+
"type": "error"
|
|
52275
|
+
},
|
|
52250
52276
|
{
|
|
52251
52277
|
"inputs": [
|
|
52252
52278
|
{
|
|
@@ -52718,13 +52744,13 @@
|
|
|
52718
52744
|
{
|
|
52719
52745
|
"indexed": false,
|
|
52720
52746
|
"internalType": "uint256",
|
|
52721
|
-
"name": "
|
|
52747
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
52722
52748
|
"type": "uint256"
|
|
52723
52749
|
},
|
|
52724
52750
|
{
|
|
52725
52751
|
"indexed": false,
|
|
52726
52752
|
"internalType": "uint256",
|
|
52727
|
-
"name": "
|
|
52753
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
52728
52754
|
"type": "uint256"
|
|
52729
52755
|
}
|
|
52730
52756
|
],
|
|
@@ -53172,6 +53198,19 @@
|
|
|
53172
53198
|
"stateMutability": "nonpayable",
|
|
53173
53199
|
"type": "function"
|
|
53174
53200
|
},
|
|
53201
|
+
{
|
|
53202
|
+
"inputs": [],
|
|
53203
|
+
"name": "blocksOrSecondsPerYear",
|
|
53204
|
+
"outputs": [
|
|
53205
|
+
{
|
|
53206
|
+
"internalType": "uint256",
|
|
53207
|
+
"name": "",
|
|
53208
|
+
"type": "uint256"
|
|
53209
|
+
}
|
|
53210
|
+
],
|
|
53211
|
+
"stateMutability": "view",
|
|
53212
|
+
"type": "function"
|
|
53213
|
+
},
|
|
53175
53214
|
{
|
|
53176
53215
|
"inputs": [
|
|
53177
53216
|
{
|
|
@@ -53422,6 +53461,19 @@
|
|
|
53422
53461
|
"stateMutability": "view",
|
|
53423
53462
|
"type": "function"
|
|
53424
53463
|
},
|
|
53464
|
+
{
|
|
53465
|
+
"inputs": [],
|
|
53466
|
+
"name": "getBlockNumberOrTimestamp",
|
|
53467
|
+
"outputs": [
|
|
53468
|
+
{
|
|
53469
|
+
"internalType": "uint256",
|
|
53470
|
+
"name": "",
|
|
53471
|
+
"type": "uint256"
|
|
53472
|
+
}
|
|
53473
|
+
],
|
|
53474
|
+
"stateMutability": "view",
|
|
53475
|
+
"type": "function"
|
|
53476
|
+
},
|
|
53425
53477
|
{
|
|
53426
53478
|
"inputs": [],
|
|
53427
53479
|
"name": "getCash",
|
|
@@ -53570,6 +53622,19 @@
|
|
|
53570
53622
|
"stateMutability": "view",
|
|
53571
53623
|
"type": "function"
|
|
53572
53624
|
},
|
|
53625
|
+
{
|
|
53626
|
+
"inputs": [],
|
|
53627
|
+
"name": "isTimeBased",
|
|
53628
|
+
"outputs": [
|
|
53629
|
+
{
|
|
53630
|
+
"internalType": "bool",
|
|
53631
|
+
"name": "",
|
|
53632
|
+
"type": "bool"
|
|
53633
|
+
}
|
|
53634
|
+
],
|
|
53635
|
+
"stateMutability": "view",
|
|
53636
|
+
"type": "function"
|
|
53637
|
+
},
|
|
53573
53638
|
{
|
|
53574
53639
|
"inputs": [],
|
|
53575
53640
|
"name": "isVToken",
|
|
@@ -53987,7 +54052,7 @@
|
|
|
53987
54052
|
"inputs": [
|
|
53988
54053
|
{
|
|
53989
54054
|
"internalType": "uint256",
|
|
53990
|
-
"name": "
|
|
54055
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
53991
54056
|
"type": "uint256"
|
|
53992
54057
|
}
|
|
53993
54058
|
],
|
|
@@ -57882,10 +57882,26 @@
|
|
|
57882
57882
|
]
|
|
57883
57883
|
},
|
|
57884
57884
|
"VTokenImpl": {
|
|
57885
|
-
"address": "
|
|
57885
|
+
"address": "0xD594F41965881A859a147624c9F03fEb32ad2d33",
|
|
57886
57886
|
"abi": [
|
|
57887
57887
|
{
|
|
57888
|
-
"inputs": [
|
|
57888
|
+
"inputs": [
|
|
57889
|
+
{
|
|
57890
|
+
"internalType": "bool",
|
|
57891
|
+
"name": "timeBased_",
|
|
57892
|
+
"type": "bool"
|
|
57893
|
+
},
|
|
57894
|
+
{
|
|
57895
|
+
"internalType": "uint256",
|
|
57896
|
+
"name": "blocksPerYear_",
|
|
57897
|
+
"type": "uint256"
|
|
57898
|
+
},
|
|
57899
|
+
{
|
|
57900
|
+
"internalType": "uint256",
|
|
57901
|
+
"name": "maxBorrowRateMantissa_",
|
|
57902
|
+
"type": "uint256"
|
|
57903
|
+
}
|
|
57904
|
+
],
|
|
57889
57905
|
"stateMutability": "nonpayable",
|
|
57890
57906
|
"type": "constructor"
|
|
57891
57907
|
},
|
|
@@ -57925,6 +57941,16 @@
|
|
|
57925
57941
|
"name": "HealBorrowUnauthorized",
|
|
57926
57942
|
"type": "error"
|
|
57927
57943
|
},
|
|
57944
|
+
{
|
|
57945
|
+
"inputs": [],
|
|
57946
|
+
"name": "InvalidBlocksPerYear",
|
|
57947
|
+
"type": "error"
|
|
57948
|
+
},
|
|
57949
|
+
{
|
|
57950
|
+
"inputs": [],
|
|
57951
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
57952
|
+
"type": "error"
|
|
57953
|
+
},
|
|
57928
57954
|
{
|
|
57929
57955
|
"inputs": [
|
|
57930
57956
|
{
|
|
@@ -58396,13 +58422,13 @@
|
|
|
58396
58422
|
{
|
|
58397
58423
|
"indexed": false,
|
|
58398
58424
|
"internalType": "uint256",
|
|
58399
|
-
"name": "
|
|
58425
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
58400
58426
|
"type": "uint256"
|
|
58401
58427
|
},
|
|
58402
58428
|
{
|
|
58403
58429
|
"indexed": false,
|
|
58404
58430
|
"internalType": "uint256",
|
|
58405
|
-
"name": "
|
|
58431
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
58406
58432
|
"type": "uint256"
|
|
58407
58433
|
}
|
|
58408
58434
|
],
|
|
@@ -58850,6 +58876,19 @@
|
|
|
58850
58876
|
"stateMutability": "nonpayable",
|
|
58851
58877
|
"type": "function"
|
|
58852
58878
|
},
|
|
58879
|
+
{
|
|
58880
|
+
"inputs": [],
|
|
58881
|
+
"name": "blocksOrSecondsPerYear",
|
|
58882
|
+
"outputs": [
|
|
58883
|
+
{
|
|
58884
|
+
"internalType": "uint256",
|
|
58885
|
+
"name": "",
|
|
58886
|
+
"type": "uint256"
|
|
58887
|
+
}
|
|
58888
|
+
],
|
|
58889
|
+
"stateMutability": "view",
|
|
58890
|
+
"type": "function"
|
|
58891
|
+
},
|
|
58853
58892
|
{
|
|
58854
58893
|
"inputs": [
|
|
58855
58894
|
{
|
|
@@ -59100,6 +59139,19 @@
|
|
|
59100
59139
|
"stateMutability": "view",
|
|
59101
59140
|
"type": "function"
|
|
59102
59141
|
},
|
|
59142
|
+
{
|
|
59143
|
+
"inputs": [],
|
|
59144
|
+
"name": "getBlockNumberOrTimestamp",
|
|
59145
|
+
"outputs": [
|
|
59146
|
+
{
|
|
59147
|
+
"internalType": "uint256",
|
|
59148
|
+
"name": "",
|
|
59149
|
+
"type": "uint256"
|
|
59150
|
+
}
|
|
59151
|
+
],
|
|
59152
|
+
"stateMutability": "view",
|
|
59153
|
+
"type": "function"
|
|
59154
|
+
},
|
|
59103
59155
|
{
|
|
59104
59156
|
"inputs": [],
|
|
59105
59157
|
"name": "getCash",
|
|
@@ -59248,6 +59300,19 @@
|
|
|
59248
59300
|
"stateMutability": "view",
|
|
59249
59301
|
"type": "function"
|
|
59250
59302
|
},
|
|
59303
|
+
{
|
|
59304
|
+
"inputs": [],
|
|
59305
|
+
"name": "isTimeBased",
|
|
59306
|
+
"outputs": [
|
|
59307
|
+
{
|
|
59308
|
+
"internalType": "bool",
|
|
59309
|
+
"name": "",
|
|
59310
|
+
"type": "bool"
|
|
59311
|
+
}
|
|
59312
|
+
],
|
|
59313
|
+
"stateMutability": "view",
|
|
59314
|
+
"type": "function"
|
|
59315
|
+
},
|
|
59251
59316
|
{
|
|
59252
59317
|
"inputs": [],
|
|
59253
59318
|
"name": "isVToken",
|
|
@@ -59665,7 +59730,7 @@
|
|
|
59665
59730
|
"inputs": [
|
|
59666
59731
|
{
|
|
59667
59732
|
"internalType": "uint256",
|
|
59668
|
-
"name": "
|
|
59733
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
59669
59734
|
"type": "uint256"
|
|
59670
59735
|
}
|
|
59671
59736
|
],
|
|
@@ -26526,10 +26526,26 @@
|
|
|
26526
26526
|
]
|
|
26527
26527
|
},
|
|
26528
26528
|
"VTokenImpl": {
|
|
26529
|
-
"address": "
|
|
26529
|
+
"address": "0xefdf5CcC12d8cff4a7ed4e421b95F8f69Cf2F766",
|
|
26530
26530
|
"abi": [
|
|
26531
26531
|
{
|
|
26532
|
-
"inputs": [
|
|
26532
|
+
"inputs": [
|
|
26533
|
+
{
|
|
26534
|
+
"internalType": "bool",
|
|
26535
|
+
"name": "timeBased_",
|
|
26536
|
+
"type": "bool"
|
|
26537
|
+
},
|
|
26538
|
+
{
|
|
26539
|
+
"internalType": "uint256",
|
|
26540
|
+
"name": "blocksPerYear_",
|
|
26541
|
+
"type": "uint256"
|
|
26542
|
+
},
|
|
26543
|
+
{
|
|
26544
|
+
"internalType": "uint256",
|
|
26545
|
+
"name": "maxBorrowRateMantissa_",
|
|
26546
|
+
"type": "uint256"
|
|
26547
|
+
}
|
|
26548
|
+
],
|
|
26533
26549
|
"stateMutability": "nonpayable",
|
|
26534
26550
|
"type": "constructor"
|
|
26535
26551
|
},
|
|
@@ -26569,6 +26585,16 @@
|
|
|
26569
26585
|
"name": "HealBorrowUnauthorized",
|
|
26570
26586
|
"type": "error"
|
|
26571
26587
|
},
|
|
26588
|
+
{
|
|
26589
|
+
"inputs": [],
|
|
26590
|
+
"name": "InvalidBlocksPerYear",
|
|
26591
|
+
"type": "error"
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"inputs": [],
|
|
26595
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
26596
|
+
"type": "error"
|
|
26597
|
+
},
|
|
26572
26598
|
{
|
|
26573
26599
|
"inputs": [
|
|
26574
26600
|
{
|
|
@@ -27040,13 +27066,13 @@
|
|
|
27040
27066
|
{
|
|
27041
27067
|
"indexed": false,
|
|
27042
27068
|
"internalType": "uint256",
|
|
27043
|
-
"name": "
|
|
27069
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
27044
27070
|
"type": "uint256"
|
|
27045
27071
|
},
|
|
27046
27072
|
{
|
|
27047
27073
|
"indexed": false,
|
|
27048
27074
|
"internalType": "uint256",
|
|
27049
|
-
"name": "
|
|
27075
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
27050
27076
|
"type": "uint256"
|
|
27051
27077
|
}
|
|
27052
27078
|
],
|
|
@@ -27494,6 +27520,19 @@
|
|
|
27494
27520
|
"stateMutability": "nonpayable",
|
|
27495
27521
|
"type": "function"
|
|
27496
27522
|
},
|
|
27523
|
+
{
|
|
27524
|
+
"inputs": [],
|
|
27525
|
+
"name": "blocksOrSecondsPerYear",
|
|
27526
|
+
"outputs": [
|
|
27527
|
+
{
|
|
27528
|
+
"internalType": "uint256",
|
|
27529
|
+
"name": "",
|
|
27530
|
+
"type": "uint256"
|
|
27531
|
+
}
|
|
27532
|
+
],
|
|
27533
|
+
"stateMutability": "view",
|
|
27534
|
+
"type": "function"
|
|
27535
|
+
},
|
|
27497
27536
|
{
|
|
27498
27537
|
"inputs": [
|
|
27499
27538
|
{
|
|
@@ -27744,6 +27783,19 @@
|
|
|
27744
27783
|
"stateMutability": "view",
|
|
27745
27784
|
"type": "function"
|
|
27746
27785
|
},
|
|
27786
|
+
{
|
|
27787
|
+
"inputs": [],
|
|
27788
|
+
"name": "getBlockNumberOrTimestamp",
|
|
27789
|
+
"outputs": [
|
|
27790
|
+
{
|
|
27791
|
+
"internalType": "uint256",
|
|
27792
|
+
"name": "",
|
|
27793
|
+
"type": "uint256"
|
|
27794
|
+
}
|
|
27795
|
+
],
|
|
27796
|
+
"stateMutability": "view",
|
|
27797
|
+
"type": "function"
|
|
27798
|
+
},
|
|
27747
27799
|
{
|
|
27748
27800
|
"inputs": [],
|
|
27749
27801
|
"name": "getCash",
|
|
@@ -27892,6 +27944,19 @@
|
|
|
27892
27944
|
"stateMutability": "view",
|
|
27893
27945
|
"type": "function"
|
|
27894
27946
|
},
|
|
27947
|
+
{
|
|
27948
|
+
"inputs": [],
|
|
27949
|
+
"name": "isTimeBased",
|
|
27950
|
+
"outputs": [
|
|
27951
|
+
{
|
|
27952
|
+
"internalType": "bool",
|
|
27953
|
+
"name": "",
|
|
27954
|
+
"type": "bool"
|
|
27955
|
+
}
|
|
27956
|
+
],
|
|
27957
|
+
"stateMutability": "view",
|
|
27958
|
+
"type": "function"
|
|
27959
|
+
},
|
|
27895
27960
|
{
|
|
27896
27961
|
"inputs": [],
|
|
27897
27962
|
"name": "isVToken",
|
|
@@ -28309,7 +28374,7 @@
|
|
|
28309
28374
|
"inputs": [
|
|
28310
28375
|
{
|
|
28311
28376
|
"internalType": "uint256",
|
|
28312
|
-
"name": "
|
|
28377
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
28313
28378
|
"type": "uint256"
|
|
28314
28379
|
}
|
|
28315
28380
|
],
|
|
@@ -7060,10 +7060,26 @@
|
|
|
7060
7060
|
]
|
|
7061
7061
|
},
|
|
7062
7062
|
"VTokenImpl": {
|
|
7063
|
-
"address": "
|
|
7063
|
+
"address": "0x9aBbbc046a5b3d6338cE6fcEf470a0DA35Aa09D3",
|
|
7064
7064
|
"abi": [
|
|
7065
7065
|
{
|
|
7066
|
-
"inputs": [
|
|
7066
|
+
"inputs": [
|
|
7067
|
+
{
|
|
7068
|
+
"internalType": "bool",
|
|
7069
|
+
"name": "timeBased_",
|
|
7070
|
+
"type": "bool"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"internalType": "uint256",
|
|
7074
|
+
"name": "blocksPerYear_",
|
|
7075
|
+
"type": "uint256"
|
|
7076
|
+
},
|
|
7077
|
+
{
|
|
7078
|
+
"internalType": "uint256",
|
|
7079
|
+
"name": "maxBorrowRateMantissa_",
|
|
7080
|
+
"type": "uint256"
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7067
7083
|
"stateMutability": "nonpayable",
|
|
7068
7084
|
"type": "constructor"
|
|
7069
7085
|
},
|
|
@@ -7103,6 +7119,16 @@
|
|
|
7103
7119
|
"name": "HealBorrowUnauthorized",
|
|
7104
7120
|
"type": "error"
|
|
7105
7121
|
},
|
|
7122
|
+
{
|
|
7123
|
+
"inputs": [],
|
|
7124
|
+
"name": "InvalidBlocksPerYear",
|
|
7125
|
+
"type": "error"
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
"inputs": [],
|
|
7129
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
7130
|
+
"type": "error"
|
|
7131
|
+
},
|
|
7106
7132
|
{
|
|
7107
7133
|
"inputs": [
|
|
7108
7134
|
{
|
|
@@ -7574,13 +7600,13 @@
|
|
|
7574
7600
|
{
|
|
7575
7601
|
"indexed": false,
|
|
7576
7602
|
"internalType": "uint256",
|
|
7577
|
-
"name": "
|
|
7603
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
7578
7604
|
"type": "uint256"
|
|
7579
7605
|
},
|
|
7580
7606
|
{
|
|
7581
7607
|
"indexed": false,
|
|
7582
7608
|
"internalType": "uint256",
|
|
7583
|
-
"name": "
|
|
7609
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
7584
7610
|
"type": "uint256"
|
|
7585
7611
|
}
|
|
7586
7612
|
],
|
|
@@ -8028,6 +8054,19 @@
|
|
|
8028
8054
|
"stateMutability": "nonpayable",
|
|
8029
8055
|
"type": "function"
|
|
8030
8056
|
},
|
|
8057
|
+
{
|
|
8058
|
+
"inputs": [],
|
|
8059
|
+
"name": "blocksOrSecondsPerYear",
|
|
8060
|
+
"outputs": [
|
|
8061
|
+
{
|
|
8062
|
+
"internalType": "uint256",
|
|
8063
|
+
"name": "",
|
|
8064
|
+
"type": "uint256"
|
|
8065
|
+
}
|
|
8066
|
+
],
|
|
8067
|
+
"stateMutability": "view",
|
|
8068
|
+
"type": "function"
|
|
8069
|
+
},
|
|
8031
8070
|
{
|
|
8032
8071
|
"inputs": [
|
|
8033
8072
|
{
|
|
@@ -8278,6 +8317,19 @@
|
|
|
8278
8317
|
"stateMutability": "view",
|
|
8279
8318
|
"type": "function"
|
|
8280
8319
|
},
|
|
8320
|
+
{
|
|
8321
|
+
"inputs": [],
|
|
8322
|
+
"name": "getBlockNumberOrTimestamp",
|
|
8323
|
+
"outputs": [
|
|
8324
|
+
{
|
|
8325
|
+
"internalType": "uint256",
|
|
8326
|
+
"name": "",
|
|
8327
|
+
"type": "uint256"
|
|
8328
|
+
}
|
|
8329
|
+
],
|
|
8330
|
+
"stateMutability": "view",
|
|
8331
|
+
"type": "function"
|
|
8332
|
+
},
|
|
8281
8333
|
{
|
|
8282
8334
|
"inputs": [],
|
|
8283
8335
|
"name": "getCash",
|
|
@@ -8426,6 +8478,19 @@
|
|
|
8426
8478
|
"stateMutability": "view",
|
|
8427
8479
|
"type": "function"
|
|
8428
8480
|
},
|
|
8481
|
+
{
|
|
8482
|
+
"inputs": [],
|
|
8483
|
+
"name": "isTimeBased",
|
|
8484
|
+
"outputs": [
|
|
8485
|
+
{
|
|
8486
|
+
"internalType": "bool",
|
|
8487
|
+
"name": "",
|
|
8488
|
+
"type": "bool"
|
|
8489
|
+
}
|
|
8490
|
+
],
|
|
8491
|
+
"stateMutability": "view",
|
|
8492
|
+
"type": "function"
|
|
8493
|
+
},
|
|
8429
8494
|
{
|
|
8430
8495
|
"inputs": [],
|
|
8431
8496
|
"name": "isVToken",
|
|
@@ -8843,7 +8908,7 @@
|
|
|
8843
8908
|
"inputs": [
|
|
8844
8909
|
{
|
|
8845
8910
|
"internalType": "uint256",
|
|
8846
|
-
"name": "
|
|
8911
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
8847
8912
|
"type": "uint256"
|
|
8848
8913
|
}
|
|
8849
8914
|
],
|