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

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.
@@ -23845,7 +23845,7 @@
23845
23845
  ]
23846
23846
  },
23847
23847
  "JumpRateModel_base0bps_slope900bps_jump20000bps_kink5000bps_bpy70080000": {
23848
- "address": "0x7b17b28687B817158c20e3d1bf100106fBE794cf",
23848
+ "address": "0x6463ab803FF081616ac4daC31B9B66854cc28Bc0",
23849
23849
  "abi": [
23850
23850
  {
23851
23851
  "inputs": [
@@ -148943,6 +148943,1780 @@
148943
148943
  }
148944
148944
  ]
148945
148945
  },
148946
+ "vPT-clisBNB-25JUN2026": {
148947
+ "address": "0x6d3BD68E90B42615cb5abF4B8DE92b154ADc435e",
148948
+ "abi": [
148949
+ {
148950
+ "inputs": [
148951
+ {
148952
+ "internalType": "address",
148953
+ "name": "underlying_",
148954
+ "type": "address"
148955
+ },
148956
+ {
148957
+ "internalType": "contract ComptrollerInterface",
148958
+ "name": "comptroller_",
148959
+ "type": "address"
148960
+ },
148961
+ {
148962
+ "internalType": "contract InterestRateModelV8",
148963
+ "name": "interestRateModel_",
148964
+ "type": "address"
148965
+ },
148966
+ {
148967
+ "internalType": "uint256",
148968
+ "name": "initialExchangeRateMantissa_",
148969
+ "type": "uint256"
148970
+ },
148971
+ {
148972
+ "internalType": "string",
148973
+ "name": "name_",
148974
+ "type": "string"
148975
+ },
148976
+ {
148977
+ "internalType": "string",
148978
+ "name": "symbol_",
148979
+ "type": "string"
148980
+ },
148981
+ {
148982
+ "internalType": "uint8",
148983
+ "name": "decimals_",
148984
+ "type": "uint8"
148985
+ },
148986
+ {
148987
+ "internalType": "address payable",
148988
+ "name": "admin_",
148989
+ "type": "address"
148990
+ },
148991
+ {
148992
+ "internalType": "address",
148993
+ "name": "implementation_",
148994
+ "type": "address"
148995
+ },
148996
+ {
148997
+ "internalType": "bytes",
148998
+ "name": "becomeImplementationData",
148999
+ "type": "bytes"
149000
+ }
149001
+ ],
149002
+ "stateMutability": "nonpayable",
149003
+ "type": "constructor"
149004
+ },
149005
+ {
149006
+ "inputs": [],
149007
+ "name": "FlashLoanAlreadyActive",
149008
+ "type": "error"
149009
+ },
149010
+ {
149011
+ "inputs": [
149012
+ {
149013
+ "internalType": "uint256",
149014
+ "name": "fee",
149015
+ "type": "uint256"
149016
+ },
149017
+ {
149018
+ "internalType": "uint256",
149019
+ "name": "maxFee",
149020
+ "type": "uint256"
149021
+ }
149022
+ ],
149023
+ "name": "FlashLoanFeeTooHigh",
149024
+ "type": "error"
149025
+ },
149026
+ {
149027
+ "inputs": [
149028
+ {
149029
+ "internalType": "uint256",
149030
+ "name": "fee",
149031
+ "type": "uint256"
149032
+ },
149033
+ {
149034
+ "internalType": "uint256",
149035
+ "name": "maxFee",
149036
+ "type": "uint256"
149037
+ }
149038
+ ],
149039
+ "name": "FlashLoanProtocolShareTooHigh",
149040
+ "type": "error"
149041
+ },
149042
+ {
149043
+ "inputs": [],
149044
+ "name": "InsufficientCash",
149045
+ "type": "error"
149046
+ },
149047
+ {
149048
+ "inputs": [
149049
+ {
149050
+ "internalType": "uint256",
149051
+ "name": "actualAmount",
149052
+ "type": "uint256"
149053
+ },
149054
+ {
149055
+ "internalType": "uint256",
149056
+ "name": "requiredTotalFee",
149057
+ "type": "uint256"
149058
+ }
149059
+ ],
149060
+ "name": "InsufficientRepayment",
149061
+ "type": "error"
149062
+ },
149063
+ {
149064
+ "inputs": [],
149065
+ "name": "InvalidComptroller",
149066
+ "type": "error"
149067
+ },
149068
+ {
149069
+ "anonymous": false,
149070
+ "inputs": [
149071
+ {
149072
+ "indexed": false,
149073
+ "internalType": "uint256",
149074
+ "name": "cashPrior",
149075
+ "type": "uint256"
149076
+ },
149077
+ {
149078
+ "indexed": false,
149079
+ "internalType": "uint256",
149080
+ "name": "interestAccumulated",
149081
+ "type": "uint256"
149082
+ },
149083
+ {
149084
+ "indexed": false,
149085
+ "internalType": "uint256",
149086
+ "name": "borrowIndex",
149087
+ "type": "uint256"
149088
+ },
149089
+ {
149090
+ "indexed": false,
149091
+ "internalType": "uint256",
149092
+ "name": "totalBorrows",
149093
+ "type": "uint256"
149094
+ }
149095
+ ],
149096
+ "name": "AccrueInterest",
149097
+ "type": "event"
149098
+ },
149099
+ {
149100
+ "anonymous": false,
149101
+ "inputs": [
149102
+ {
149103
+ "indexed": true,
149104
+ "internalType": "address",
149105
+ "name": "owner",
149106
+ "type": "address"
149107
+ },
149108
+ {
149109
+ "indexed": true,
149110
+ "internalType": "address",
149111
+ "name": "spender",
149112
+ "type": "address"
149113
+ },
149114
+ {
149115
+ "indexed": false,
149116
+ "internalType": "uint256",
149117
+ "name": "amount",
149118
+ "type": "uint256"
149119
+ }
149120
+ ],
149121
+ "name": "Approval",
149122
+ "type": "event"
149123
+ },
149124
+ {
149125
+ "anonymous": false,
149126
+ "inputs": [
149127
+ {
149128
+ "indexed": false,
149129
+ "internalType": "address",
149130
+ "name": "borrower",
149131
+ "type": "address"
149132
+ },
149133
+ {
149134
+ "indexed": false,
149135
+ "internalType": "uint256",
149136
+ "name": "borrowAmount",
149137
+ "type": "uint256"
149138
+ },
149139
+ {
149140
+ "indexed": false,
149141
+ "internalType": "uint256",
149142
+ "name": "accountBorrows",
149143
+ "type": "uint256"
149144
+ },
149145
+ {
149146
+ "indexed": false,
149147
+ "internalType": "uint256",
149148
+ "name": "totalBorrows",
149149
+ "type": "uint256"
149150
+ }
149151
+ ],
149152
+ "name": "Borrow",
149153
+ "type": "event"
149154
+ },
149155
+ {
149156
+ "anonymous": false,
149157
+ "inputs": [
149158
+ {
149159
+ "indexed": false,
149160
+ "internalType": "uint256",
149161
+ "name": "oldFlashLoanFeeMantissa",
149162
+ "type": "uint256"
149163
+ },
149164
+ {
149165
+ "indexed": false,
149166
+ "internalType": "uint256",
149167
+ "name": "newFlashLoanFeeMantissa",
149168
+ "type": "uint256"
149169
+ },
149170
+ {
149171
+ "indexed": false,
149172
+ "internalType": "uint256",
149173
+ "name": "oldFlashLoanProtocolShare",
149174
+ "type": "uint256"
149175
+ },
149176
+ {
149177
+ "indexed": false,
149178
+ "internalType": "uint256",
149179
+ "name": "newFlashLoanProtocolShare",
149180
+ "type": "uint256"
149181
+ }
149182
+ ],
149183
+ "name": "FlashLoanFeeUpdated",
149184
+ "type": "event"
149185
+ },
149186
+ {
149187
+ "anonymous": false,
149188
+ "inputs": [
149189
+ {
149190
+ "indexed": false,
149191
+ "internalType": "bool",
149192
+ "name": "previousStatus",
149193
+ "type": "bool"
149194
+ },
149195
+ {
149196
+ "indexed": false,
149197
+ "internalType": "bool",
149198
+ "name": "newStatus",
149199
+ "type": "bool"
149200
+ }
149201
+ ],
149202
+ "name": "FlashLoanStatusChanged",
149203
+ "type": "event"
149204
+ },
149205
+ {
149206
+ "anonymous": false,
149207
+ "inputs": [
149208
+ {
149209
+ "indexed": false,
149210
+ "internalType": "address",
149211
+ "name": "liquidator",
149212
+ "type": "address"
149213
+ },
149214
+ {
149215
+ "indexed": false,
149216
+ "internalType": "address",
149217
+ "name": "borrower",
149218
+ "type": "address"
149219
+ },
149220
+ {
149221
+ "indexed": false,
149222
+ "internalType": "uint256",
149223
+ "name": "repayAmount",
149224
+ "type": "uint256"
149225
+ },
149226
+ {
149227
+ "indexed": false,
149228
+ "internalType": "address",
149229
+ "name": "vTokenCollateral",
149230
+ "type": "address"
149231
+ },
149232
+ {
149233
+ "indexed": false,
149234
+ "internalType": "uint256",
149235
+ "name": "seizeTokens",
149236
+ "type": "uint256"
149237
+ }
149238
+ ],
149239
+ "name": "LiquidateBorrow",
149240
+ "type": "event"
149241
+ },
149242
+ {
149243
+ "anonymous": false,
149244
+ "inputs": [
149245
+ {
149246
+ "indexed": false,
149247
+ "internalType": "address",
149248
+ "name": "minter",
149249
+ "type": "address"
149250
+ },
149251
+ {
149252
+ "indexed": false,
149253
+ "internalType": "uint256",
149254
+ "name": "mintAmount",
149255
+ "type": "uint256"
149256
+ },
149257
+ {
149258
+ "indexed": false,
149259
+ "internalType": "uint256",
149260
+ "name": "mintTokens",
149261
+ "type": "uint256"
149262
+ },
149263
+ {
149264
+ "indexed": false,
149265
+ "internalType": "uint256",
149266
+ "name": "totalSupply",
149267
+ "type": "uint256"
149268
+ }
149269
+ ],
149270
+ "name": "Mint",
149271
+ "type": "event"
149272
+ },
149273
+ {
149274
+ "anonymous": false,
149275
+ "inputs": [
149276
+ {
149277
+ "indexed": false,
149278
+ "internalType": "address",
149279
+ "name": "payer",
149280
+ "type": "address"
149281
+ },
149282
+ {
149283
+ "indexed": false,
149284
+ "internalType": "address",
149285
+ "name": "receiver",
149286
+ "type": "address"
149287
+ },
149288
+ {
149289
+ "indexed": false,
149290
+ "internalType": "uint256",
149291
+ "name": "mintAmount",
149292
+ "type": "uint256"
149293
+ },
149294
+ {
149295
+ "indexed": false,
149296
+ "internalType": "uint256",
149297
+ "name": "mintTokens",
149298
+ "type": "uint256"
149299
+ },
149300
+ {
149301
+ "indexed": false,
149302
+ "internalType": "uint256",
149303
+ "name": "totalSupply",
149304
+ "type": "uint256"
149305
+ }
149306
+ ],
149307
+ "name": "MintBehalf",
149308
+ "type": "event"
149309
+ },
149310
+ {
149311
+ "anonymous": false,
149312
+ "inputs": [
149313
+ {
149314
+ "indexed": false,
149315
+ "internalType": "address",
149316
+ "name": "oldAccessControlAddress",
149317
+ "type": "address"
149318
+ },
149319
+ {
149320
+ "indexed": false,
149321
+ "internalType": "address",
149322
+ "name": "newAccessControlAddress",
149323
+ "type": "address"
149324
+ }
149325
+ ],
149326
+ "name": "NewAccessControlManager",
149327
+ "type": "event"
149328
+ },
149329
+ {
149330
+ "anonymous": false,
149331
+ "inputs": [
149332
+ {
149333
+ "indexed": false,
149334
+ "internalType": "address",
149335
+ "name": "oldAdmin",
149336
+ "type": "address"
149337
+ },
149338
+ {
149339
+ "indexed": false,
149340
+ "internalType": "address",
149341
+ "name": "newAdmin",
149342
+ "type": "address"
149343
+ }
149344
+ ],
149345
+ "name": "NewAdmin",
149346
+ "type": "event"
149347
+ },
149348
+ {
149349
+ "anonymous": false,
149350
+ "inputs": [
149351
+ {
149352
+ "indexed": false,
149353
+ "internalType": "contract ComptrollerInterface",
149354
+ "name": "oldComptroller",
149355
+ "type": "address"
149356
+ },
149357
+ {
149358
+ "indexed": false,
149359
+ "internalType": "contract ComptrollerInterface",
149360
+ "name": "newComptroller",
149361
+ "type": "address"
149362
+ }
149363
+ ],
149364
+ "name": "NewComptroller",
149365
+ "type": "event"
149366
+ },
149367
+ {
149368
+ "anonymous": false,
149369
+ "inputs": [
149370
+ {
149371
+ "indexed": false,
149372
+ "internalType": "address",
149373
+ "name": "oldImplementation",
149374
+ "type": "address"
149375
+ },
149376
+ {
149377
+ "indexed": false,
149378
+ "internalType": "address",
149379
+ "name": "newImplementation",
149380
+ "type": "address"
149381
+ }
149382
+ ],
149383
+ "name": "NewImplementation",
149384
+ "type": "event"
149385
+ },
149386
+ {
149387
+ "anonymous": false,
149388
+ "inputs": [
149389
+ {
149390
+ "indexed": false,
149391
+ "internalType": "contract InterestRateModelV8",
149392
+ "name": "oldInterestRateModel",
149393
+ "type": "address"
149394
+ },
149395
+ {
149396
+ "indexed": false,
149397
+ "internalType": "contract InterestRateModelV8",
149398
+ "name": "newInterestRateModel",
149399
+ "type": "address"
149400
+ }
149401
+ ],
149402
+ "name": "NewMarketInterestRateModel",
149403
+ "type": "event"
149404
+ },
149405
+ {
149406
+ "anonymous": false,
149407
+ "inputs": [
149408
+ {
149409
+ "indexed": false,
149410
+ "internalType": "address",
149411
+ "name": "oldPendingAdmin",
149412
+ "type": "address"
149413
+ },
149414
+ {
149415
+ "indexed": false,
149416
+ "internalType": "address",
149417
+ "name": "newPendingAdmin",
149418
+ "type": "address"
149419
+ }
149420
+ ],
149421
+ "name": "NewPendingAdmin",
149422
+ "type": "event"
149423
+ },
149424
+ {
149425
+ "anonymous": false,
149426
+ "inputs": [
149427
+ {
149428
+ "indexed": true,
149429
+ "internalType": "address",
149430
+ "name": "oldProtocolShareReserve",
149431
+ "type": "address"
149432
+ },
149433
+ {
149434
+ "indexed": true,
149435
+ "internalType": "address",
149436
+ "name": "newProtocolShareReserve",
149437
+ "type": "address"
149438
+ }
149439
+ ],
149440
+ "name": "NewProtocolShareReserve",
149441
+ "type": "event"
149442
+ },
149443
+ {
149444
+ "anonymous": false,
149445
+ "inputs": [
149446
+ {
149447
+ "indexed": false,
149448
+ "internalType": "uint256",
149449
+ "name": "oldReduceReservesBlockDelta",
149450
+ "type": "uint256"
149451
+ },
149452
+ {
149453
+ "indexed": false,
149454
+ "internalType": "uint256",
149455
+ "name": "newReduceReservesBlockDelta",
149456
+ "type": "uint256"
149457
+ }
149458
+ ],
149459
+ "name": "NewReduceReservesBlockDelta",
149460
+ "type": "event"
149461
+ },
149462
+ {
149463
+ "anonymous": false,
149464
+ "inputs": [
149465
+ {
149466
+ "indexed": false,
149467
+ "internalType": "uint256",
149468
+ "name": "oldReserveFactorMantissa",
149469
+ "type": "uint256"
149470
+ },
149471
+ {
149472
+ "indexed": false,
149473
+ "internalType": "uint256",
149474
+ "name": "newReserveFactorMantissa",
149475
+ "type": "uint256"
149476
+ }
149477
+ ],
149478
+ "name": "NewReserveFactor",
149479
+ "type": "event"
149480
+ },
149481
+ {
149482
+ "anonymous": false,
149483
+ "inputs": [
149484
+ {
149485
+ "indexed": false,
149486
+ "internalType": "address",
149487
+ "name": "redeemer",
149488
+ "type": "address"
149489
+ },
149490
+ {
149491
+ "indexed": false,
149492
+ "internalType": "uint256",
149493
+ "name": "redeemAmount",
149494
+ "type": "uint256"
149495
+ },
149496
+ {
149497
+ "indexed": false,
149498
+ "internalType": "uint256",
149499
+ "name": "redeemTokens",
149500
+ "type": "uint256"
149501
+ },
149502
+ {
149503
+ "indexed": false,
149504
+ "internalType": "uint256",
149505
+ "name": "totalSupply",
149506
+ "type": "uint256"
149507
+ }
149508
+ ],
149509
+ "name": "Redeem",
149510
+ "type": "event"
149511
+ },
149512
+ {
149513
+ "anonymous": false,
149514
+ "inputs": [
149515
+ {
149516
+ "indexed": false,
149517
+ "internalType": "address",
149518
+ "name": "redeemer",
149519
+ "type": "address"
149520
+ },
149521
+ {
149522
+ "indexed": false,
149523
+ "internalType": "uint256",
149524
+ "name": "feeAmount",
149525
+ "type": "uint256"
149526
+ },
149527
+ {
149528
+ "indexed": false,
149529
+ "internalType": "uint256",
149530
+ "name": "redeemTokens",
149531
+ "type": "uint256"
149532
+ }
149533
+ ],
149534
+ "name": "RedeemFee",
149535
+ "type": "event"
149536
+ },
149537
+ {
149538
+ "anonymous": false,
149539
+ "inputs": [
149540
+ {
149541
+ "indexed": false,
149542
+ "internalType": "address",
149543
+ "name": "payer",
149544
+ "type": "address"
149545
+ },
149546
+ {
149547
+ "indexed": false,
149548
+ "internalType": "address",
149549
+ "name": "borrower",
149550
+ "type": "address"
149551
+ },
149552
+ {
149553
+ "indexed": false,
149554
+ "internalType": "uint256",
149555
+ "name": "repayAmount",
149556
+ "type": "uint256"
149557
+ },
149558
+ {
149559
+ "indexed": false,
149560
+ "internalType": "uint256",
149561
+ "name": "accountBorrows",
149562
+ "type": "uint256"
149563
+ },
149564
+ {
149565
+ "indexed": false,
149566
+ "internalType": "uint256",
149567
+ "name": "totalBorrows",
149568
+ "type": "uint256"
149569
+ }
149570
+ ],
149571
+ "name": "RepayBorrow",
149572
+ "type": "event"
149573
+ },
149574
+ {
149575
+ "anonymous": false,
149576
+ "inputs": [
149577
+ {
149578
+ "indexed": false,
149579
+ "internalType": "address",
149580
+ "name": "benefactor",
149581
+ "type": "address"
149582
+ },
149583
+ {
149584
+ "indexed": false,
149585
+ "internalType": "uint256",
149586
+ "name": "addAmount",
149587
+ "type": "uint256"
149588
+ },
149589
+ {
149590
+ "indexed": false,
149591
+ "internalType": "uint256",
149592
+ "name": "newTotalReserves",
149593
+ "type": "uint256"
149594
+ }
149595
+ ],
149596
+ "name": "ReservesAdded",
149597
+ "type": "event"
149598
+ },
149599
+ {
149600
+ "anonymous": false,
149601
+ "inputs": [
149602
+ {
149603
+ "indexed": false,
149604
+ "internalType": "address",
149605
+ "name": "protocolShareReserve",
149606
+ "type": "address"
149607
+ },
149608
+ {
149609
+ "indexed": false,
149610
+ "internalType": "uint256",
149611
+ "name": "reduceAmount",
149612
+ "type": "uint256"
149613
+ },
149614
+ {
149615
+ "indexed": false,
149616
+ "internalType": "uint256",
149617
+ "name": "newTotalReserves",
149618
+ "type": "uint256"
149619
+ }
149620
+ ],
149621
+ "name": "ReservesReduced",
149622
+ "type": "event"
149623
+ },
149624
+ {
149625
+ "anonymous": false,
149626
+ "inputs": [
149627
+ {
149628
+ "indexed": true,
149629
+ "internalType": "address",
149630
+ "name": "from",
149631
+ "type": "address"
149632
+ },
149633
+ {
149634
+ "indexed": true,
149635
+ "internalType": "address",
149636
+ "name": "to",
149637
+ "type": "address"
149638
+ },
149639
+ {
149640
+ "indexed": false,
149641
+ "internalType": "uint256",
149642
+ "name": "amount",
149643
+ "type": "uint256"
149644
+ }
149645
+ ],
149646
+ "name": "Transfer",
149647
+ "type": "event"
149648
+ },
149649
+ {
149650
+ "anonymous": false,
149651
+ "inputs": [
149652
+ {
149653
+ "indexed": true,
149654
+ "internalType": "address",
149655
+ "name": "asset",
149656
+ "type": "address"
149657
+ },
149658
+ {
149659
+ "indexed": true,
149660
+ "internalType": "address",
149661
+ "name": "sender",
149662
+ "type": "address"
149663
+ },
149664
+ {
149665
+ "indexed": false,
149666
+ "internalType": "uint256",
149667
+ "name": "amount",
149668
+ "type": "uint256"
149669
+ },
149670
+ {
149671
+ "indexed": false,
149672
+ "internalType": "uint256",
149673
+ "name": "totalFee",
149674
+ "type": "uint256"
149675
+ },
149676
+ {
149677
+ "indexed": false,
149678
+ "internalType": "uint256",
149679
+ "name": "protocolFee",
149680
+ "type": "uint256"
149681
+ }
149682
+ ],
149683
+ "name": "TransferInUnderlyingFlashLoan",
149684
+ "type": "event"
149685
+ },
149686
+ {
149687
+ "anonymous": false,
149688
+ "inputs": [
149689
+ {
149690
+ "indexed": false,
149691
+ "internalType": "address",
149692
+ "name": "asset",
149693
+ "type": "address"
149694
+ },
149695
+ {
149696
+ "indexed": false,
149697
+ "internalType": "address",
149698
+ "name": "receiver",
149699
+ "type": "address"
149700
+ },
149701
+ {
149702
+ "indexed": false,
149703
+ "internalType": "uint256",
149704
+ "name": "amount",
149705
+ "type": "uint256"
149706
+ }
149707
+ ],
149708
+ "name": "TransferOutUnderlyingFlashLoan",
149709
+ "type": "event"
149710
+ },
149711
+ {
149712
+ "stateMutability": "nonpayable",
149713
+ "type": "fallback"
149714
+ },
149715
+ {
149716
+ "inputs": [],
149717
+ "name": "_acceptAdmin",
149718
+ "outputs": [
149719
+ {
149720
+ "internalType": "uint256",
149721
+ "name": "",
149722
+ "type": "uint256"
149723
+ }
149724
+ ],
149725
+ "stateMutability": "nonpayable",
149726
+ "type": "function"
149727
+ },
149728
+ {
149729
+ "inputs": [
149730
+ {
149731
+ "internalType": "uint256",
149732
+ "name": "addAmount",
149733
+ "type": "uint256"
149734
+ }
149735
+ ],
149736
+ "name": "_addReserves",
149737
+ "outputs": [
149738
+ {
149739
+ "internalType": "uint256",
149740
+ "name": "",
149741
+ "type": "uint256"
149742
+ }
149743
+ ],
149744
+ "stateMutability": "nonpayable",
149745
+ "type": "function"
149746
+ },
149747
+ {
149748
+ "inputs": [
149749
+ {
149750
+ "internalType": "uint256",
149751
+ "name": "reduceAmount",
149752
+ "type": "uint256"
149753
+ }
149754
+ ],
149755
+ "name": "_reduceReserves",
149756
+ "outputs": [
149757
+ {
149758
+ "internalType": "uint256",
149759
+ "name": "",
149760
+ "type": "uint256"
149761
+ }
149762
+ ],
149763
+ "stateMutability": "nonpayable",
149764
+ "type": "function"
149765
+ },
149766
+ {
149767
+ "inputs": [
149768
+ {
149769
+ "internalType": "contract ComptrollerInterface",
149770
+ "name": "newComptroller",
149771
+ "type": "address"
149772
+ }
149773
+ ],
149774
+ "name": "_setComptroller",
149775
+ "outputs": [
149776
+ {
149777
+ "internalType": "uint256",
149778
+ "name": "",
149779
+ "type": "uint256"
149780
+ }
149781
+ ],
149782
+ "stateMutability": "nonpayable",
149783
+ "type": "function"
149784
+ },
149785
+ {
149786
+ "inputs": [
149787
+ {
149788
+ "internalType": "address",
149789
+ "name": "implementation_",
149790
+ "type": "address"
149791
+ },
149792
+ {
149793
+ "internalType": "bool",
149794
+ "name": "allowResign",
149795
+ "type": "bool"
149796
+ },
149797
+ {
149798
+ "internalType": "bytes",
149799
+ "name": "becomeImplementationData",
149800
+ "type": "bytes"
149801
+ }
149802
+ ],
149803
+ "name": "_setImplementation",
149804
+ "outputs": [],
149805
+ "stateMutability": "nonpayable",
149806
+ "type": "function"
149807
+ },
149808
+ {
149809
+ "inputs": [
149810
+ {
149811
+ "internalType": "contract InterestRateModelV8",
149812
+ "name": "newInterestRateModel",
149813
+ "type": "address"
149814
+ }
149815
+ ],
149816
+ "name": "_setInterestRateModel",
149817
+ "outputs": [
149818
+ {
149819
+ "internalType": "uint256",
149820
+ "name": "",
149821
+ "type": "uint256"
149822
+ }
149823
+ ],
149824
+ "stateMutability": "nonpayable",
149825
+ "type": "function"
149826
+ },
149827
+ {
149828
+ "inputs": [
149829
+ {
149830
+ "internalType": "address payable",
149831
+ "name": "newPendingAdmin",
149832
+ "type": "address"
149833
+ }
149834
+ ],
149835
+ "name": "_setPendingAdmin",
149836
+ "outputs": [
149837
+ {
149838
+ "internalType": "uint256",
149839
+ "name": "",
149840
+ "type": "uint256"
149841
+ }
149842
+ ],
149843
+ "stateMutability": "nonpayable",
149844
+ "type": "function"
149845
+ },
149846
+ {
149847
+ "inputs": [
149848
+ {
149849
+ "internalType": "uint256",
149850
+ "name": "newReserveFactorMantissa",
149851
+ "type": "uint256"
149852
+ }
149853
+ ],
149854
+ "name": "_setReserveFactor",
149855
+ "outputs": [
149856
+ {
149857
+ "internalType": "uint256",
149858
+ "name": "",
149859
+ "type": "uint256"
149860
+ }
149861
+ ],
149862
+ "stateMutability": "nonpayable",
149863
+ "type": "function"
149864
+ },
149865
+ {
149866
+ "inputs": [],
149867
+ "name": "accessControlManager",
149868
+ "outputs": [
149869
+ {
149870
+ "internalType": "address",
149871
+ "name": "",
149872
+ "type": "address"
149873
+ }
149874
+ ],
149875
+ "stateMutability": "view",
149876
+ "type": "function"
149877
+ },
149878
+ {
149879
+ "inputs": [],
149880
+ "name": "accrualBlockNumber",
149881
+ "outputs": [
149882
+ {
149883
+ "internalType": "uint256",
149884
+ "name": "",
149885
+ "type": "uint256"
149886
+ }
149887
+ ],
149888
+ "stateMutability": "view",
149889
+ "type": "function"
149890
+ },
149891
+ {
149892
+ "inputs": [],
149893
+ "name": "accrueInterest",
149894
+ "outputs": [
149895
+ {
149896
+ "internalType": "uint256",
149897
+ "name": "",
149898
+ "type": "uint256"
149899
+ }
149900
+ ],
149901
+ "stateMutability": "nonpayable",
149902
+ "type": "function"
149903
+ },
149904
+ {
149905
+ "inputs": [],
149906
+ "name": "admin",
149907
+ "outputs": [
149908
+ {
149909
+ "internalType": "address payable",
149910
+ "name": "",
149911
+ "type": "address"
149912
+ }
149913
+ ],
149914
+ "stateMutability": "view",
149915
+ "type": "function"
149916
+ },
149917
+ {
149918
+ "inputs": [
149919
+ {
149920
+ "internalType": "address",
149921
+ "name": "owner",
149922
+ "type": "address"
149923
+ },
149924
+ {
149925
+ "internalType": "address",
149926
+ "name": "spender",
149927
+ "type": "address"
149928
+ }
149929
+ ],
149930
+ "name": "allowance",
149931
+ "outputs": [
149932
+ {
149933
+ "internalType": "uint256",
149934
+ "name": "",
149935
+ "type": "uint256"
149936
+ }
149937
+ ],
149938
+ "stateMutability": "view",
149939
+ "type": "function"
149940
+ },
149941
+ {
149942
+ "inputs": [
149943
+ {
149944
+ "internalType": "address",
149945
+ "name": "spender",
149946
+ "type": "address"
149947
+ },
149948
+ {
149949
+ "internalType": "uint256",
149950
+ "name": "amount",
149951
+ "type": "uint256"
149952
+ }
149953
+ ],
149954
+ "name": "approve",
149955
+ "outputs": [
149956
+ {
149957
+ "internalType": "bool",
149958
+ "name": "",
149959
+ "type": "bool"
149960
+ }
149961
+ ],
149962
+ "stateMutability": "nonpayable",
149963
+ "type": "function"
149964
+ },
149965
+ {
149966
+ "inputs": [
149967
+ {
149968
+ "internalType": "address",
149969
+ "name": "owner",
149970
+ "type": "address"
149971
+ }
149972
+ ],
149973
+ "name": "balanceOf",
149974
+ "outputs": [
149975
+ {
149976
+ "internalType": "uint256",
149977
+ "name": "",
149978
+ "type": "uint256"
149979
+ }
149980
+ ],
149981
+ "stateMutability": "view",
149982
+ "type": "function"
149983
+ },
149984
+ {
149985
+ "inputs": [
149986
+ {
149987
+ "internalType": "address",
149988
+ "name": "owner",
149989
+ "type": "address"
149990
+ }
149991
+ ],
149992
+ "name": "balanceOfUnderlying",
149993
+ "outputs": [
149994
+ {
149995
+ "internalType": "uint256",
149996
+ "name": "",
149997
+ "type": "uint256"
149998
+ }
149999
+ ],
150000
+ "stateMutability": "nonpayable",
150001
+ "type": "function"
150002
+ },
150003
+ {
150004
+ "inputs": [
150005
+ {
150006
+ "internalType": "uint256",
150007
+ "name": "borrowAmount",
150008
+ "type": "uint256"
150009
+ }
150010
+ ],
150011
+ "name": "borrow",
150012
+ "outputs": [
150013
+ {
150014
+ "internalType": "uint256",
150015
+ "name": "",
150016
+ "type": "uint256"
150017
+ }
150018
+ ],
150019
+ "stateMutability": "nonpayable",
150020
+ "type": "function"
150021
+ },
150022
+ {
150023
+ "inputs": [
150024
+ {
150025
+ "internalType": "address",
150026
+ "name": "account",
150027
+ "type": "address"
150028
+ }
150029
+ ],
150030
+ "name": "borrowBalanceCurrent",
150031
+ "outputs": [
150032
+ {
150033
+ "internalType": "uint256",
150034
+ "name": "",
150035
+ "type": "uint256"
150036
+ }
150037
+ ],
150038
+ "stateMutability": "nonpayable",
150039
+ "type": "function"
150040
+ },
150041
+ {
150042
+ "inputs": [
150043
+ {
150044
+ "internalType": "address",
150045
+ "name": "account",
150046
+ "type": "address"
150047
+ }
150048
+ ],
150049
+ "name": "borrowBalanceStored",
150050
+ "outputs": [
150051
+ {
150052
+ "internalType": "uint256",
150053
+ "name": "",
150054
+ "type": "uint256"
150055
+ }
150056
+ ],
150057
+ "stateMutability": "view",
150058
+ "type": "function"
150059
+ },
150060
+ {
150061
+ "inputs": [],
150062
+ "name": "borrowIndex",
150063
+ "outputs": [
150064
+ {
150065
+ "internalType": "uint256",
150066
+ "name": "",
150067
+ "type": "uint256"
150068
+ }
150069
+ ],
150070
+ "stateMutability": "view",
150071
+ "type": "function"
150072
+ },
150073
+ {
150074
+ "inputs": [],
150075
+ "name": "borrowRatePerBlock",
150076
+ "outputs": [
150077
+ {
150078
+ "internalType": "uint256",
150079
+ "name": "",
150080
+ "type": "uint256"
150081
+ }
150082
+ ],
150083
+ "stateMutability": "view",
150084
+ "type": "function"
150085
+ },
150086
+ {
150087
+ "inputs": [],
150088
+ "name": "comptroller",
150089
+ "outputs": [
150090
+ {
150091
+ "internalType": "contract ComptrollerInterface",
150092
+ "name": "",
150093
+ "type": "address"
150094
+ }
150095
+ ],
150096
+ "stateMutability": "view",
150097
+ "type": "function"
150098
+ },
150099
+ {
150100
+ "inputs": [],
150101
+ "name": "decimals",
150102
+ "outputs": [
150103
+ {
150104
+ "internalType": "uint8",
150105
+ "name": "",
150106
+ "type": "uint8"
150107
+ }
150108
+ ],
150109
+ "stateMutability": "view",
150110
+ "type": "function"
150111
+ },
150112
+ {
150113
+ "inputs": [
150114
+ {
150115
+ "internalType": "bytes",
150116
+ "name": "data",
150117
+ "type": "bytes"
150118
+ }
150119
+ ],
150120
+ "name": "delegateToImplementation",
150121
+ "outputs": [
150122
+ {
150123
+ "internalType": "bytes",
150124
+ "name": "",
150125
+ "type": "bytes"
150126
+ }
150127
+ ],
150128
+ "stateMutability": "nonpayable",
150129
+ "type": "function"
150130
+ },
150131
+ {
150132
+ "inputs": [
150133
+ {
150134
+ "internalType": "bytes",
150135
+ "name": "data",
150136
+ "type": "bytes"
150137
+ }
150138
+ ],
150139
+ "name": "delegateToViewImplementation",
150140
+ "outputs": [
150141
+ {
150142
+ "internalType": "bytes",
150143
+ "name": "",
150144
+ "type": "bytes"
150145
+ }
150146
+ ],
150147
+ "stateMutability": "view",
150148
+ "type": "function"
150149
+ },
150150
+ {
150151
+ "inputs": [],
150152
+ "name": "exchangeRateCurrent",
150153
+ "outputs": [
150154
+ {
150155
+ "internalType": "uint256",
150156
+ "name": "",
150157
+ "type": "uint256"
150158
+ }
150159
+ ],
150160
+ "stateMutability": "nonpayable",
150161
+ "type": "function"
150162
+ },
150163
+ {
150164
+ "inputs": [],
150165
+ "name": "exchangeRateStored",
150166
+ "outputs": [
150167
+ {
150168
+ "internalType": "uint256",
150169
+ "name": "",
150170
+ "type": "uint256"
150171
+ }
150172
+ ],
150173
+ "stateMutability": "view",
150174
+ "type": "function"
150175
+ },
150176
+ {
150177
+ "inputs": [],
150178
+ "name": "flashLoanAmount",
150179
+ "outputs": [
150180
+ {
150181
+ "internalType": "uint256",
150182
+ "name": "",
150183
+ "type": "uint256"
150184
+ }
150185
+ ],
150186
+ "stateMutability": "view",
150187
+ "type": "function"
150188
+ },
150189
+ {
150190
+ "inputs": [],
150191
+ "name": "flashLoanFeeMantissa",
150192
+ "outputs": [
150193
+ {
150194
+ "internalType": "uint256",
150195
+ "name": "",
150196
+ "type": "uint256"
150197
+ }
150198
+ ],
150199
+ "stateMutability": "view",
150200
+ "type": "function"
150201
+ },
150202
+ {
150203
+ "inputs": [],
150204
+ "name": "flashLoanProtocolShareMantissa",
150205
+ "outputs": [
150206
+ {
150207
+ "internalType": "uint256",
150208
+ "name": "",
150209
+ "type": "uint256"
150210
+ }
150211
+ ],
150212
+ "stateMutability": "view",
150213
+ "type": "function"
150214
+ },
150215
+ {
150216
+ "inputs": [
150217
+ {
150218
+ "internalType": "address",
150219
+ "name": "account",
150220
+ "type": "address"
150221
+ }
150222
+ ],
150223
+ "name": "getAccountSnapshot",
150224
+ "outputs": [
150225
+ {
150226
+ "internalType": "uint256",
150227
+ "name": "",
150228
+ "type": "uint256"
150229
+ },
150230
+ {
150231
+ "internalType": "uint256",
150232
+ "name": "",
150233
+ "type": "uint256"
150234
+ },
150235
+ {
150236
+ "internalType": "uint256",
150237
+ "name": "",
150238
+ "type": "uint256"
150239
+ },
150240
+ {
150241
+ "internalType": "uint256",
150242
+ "name": "",
150243
+ "type": "uint256"
150244
+ }
150245
+ ],
150246
+ "stateMutability": "view",
150247
+ "type": "function"
150248
+ },
150249
+ {
150250
+ "inputs": [],
150251
+ "name": "getCash",
150252
+ "outputs": [
150253
+ {
150254
+ "internalType": "uint256",
150255
+ "name": "",
150256
+ "type": "uint256"
150257
+ }
150258
+ ],
150259
+ "stateMutability": "view",
150260
+ "type": "function"
150261
+ },
150262
+ {
150263
+ "inputs": [],
150264
+ "name": "implementation",
150265
+ "outputs": [
150266
+ {
150267
+ "internalType": "address",
150268
+ "name": "",
150269
+ "type": "address"
150270
+ }
150271
+ ],
150272
+ "stateMutability": "view",
150273
+ "type": "function"
150274
+ },
150275
+ {
150276
+ "inputs": [],
150277
+ "name": "interestRateModel",
150278
+ "outputs": [
150279
+ {
150280
+ "internalType": "contract InterestRateModelV8",
150281
+ "name": "",
150282
+ "type": "address"
150283
+ }
150284
+ ],
150285
+ "stateMutability": "view",
150286
+ "type": "function"
150287
+ },
150288
+ {
150289
+ "inputs": [],
150290
+ "name": "isFlashLoanEnabled",
150291
+ "outputs": [
150292
+ {
150293
+ "internalType": "bool",
150294
+ "name": "",
150295
+ "type": "bool"
150296
+ }
150297
+ ],
150298
+ "stateMutability": "view",
150299
+ "type": "function"
150300
+ },
150301
+ {
150302
+ "inputs": [],
150303
+ "name": "isVToken",
150304
+ "outputs": [
150305
+ {
150306
+ "internalType": "bool",
150307
+ "name": "",
150308
+ "type": "bool"
150309
+ }
150310
+ ],
150311
+ "stateMutability": "view",
150312
+ "type": "function"
150313
+ },
150314
+ {
150315
+ "inputs": [
150316
+ {
150317
+ "internalType": "address",
150318
+ "name": "borrower",
150319
+ "type": "address"
150320
+ },
150321
+ {
150322
+ "internalType": "uint256",
150323
+ "name": "repayAmount",
150324
+ "type": "uint256"
150325
+ },
150326
+ {
150327
+ "internalType": "contract VTokenInterface",
150328
+ "name": "vTokenCollateral",
150329
+ "type": "address"
150330
+ }
150331
+ ],
150332
+ "name": "liquidateBorrow",
150333
+ "outputs": [
150334
+ {
150335
+ "internalType": "uint256",
150336
+ "name": "",
150337
+ "type": "uint256"
150338
+ }
150339
+ ],
150340
+ "stateMutability": "nonpayable",
150341
+ "type": "function"
150342
+ },
150343
+ {
150344
+ "inputs": [
150345
+ {
150346
+ "internalType": "uint256",
150347
+ "name": "mintAmount",
150348
+ "type": "uint256"
150349
+ }
150350
+ ],
150351
+ "name": "mint",
150352
+ "outputs": [
150353
+ {
150354
+ "internalType": "uint256",
150355
+ "name": "",
150356
+ "type": "uint256"
150357
+ }
150358
+ ],
150359
+ "stateMutability": "nonpayable",
150360
+ "type": "function"
150361
+ },
150362
+ {
150363
+ "inputs": [
150364
+ {
150365
+ "internalType": "address",
150366
+ "name": "receiver",
150367
+ "type": "address"
150368
+ },
150369
+ {
150370
+ "internalType": "uint256",
150371
+ "name": "mintAmount",
150372
+ "type": "uint256"
150373
+ }
150374
+ ],
150375
+ "name": "mintBehalf",
150376
+ "outputs": [
150377
+ {
150378
+ "internalType": "uint256",
150379
+ "name": "",
150380
+ "type": "uint256"
150381
+ }
150382
+ ],
150383
+ "stateMutability": "nonpayable",
150384
+ "type": "function"
150385
+ },
150386
+ {
150387
+ "inputs": [],
150388
+ "name": "name",
150389
+ "outputs": [
150390
+ {
150391
+ "internalType": "string",
150392
+ "name": "",
150393
+ "type": "string"
150394
+ }
150395
+ ],
150396
+ "stateMutability": "view",
150397
+ "type": "function"
150398
+ },
150399
+ {
150400
+ "inputs": [],
150401
+ "name": "pendingAdmin",
150402
+ "outputs": [
150403
+ {
150404
+ "internalType": "address payable",
150405
+ "name": "",
150406
+ "type": "address"
150407
+ }
150408
+ ],
150409
+ "stateMutability": "view",
150410
+ "type": "function"
150411
+ },
150412
+ {
150413
+ "inputs": [],
150414
+ "name": "protocolShareReserve",
150415
+ "outputs": [
150416
+ {
150417
+ "internalType": "address payable",
150418
+ "name": "",
150419
+ "type": "address"
150420
+ }
150421
+ ],
150422
+ "stateMutability": "view",
150423
+ "type": "function"
150424
+ },
150425
+ {
150426
+ "inputs": [
150427
+ {
150428
+ "internalType": "uint256",
150429
+ "name": "redeemTokens",
150430
+ "type": "uint256"
150431
+ }
150432
+ ],
150433
+ "name": "redeem",
150434
+ "outputs": [
150435
+ {
150436
+ "internalType": "uint256",
150437
+ "name": "",
150438
+ "type": "uint256"
150439
+ }
150440
+ ],
150441
+ "stateMutability": "nonpayable",
150442
+ "type": "function"
150443
+ },
150444
+ {
150445
+ "inputs": [
150446
+ {
150447
+ "internalType": "uint256",
150448
+ "name": "redeemAmount",
150449
+ "type": "uint256"
150450
+ }
150451
+ ],
150452
+ "name": "redeemUnderlying",
150453
+ "outputs": [
150454
+ {
150455
+ "internalType": "uint256",
150456
+ "name": "",
150457
+ "type": "uint256"
150458
+ }
150459
+ ],
150460
+ "stateMutability": "nonpayable",
150461
+ "type": "function"
150462
+ },
150463
+ {
150464
+ "inputs": [],
150465
+ "name": "reduceReservesBlockDelta",
150466
+ "outputs": [
150467
+ {
150468
+ "internalType": "uint256",
150469
+ "name": "",
150470
+ "type": "uint256"
150471
+ }
150472
+ ],
150473
+ "stateMutability": "view",
150474
+ "type": "function"
150475
+ },
150476
+ {
150477
+ "inputs": [],
150478
+ "name": "reduceReservesBlockNumber",
150479
+ "outputs": [
150480
+ {
150481
+ "internalType": "uint256",
150482
+ "name": "",
150483
+ "type": "uint256"
150484
+ }
150485
+ ],
150486
+ "stateMutability": "view",
150487
+ "type": "function"
150488
+ },
150489
+ {
150490
+ "inputs": [
150491
+ {
150492
+ "internalType": "uint256",
150493
+ "name": "repayAmount",
150494
+ "type": "uint256"
150495
+ }
150496
+ ],
150497
+ "name": "repayBorrow",
150498
+ "outputs": [
150499
+ {
150500
+ "internalType": "uint256",
150501
+ "name": "",
150502
+ "type": "uint256"
150503
+ }
150504
+ ],
150505
+ "stateMutability": "nonpayable",
150506
+ "type": "function"
150507
+ },
150508
+ {
150509
+ "inputs": [
150510
+ {
150511
+ "internalType": "address",
150512
+ "name": "borrower",
150513
+ "type": "address"
150514
+ },
150515
+ {
150516
+ "internalType": "uint256",
150517
+ "name": "repayAmount",
150518
+ "type": "uint256"
150519
+ }
150520
+ ],
150521
+ "name": "repayBorrowBehalf",
150522
+ "outputs": [
150523
+ {
150524
+ "internalType": "uint256",
150525
+ "name": "",
150526
+ "type": "uint256"
150527
+ }
150528
+ ],
150529
+ "stateMutability": "nonpayable",
150530
+ "type": "function"
150531
+ },
150532
+ {
150533
+ "inputs": [],
150534
+ "name": "reserveFactorMantissa",
150535
+ "outputs": [
150536
+ {
150537
+ "internalType": "uint256",
150538
+ "name": "",
150539
+ "type": "uint256"
150540
+ }
150541
+ ],
150542
+ "stateMutability": "view",
150543
+ "type": "function"
150544
+ },
150545
+ {
150546
+ "inputs": [
150547
+ {
150548
+ "internalType": "address",
150549
+ "name": "liquidator",
150550
+ "type": "address"
150551
+ },
150552
+ {
150553
+ "internalType": "address",
150554
+ "name": "borrower",
150555
+ "type": "address"
150556
+ },
150557
+ {
150558
+ "internalType": "uint256",
150559
+ "name": "seizeTokens",
150560
+ "type": "uint256"
150561
+ }
150562
+ ],
150563
+ "name": "seize",
150564
+ "outputs": [
150565
+ {
150566
+ "internalType": "uint256",
150567
+ "name": "",
150568
+ "type": "uint256"
150569
+ }
150570
+ ],
150571
+ "stateMutability": "nonpayable",
150572
+ "type": "function"
150573
+ },
150574
+ {
150575
+ "inputs": [],
150576
+ "name": "supplyRatePerBlock",
150577
+ "outputs": [
150578
+ {
150579
+ "internalType": "uint256",
150580
+ "name": "",
150581
+ "type": "uint256"
150582
+ }
150583
+ ],
150584
+ "stateMutability": "view",
150585
+ "type": "function"
150586
+ },
150587
+ {
150588
+ "inputs": [],
150589
+ "name": "symbol",
150590
+ "outputs": [
150591
+ {
150592
+ "internalType": "string",
150593
+ "name": "",
150594
+ "type": "string"
150595
+ }
150596
+ ],
150597
+ "stateMutability": "view",
150598
+ "type": "function"
150599
+ },
150600
+ {
150601
+ "inputs": [],
150602
+ "name": "totalBorrows",
150603
+ "outputs": [
150604
+ {
150605
+ "internalType": "uint256",
150606
+ "name": "",
150607
+ "type": "uint256"
150608
+ }
150609
+ ],
150610
+ "stateMutability": "view",
150611
+ "type": "function"
150612
+ },
150613
+ {
150614
+ "inputs": [],
150615
+ "name": "totalBorrowsCurrent",
150616
+ "outputs": [
150617
+ {
150618
+ "internalType": "uint256",
150619
+ "name": "",
150620
+ "type": "uint256"
150621
+ }
150622
+ ],
150623
+ "stateMutability": "nonpayable",
150624
+ "type": "function"
150625
+ },
150626
+ {
150627
+ "inputs": [],
150628
+ "name": "totalReserves",
150629
+ "outputs": [
150630
+ {
150631
+ "internalType": "uint256",
150632
+ "name": "",
150633
+ "type": "uint256"
150634
+ }
150635
+ ],
150636
+ "stateMutability": "view",
150637
+ "type": "function"
150638
+ },
150639
+ {
150640
+ "inputs": [],
150641
+ "name": "totalSupply",
150642
+ "outputs": [
150643
+ {
150644
+ "internalType": "uint256",
150645
+ "name": "",
150646
+ "type": "uint256"
150647
+ }
150648
+ ],
150649
+ "stateMutability": "view",
150650
+ "type": "function"
150651
+ },
150652
+ {
150653
+ "inputs": [
150654
+ {
150655
+ "internalType": "address",
150656
+ "name": "dst",
150657
+ "type": "address"
150658
+ },
150659
+ {
150660
+ "internalType": "uint256",
150661
+ "name": "amount",
150662
+ "type": "uint256"
150663
+ }
150664
+ ],
150665
+ "name": "transfer",
150666
+ "outputs": [
150667
+ {
150668
+ "internalType": "bool",
150669
+ "name": "",
150670
+ "type": "bool"
150671
+ }
150672
+ ],
150673
+ "stateMutability": "nonpayable",
150674
+ "type": "function"
150675
+ },
150676
+ {
150677
+ "inputs": [
150678
+ {
150679
+ "internalType": "address",
150680
+ "name": "src",
150681
+ "type": "address"
150682
+ },
150683
+ {
150684
+ "internalType": "address",
150685
+ "name": "dst",
150686
+ "type": "address"
150687
+ },
150688
+ {
150689
+ "internalType": "uint256",
150690
+ "name": "amount",
150691
+ "type": "uint256"
150692
+ }
150693
+ ],
150694
+ "name": "transferFrom",
150695
+ "outputs": [
150696
+ {
150697
+ "internalType": "bool",
150698
+ "name": "",
150699
+ "type": "bool"
150700
+ }
150701
+ ],
150702
+ "stateMutability": "nonpayable",
150703
+ "type": "function"
150704
+ },
150705
+ {
150706
+ "inputs": [],
150707
+ "name": "underlying",
150708
+ "outputs": [
150709
+ {
150710
+ "internalType": "address",
150711
+ "name": "",
150712
+ "type": "address"
150713
+ }
150714
+ ],
150715
+ "stateMutability": "view",
150716
+ "type": "function"
150717
+ }
150718
+ ]
150719
+ },
148946
150720
  "vPT-sUSDE-26JUN2025": {
148947
150721
  "address": "0x9e4E5fed5Ac5B9F732d0D850A615206330Bf1866",
148948
150722
  "abi": [