@venusprotocol/venus-protocol 10.0.0-dev.1 → 10.0.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.
@@ -136066,6 +136066,1553 @@
136066
136066
  }
136067
136067
  ]
136068
136068
  },
136069
+ "vPT-USDe-30OCT2025": {
136070
+ "address": "0x6D0cDb3355c93A0cD20071aBbb3622731a95c73E",
136071
+ "abi": [
136072
+ {
136073
+ "inputs": [
136074
+ {
136075
+ "internalType": "address",
136076
+ "name": "underlying_",
136077
+ "type": "address"
136078
+ },
136079
+ {
136080
+ "internalType": "contract ComptrollerInterface",
136081
+ "name": "comptroller_",
136082
+ "type": "address"
136083
+ },
136084
+ {
136085
+ "internalType": "contract InterestRateModelV8",
136086
+ "name": "interestRateModel_",
136087
+ "type": "address"
136088
+ },
136089
+ {
136090
+ "internalType": "uint256",
136091
+ "name": "initialExchangeRateMantissa_",
136092
+ "type": "uint256"
136093
+ },
136094
+ {
136095
+ "internalType": "string",
136096
+ "name": "name_",
136097
+ "type": "string"
136098
+ },
136099
+ {
136100
+ "internalType": "string",
136101
+ "name": "symbol_",
136102
+ "type": "string"
136103
+ },
136104
+ {
136105
+ "internalType": "uint8",
136106
+ "name": "decimals_",
136107
+ "type": "uint8"
136108
+ },
136109
+ {
136110
+ "internalType": "address payable",
136111
+ "name": "admin_",
136112
+ "type": "address"
136113
+ },
136114
+ {
136115
+ "internalType": "address",
136116
+ "name": "implementation_",
136117
+ "type": "address"
136118
+ },
136119
+ {
136120
+ "internalType": "bytes",
136121
+ "name": "becomeImplementationData",
136122
+ "type": "bytes"
136123
+ }
136124
+ ],
136125
+ "stateMutability": "nonpayable",
136126
+ "type": "constructor"
136127
+ },
136128
+ {
136129
+ "anonymous": false,
136130
+ "inputs": [
136131
+ {
136132
+ "indexed": false,
136133
+ "internalType": "uint256",
136134
+ "name": "cashPrior",
136135
+ "type": "uint256"
136136
+ },
136137
+ {
136138
+ "indexed": false,
136139
+ "internalType": "uint256",
136140
+ "name": "interestAccumulated",
136141
+ "type": "uint256"
136142
+ },
136143
+ {
136144
+ "indexed": false,
136145
+ "internalType": "uint256",
136146
+ "name": "borrowIndex",
136147
+ "type": "uint256"
136148
+ },
136149
+ {
136150
+ "indexed": false,
136151
+ "internalType": "uint256",
136152
+ "name": "totalBorrows",
136153
+ "type": "uint256"
136154
+ }
136155
+ ],
136156
+ "name": "AccrueInterest",
136157
+ "type": "event"
136158
+ },
136159
+ {
136160
+ "anonymous": false,
136161
+ "inputs": [
136162
+ {
136163
+ "indexed": true,
136164
+ "internalType": "address",
136165
+ "name": "owner",
136166
+ "type": "address"
136167
+ },
136168
+ {
136169
+ "indexed": true,
136170
+ "internalType": "address",
136171
+ "name": "spender",
136172
+ "type": "address"
136173
+ },
136174
+ {
136175
+ "indexed": false,
136176
+ "internalType": "uint256",
136177
+ "name": "amount",
136178
+ "type": "uint256"
136179
+ }
136180
+ ],
136181
+ "name": "Approval",
136182
+ "type": "event"
136183
+ },
136184
+ {
136185
+ "anonymous": false,
136186
+ "inputs": [
136187
+ {
136188
+ "indexed": false,
136189
+ "internalType": "address",
136190
+ "name": "borrower",
136191
+ "type": "address"
136192
+ },
136193
+ {
136194
+ "indexed": false,
136195
+ "internalType": "uint256",
136196
+ "name": "borrowAmount",
136197
+ "type": "uint256"
136198
+ },
136199
+ {
136200
+ "indexed": false,
136201
+ "internalType": "uint256",
136202
+ "name": "accountBorrows",
136203
+ "type": "uint256"
136204
+ },
136205
+ {
136206
+ "indexed": false,
136207
+ "internalType": "uint256",
136208
+ "name": "totalBorrows",
136209
+ "type": "uint256"
136210
+ }
136211
+ ],
136212
+ "name": "Borrow",
136213
+ "type": "event"
136214
+ },
136215
+ {
136216
+ "anonymous": false,
136217
+ "inputs": [
136218
+ {
136219
+ "indexed": false,
136220
+ "internalType": "address",
136221
+ "name": "liquidator",
136222
+ "type": "address"
136223
+ },
136224
+ {
136225
+ "indexed": false,
136226
+ "internalType": "address",
136227
+ "name": "borrower",
136228
+ "type": "address"
136229
+ },
136230
+ {
136231
+ "indexed": false,
136232
+ "internalType": "uint256",
136233
+ "name": "repayAmount",
136234
+ "type": "uint256"
136235
+ },
136236
+ {
136237
+ "indexed": false,
136238
+ "internalType": "address",
136239
+ "name": "vTokenCollateral",
136240
+ "type": "address"
136241
+ },
136242
+ {
136243
+ "indexed": false,
136244
+ "internalType": "uint256",
136245
+ "name": "seizeTokens",
136246
+ "type": "uint256"
136247
+ }
136248
+ ],
136249
+ "name": "LiquidateBorrow",
136250
+ "type": "event"
136251
+ },
136252
+ {
136253
+ "anonymous": false,
136254
+ "inputs": [
136255
+ {
136256
+ "indexed": false,
136257
+ "internalType": "address",
136258
+ "name": "minter",
136259
+ "type": "address"
136260
+ },
136261
+ {
136262
+ "indexed": false,
136263
+ "internalType": "uint256",
136264
+ "name": "mintAmount",
136265
+ "type": "uint256"
136266
+ },
136267
+ {
136268
+ "indexed": false,
136269
+ "internalType": "uint256",
136270
+ "name": "mintTokens",
136271
+ "type": "uint256"
136272
+ },
136273
+ {
136274
+ "indexed": false,
136275
+ "internalType": "uint256",
136276
+ "name": "totalSupply",
136277
+ "type": "uint256"
136278
+ }
136279
+ ],
136280
+ "name": "Mint",
136281
+ "type": "event"
136282
+ },
136283
+ {
136284
+ "anonymous": false,
136285
+ "inputs": [
136286
+ {
136287
+ "indexed": false,
136288
+ "internalType": "address",
136289
+ "name": "payer",
136290
+ "type": "address"
136291
+ },
136292
+ {
136293
+ "indexed": false,
136294
+ "internalType": "address",
136295
+ "name": "receiver",
136296
+ "type": "address"
136297
+ },
136298
+ {
136299
+ "indexed": false,
136300
+ "internalType": "uint256",
136301
+ "name": "mintAmount",
136302
+ "type": "uint256"
136303
+ },
136304
+ {
136305
+ "indexed": false,
136306
+ "internalType": "uint256",
136307
+ "name": "mintTokens",
136308
+ "type": "uint256"
136309
+ },
136310
+ {
136311
+ "indexed": false,
136312
+ "internalType": "uint256",
136313
+ "name": "totalSupply",
136314
+ "type": "uint256"
136315
+ }
136316
+ ],
136317
+ "name": "MintBehalf",
136318
+ "type": "event"
136319
+ },
136320
+ {
136321
+ "anonymous": false,
136322
+ "inputs": [
136323
+ {
136324
+ "indexed": false,
136325
+ "internalType": "address",
136326
+ "name": "oldAccessControlAddress",
136327
+ "type": "address"
136328
+ },
136329
+ {
136330
+ "indexed": false,
136331
+ "internalType": "address",
136332
+ "name": "newAccessControlAddress",
136333
+ "type": "address"
136334
+ }
136335
+ ],
136336
+ "name": "NewAccessControlManager",
136337
+ "type": "event"
136338
+ },
136339
+ {
136340
+ "anonymous": false,
136341
+ "inputs": [
136342
+ {
136343
+ "indexed": false,
136344
+ "internalType": "address",
136345
+ "name": "oldAdmin",
136346
+ "type": "address"
136347
+ },
136348
+ {
136349
+ "indexed": false,
136350
+ "internalType": "address",
136351
+ "name": "newAdmin",
136352
+ "type": "address"
136353
+ }
136354
+ ],
136355
+ "name": "NewAdmin",
136356
+ "type": "event"
136357
+ },
136358
+ {
136359
+ "anonymous": false,
136360
+ "inputs": [
136361
+ {
136362
+ "indexed": false,
136363
+ "internalType": "contract ComptrollerInterface",
136364
+ "name": "oldComptroller",
136365
+ "type": "address"
136366
+ },
136367
+ {
136368
+ "indexed": false,
136369
+ "internalType": "contract ComptrollerInterface",
136370
+ "name": "newComptroller",
136371
+ "type": "address"
136372
+ }
136373
+ ],
136374
+ "name": "NewComptroller",
136375
+ "type": "event"
136376
+ },
136377
+ {
136378
+ "anonymous": false,
136379
+ "inputs": [
136380
+ {
136381
+ "indexed": false,
136382
+ "internalType": "address",
136383
+ "name": "oldImplementation",
136384
+ "type": "address"
136385
+ },
136386
+ {
136387
+ "indexed": false,
136388
+ "internalType": "address",
136389
+ "name": "newImplementation",
136390
+ "type": "address"
136391
+ }
136392
+ ],
136393
+ "name": "NewImplementation",
136394
+ "type": "event"
136395
+ },
136396
+ {
136397
+ "anonymous": false,
136398
+ "inputs": [
136399
+ {
136400
+ "indexed": false,
136401
+ "internalType": "contract InterestRateModelV8",
136402
+ "name": "oldInterestRateModel",
136403
+ "type": "address"
136404
+ },
136405
+ {
136406
+ "indexed": false,
136407
+ "internalType": "contract InterestRateModelV8",
136408
+ "name": "newInterestRateModel",
136409
+ "type": "address"
136410
+ }
136411
+ ],
136412
+ "name": "NewMarketInterestRateModel",
136413
+ "type": "event"
136414
+ },
136415
+ {
136416
+ "anonymous": false,
136417
+ "inputs": [
136418
+ {
136419
+ "indexed": false,
136420
+ "internalType": "address",
136421
+ "name": "oldPendingAdmin",
136422
+ "type": "address"
136423
+ },
136424
+ {
136425
+ "indexed": false,
136426
+ "internalType": "address",
136427
+ "name": "newPendingAdmin",
136428
+ "type": "address"
136429
+ }
136430
+ ],
136431
+ "name": "NewPendingAdmin",
136432
+ "type": "event"
136433
+ },
136434
+ {
136435
+ "anonymous": false,
136436
+ "inputs": [
136437
+ {
136438
+ "indexed": true,
136439
+ "internalType": "address",
136440
+ "name": "oldProtocolShareReserve",
136441
+ "type": "address"
136442
+ },
136443
+ {
136444
+ "indexed": true,
136445
+ "internalType": "address",
136446
+ "name": "newProtocolShareReserve",
136447
+ "type": "address"
136448
+ }
136449
+ ],
136450
+ "name": "NewProtocolShareReserve",
136451
+ "type": "event"
136452
+ },
136453
+ {
136454
+ "anonymous": false,
136455
+ "inputs": [
136456
+ {
136457
+ "indexed": false,
136458
+ "internalType": "uint256",
136459
+ "name": "oldReduceReservesBlockDelta",
136460
+ "type": "uint256"
136461
+ },
136462
+ {
136463
+ "indexed": false,
136464
+ "internalType": "uint256",
136465
+ "name": "newReduceReservesBlockDelta",
136466
+ "type": "uint256"
136467
+ }
136468
+ ],
136469
+ "name": "NewReduceReservesBlockDelta",
136470
+ "type": "event"
136471
+ },
136472
+ {
136473
+ "anonymous": false,
136474
+ "inputs": [
136475
+ {
136476
+ "indexed": false,
136477
+ "internalType": "uint256",
136478
+ "name": "oldReserveFactorMantissa",
136479
+ "type": "uint256"
136480
+ },
136481
+ {
136482
+ "indexed": false,
136483
+ "internalType": "uint256",
136484
+ "name": "newReserveFactorMantissa",
136485
+ "type": "uint256"
136486
+ }
136487
+ ],
136488
+ "name": "NewReserveFactor",
136489
+ "type": "event"
136490
+ },
136491
+ {
136492
+ "anonymous": false,
136493
+ "inputs": [
136494
+ {
136495
+ "indexed": false,
136496
+ "internalType": "address",
136497
+ "name": "redeemer",
136498
+ "type": "address"
136499
+ },
136500
+ {
136501
+ "indexed": false,
136502
+ "internalType": "uint256",
136503
+ "name": "redeemAmount",
136504
+ "type": "uint256"
136505
+ },
136506
+ {
136507
+ "indexed": false,
136508
+ "internalType": "uint256",
136509
+ "name": "redeemTokens",
136510
+ "type": "uint256"
136511
+ },
136512
+ {
136513
+ "indexed": false,
136514
+ "internalType": "uint256",
136515
+ "name": "totalSupply",
136516
+ "type": "uint256"
136517
+ }
136518
+ ],
136519
+ "name": "Redeem",
136520
+ "type": "event"
136521
+ },
136522
+ {
136523
+ "anonymous": false,
136524
+ "inputs": [
136525
+ {
136526
+ "indexed": false,
136527
+ "internalType": "address",
136528
+ "name": "redeemer",
136529
+ "type": "address"
136530
+ },
136531
+ {
136532
+ "indexed": false,
136533
+ "internalType": "uint256",
136534
+ "name": "feeAmount",
136535
+ "type": "uint256"
136536
+ },
136537
+ {
136538
+ "indexed": false,
136539
+ "internalType": "uint256",
136540
+ "name": "redeemTokens",
136541
+ "type": "uint256"
136542
+ }
136543
+ ],
136544
+ "name": "RedeemFee",
136545
+ "type": "event"
136546
+ },
136547
+ {
136548
+ "anonymous": false,
136549
+ "inputs": [
136550
+ {
136551
+ "indexed": false,
136552
+ "internalType": "address",
136553
+ "name": "payer",
136554
+ "type": "address"
136555
+ },
136556
+ {
136557
+ "indexed": false,
136558
+ "internalType": "address",
136559
+ "name": "borrower",
136560
+ "type": "address"
136561
+ },
136562
+ {
136563
+ "indexed": false,
136564
+ "internalType": "uint256",
136565
+ "name": "repayAmount",
136566
+ "type": "uint256"
136567
+ },
136568
+ {
136569
+ "indexed": false,
136570
+ "internalType": "uint256",
136571
+ "name": "accountBorrows",
136572
+ "type": "uint256"
136573
+ },
136574
+ {
136575
+ "indexed": false,
136576
+ "internalType": "uint256",
136577
+ "name": "totalBorrows",
136578
+ "type": "uint256"
136579
+ }
136580
+ ],
136581
+ "name": "RepayBorrow",
136582
+ "type": "event"
136583
+ },
136584
+ {
136585
+ "anonymous": false,
136586
+ "inputs": [
136587
+ {
136588
+ "indexed": false,
136589
+ "internalType": "address",
136590
+ "name": "benefactor",
136591
+ "type": "address"
136592
+ },
136593
+ {
136594
+ "indexed": false,
136595
+ "internalType": "uint256",
136596
+ "name": "addAmount",
136597
+ "type": "uint256"
136598
+ },
136599
+ {
136600
+ "indexed": false,
136601
+ "internalType": "uint256",
136602
+ "name": "newTotalReserves",
136603
+ "type": "uint256"
136604
+ }
136605
+ ],
136606
+ "name": "ReservesAdded",
136607
+ "type": "event"
136608
+ },
136609
+ {
136610
+ "anonymous": false,
136611
+ "inputs": [
136612
+ {
136613
+ "indexed": false,
136614
+ "internalType": "address",
136615
+ "name": "protocolShareReserve",
136616
+ "type": "address"
136617
+ },
136618
+ {
136619
+ "indexed": false,
136620
+ "internalType": "uint256",
136621
+ "name": "reduceAmount",
136622
+ "type": "uint256"
136623
+ },
136624
+ {
136625
+ "indexed": false,
136626
+ "internalType": "uint256",
136627
+ "name": "newTotalReserves",
136628
+ "type": "uint256"
136629
+ }
136630
+ ],
136631
+ "name": "ReservesReduced",
136632
+ "type": "event"
136633
+ },
136634
+ {
136635
+ "anonymous": false,
136636
+ "inputs": [
136637
+ {
136638
+ "indexed": true,
136639
+ "internalType": "address",
136640
+ "name": "from",
136641
+ "type": "address"
136642
+ },
136643
+ {
136644
+ "indexed": true,
136645
+ "internalType": "address",
136646
+ "name": "to",
136647
+ "type": "address"
136648
+ },
136649
+ {
136650
+ "indexed": false,
136651
+ "internalType": "uint256",
136652
+ "name": "amount",
136653
+ "type": "uint256"
136654
+ }
136655
+ ],
136656
+ "name": "Transfer",
136657
+ "type": "event"
136658
+ },
136659
+ {
136660
+ "stateMutability": "nonpayable",
136661
+ "type": "fallback"
136662
+ },
136663
+ {
136664
+ "inputs": [],
136665
+ "name": "_acceptAdmin",
136666
+ "outputs": [
136667
+ {
136668
+ "internalType": "uint256",
136669
+ "name": "",
136670
+ "type": "uint256"
136671
+ }
136672
+ ],
136673
+ "stateMutability": "nonpayable",
136674
+ "type": "function"
136675
+ },
136676
+ {
136677
+ "inputs": [
136678
+ {
136679
+ "internalType": "uint256",
136680
+ "name": "addAmount",
136681
+ "type": "uint256"
136682
+ }
136683
+ ],
136684
+ "name": "_addReserves",
136685
+ "outputs": [
136686
+ {
136687
+ "internalType": "uint256",
136688
+ "name": "",
136689
+ "type": "uint256"
136690
+ }
136691
+ ],
136692
+ "stateMutability": "nonpayable",
136693
+ "type": "function"
136694
+ },
136695
+ {
136696
+ "inputs": [
136697
+ {
136698
+ "internalType": "uint256",
136699
+ "name": "reduceAmount",
136700
+ "type": "uint256"
136701
+ }
136702
+ ],
136703
+ "name": "_reduceReserves",
136704
+ "outputs": [
136705
+ {
136706
+ "internalType": "uint256",
136707
+ "name": "",
136708
+ "type": "uint256"
136709
+ }
136710
+ ],
136711
+ "stateMutability": "nonpayable",
136712
+ "type": "function"
136713
+ },
136714
+ {
136715
+ "inputs": [
136716
+ {
136717
+ "internalType": "contract ComptrollerInterface",
136718
+ "name": "newComptroller",
136719
+ "type": "address"
136720
+ }
136721
+ ],
136722
+ "name": "_setComptroller",
136723
+ "outputs": [
136724
+ {
136725
+ "internalType": "uint256",
136726
+ "name": "",
136727
+ "type": "uint256"
136728
+ }
136729
+ ],
136730
+ "stateMutability": "nonpayable",
136731
+ "type": "function"
136732
+ },
136733
+ {
136734
+ "inputs": [
136735
+ {
136736
+ "internalType": "address",
136737
+ "name": "implementation_",
136738
+ "type": "address"
136739
+ },
136740
+ {
136741
+ "internalType": "bool",
136742
+ "name": "allowResign",
136743
+ "type": "bool"
136744
+ },
136745
+ {
136746
+ "internalType": "bytes",
136747
+ "name": "becomeImplementationData",
136748
+ "type": "bytes"
136749
+ }
136750
+ ],
136751
+ "name": "_setImplementation",
136752
+ "outputs": [],
136753
+ "stateMutability": "nonpayable",
136754
+ "type": "function"
136755
+ },
136756
+ {
136757
+ "inputs": [
136758
+ {
136759
+ "internalType": "contract InterestRateModelV8",
136760
+ "name": "newInterestRateModel",
136761
+ "type": "address"
136762
+ }
136763
+ ],
136764
+ "name": "_setInterestRateModel",
136765
+ "outputs": [
136766
+ {
136767
+ "internalType": "uint256",
136768
+ "name": "",
136769
+ "type": "uint256"
136770
+ }
136771
+ ],
136772
+ "stateMutability": "nonpayable",
136773
+ "type": "function"
136774
+ },
136775
+ {
136776
+ "inputs": [
136777
+ {
136778
+ "internalType": "address payable",
136779
+ "name": "newPendingAdmin",
136780
+ "type": "address"
136781
+ }
136782
+ ],
136783
+ "name": "_setPendingAdmin",
136784
+ "outputs": [
136785
+ {
136786
+ "internalType": "uint256",
136787
+ "name": "",
136788
+ "type": "uint256"
136789
+ }
136790
+ ],
136791
+ "stateMutability": "nonpayable",
136792
+ "type": "function"
136793
+ },
136794
+ {
136795
+ "inputs": [
136796
+ {
136797
+ "internalType": "uint256",
136798
+ "name": "newReserveFactorMantissa",
136799
+ "type": "uint256"
136800
+ }
136801
+ ],
136802
+ "name": "_setReserveFactor",
136803
+ "outputs": [
136804
+ {
136805
+ "internalType": "uint256",
136806
+ "name": "",
136807
+ "type": "uint256"
136808
+ }
136809
+ ],
136810
+ "stateMutability": "nonpayable",
136811
+ "type": "function"
136812
+ },
136813
+ {
136814
+ "inputs": [],
136815
+ "name": "accessControlManager",
136816
+ "outputs": [
136817
+ {
136818
+ "internalType": "address",
136819
+ "name": "",
136820
+ "type": "address"
136821
+ }
136822
+ ],
136823
+ "stateMutability": "view",
136824
+ "type": "function"
136825
+ },
136826
+ {
136827
+ "inputs": [],
136828
+ "name": "accrualBlockNumber",
136829
+ "outputs": [
136830
+ {
136831
+ "internalType": "uint256",
136832
+ "name": "",
136833
+ "type": "uint256"
136834
+ }
136835
+ ],
136836
+ "stateMutability": "view",
136837
+ "type": "function"
136838
+ },
136839
+ {
136840
+ "inputs": [],
136841
+ "name": "accrueInterest",
136842
+ "outputs": [
136843
+ {
136844
+ "internalType": "uint256",
136845
+ "name": "",
136846
+ "type": "uint256"
136847
+ }
136848
+ ],
136849
+ "stateMutability": "nonpayable",
136850
+ "type": "function"
136851
+ },
136852
+ {
136853
+ "inputs": [],
136854
+ "name": "admin",
136855
+ "outputs": [
136856
+ {
136857
+ "internalType": "address payable",
136858
+ "name": "",
136859
+ "type": "address"
136860
+ }
136861
+ ],
136862
+ "stateMutability": "view",
136863
+ "type": "function"
136864
+ },
136865
+ {
136866
+ "inputs": [
136867
+ {
136868
+ "internalType": "address",
136869
+ "name": "owner",
136870
+ "type": "address"
136871
+ },
136872
+ {
136873
+ "internalType": "address",
136874
+ "name": "spender",
136875
+ "type": "address"
136876
+ }
136877
+ ],
136878
+ "name": "allowance",
136879
+ "outputs": [
136880
+ {
136881
+ "internalType": "uint256",
136882
+ "name": "",
136883
+ "type": "uint256"
136884
+ }
136885
+ ],
136886
+ "stateMutability": "view",
136887
+ "type": "function"
136888
+ },
136889
+ {
136890
+ "inputs": [
136891
+ {
136892
+ "internalType": "address",
136893
+ "name": "spender",
136894
+ "type": "address"
136895
+ },
136896
+ {
136897
+ "internalType": "uint256",
136898
+ "name": "amount",
136899
+ "type": "uint256"
136900
+ }
136901
+ ],
136902
+ "name": "approve",
136903
+ "outputs": [
136904
+ {
136905
+ "internalType": "bool",
136906
+ "name": "",
136907
+ "type": "bool"
136908
+ }
136909
+ ],
136910
+ "stateMutability": "nonpayable",
136911
+ "type": "function"
136912
+ },
136913
+ {
136914
+ "inputs": [
136915
+ {
136916
+ "internalType": "address",
136917
+ "name": "owner",
136918
+ "type": "address"
136919
+ }
136920
+ ],
136921
+ "name": "balanceOf",
136922
+ "outputs": [
136923
+ {
136924
+ "internalType": "uint256",
136925
+ "name": "",
136926
+ "type": "uint256"
136927
+ }
136928
+ ],
136929
+ "stateMutability": "view",
136930
+ "type": "function"
136931
+ },
136932
+ {
136933
+ "inputs": [
136934
+ {
136935
+ "internalType": "address",
136936
+ "name": "owner",
136937
+ "type": "address"
136938
+ }
136939
+ ],
136940
+ "name": "balanceOfUnderlying",
136941
+ "outputs": [
136942
+ {
136943
+ "internalType": "uint256",
136944
+ "name": "",
136945
+ "type": "uint256"
136946
+ }
136947
+ ],
136948
+ "stateMutability": "nonpayable",
136949
+ "type": "function"
136950
+ },
136951
+ {
136952
+ "inputs": [
136953
+ {
136954
+ "internalType": "uint256",
136955
+ "name": "borrowAmount",
136956
+ "type": "uint256"
136957
+ }
136958
+ ],
136959
+ "name": "borrow",
136960
+ "outputs": [
136961
+ {
136962
+ "internalType": "uint256",
136963
+ "name": "",
136964
+ "type": "uint256"
136965
+ }
136966
+ ],
136967
+ "stateMutability": "nonpayable",
136968
+ "type": "function"
136969
+ },
136970
+ {
136971
+ "inputs": [
136972
+ {
136973
+ "internalType": "address",
136974
+ "name": "account",
136975
+ "type": "address"
136976
+ }
136977
+ ],
136978
+ "name": "borrowBalanceCurrent",
136979
+ "outputs": [
136980
+ {
136981
+ "internalType": "uint256",
136982
+ "name": "",
136983
+ "type": "uint256"
136984
+ }
136985
+ ],
136986
+ "stateMutability": "nonpayable",
136987
+ "type": "function"
136988
+ },
136989
+ {
136990
+ "inputs": [
136991
+ {
136992
+ "internalType": "address",
136993
+ "name": "account",
136994
+ "type": "address"
136995
+ }
136996
+ ],
136997
+ "name": "borrowBalanceStored",
136998
+ "outputs": [
136999
+ {
137000
+ "internalType": "uint256",
137001
+ "name": "",
137002
+ "type": "uint256"
137003
+ }
137004
+ ],
137005
+ "stateMutability": "view",
137006
+ "type": "function"
137007
+ },
137008
+ {
137009
+ "inputs": [],
137010
+ "name": "borrowIndex",
137011
+ "outputs": [
137012
+ {
137013
+ "internalType": "uint256",
137014
+ "name": "",
137015
+ "type": "uint256"
137016
+ }
137017
+ ],
137018
+ "stateMutability": "view",
137019
+ "type": "function"
137020
+ },
137021
+ {
137022
+ "inputs": [],
137023
+ "name": "borrowRatePerBlock",
137024
+ "outputs": [
137025
+ {
137026
+ "internalType": "uint256",
137027
+ "name": "",
137028
+ "type": "uint256"
137029
+ }
137030
+ ],
137031
+ "stateMutability": "view",
137032
+ "type": "function"
137033
+ },
137034
+ {
137035
+ "inputs": [],
137036
+ "name": "comptroller",
137037
+ "outputs": [
137038
+ {
137039
+ "internalType": "contract ComptrollerInterface",
137040
+ "name": "",
137041
+ "type": "address"
137042
+ }
137043
+ ],
137044
+ "stateMutability": "view",
137045
+ "type": "function"
137046
+ },
137047
+ {
137048
+ "inputs": [],
137049
+ "name": "decimals",
137050
+ "outputs": [
137051
+ {
137052
+ "internalType": "uint8",
137053
+ "name": "",
137054
+ "type": "uint8"
137055
+ }
137056
+ ],
137057
+ "stateMutability": "view",
137058
+ "type": "function"
137059
+ },
137060
+ {
137061
+ "inputs": [
137062
+ {
137063
+ "internalType": "bytes",
137064
+ "name": "data",
137065
+ "type": "bytes"
137066
+ }
137067
+ ],
137068
+ "name": "delegateToImplementation",
137069
+ "outputs": [
137070
+ {
137071
+ "internalType": "bytes",
137072
+ "name": "",
137073
+ "type": "bytes"
137074
+ }
137075
+ ],
137076
+ "stateMutability": "nonpayable",
137077
+ "type": "function"
137078
+ },
137079
+ {
137080
+ "inputs": [
137081
+ {
137082
+ "internalType": "bytes",
137083
+ "name": "data",
137084
+ "type": "bytes"
137085
+ }
137086
+ ],
137087
+ "name": "delegateToViewImplementation",
137088
+ "outputs": [
137089
+ {
137090
+ "internalType": "bytes",
137091
+ "name": "",
137092
+ "type": "bytes"
137093
+ }
137094
+ ],
137095
+ "stateMutability": "view",
137096
+ "type": "function"
137097
+ },
137098
+ {
137099
+ "inputs": [],
137100
+ "name": "exchangeRateCurrent",
137101
+ "outputs": [
137102
+ {
137103
+ "internalType": "uint256",
137104
+ "name": "",
137105
+ "type": "uint256"
137106
+ }
137107
+ ],
137108
+ "stateMutability": "nonpayable",
137109
+ "type": "function"
137110
+ },
137111
+ {
137112
+ "inputs": [],
137113
+ "name": "exchangeRateStored",
137114
+ "outputs": [
137115
+ {
137116
+ "internalType": "uint256",
137117
+ "name": "",
137118
+ "type": "uint256"
137119
+ }
137120
+ ],
137121
+ "stateMutability": "view",
137122
+ "type": "function"
137123
+ },
137124
+ {
137125
+ "inputs": [
137126
+ {
137127
+ "internalType": "address",
137128
+ "name": "account",
137129
+ "type": "address"
137130
+ }
137131
+ ],
137132
+ "name": "getAccountSnapshot",
137133
+ "outputs": [
137134
+ {
137135
+ "internalType": "uint256",
137136
+ "name": "",
137137
+ "type": "uint256"
137138
+ },
137139
+ {
137140
+ "internalType": "uint256",
137141
+ "name": "",
137142
+ "type": "uint256"
137143
+ },
137144
+ {
137145
+ "internalType": "uint256",
137146
+ "name": "",
137147
+ "type": "uint256"
137148
+ },
137149
+ {
137150
+ "internalType": "uint256",
137151
+ "name": "",
137152
+ "type": "uint256"
137153
+ }
137154
+ ],
137155
+ "stateMutability": "view",
137156
+ "type": "function"
137157
+ },
137158
+ {
137159
+ "inputs": [],
137160
+ "name": "getCash",
137161
+ "outputs": [
137162
+ {
137163
+ "internalType": "uint256",
137164
+ "name": "",
137165
+ "type": "uint256"
137166
+ }
137167
+ ],
137168
+ "stateMutability": "view",
137169
+ "type": "function"
137170
+ },
137171
+ {
137172
+ "inputs": [],
137173
+ "name": "implementation",
137174
+ "outputs": [
137175
+ {
137176
+ "internalType": "address",
137177
+ "name": "",
137178
+ "type": "address"
137179
+ }
137180
+ ],
137181
+ "stateMutability": "view",
137182
+ "type": "function"
137183
+ },
137184
+ {
137185
+ "inputs": [],
137186
+ "name": "interestRateModel",
137187
+ "outputs": [
137188
+ {
137189
+ "internalType": "contract InterestRateModelV8",
137190
+ "name": "",
137191
+ "type": "address"
137192
+ }
137193
+ ],
137194
+ "stateMutability": "view",
137195
+ "type": "function"
137196
+ },
137197
+ {
137198
+ "inputs": [],
137199
+ "name": "isVToken",
137200
+ "outputs": [
137201
+ {
137202
+ "internalType": "bool",
137203
+ "name": "",
137204
+ "type": "bool"
137205
+ }
137206
+ ],
137207
+ "stateMutability": "view",
137208
+ "type": "function"
137209
+ },
137210
+ {
137211
+ "inputs": [
137212
+ {
137213
+ "internalType": "address",
137214
+ "name": "borrower",
137215
+ "type": "address"
137216
+ },
137217
+ {
137218
+ "internalType": "uint256",
137219
+ "name": "repayAmount",
137220
+ "type": "uint256"
137221
+ },
137222
+ {
137223
+ "internalType": "contract VTokenInterface",
137224
+ "name": "vTokenCollateral",
137225
+ "type": "address"
137226
+ }
137227
+ ],
137228
+ "name": "liquidateBorrow",
137229
+ "outputs": [
137230
+ {
137231
+ "internalType": "uint256",
137232
+ "name": "",
137233
+ "type": "uint256"
137234
+ }
137235
+ ],
137236
+ "stateMutability": "nonpayable",
137237
+ "type": "function"
137238
+ },
137239
+ {
137240
+ "inputs": [
137241
+ {
137242
+ "internalType": "uint256",
137243
+ "name": "mintAmount",
137244
+ "type": "uint256"
137245
+ }
137246
+ ],
137247
+ "name": "mint",
137248
+ "outputs": [
137249
+ {
137250
+ "internalType": "uint256",
137251
+ "name": "",
137252
+ "type": "uint256"
137253
+ }
137254
+ ],
137255
+ "stateMutability": "nonpayable",
137256
+ "type": "function"
137257
+ },
137258
+ {
137259
+ "inputs": [
137260
+ {
137261
+ "internalType": "address",
137262
+ "name": "receiver",
137263
+ "type": "address"
137264
+ },
137265
+ {
137266
+ "internalType": "uint256",
137267
+ "name": "mintAmount",
137268
+ "type": "uint256"
137269
+ }
137270
+ ],
137271
+ "name": "mintBehalf",
137272
+ "outputs": [
137273
+ {
137274
+ "internalType": "uint256",
137275
+ "name": "",
137276
+ "type": "uint256"
137277
+ }
137278
+ ],
137279
+ "stateMutability": "nonpayable",
137280
+ "type": "function"
137281
+ },
137282
+ {
137283
+ "inputs": [],
137284
+ "name": "name",
137285
+ "outputs": [
137286
+ {
137287
+ "internalType": "string",
137288
+ "name": "",
137289
+ "type": "string"
137290
+ }
137291
+ ],
137292
+ "stateMutability": "view",
137293
+ "type": "function"
137294
+ },
137295
+ {
137296
+ "inputs": [],
137297
+ "name": "pendingAdmin",
137298
+ "outputs": [
137299
+ {
137300
+ "internalType": "address payable",
137301
+ "name": "",
137302
+ "type": "address"
137303
+ }
137304
+ ],
137305
+ "stateMutability": "view",
137306
+ "type": "function"
137307
+ },
137308
+ {
137309
+ "inputs": [],
137310
+ "name": "protocolShareReserve",
137311
+ "outputs": [
137312
+ {
137313
+ "internalType": "address payable",
137314
+ "name": "",
137315
+ "type": "address"
137316
+ }
137317
+ ],
137318
+ "stateMutability": "view",
137319
+ "type": "function"
137320
+ },
137321
+ {
137322
+ "inputs": [
137323
+ {
137324
+ "internalType": "uint256",
137325
+ "name": "redeemTokens",
137326
+ "type": "uint256"
137327
+ }
137328
+ ],
137329
+ "name": "redeem",
137330
+ "outputs": [
137331
+ {
137332
+ "internalType": "uint256",
137333
+ "name": "",
137334
+ "type": "uint256"
137335
+ }
137336
+ ],
137337
+ "stateMutability": "nonpayable",
137338
+ "type": "function"
137339
+ },
137340
+ {
137341
+ "inputs": [
137342
+ {
137343
+ "internalType": "uint256",
137344
+ "name": "redeemAmount",
137345
+ "type": "uint256"
137346
+ }
137347
+ ],
137348
+ "name": "redeemUnderlying",
137349
+ "outputs": [
137350
+ {
137351
+ "internalType": "uint256",
137352
+ "name": "",
137353
+ "type": "uint256"
137354
+ }
137355
+ ],
137356
+ "stateMutability": "nonpayable",
137357
+ "type": "function"
137358
+ },
137359
+ {
137360
+ "inputs": [],
137361
+ "name": "reduceReservesBlockDelta",
137362
+ "outputs": [
137363
+ {
137364
+ "internalType": "uint256",
137365
+ "name": "",
137366
+ "type": "uint256"
137367
+ }
137368
+ ],
137369
+ "stateMutability": "view",
137370
+ "type": "function"
137371
+ },
137372
+ {
137373
+ "inputs": [],
137374
+ "name": "reduceReservesBlockNumber",
137375
+ "outputs": [
137376
+ {
137377
+ "internalType": "uint256",
137378
+ "name": "",
137379
+ "type": "uint256"
137380
+ }
137381
+ ],
137382
+ "stateMutability": "view",
137383
+ "type": "function"
137384
+ },
137385
+ {
137386
+ "inputs": [
137387
+ {
137388
+ "internalType": "uint256",
137389
+ "name": "repayAmount",
137390
+ "type": "uint256"
137391
+ }
137392
+ ],
137393
+ "name": "repayBorrow",
137394
+ "outputs": [
137395
+ {
137396
+ "internalType": "uint256",
137397
+ "name": "",
137398
+ "type": "uint256"
137399
+ }
137400
+ ],
137401
+ "stateMutability": "nonpayable",
137402
+ "type": "function"
137403
+ },
137404
+ {
137405
+ "inputs": [
137406
+ {
137407
+ "internalType": "address",
137408
+ "name": "borrower",
137409
+ "type": "address"
137410
+ },
137411
+ {
137412
+ "internalType": "uint256",
137413
+ "name": "repayAmount",
137414
+ "type": "uint256"
137415
+ }
137416
+ ],
137417
+ "name": "repayBorrowBehalf",
137418
+ "outputs": [
137419
+ {
137420
+ "internalType": "uint256",
137421
+ "name": "",
137422
+ "type": "uint256"
137423
+ }
137424
+ ],
137425
+ "stateMutability": "nonpayable",
137426
+ "type": "function"
137427
+ },
137428
+ {
137429
+ "inputs": [],
137430
+ "name": "reserveFactorMantissa",
137431
+ "outputs": [
137432
+ {
137433
+ "internalType": "uint256",
137434
+ "name": "",
137435
+ "type": "uint256"
137436
+ }
137437
+ ],
137438
+ "stateMutability": "view",
137439
+ "type": "function"
137440
+ },
137441
+ {
137442
+ "inputs": [
137443
+ {
137444
+ "internalType": "address",
137445
+ "name": "liquidator",
137446
+ "type": "address"
137447
+ },
137448
+ {
137449
+ "internalType": "address",
137450
+ "name": "borrower",
137451
+ "type": "address"
137452
+ },
137453
+ {
137454
+ "internalType": "uint256",
137455
+ "name": "seizeTokens",
137456
+ "type": "uint256"
137457
+ }
137458
+ ],
137459
+ "name": "seize",
137460
+ "outputs": [
137461
+ {
137462
+ "internalType": "uint256",
137463
+ "name": "",
137464
+ "type": "uint256"
137465
+ }
137466
+ ],
137467
+ "stateMutability": "nonpayable",
137468
+ "type": "function"
137469
+ },
137470
+ {
137471
+ "inputs": [],
137472
+ "name": "supplyRatePerBlock",
137473
+ "outputs": [
137474
+ {
137475
+ "internalType": "uint256",
137476
+ "name": "",
137477
+ "type": "uint256"
137478
+ }
137479
+ ],
137480
+ "stateMutability": "view",
137481
+ "type": "function"
137482
+ },
137483
+ {
137484
+ "inputs": [],
137485
+ "name": "symbol",
137486
+ "outputs": [
137487
+ {
137488
+ "internalType": "string",
137489
+ "name": "",
137490
+ "type": "string"
137491
+ }
137492
+ ],
137493
+ "stateMutability": "view",
137494
+ "type": "function"
137495
+ },
137496
+ {
137497
+ "inputs": [],
137498
+ "name": "totalBorrows",
137499
+ "outputs": [
137500
+ {
137501
+ "internalType": "uint256",
137502
+ "name": "",
137503
+ "type": "uint256"
137504
+ }
137505
+ ],
137506
+ "stateMutability": "view",
137507
+ "type": "function"
137508
+ },
137509
+ {
137510
+ "inputs": [],
137511
+ "name": "totalBorrowsCurrent",
137512
+ "outputs": [
137513
+ {
137514
+ "internalType": "uint256",
137515
+ "name": "",
137516
+ "type": "uint256"
137517
+ }
137518
+ ],
137519
+ "stateMutability": "nonpayable",
137520
+ "type": "function"
137521
+ },
137522
+ {
137523
+ "inputs": [],
137524
+ "name": "totalReserves",
137525
+ "outputs": [
137526
+ {
137527
+ "internalType": "uint256",
137528
+ "name": "",
137529
+ "type": "uint256"
137530
+ }
137531
+ ],
137532
+ "stateMutability": "view",
137533
+ "type": "function"
137534
+ },
137535
+ {
137536
+ "inputs": [],
137537
+ "name": "totalSupply",
137538
+ "outputs": [
137539
+ {
137540
+ "internalType": "uint256",
137541
+ "name": "",
137542
+ "type": "uint256"
137543
+ }
137544
+ ],
137545
+ "stateMutability": "view",
137546
+ "type": "function"
137547
+ },
137548
+ {
137549
+ "inputs": [
137550
+ {
137551
+ "internalType": "address",
137552
+ "name": "dst",
137553
+ "type": "address"
137554
+ },
137555
+ {
137556
+ "internalType": "uint256",
137557
+ "name": "amount",
137558
+ "type": "uint256"
137559
+ }
137560
+ ],
137561
+ "name": "transfer",
137562
+ "outputs": [
137563
+ {
137564
+ "internalType": "bool",
137565
+ "name": "",
137566
+ "type": "bool"
137567
+ }
137568
+ ],
137569
+ "stateMutability": "nonpayable",
137570
+ "type": "function"
137571
+ },
137572
+ {
137573
+ "inputs": [
137574
+ {
137575
+ "internalType": "address",
137576
+ "name": "src",
137577
+ "type": "address"
137578
+ },
137579
+ {
137580
+ "internalType": "address",
137581
+ "name": "dst",
137582
+ "type": "address"
137583
+ },
137584
+ {
137585
+ "internalType": "uint256",
137586
+ "name": "amount",
137587
+ "type": "uint256"
137588
+ }
137589
+ ],
137590
+ "name": "transferFrom",
137591
+ "outputs": [
137592
+ {
137593
+ "internalType": "bool",
137594
+ "name": "",
137595
+ "type": "bool"
137596
+ }
137597
+ ],
137598
+ "stateMutability": "nonpayable",
137599
+ "type": "function"
137600
+ },
137601
+ {
137602
+ "inputs": [],
137603
+ "name": "underlying",
137604
+ "outputs": [
137605
+ {
137606
+ "internalType": "address",
137607
+ "name": "",
137608
+ "type": "address"
137609
+ }
137610
+ ],
137611
+ "stateMutability": "view",
137612
+ "type": "function"
137613
+ }
137614
+ ]
137615
+ },
136069
137616
  "vPT-sUSDE-26JUN2025": {
136070
137617
  "address": "0x9e4E5fed5Ac5B9F732d0D850A615206330Bf1866",
136071
137618
  "abi": [