@venusprotocol/venus-protocol 10.1.0-dev.1 → 10.1.0-dev.2

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.
@@ -195621,6 +195621,1553 @@
195621
195621
  }
195622
195622
  ]
195623
195623
  },
195624
+ "vslisBNB": {
195625
+ "address": "0x89c910Eb8c90df818b4649b508Ba22130Dc73Adc",
195626
+ "abi": [
195627
+ {
195628
+ "inputs": [
195629
+ {
195630
+ "internalType": "address",
195631
+ "name": "underlying_",
195632
+ "type": "address"
195633
+ },
195634
+ {
195635
+ "internalType": "contract ComptrollerInterface",
195636
+ "name": "comptroller_",
195637
+ "type": "address"
195638
+ },
195639
+ {
195640
+ "internalType": "contract InterestRateModelV8",
195641
+ "name": "interestRateModel_",
195642
+ "type": "address"
195643
+ },
195644
+ {
195645
+ "internalType": "uint256",
195646
+ "name": "initialExchangeRateMantissa_",
195647
+ "type": "uint256"
195648
+ },
195649
+ {
195650
+ "internalType": "string",
195651
+ "name": "name_",
195652
+ "type": "string"
195653
+ },
195654
+ {
195655
+ "internalType": "string",
195656
+ "name": "symbol_",
195657
+ "type": "string"
195658
+ },
195659
+ {
195660
+ "internalType": "uint8",
195661
+ "name": "decimals_",
195662
+ "type": "uint8"
195663
+ },
195664
+ {
195665
+ "internalType": "address payable",
195666
+ "name": "admin_",
195667
+ "type": "address"
195668
+ },
195669
+ {
195670
+ "internalType": "address",
195671
+ "name": "implementation_",
195672
+ "type": "address"
195673
+ },
195674
+ {
195675
+ "internalType": "bytes",
195676
+ "name": "becomeImplementationData",
195677
+ "type": "bytes"
195678
+ }
195679
+ ],
195680
+ "stateMutability": "nonpayable",
195681
+ "type": "constructor"
195682
+ },
195683
+ {
195684
+ "anonymous": false,
195685
+ "inputs": [
195686
+ {
195687
+ "indexed": false,
195688
+ "internalType": "uint256",
195689
+ "name": "cashPrior",
195690
+ "type": "uint256"
195691
+ },
195692
+ {
195693
+ "indexed": false,
195694
+ "internalType": "uint256",
195695
+ "name": "interestAccumulated",
195696
+ "type": "uint256"
195697
+ },
195698
+ {
195699
+ "indexed": false,
195700
+ "internalType": "uint256",
195701
+ "name": "borrowIndex",
195702
+ "type": "uint256"
195703
+ },
195704
+ {
195705
+ "indexed": false,
195706
+ "internalType": "uint256",
195707
+ "name": "totalBorrows",
195708
+ "type": "uint256"
195709
+ }
195710
+ ],
195711
+ "name": "AccrueInterest",
195712
+ "type": "event"
195713
+ },
195714
+ {
195715
+ "anonymous": false,
195716
+ "inputs": [
195717
+ {
195718
+ "indexed": true,
195719
+ "internalType": "address",
195720
+ "name": "owner",
195721
+ "type": "address"
195722
+ },
195723
+ {
195724
+ "indexed": true,
195725
+ "internalType": "address",
195726
+ "name": "spender",
195727
+ "type": "address"
195728
+ },
195729
+ {
195730
+ "indexed": false,
195731
+ "internalType": "uint256",
195732
+ "name": "amount",
195733
+ "type": "uint256"
195734
+ }
195735
+ ],
195736
+ "name": "Approval",
195737
+ "type": "event"
195738
+ },
195739
+ {
195740
+ "anonymous": false,
195741
+ "inputs": [
195742
+ {
195743
+ "indexed": false,
195744
+ "internalType": "address",
195745
+ "name": "borrower",
195746
+ "type": "address"
195747
+ },
195748
+ {
195749
+ "indexed": false,
195750
+ "internalType": "uint256",
195751
+ "name": "borrowAmount",
195752
+ "type": "uint256"
195753
+ },
195754
+ {
195755
+ "indexed": false,
195756
+ "internalType": "uint256",
195757
+ "name": "accountBorrows",
195758
+ "type": "uint256"
195759
+ },
195760
+ {
195761
+ "indexed": false,
195762
+ "internalType": "uint256",
195763
+ "name": "totalBorrows",
195764
+ "type": "uint256"
195765
+ }
195766
+ ],
195767
+ "name": "Borrow",
195768
+ "type": "event"
195769
+ },
195770
+ {
195771
+ "anonymous": false,
195772
+ "inputs": [
195773
+ {
195774
+ "indexed": false,
195775
+ "internalType": "address",
195776
+ "name": "liquidator",
195777
+ "type": "address"
195778
+ },
195779
+ {
195780
+ "indexed": false,
195781
+ "internalType": "address",
195782
+ "name": "borrower",
195783
+ "type": "address"
195784
+ },
195785
+ {
195786
+ "indexed": false,
195787
+ "internalType": "uint256",
195788
+ "name": "repayAmount",
195789
+ "type": "uint256"
195790
+ },
195791
+ {
195792
+ "indexed": false,
195793
+ "internalType": "address",
195794
+ "name": "vTokenCollateral",
195795
+ "type": "address"
195796
+ },
195797
+ {
195798
+ "indexed": false,
195799
+ "internalType": "uint256",
195800
+ "name": "seizeTokens",
195801
+ "type": "uint256"
195802
+ }
195803
+ ],
195804
+ "name": "LiquidateBorrow",
195805
+ "type": "event"
195806
+ },
195807
+ {
195808
+ "anonymous": false,
195809
+ "inputs": [
195810
+ {
195811
+ "indexed": false,
195812
+ "internalType": "address",
195813
+ "name": "minter",
195814
+ "type": "address"
195815
+ },
195816
+ {
195817
+ "indexed": false,
195818
+ "internalType": "uint256",
195819
+ "name": "mintAmount",
195820
+ "type": "uint256"
195821
+ },
195822
+ {
195823
+ "indexed": false,
195824
+ "internalType": "uint256",
195825
+ "name": "mintTokens",
195826
+ "type": "uint256"
195827
+ },
195828
+ {
195829
+ "indexed": false,
195830
+ "internalType": "uint256",
195831
+ "name": "totalSupply",
195832
+ "type": "uint256"
195833
+ }
195834
+ ],
195835
+ "name": "Mint",
195836
+ "type": "event"
195837
+ },
195838
+ {
195839
+ "anonymous": false,
195840
+ "inputs": [
195841
+ {
195842
+ "indexed": false,
195843
+ "internalType": "address",
195844
+ "name": "payer",
195845
+ "type": "address"
195846
+ },
195847
+ {
195848
+ "indexed": false,
195849
+ "internalType": "address",
195850
+ "name": "receiver",
195851
+ "type": "address"
195852
+ },
195853
+ {
195854
+ "indexed": false,
195855
+ "internalType": "uint256",
195856
+ "name": "mintAmount",
195857
+ "type": "uint256"
195858
+ },
195859
+ {
195860
+ "indexed": false,
195861
+ "internalType": "uint256",
195862
+ "name": "mintTokens",
195863
+ "type": "uint256"
195864
+ },
195865
+ {
195866
+ "indexed": false,
195867
+ "internalType": "uint256",
195868
+ "name": "totalSupply",
195869
+ "type": "uint256"
195870
+ }
195871
+ ],
195872
+ "name": "MintBehalf",
195873
+ "type": "event"
195874
+ },
195875
+ {
195876
+ "anonymous": false,
195877
+ "inputs": [
195878
+ {
195879
+ "indexed": false,
195880
+ "internalType": "address",
195881
+ "name": "oldAccessControlAddress",
195882
+ "type": "address"
195883
+ },
195884
+ {
195885
+ "indexed": false,
195886
+ "internalType": "address",
195887
+ "name": "newAccessControlAddress",
195888
+ "type": "address"
195889
+ }
195890
+ ],
195891
+ "name": "NewAccessControlManager",
195892
+ "type": "event"
195893
+ },
195894
+ {
195895
+ "anonymous": false,
195896
+ "inputs": [
195897
+ {
195898
+ "indexed": false,
195899
+ "internalType": "address",
195900
+ "name": "oldAdmin",
195901
+ "type": "address"
195902
+ },
195903
+ {
195904
+ "indexed": false,
195905
+ "internalType": "address",
195906
+ "name": "newAdmin",
195907
+ "type": "address"
195908
+ }
195909
+ ],
195910
+ "name": "NewAdmin",
195911
+ "type": "event"
195912
+ },
195913
+ {
195914
+ "anonymous": false,
195915
+ "inputs": [
195916
+ {
195917
+ "indexed": false,
195918
+ "internalType": "contract ComptrollerInterface",
195919
+ "name": "oldComptroller",
195920
+ "type": "address"
195921
+ },
195922
+ {
195923
+ "indexed": false,
195924
+ "internalType": "contract ComptrollerInterface",
195925
+ "name": "newComptroller",
195926
+ "type": "address"
195927
+ }
195928
+ ],
195929
+ "name": "NewComptroller",
195930
+ "type": "event"
195931
+ },
195932
+ {
195933
+ "anonymous": false,
195934
+ "inputs": [
195935
+ {
195936
+ "indexed": false,
195937
+ "internalType": "address",
195938
+ "name": "oldImplementation",
195939
+ "type": "address"
195940
+ },
195941
+ {
195942
+ "indexed": false,
195943
+ "internalType": "address",
195944
+ "name": "newImplementation",
195945
+ "type": "address"
195946
+ }
195947
+ ],
195948
+ "name": "NewImplementation",
195949
+ "type": "event"
195950
+ },
195951
+ {
195952
+ "anonymous": false,
195953
+ "inputs": [
195954
+ {
195955
+ "indexed": false,
195956
+ "internalType": "contract InterestRateModelV8",
195957
+ "name": "oldInterestRateModel",
195958
+ "type": "address"
195959
+ },
195960
+ {
195961
+ "indexed": false,
195962
+ "internalType": "contract InterestRateModelV8",
195963
+ "name": "newInterestRateModel",
195964
+ "type": "address"
195965
+ }
195966
+ ],
195967
+ "name": "NewMarketInterestRateModel",
195968
+ "type": "event"
195969
+ },
195970
+ {
195971
+ "anonymous": false,
195972
+ "inputs": [
195973
+ {
195974
+ "indexed": false,
195975
+ "internalType": "address",
195976
+ "name": "oldPendingAdmin",
195977
+ "type": "address"
195978
+ },
195979
+ {
195980
+ "indexed": false,
195981
+ "internalType": "address",
195982
+ "name": "newPendingAdmin",
195983
+ "type": "address"
195984
+ }
195985
+ ],
195986
+ "name": "NewPendingAdmin",
195987
+ "type": "event"
195988
+ },
195989
+ {
195990
+ "anonymous": false,
195991
+ "inputs": [
195992
+ {
195993
+ "indexed": true,
195994
+ "internalType": "address",
195995
+ "name": "oldProtocolShareReserve",
195996
+ "type": "address"
195997
+ },
195998
+ {
195999
+ "indexed": true,
196000
+ "internalType": "address",
196001
+ "name": "newProtocolShareReserve",
196002
+ "type": "address"
196003
+ }
196004
+ ],
196005
+ "name": "NewProtocolShareReserve",
196006
+ "type": "event"
196007
+ },
196008
+ {
196009
+ "anonymous": false,
196010
+ "inputs": [
196011
+ {
196012
+ "indexed": false,
196013
+ "internalType": "uint256",
196014
+ "name": "oldReduceReservesBlockDelta",
196015
+ "type": "uint256"
196016
+ },
196017
+ {
196018
+ "indexed": false,
196019
+ "internalType": "uint256",
196020
+ "name": "newReduceReservesBlockDelta",
196021
+ "type": "uint256"
196022
+ }
196023
+ ],
196024
+ "name": "NewReduceReservesBlockDelta",
196025
+ "type": "event"
196026
+ },
196027
+ {
196028
+ "anonymous": false,
196029
+ "inputs": [
196030
+ {
196031
+ "indexed": false,
196032
+ "internalType": "uint256",
196033
+ "name": "oldReserveFactorMantissa",
196034
+ "type": "uint256"
196035
+ },
196036
+ {
196037
+ "indexed": false,
196038
+ "internalType": "uint256",
196039
+ "name": "newReserveFactorMantissa",
196040
+ "type": "uint256"
196041
+ }
196042
+ ],
196043
+ "name": "NewReserveFactor",
196044
+ "type": "event"
196045
+ },
196046
+ {
196047
+ "anonymous": false,
196048
+ "inputs": [
196049
+ {
196050
+ "indexed": false,
196051
+ "internalType": "address",
196052
+ "name": "redeemer",
196053
+ "type": "address"
196054
+ },
196055
+ {
196056
+ "indexed": false,
196057
+ "internalType": "uint256",
196058
+ "name": "redeemAmount",
196059
+ "type": "uint256"
196060
+ },
196061
+ {
196062
+ "indexed": false,
196063
+ "internalType": "uint256",
196064
+ "name": "redeemTokens",
196065
+ "type": "uint256"
196066
+ },
196067
+ {
196068
+ "indexed": false,
196069
+ "internalType": "uint256",
196070
+ "name": "totalSupply",
196071
+ "type": "uint256"
196072
+ }
196073
+ ],
196074
+ "name": "Redeem",
196075
+ "type": "event"
196076
+ },
196077
+ {
196078
+ "anonymous": false,
196079
+ "inputs": [
196080
+ {
196081
+ "indexed": false,
196082
+ "internalType": "address",
196083
+ "name": "redeemer",
196084
+ "type": "address"
196085
+ },
196086
+ {
196087
+ "indexed": false,
196088
+ "internalType": "uint256",
196089
+ "name": "feeAmount",
196090
+ "type": "uint256"
196091
+ },
196092
+ {
196093
+ "indexed": false,
196094
+ "internalType": "uint256",
196095
+ "name": "redeemTokens",
196096
+ "type": "uint256"
196097
+ }
196098
+ ],
196099
+ "name": "RedeemFee",
196100
+ "type": "event"
196101
+ },
196102
+ {
196103
+ "anonymous": false,
196104
+ "inputs": [
196105
+ {
196106
+ "indexed": false,
196107
+ "internalType": "address",
196108
+ "name": "payer",
196109
+ "type": "address"
196110
+ },
196111
+ {
196112
+ "indexed": false,
196113
+ "internalType": "address",
196114
+ "name": "borrower",
196115
+ "type": "address"
196116
+ },
196117
+ {
196118
+ "indexed": false,
196119
+ "internalType": "uint256",
196120
+ "name": "repayAmount",
196121
+ "type": "uint256"
196122
+ },
196123
+ {
196124
+ "indexed": false,
196125
+ "internalType": "uint256",
196126
+ "name": "accountBorrows",
196127
+ "type": "uint256"
196128
+ },
196129
+ {
196130
+ "indexed": false,
196131
+ "internalType": "uint256",
196132
+ "name": "totalBorrows",
196133
+ "type": "uint256"
196134
+ }
196135
+ ],
196136
+ "name": "RepayBorrow",
196137
+ "type": "event"
196138
+ },
196139
+ {
196140
+ "anonymous": false,
196141
+ "inputs": [
196142
+ {
196143
+ "indexed": false,
196144
+ "internalType": "address",
196145
+ "name": "benefactor",
196146
+ "type": "address"
196147
+ },
196148
+ {
196149
+ "indexed": false,
196150
+ "internalType": "uint256",
196151
+ "name": "addAmount",
196152
+ "type": "uint256"
196153
+ },
196154
+ {
196155
+ "indexed": false,
196156
+ "internalType": "uint256",
196157
+ "name": "newTotalReserves",
196158
+ "type": "uint256"
196159
+ }
196160
+ ],
196161
+ "name": "ReservesAdded",
196162
+ "type": "event"
196163
+ },
196164
+ {
196165
+ "anonymous": false,
196166
+ "inputs": [
196167
+ {
196168
+ "indexed": false,
196169
+ "internalType": "address",
196170
+ "name": "protocolShareReserve",
196171
+ "type": "address"
196172
+ },
196173
+ {
196174
+ "indexed": false,
196175
+ "internalType": "uint256",
196176
+ "name": "reduceAmount",
196177
+ "type": "uint256"
196178
+ },
196179
+ {
196180
+ "indexed": false,
196181
+ "internalType": "uint256",
196182
+ "name": "newTotalReserves",
196183
+ "type": "uint256"
196184
+ }
196185
+ ],
196186
+ "name": "ReservesReduced",
196187
+ "type": "event"
196188
+ },
196189
+ {
196190
+ "anonymous": false,
196191
+ "inputs": [
196192
+ {
196193
+ "indexed": true,
196194
+ "internalType": "address",
196195
+ "name": "from",
196196
+ "type": "address"
196197
+ },
196198
+ {
196199
+ "indexed": true,
196200
+ "internalType": "address",
196201
+ "name": "to",
196202
+ "type": "address"
196203
+ },
196204
+ {
196205
+ "indexed": false,
196206
+ "internalType": "uint256",
196207
+ "name": "amount",
196208
+ "type": "uint256"
196209
+ }
196210
+ ],
196211
+ "name": "Transfer",
196212
+ "type": "event"
196213
+ },
196214
+ {
196215
+ "stateMutability": "nonpayable",
196216
+ "type": "fallback"
196217
+ },
196218
+ {
196219
+ "inputs": [],
196220
+ "name": "_acceptAdmin",
196221
+ "outputs": [
196222
+ {
196223
+ "internalType": "uint256",
196224
+ "name": "",
196225
+ "type": "uint256"
196226
+ }
196227
+ ],
196228
+ "stateMutability": "nonpayable",
196229
+ "type": "function"
196230
+ },
196231
+ {
196232
+ "inputs": [
196233
+ {
196234
+ "internalType": "uint256",
196235
+ "name": "addAmount",
196236
+ "type": "uint256"
196237
+ }
196238
+ ],
196239
+ "name": "_addReserves",
196240
+ "outputs": [
196241
+ {
196242
+ "internalType": "uint256",
196243
+ "name": "",
196244
+ "type": "uint256"
196245
+ }
196246
+ ],
196247
+ "stateMutability": "nonpayable",
196248
+ "type": "function"
196249
+ },
196250
+ {
196251
+ "inputs": [
196252
+ {
196253
+ "internalType": "uint256",
196254
+ "name": "reduceAmount",
196255
+ "type": "uint256"
196256
+ }
196257
+ ],
196258
+ "name": "_reduceReserves",
196259
+ "outputs": [
196260
+ {
196261
+ "internalType": "uint256",
196262
+ "name": "",
196263
+ "type": "uint256"
196264
+ }
196265
+ ],
196266
+ "stateMutability": "nonpayable",
196267
+ "type": "function"
196268
+ },
196269
+ {
196270
+ "inputs": [
196271
+ {
196272
+ "internalType": "contract ComptrollerInterface",
196273
+ "name": "newComptroller",
196274
+ "type": "address"
196275
+ }
196276
+ ],
196277
+ "name": "_setComptroller",
196278
+ "outputs": [
196279
+ {
196280
+ "internalType": "uint256",
196281
+ "name": "",
196282
+ "type": "uint256"
196283
+ }
196284
+ ],
196285
+ "stateMutability": "nonpayable",
196286
+ "type": "function"
196287
+ },
196288
+ {
196289
+ "inputs": [
196290
+ {
196291
+ "internalType": "address",
196292
+ "name": "implementation_",
196293
+ "type": "address"
196294
+ },
196295
+ {
196296
+ "internalType": "bool",
196297
+ "name": "allowResign",
196298
+ "type": "bool"
196299
+ },
196300
+ {
196301
+ "internalType": "bytes",
196302
+ "name": "becomeImplementationData",
196303
+ "type": "bytes"
196304
+ }
196305
+ ],
196306
+ "name": "_setImplementation",
196307
+ "outputs": [],
196308
+ "stateMutability": "nonpayable",
196309
+ "type": "function"
196310
+ },
196311
+ {
196312
+ "inputs": [
196313
+ {
196314
+ "internalType": "contract InterestRateModelV8",
196315
+ "name": "newInterestRateModel",
196316
+ "type": "address"
196317
+ }
196318
+ ],
196319
+ "name": "_setInterestRateModel",
196320
+ "outputs": [
196321
+ {
196322
+ "internalType": "uint256",
196323
+ "name": "",
196324
+ "type": "uint256"
196325
+ }
196326
+ ],
196327
+ "stateMutability": "nonpayable",
196328
+ "type": "function"
196329
+ },
196330
+ {
196331
+ "inputs": [
196332
+ {
196333
+ "internalType": "address payable",
196334
+ "name": "newPendingAdmin",
196335
+ "type": "address"
196336
+ }
196337
+ ],
196338
+ "name": "_setPendingAdmin",
196339
+ "outputs": [
196340
+ {
196341
+ "internalType": "uint256",
196342
+ "name": "",
196343
+ "type": "uint256"
196344
+ }
196345
+ ],
196346
+ "stateMutability": "nonpayable",
196347
+ "type": "function"
196348
+ },
196349
+ {
196350
+ "inputs": [
196351
+ {
196352
+ "internalType": "uint256",
196353
+ "name": "newReserveFactorMantissa",
196354
+ "type": "uint256"
196355
+ }
196356
+ ],
196357
+ "name": "_setReserveFactor",
196358
+ "outputs": [
196359
+ {
196360
+ "internalType": "uint256",
196361
+ "name": "",
196362
+ "type": "uint256"
196363
+ }
196364
+ ],
196365
+ "stateMutability": "nonpayable",
196366
+ "type": "function"
196367
+ },
196368
+ {
196369
+ "inputs": [],
196370
+ "name": "accessControlManager",
196371
+ "outputs": [
196372
+ {
196373
+ "internalType": "address",
196374
+ "name": "",
196375
+ "type": "address"
196376
+ }
196377
+ ],
196378
+ "stateMutability": "view",
196379
+ "type": "function"
196380
+ },
196381
+ {
196382
+ "inputs": [],
196383
+ "name": "accrualBlockNumber",
196384
+ "outputs": [
196385
+ {
196386
+ "internalType": "uint256",
196387
+ "name": "",
196388
+ "type": "uint256"
196389
+ }
196390
+ ],
196391
+ "stateMutability": "view",
196392
+ "type": "function"
196393
+ },
196394
+ {
196395
+ "inputs": [],
196396
+ "name": "accrueInterest",
196397
+ "outputs": [
196398
+ {
196399
+ "internalType": "uint256",
196400
+ "name": "",
196401
+ "type": "uint256"
196402
+ }
196403
+ ],
196404
+ "stateMutability": "nonpayable",
196405
+ "type": "function"
196406
+ },
196407
+ {
196408
+ "inputs": [],
196409
+ "name": "admin",
196410
+ "outputs": [
196411
+ {
196412
+ "internalType": "address payable",
196413
+ "name": "",
196414
+ "type": "address"
196415
+ }
196416
+ ],
196417
+ "stateMutability": "view",
196418
+ "type": "function"
196419
+ },
196420
+ {
196421
+ "inputs": [
196422
+ {
196423
+ "internalType": "address",
196424
+ "name": "owner",
196425
+ "type": "address"
196426
+ },
196427
+ {
196428
+ "internalType": "address",
196429
+ "name": "spender",
196430
+ "type": "address"
196431
+ }
196432
+ ],
196433
+ "name": "allowance",
196434
+ "outputs": [
196435
+ {
196436
+ "internalType": "uint256",
196437
+ "name": "",
196438
+ "type": "uint256"
196439
+ }
196440
+ ],
196441
+ "stateMutability": "view",
196442
+ "type": "function"
196443
+ },
196444
+ {
196445
+ "inputs": [
196446
+ {
196447
+ "internalType": "address",
196448
+ "name": "spender",
196449
+ "type": "address"
196450
+ },
196451
+ {
196452
+ "internalType": "uint256",
196453
+ "name": "amount",
196454
+ "type": "uint256"
196455
+ }
196456
+ ],
196457
+ "name": "approve",
196458
+ "outputs": [
196459
+ {
196460
+ "internalType": "bool",
196461
+ "name": "",
196462
+ "type": "bool"
196463
+ }
196464
+ ],
196465
+ "stateMutability": "nonpayable",
196466
+ "type": "function"
196467
+ },
196468
+ {
196469
+ "inputs": [
196470
+ {
196471
+ "internalType": "address",
196472
+ "name": "owner",
196473
+ "type": "address"
196474
+ }
196475
+ ],
196476
+ "name": "balanceOf",
196477
+ "outputs": [
196478
+ {
196479
+ "internalType": "uint256",
196480
+ "name": "",
196481
+ "type": "uint256"
196482
+ }
196483
+ ],
196484
+ "stateMutability": "view",
196485
+ "type": "function"
196486
+ },
196487
+ {
196488
+ "inputs": [
196489
+ {
196490
+ "internalType": "address",
196491
+ "name": "owner",
196492
+ "type": "address"
196493
+ }
196494
+ ],
196495
+ "name": "balanceOfUnderlying",
196496
+ "outputs": [
196497
+ {
196498
+ "internalType": "uint256",
196499
+ "name": "",
196500
+ "type": "uint256"
196501
+ }
196502
+ ],
196503
+ "stateMutability": "nonpayable",
196504
+ "type": "function"
196505
+ },
196506
+ {
196507
+ "inputs": [
196508
+ {
196509
+ "internalType": "uint256",
196510
+ "name": "borrowAmount",
196511
+ "type": "uint256"
196512
+ }
196513
+ ],
196514
+ "name": "borrow",
196515
+ "outputs": [
196516
+ {
196517
+ "internalType": "uint256",
196518
+ "name": "",
196519
+ "type": "uint256"
196520
+ }
196521
+ ],
196522
+ "stateMutability": "nonpayable",
196523
+ "type": "function"
196524
+ },
196525
+ {
196526
+ "inputs": [
196527
+ {
196528
+ "internalType": "address",
196529
+ "name": "account",
196530
+ "type": "address"
196531
+ }
196532
+ ],
196533
+ "name": "borrowBalanceCurrent",
196534
+ "outputs": [
196535
+ {
196536
+ "internalType": "uint256",
196537
+ "name": "",
196538
+ "type": "uint256"
196539
+ }
196540
+ ],
196541
+ "stateMutability": "nonpayable",
196542
+ "type": "function"
196543
+ },
196544
+ {
196545
+ "inputs": [
196546
+ {
196547
+ "internalType": "address",
196548
+ "name": "account",
196549
+ "type": "address"
196550
+ }
196551
+ ],
196552
+ "name": "borrowBalanceStored",
196553
+ "outputs": [
196554
+ {
196555
+ "internalType": "uint256",
196556
+ "name": "",
196557
+ "type": "uint256"
196558
+ }
196559
+ ],
196560
+ "stateMutability": "view",
196561
+ "type": "function"
196562
+ },
196563
+ {
196564
+ "inputs": [],
196565
+ "name": "borrowIndex",
196566
+ "outputs": [
196567
+ {
196568
+ "internalType": "uint256",
196569
+ "name": "",
196570
+ "type": "uint256"
196571
+ }
196572
+ ],
196573
+ "stateMutability": "view",
196574
+ "type": "function"
196575
+ },
196576
+ {
196577
+ "inputs": [],
196578
+ "name": "borrowRatePerBlock",
196579
+ "outputs": [
196580
+ {
196581
+ "internalType": "uint256",
196582
+ "name": "",
196583
+ "type": "uint256"
196584
+ }
196585
+ ],
196586
+ "stateMutability": "view",
196587
+ "type": "function"
196588
+ },
196589
+ {
196590
+ "inputs": [],
196591
+ "name": "comptroller",
196592
+ "outputs": [
196593
+ {
196594
+ "internalType": "contract ComptrollerInterface",
196595
+ "name": "",
196596
+ "type": "address"
196597
+ }
196598
+ ],
196599
+ "stateMutability": "view",
196600
+ "type": "function"
196601
+ },
196602
+ {
196603
+ "inputs": [],
196604
+ "name": "decimals",
196605
+ "outputs": [
196606
+ {
196607
+ "internalType": "uint8",
196608
+ "name": "",
196609
+ "type": "uint8"
196610
+ }
196611
+ ],
196612
+ "stateMutability": "view",
196613
+ "type": "function"
196614
+ },
196615
+ {
196616
+ "inputs": [
196617
+ {
196618
+ "internalType": "bytes",
196619
+ "name": "data",
196620
+ "type": "bytes"
196621
+ }
196622
+ ],
196623
+ "name": "delegateToImplementation",
196624
+ "outputs": [
196625
+ {
196626
+ "internalType": "bytes",
196627
+ "name": "",
196628
+ "type": "bytes"
196629
+ }
196630
+ ],
196631
+ "stateMutability": "nonpayable",
196632
+ "type": "function"
196633
+ },
196634
+ {
196635
+ "inputs": [
196636
+ {
196637
+ "internalType": "bytes",
196638
+ "name": "data",
196639
+ "type": "bytes"
196640
+ }
196641
+ ],
196642
+ "name": "delegateToViewImplementation",
196643
+ "outputs": [
196644
+ {
196645
+ "internalType": "bytes",
196646
+ "name": "",
196647
+ "type": "bytes"
196648
+ }
196649
+ ],
196650
+ "stateMutability": "view",
196651
+ "type": "function"
196652
+ },
196653
+ {
196654
+ "inputs": [],
196655
+ "name": "exchangeRateCurrent",
196656
+ "outputs": [
196657
+ {
196658
+ "internalType": "uint256",
196659
+ "name": "",
196660
+ "type": "uint256"
196661
+ }
196662
+ ],
196663
+ "stateMutability": "nonpayable",
196664
+ "type": "function"
196665
+ },
196666
+ {
196667
+ "inputs": [],
196668
+ "name": "exchangeRateStored",
196669
+ "outputs": [
196670
+ {
196671
+ "internalType": "uint256",
196672
+ "name": "",
196673
+ "type": "uint256"
196674
+ }
196675
+ ],
196676
+ "stateMutability": "view",
196677
+ "type": "function"
196678
+ },
196679
+ {
196680
+ "inputs": [
196681
+ {
196682
+ "internalType": "address",
196683
+ "name": "account",
196684
+ "type": "address"
196685
+ }
196686
+ ],
196687
+ "name": "getAccountSnapshot",
196688
+ "outputs": [
196689
+ {
196690
+ "internalType": "uint256",
196691
+ "name": "",
196692
+ "type": "uint256"
196693
+ },
196694
+ {
196695
+ "internalType": "uint256",
196696
+ "name": "",
196697
+ "type": "uint256"
196698
+ },
196699
+ {
196700
+ "internalType": "uint256",
196701
+ "name": "",
196702
+ "type": "uint256"
196703
+ },
196704
+ {
196705
+ "internalType": "uint256",
196706
+ "name": "",
196707
+ "type": "uint256"
196708
+ }
196709
+ ],
196710
+ "stateMutability": "view",
196711
+ "type": "function"
196712
+ },
196713
+ {
196714
+ "inputs": [],
196715
+ "name": "getCash",
196716
+ "outputs": [
196717
+ {
196718
+ "internalType": "uint256",
196719
+ "name": "",
196720
+ "type": "uint256"
196721
+ }
196722
+ ],
196723
+ "stateMutability": "view",
196724
+ "type": "function"
196725
+ },
196726
+ {
196727
+ "inputs": [],
196728
+ "name": "implementation",
196729
+ "outputs": [
196730
+ {
196731
+ "internalType": "address",
196732
+ "name": "",
196733
+ "type": "address"
196734
+ }
196735
+ ],
196736
+ "stateMutability": "view",
196737
+ "type": "function"
196738
+ },
196739
+ {
196740
+ "inputs": [],
196741
+ "name": "interestRateModel",
196742
+ "outputs": [
196743
+ {
196744
+ "internalType": "contract InterestRateModelV8",
196745
+ "name": "",
196746
+ "type": "address"
196747
+ }
196748
+ ],
196749
+ "stateMutability": "view",
196750
+ "type": "function"
196751
+ },
196752
+ {
196753
+ "inputs": [],
196754
+ "name": "isVToken",
196755
+ "outputs": [
196756
+ {
196757
+ "internalType": "bool",
196758
+ "name": "",
196759
+ "type": "bool"
196760
+ }
196761
+ ],
196762
+ "stateMutability": "view",
196763
+ "type": "function"
196764
+ },
196765
+ {
196766
+ "inputs": [
196767
+ {
196768
+ "internalType": "address",
196769
+ "name": "borrower",
196770
+ "type": "address"
196771
+ },
196772
+ {
196773
+ "internalType": "uint256",
196774
+ "name": "repayAmount",
196775
+ "type": "uint256"
196776
+ },
196777
+ {
196778
+ "internalType": "contract VTokenInterface",
196779
+ "name": "vTokenCollateral",
196780
+ "type": "address"
196781
+ }
196782
+ ],
196783
+ "name": "liquidateBorrow",
196784
+ "outputs": [
196785
+ {
196786
+ "internalType": "uint256",
196787
+ "name": "",
196788
+ "type": "uint256"
196789
+ }
196790
+ ],
196791
+ "stateMutability": "nonpayable",
196792
+ "type": "function"
196793
+ },
196794
+ {
196795
+ "inputs": [
196796
+ {
196797
+ "internalType": "uint256",
196798
+ "name": "mintAmount",
196799
+ "type": "uint256"
196800
+ }
196801
+ ],
196802
+ "name": "mint",
196803
+ "outputs": [
196804
+ {
196805
+ "internalType": "uint256",
196806
+ "name": "",
196807
+ "type": "uint256"
196808
+ }
196809
+ ],
196810
+ "stateMutability": "nonpayable",
196811
+ "type": "function"
196812
+ },
196813
+ {
196814
+ "inputs": [
196815
+ {
196816
+ "internalType": "address",
196817
+ "name": "receiver",
196818
+ "type": "address"
196819
+ },
196820
+ {
196821
+ "internalType": "uint256",
196822
+ "name": "mintAmount",
196823
+ "type": "uint256"
196824
+ }
196825
+ ],
196826
+ "name": "mintBehalf",
196827
+ "outputs": [
196828
+ {
196829
+ "internalType": "uint256",
196830
+ "name": "",
196831
+ "type": "uint256"
196832
+ }
196833
+ ],
196834
+ "stateMutability": "nonpayable",
196835
+ "type": "function"
196836
+ },
196837
+ {
196838
+ "inputs": [],
196839
+ "name": "name",
196840
+ "outputs": [
196841
+ {
196842
+ "internalType": "string",
196843
+ "name": "",
196844
+ "type": "string"
196845
+ }
196846
+ ],
196847
+ "stateMutability": "view",
196848
+ "type": "function"
196849
+ },
196850
+ {
196851
+ "inputs": [],
196852
+ "name": "pendingAdmin",
196853
+ "outputs": [
196854
+ {
196855
+ "internalType": "address payable",
196856
+ "name": "",
196857
+ "type": "address"
196858
+ }
196859
+ ],
196860
+ "stateMutability": "view",
196861
+ "type": "function"
196862
+ },
196863
+ {
196864
+ "inputs": [],
196865
+ "name": "protocolShareReserve",
196866
+ "outputs": [
196867
+ {
196868
+ "internalType": "address payable",
196869
+ "name": "",
196870
+ "type": "address"
196871
+ }
196872
+ ],
196873
+ "stateMutability": "view",
196874
+ "type": "function"
196875
+ },
196876
+ {
196877
+ "inputs": [
196878
+ {
196879
+ "internalType": "uint256",
196880
+ "name": "redeemTokens",
196881
+ "type": "uint256"
196882
+ }
196883
+ ],
196884
+ "name": "redeem",
196885
+ "outputs": [
196886
+ {
196887
+ "internalType": "uint256",
196888
+ "name": "",
196889
+ "type": "uint256"
196890
+ }
196891
+ ],
196892
+ "stateMutability": "nonpayable",
196893
+ "type": "function"
196894
+ },
196895
+ {
196896
+ "inputs": [
196897
+ {
196898
+ "internalType": "uint256",
196899
+ "name": "redeemAmount",
196900
+ "type": "uint256"
196901
+ }
196902
+ ],
196903
+ "name": "redeemUnderlying",
196904
+ "outputs": [
196905
+ {
196906
+ "internalType": "uint256",
196907
+ "name": "",
196908
+ "type": "uint256"
196909
+ }
196910
+ ],
196911
+ "stateMutability": "nonpayable",
196912
+ "type": "function"
196913
+ },
196914
+ {
196915
+ "inputs": [],
196916
+ "name": "reduceReservesBlockDelta",
196917
+ "outputs": [
196918
+ {
196919
+ "internalType": "uint256",
196920
+ "name": "",
196921
+ "type": "uint256"
196922
+ }
196923
+ ],
196924
+ "stateMutability": "view",
196925
+ "type": "function"
196926
+ },
196927
+ {
196928
+ "inputs": [],
196929
+ "name": "reduceReservesBlockNumber",
196930
+ "outputs": [
196931
+ {
196932
+ "internalType": "uint256",
196933
+ "name": "",
196934
+ "type": "uint256"
196935
+ }
196936
+ ],
196937
+ "stateMutability": "view",
196938
+ "type": "function"
196939
+ },
196940
+ {
196941
+ "inputs": [
196942
+ {
196943
+ "internalType": "uint256",
196944
+ "name": "repayAmount",
196945
+ "type": "uint256"
196946
+ }
196947
+ ],
196948
+ "name": "repayBorrow",
196949
+ "outputs": [
196950
+ {
196951
+ "internalType": "uint256",
196952
+ "name": "",
196953
+ "type": "uint256"
196954
+ }
196955
+ ],
196956
+ "stateMutability": "nonpayable",
196957
+ "type": "function"
196958
+ },
196959
+ {
196960
+ "inputs": [
196961
+ {
196962
+ "internalType": "address",
196963
+ "name": "borrower",
196964
+ "type": "address"
196965
+ },
196966
+ {
196967
+ "internalType": "uint256",
196968
+ "name": "repayAmount",
196969
+ "type": "uint256"
196970
+ }
196971
+ ],
196972
+ "name": "repayBorrowBehalf",
196973
+ "outputs": [
196974
+ {
196975
+ "internalType": "uint256",
196976
+ "name": "",
196977
+ "type": "uint256"
196978
+ }
196979
+ ],
196980
+ "stateMutability": "nonpayable",
196981
+ "type": "function"
196982
+ },
196983
+ {
196984
+ "inputs": [],
196985
+ "name": "reserveFactorMantissa",
196986
+ "outputs": [
196987
+ {
196988
+ "internalType": "uint256",
196989
+ "name": "",
196990
+ "type": "uint256"
196991
+ }
196992
+ ],
196993
+ "stateMutability": "view",
196994
+ "type": "function"
196995
+ },
196996
+ {
196997
+ "inputs": [
196998
+ {
196999
+ "internalType": "address",
197000
+ "name": "liquidator",
197001
+ "type": "address"
197002
+ },
197003
+ {
197004
+ "internalType": "address",
197005
+ "name": "borrower",
197006
+ "type": "address"
197007
+ },
197008
+ {
197009
+ "internalType": "uint256",
197010
+ "name": "seizeTokens",
197011
+ "type": "uint256"
197012
+ }
197013
+ ],
197014
+ "name": "seize",
197015
+ "outputs": [
197016
+ {
197017
+ "internalType": "uint256",
197018
+ "name": "",
197019
+ "type": "uint256"
197020
+ }
197021
+ ],
197022
+ "stateMutability": "nonpayable",
197023
+ "type": "function"
197024
+ },
197025
+ {
197026
+ "inputs": [],
197027
+ "name": "supplyRatePerBlock",
197028
+ "outputs": [
197029
+ {
197030
+ "internalType": "uint256",
197031
+ "name": "",
197032
+ "type": "uint256"
197033
+ }
197034
+ ],
197035
+ "stateMutability": "view",
197036
+ "type": "function"
197037
+ },
197038
+ {
197039
+ "inputs": [],
197040
+ "name": "symbol",
197041
+ "outputs": [
197042
+ {
197043
+ "internalType": "string",
197044
+ "name": "",
197045
+ "type": "string"
197046
+ }
197047
+ ],
197048
+ "stateMutability": "view",
197049
+ "type": "function"
197050
+ },
197051
+ {
197052
+ "inputs": [],
197053
+ "name": "totalBorrows",
197054
+ "outputs": [
197055
+ {
197056
+ "internalType": "uint256",
197057
+ "name": "",
197058
+ "type": "uint256"
197059
+ }
197060
+ ],
197061
+ "stateMutability": "view",
197062
+ "type": "function"
197063
+ },
197064
+ {
197065
+ "inputs": [],
197066
+ "name": "totalBorrowsCurrent",
197067
+ "outputs": [
197068
+ {
197069
+ "internalType": "uint256",
197070
+ "name": "",
197071
+ "type": "uint256"
197072
+ }
197073
+ ],
197074
+ "stateMutability": "nonpayable",
197075
+ "type": "function"
197076
+ },
197077
+ {
197078
+ "inputs": [],
197079
+ "name": "totalReserves",
197080
+ "outputs": [
197081
+ {
197082
+ "internalType": "uint256",
197083
+ "name": "",
197084
+ "type": "uint256"
197085
+ }
197086
+ ],
197087
+ "stateMutability": "view",
197088
+ "type": "function"
197089
+ },
197090
+ {
197091
+ "inputs": [],
197092
+ "name": "totalSupply",
197093
+ "outputs": [
197094
+ {
197095
+ "internalType": "uint256",
197096
+ "name": "",
197097
+ "type": "uint256"
197098
+ }
197099
+ ],
197100
+ "stateMutability": "view",
197101
+ "type": "function"
197102
+ },
197103
+ {
197104
+ "inputs": [
197105
+ {
197106
+ "internalType": "address",
197107
+ "name": "dst",
197108
+ "type": "address"
197109
+ },
197110
+ {
197111
+ "internalType": "uint256",
197112
+ "name": "amount",
197113
+ "type": "uint256"
197114
+ }
197115
+ ],
197116
+ "name": "transfer",
197117
+ "outputs": [
197118
+ {
197119
+ "internalType": "bool",
197120
+ "name": "",
197121
+ "type": "bool"
197122
+ }
197123
+ ],
197124
+ "stateMutability": "nonpayable",
197125
+ "type": "function"
197126
+ },
197127
+ {
197128
+ "inputs": [
197129
+ {
197130
+ "internalType": "address",
197131
+ "name": "src",
197132
+ "type": "address"
197133
+ },
197134
+ {
197135
+ "internalType": "address",
197136
+ "name": "dst",
197137
+ "type": "address"
197138
+ },
197139
+ {
197140
+ "internalType": "uint256",
197141
+ "name": "amount",
197142
+ "type": "uint256"
197143
+ }
197144
+ ],
197145
+ "name": "transferFrom",
197146
+ "outputs": [
197147
+ {
197148
+ "internalType": "bool",
197149
+ "name": "",
197150
+ "type": "bool"
197151
+ }
197152
+ ],
197153
+ "stateMutability": "nonpayable",
197154
+ "type": "function"
197155
+ },
197156
+ {
197157
+ "inputs": [],
197158
+ "name": "underlying",
197159
+ "outputs": [
197160
+ {
197161
+ "internalType": "address",
197162
+ "name": "",
197163
+ "type": "address"
197164
+ }
197165
+ ],
197166
+ "stateMutability": "view",
197167
+ "type": "function"
197168
+ }
197169
+ ]
197170
+ },
195624
197171
  "vxSolvBTC": {
195625
197172
  "address": "0xd804dE60aFD05EE6B89aab5D152258fD461B07D5",
195626
197173
  "abi": [