@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.
- package/deployments/bscmainnet/solcInputs/9efc82db634d8086473f073ee7fc0a38.json +355 -0
- package/deployments/bscmainnet/vslisBNB.json +2442 -0
- package/deployments/bscmainnet.json +1547 -0
- package/deployments/bscmainnet_addresses.json +1 -0
- package/deployments/bsctestnet/solcInputs/9efc82db634d8086473f073ee7fc0a38.json +355 -0
- package/deployments/bsctestnet/vslisBNB.json +2442 -0
- package/deployments/bsctestnet.json +1547 -0
- package/deployments/bsctestnet_addresses.json +1 -0
- package/dist/deployments/bscmainnet.json +1547 -0
- package/dist/deployments/bsctestnet.json +1547 -0
- package/dist/helpers/markets/bscmainnet.d.ts +21 -0
- package/dist/helpers/markets/bscmainnet.js +22 -0
- package/dist/helpers/markets/bsctestnet.d.ts +21 -0
- package/dist/helpers/markets/bsctestnet.js +22 -0
- package/dist/helpers/tokens/bscmainnet.d.ts +7 -0
- package/dist/helpers/tokens/bscmainnet.js +7 -0
- package/dist/helpers/tokens/bsctestnet.d.ts +7 -0
- package/dist/helpers/tokens/bsctestnet.js +7 -0
- package/dist/helpers/tokens/index.d.ts +42 -0
- package/package.json +1 -1
|
@@ -163041,6 +163041,1553 @@
|
|
|
163041
163041
|
}
|
|
163042
163042
|
]
|
|
163043
163043
|
},
|
|
163044
|
+
"vslisBNB": {
|
|
163045
|
+
"address": "0xaB5504A3cde0d8253E8F981D663c7Ff7128B3e56",
|
|
163046
|
+
"abi": [
|
|
163047
|
+
{
|
|
163048
|
+
"inputs": [
|
|
163049
|
+
{
|
|
163050
|
+
"internalType": "address",
|
|
163051
|
+
"name": "underlying_",
|
|
163052
|
+
"type": "address"
|
|
163053
|
+
},
|
|
163054
|
+
{
|
|
163055
|
+
"internalType": "contract ComptrollerInterface",
|
|
163056
|
+
"name": "comptroller_",
|
|
163057
|
+
"type": "address"
|
|
163058
|
+
},
|
|
163059
|
+
{
|
|
163060
|
+
"internalType": "contract InterestRateModelV8",
|
|
163061
|
+
"name": "interestRateModel_",
|
|
163062
|
+
"type": "address"
|
|
163063
|
+
},
|
|
163064
|
+
{
|
|
163065
|
+
"internalType": "uint256",
|
|
163066
|
+
"name": "initialExchangeRateMantissa_",
|
|
163067
|
+
"type": "uint256"
|
|
163068
|
+
},
|
|
163069
|
+
{
|
|
163070
|
+
"internalType": "string",
|
|
163071
|
+
"name": "name_",
|
|
163072
|
+
"type": "string"
|
|
163073
|
+
},
|
|
163074
|
+
{
|
|
163075
|
+
"internalType": "string",
|
|
163076
|
+
"name": "symbol_",
|
|
163077
|
+
"type": "string"
|
|
163078
|
+
},
|
|
163079
|
+
{
|
|
163080
|
+
"internalType": "uint8",
|
|
163081
|
+
"name": "decimals_",
|
|
163082
|
+
"type": "uint8"
|
|
163083
|
+
},
|
|
163084
|
+
{
|
|
163085
|
+
"internalType": "address payable",
|
|
163086
|
+
"name": "admin_",
|
|
163087
|
+
"type": "address"
|
|
163088
|
+
},
|
|
163089
|
+
{
|
|
163090
|
+
"internalType": "address",
|
|
163091
|
+
"name": "implementation_",
|
|
163092
|
+
"type": "address"
|
|
163093
|
+
},
|
|
163094
|
+
{
|
|
163095
|
+
"internalType": "bytes",
|
|
163096
|
+
"name": "becomeImplementationData",
|
|
163097
|
+
"type": "bytes"
|
|
163098
|
+
}
|
|
163099
|
+
],
|
|
163100
|
+
"stateMutability": "nonpayable",
|
|
163101
|
+
"type": "constructor"
|
|
163102
|
+
},
|
|
163103
|
+
{
|
|
163104
|
+
"anonymous": false,
|
|
163105
|
+
"inputs": [
|
|
163106
|
+
{
|
|
163107
|
+
"indexed": false,
|
|
163108
|
+
"internalType": "uint256",
|
|
163109
|
+
"name": "cashPrior",
|
|
163110
|
+
"type": "uint256"
|
|
163111
|
+
},
|
|
163112
|
+
{
|
|
163113
|
+
"indexed": false,
|
|
163114
|
+
"internalType": "uint256",
|
|
163115
|
+
"name": "interestAccumulated",
|
|
163116
|
+
"type": "uint256"
|
|
163117
|
+
},
|
|
163118
|
+
{
|
|
163119
|
+
"indexed": false,
|
|
163120
|
+
"internalType": "uint256",
|
|
163121
|
+
"name": "borrowIndex",
|
|
163122
|
+
"type": "uint256"
|
|
163123
|
+
},
|
|
163124
|
+
{
|
|
163125
|
+
"indexed": false,
|
|
163126
|
+
"internalType": "uint256",
|
|
163127
|
+
"name": "totalBorrows",
|
|
163128
|
+
"type": "uint256"
|
|
163129
|
+
}
|
|
163130
|
+
],
|
|
163131
|
+
"name": "AccrueInterest",
|
|
163132
|
+
"type": "event"
|
|
163133
|
+
},
|
|
163134
|
+
{
|
|
163135
|
+
"anonymous": false,
|
|
163136
|
+
"inputs": [
|
|
163137
|
+
{
|
|
163138
|
+
"indexed": true,
|
|
163139
|
+
"internalType": "address",
|
|
163140
|
+
"name": "owner",
|
|
163141
|
+
"type": "address"
|
|
163142
|
+
},
|
|
163143
|
+
{
|
|
163144
|
+
"indexed": true,
|
|
163145
|
+
"internalType": "address",
|
|
163146
|
+
"name": "spender",
|
|
163147
|
+
"type": "address"
|
|
163148
|
+
},
|
|
163149
|
+
{
|
|
163150
|
+
"indexed": false,
|
|
163151
|
+
"internalType": "uint256",
|
|
163152
|
+
"name": "amount",
|
|
163153
|
+
"type": "uint256"
|
|
163154
|
+
}
|
|
163155
|
+
],
|
|
163156
|
+
"name": "Approval",
|
|
163157
|
+
"type": "event"
|
|
163158
|
+
},
|
|
163159
|
+
{
|
|
163160
|
+
"anonymous": false,
|
|
163161
|
+
"inputs": [
|
|
163162
|
+
{
|
|
163163
|
+
"indexed": false,
|
|
163164
|
+
"internalType": "address",
|
|
163165
|
+
"name": "borrower",
|
|
163166
|
+
"type": "address"
|
|
163167
|
+
},
|
|
163168
|
+
{
|
|
163169
|
+
"indexed": false,
|
|
163170
|
+
"internalType": "uint256",
|
|
163171
|
+
"name": "borrowAmount",
|
|
163172
|
+
"type": "uint256"
|
|
163173
|
+
},
|
|
163174
|
+
{
|
|
163175
|
+
"indexed": false,
|
|
163176
|
+
"internalType": "uint256",
|
|
163177
|
+
"name": "accountBorrows",
|
|
163178
|
+
"type": "uint256"
|
|
163179
|
+
},
|
|
163180
|
+
{
|
|
163181
|
+
"indexed": false,
|
|
163182
|
+
"internalType": "uint256",
|
|
163183
|
+
"name": "totalBorrows",
|
|
163184
|
+
"type": "uint256"
|
|
163185
|
+
}
|
|
163186
|
+
],
|
|
163187
|
+
"name": "Borrow",
|
|
163188
|
+
"type": "event"
|
|
163189
|
+
},
|
|
163190
|
+
{
|
|
163191
|
+
"anonymous": false,
|
|
163192
|
+
"inputs": [
|
|
163193
|
+
{
|
|
163194
|
+
"indexed": false,
|
|
163195
|
+
"internalType": "address",
|
|
163196
|
+
"name": "liquidator",
|
|
163197
|
+
"type": "address"
|
|
163198
|
+
},
|
|
163199
|
+
{
|
|
163200
|
+
"indexed": false,
|
|
163201
|
+
"internalType": "address",
|
|
163202
|
+
"name": "borrower",
|
|
163203
|
+
"type": "address"
|
|
163204
|
+
},
|
|
163205
|
+
{
|
|
163206
|
+
"indexed": false,
|
|
163207
|
+
"internalType": "uint256",
|
|
163208
|
+
"name": "repayAmount",
|
|
163209
|
+
"type": "uint256"
|
|
163210
|
+
},
|
|
163211
|
+
{
|
|
163212
|
+
"indexed": false,
|
|
163213
|
+
"internalType": "address",
|
|
163214
|
+
"name": "vTokenCollateral",
|
|
163215
|
+
"type": "address"
|
|
163216
|
+
},
|
|
163217
|
+
{
|
|
163218
|
+
"indexed": false,
|
|
163219
|
+
"internalType": "uint256",
|
|
163220
|
+
"name": "seizeTokens",
|
|
163221
|
+
"type": "uint256"
|
|
163222
|
+
}
|
|
163223
|
+
],
|
|
163224
|
+
"name": "LiquidateBorrow",
|
|
163225
|
+
"type": "event"
|
|
163226
|
+
},
|
|
163227
|
+
{
|
|
163228
|
+
"anonymous": false,
|
|
163229
|
+
"inputs": [
|
|
163230
|
+
{
|
|
163231
|
+
"indexed": false,
|
|
163232
|
+
"internalType": "address",
|
|
163233
|
+
"name": "minter",
|
|
163234
|
+
"type": "address"
|
|
163235
|
+
},
|
|
163236
|
+
{
|
|
163237
|
+
"indexed": false,
|
|
163238
|
+
"internalType": "uint256",
|
|
163239
|
+
"name": "mintAmount",
|
|
163240
|
+
"type": "uint256"
|
|
163241
|
+
},
|
|
163242
|
+
{
|
|
163243
|
+
"indexed": false,
|
|
163244
|
+
"internalType": "uint256",
|
|
163245
|
+
"name": "mintTokens",
|
|
163246
|
+
"type": "uint256"
|
|
163247
|
+
},
|
|
163248
|
+
{
|
|
163249
|
+
"indexed": false,
|
|
163250
|
+
"internalType": "uint256",
|
|
163251
|
+
"name": "totalSupply",
|
|
163252
|
+
"type": "uint256"
|
|
163253
|
+
}
|
|
163254
|
+
],
|
|
163255
|
+
"name": "Mint",
|
|
163256
|
+
"type": "event"
|
|
163257
|
+
},
|
|
163258
|
+
{
|
|
163259
|
+
"anonymous": false,
|
|
163260
|
+
"inputs": [
|
|
163261
|
+
{
|
|
163262
|
+
"indexed": false,
|
|
163263
|
+
"internalType": "address",
|
|
163264
|
+
"name": "payer",
|
|
163265
|
+
"type": "address"
|
|
163266
|
+
},
|
|
163267
|
+
{
|
|
163268
|
+
"indexed": false,
|
|
163269
|
+
"internalType": "address",
|
|
163270
|
+
"name": "receiver",
|
|
163271
|
+
"type": "address"
|
|
163272
|
+
},
|
|
163273
|
+
{
|
|
163274
|
+
"indexed": false,
|
|
163275
|
+
"internalType": "uint256",
|
|
163276
|
+
"name": "mintAmount",
|
|
163277
|
+
"type": "uint256"
|
|
163278
|
+
},
|
|
163279
|
+
{
|
|
163280
|
+
"indexed": false,
|
|
163281
|
+
"internalType": "uint256",
|
|
163282
|
+
"name": "mintTokens",
|
|
163283
|
+
"type": "uint256"
|
|
163284
|
+
},
|
|
163285
|
+
{
|
|
163286
|
+
"indexed": false,
|
|
163287
|
+
"internalType": "uint256",
|
|
163288
|
+
"name": "totalSupply",
|
|
163289
|
+
"type": "uint256"
|
|
163290
|
+
}
|
|
163291
|
+
],
|
|
163292
|
+
"name": "MintBehalf",
|
|
163293
|
+
"type": "event"
|
|
163294
|
+
},
|
|
163295
|
+
{
|
|
163296
|
+
"anonymous": false,
|
|
163297
|
+
"inputs": [
|
|
163298
|
+
{
|
|
163299
|
+
"indexed": false,
|
|
163300
|
+
"internalType": "address",
|
|
163301
|
+
"name": "oldAccessControlAddress",
|
|
163302
|
+
"type": "address"
|
|
163303
|
+
},
|
|
163304
|
+
{
|
|
163305
|
+
"indexed": false,
|
|
163306
|
+
"internalType": "address",
|
|
163307
|
+
"name": "newAccessControlAddress",
|
|
163308
|
+
"type": "address"
|
|
163309
|
+
}
|
|
163310
|
+
],
|
|
163311
|
+
"name": "NewAccessControlManager",
|
|
163312
|
+
"type": "event"
|
|
163313
|
+
},
|
|
163314
|
+
{
|
|
163315
|
+
"anonymous": false,
|
|
163316
|
+
"inputs": [
|
|
163317
|
+
{
|
|
163318
|
+
"indexed": false,
|
|
163319
|
+
"internalType": "address",
|
|
163320
|
+
"name": "oldAdmin",
|
|
163321
|
+
"type": "address"
|
|
163322
|
+
},
|
|
163323
|
+
{
|
|
163324
|
+
"indexed": false,
|
|
163325
|
+
"internalType": "address",
|
|
163326
|
+
"name": "newAdmin",
|
|
163327
|
+
"type": "address"
|
|
163328
|
+
}
|
|
163329
|
+
],
|
|
163330
|
+
"name": "NewAdmin",
|
|
163331
|
+
"type": "event"
|
|
163332
|
+
},
|
|
163333
|
+
{
|
|
163334
|
+
"anonymous": false,
|
|
163335
|
+
"inputs": [
|
|
163336
|
+
{
|
|
163337
|
+
"indexed": false,
|
|
163338
|
+
"internalType": "contract ComptrollerInterface",
|
|
163339
|
+
"name": "oldComptroller",
|
|
163340
|
+
"type": "address"
|
|
163341
|
+
},
|
|
163342
|
+
{
|
|
163343
|
+
"indexed": false,
|
|
163344
|
+
"internalType": "contract ComptrollerInterface",
|
|
163345
|
+
"name": "newComptroller",
|
|
163346
|
+
"type": "address"
|
|
163347
|
+
}
|
|
163348
|
+
],
|
|
163349
|
+
"name": "NewComptroller",
|
|
163350
|
+
"type": "event"
|
|
163351
|
+
},
|
|
163352
|
+
{
|
|
163353
|
+
"anonymous": false,
|
|
163354
|
+
"inputs": [
|
|
163355
|
+
{
|
|
163356
|
+
"indexed": false,
|
|
163357
|
+
"internalType": "address",
|
|
163358
|
+
"name": "oldImplementation",
|
|
163359
|
+
"type": "address"
|
|
163360
|
+
},
|
|
163361
|
+
{
|
|
163362
|
+
"indexed": false,
|
|
163363
|
+
"internalType": "address",
|
|
163364
|
+
"name": "newImplementation",
|
|
163365
|
+
"type": "address"
|
|
163366
|
+
}
|
|
163367
|
+
],
|
|
163368
|
+
"name": "NewImplementation",
|
|
163369
|
+
"type": "event"
|
|
163370
|
+
},
|
|
163371
|
+
{
|
|
163372
|
+
"anonymous": false,
|
|
163373
|
+
"inputs": [
|
|
163374
|
+
{
|
|
163375
|
+
"indexed": false,
|
|
163376
|
+
"internalType": "contract InterestRateModelV8",
|
|
163377
|
+
"name": "oldInterestRateModel",
|
|
163378
|
+
"type": "address"
|
|
163379
|
+
},
|
|
163380
|
+
{
|
|
163381
|
+
"indexed": false,
|
|
163382
|
+
"internalType": "contract InterestRateModelV8",
|
|
163383
|
+
"name": "newInterestRateModel",
|
|
163384
|
+
"type": "address"
|
|
163385
|
+
}
|
|
163386
|
+
],
|
|
163387
|
+
"name": "NewMarketInterestRateModel",
|
|
163388
|
+
"type": "event"
|
|
163389
|
+
},
|
|
163390
|
+
{
|
|
163391
|
+
"anonymous": false,
|
|
163392
|
+
"inputs": [
|
|
163393
|
+
{
|
|
163394
|
+
"indexed": false,
|
|
163395
|
+
"internalType": "address",
|
|
163396
|
+
"name": "oldPendingAdmin",
|
|
163397
|
+
"type": "address"
|
|
163398
|
+
},
|
|
163399
|
+
{
|
|
163400
|
+
"indexed": false,
|
|
163401
|
+
"internalType": "address",
|
|
163402
|
+
"name": "newPendingAdmin",
|
|
163403
|
+
"type": "address"
|
|
163404
|
+
}
|
|
163405
|
+
],
|
|
163406
|
+
"name": "NewPendingAdmin",
|
|
163407
|
+
"type": "event"
|
|
163408
|
+
},
|
|
163409
|
+
{
|
|
163410
|
+
"anonymous": false,
|
|
163411
|
+
"inputs": [
|
|
163412
|
+
{
|
|
163413
|
+
"indexed": true,
|
|
163414
|
+
"internalType": "address",
|
|
163415
|
+
"name": "oldProtocolShareReserve",
|
|
163416
|
+
"type": "address"
|
|
163417
|
+
},
|
|
163418
|
+
{
|
|
163419
|
+
"indexed": true,
|
|
163420
|
+
"internalType": "address",
|
|
163421
|
+
"name": "newProtocolShareReserve",
|
|
163422
|
+
"type": "address"
|
|
163423
|
+
}
|
|
163424
|
+
],
|
|
163425
|
+
"name": "NewProtocolShareReserve",
|
|
163426
|
+
"type": "event"
|
|
163427
|
+
},
|
|
163428
|
+
{
|
|
163429
|
+
"anonymous": false,
|
|
163430
|
+
"inputs": [
|
|
163431
|
+
{
|
|
163432
|
+
"indexed": false,
|
|
163433
|
+
"internalType": "uint256",
|
|
163434
|
+
"name": "oldReduceReservesBlockDelta",
|
|
163435
|
+
"type": "uint256"
|
|
163436
|
+
},
|
|
163437
|
+
{
|
|
163438
|
+
"indexed": false,
|
|
163439
|
+
"internalType": "uint256",
|
|
163440
|
+
"name": "newReduceReservesBlockDelta",
|
|
163441
|
+
"type": "uint256"
|
|
163442
|
+
}
|
|
163443
|
+
],
|
|
163444
|
+
"name": "NewReduceReservesBlockDelta",
|
|
163445
|
+
"type": "event"
|
|
163446
|
+
},
|
|
163447
|
+
{
|
|
163448
|
+
"anonymous": false,
|
|
163449
|
+
"inputs": [
|
|
163450
|
+
{
|
|
163451
|
+
"indexed": false,
|
|
163452
|
+
"internalType": "uint256",
|
|
163453
|
+
"name": "oldReserveFactorMantissa",
|
|
163454
|
+
"type": "uint256"
|
|
163455
|
+
},
|
|
163456
|
+
{
|
|
163457
|
+
"indexed": false,
|
|
163458
|
+
"internalType": "uint256",
|
|
163459
|
+
"name": "newReserveFactorMantissa",
|
|
163460
|
+
"type": "uint256"
|
|
163461
|
+
}
|
|
163462
|
+
],
|
|
163463
|
+
"name": "NewReserveFactor",
|
|
163464
|
+
"type": "event"
|
|
163465
|
+
},
|
|
163466
|
+
{
|
|
163467
|
+
"anonymous": false,
|
|
163468
|
+
"inputs": [
|
|
163469
|
+
{
|
|
163470
|
+
"indexed": false,
|
|
163471
|
+
"internalType": "address",
|
|
163472
|
+
"name": "redeemer",
|
|
163473
|
+
"type": "address"
|
|
163474
|
+
},
|
|
163475
|
+
{
|
|
163476
|
+
"indexed": false,
|
|
163477
|
+
"internalType": "uint256",
|
|
163478
|
+
"name": "redeemAmount",
|
|
163479
|
+
"type": "uint256"
|
|
163480
|
+
},
|
|
163481
|
+
{
|
|
163482
|
+
"indexed": false,
|
|
163483
|
+
"internalType": "uint256",
|
|
163484
|
+
"name": "redeemTokens",
|
|
163485
|
+
"type": "uint256"
|
|
163486
|
+
},
|
|
163487
|
+
{
|
|
163488
|
+
"indexed": false,
|
|
163489
|
+
"internalType": "uint256",
|
|
163490
|
+
"name": "totalSupply",
|
|
163491
|
+
"type": "uint256"
|
|
163492
|
+
}
|
|
163493
|
+
],
|
|
163494
|
+
"name": "Redeem",
|
|
163495
|
+
"type": "event"
|
|
163496
|
+
},
|
|
163497
|
+
{
|
|
163498
|
+
"anonymous": false,
|
|
163499
|
+
"inputs": [
|
|
163500
|
+
{
|
|
163501
|
+
"indexed": false,
|
|
163502
|
+
"internalType": "address",
|
|
163503
|
+
"name": "redeemer",
|
|
163504
|
+
"type": "address"
|
|
163505
|
+
},
|
|
163506
|
+
{
|
|
163507
|
+
"indexed": false,
|
|
163508
|
+
"internalType": "uint256",
|
|
163509
|
+
"name": "feeAmount",
|
|
163510
|
+
"type": "uint256"
|
|
163511
|
+
},
|
|
163512
|
+
{
|
|
163513
|
+
"indexed": false,
|
|
163514
|
+
"internalType": "uint256",
|
|
163515
|
+
"name": "redeemTokens",
|
|
163516
|
+
"type": "uint256"
|
|
163517
|
+
}
|
|
163518
|
+
],
|
|
163519
|
+
"name": "RedeemFee",
|
|
163520
|
+
"type": "event"
|
|
163521
|
+
},
|
|
163522
|
+
{
|
|
163523
|
+
"anonymous": false,
|
|
163524
|
+
"inputs": [
|
|
163525
|
+
{
|
|
163526
|
+
"indexed": false,
|
|
163527
|
+
"internalType": "address",
|
|
163528
|
+
"name": "payer",
|
|
163529
|
+
"type": "address"
|
|
163530
|
+
},
|
|
163531
|
+
{
|
|
163532
|
+
"indexed": false,
|
|
163533
|
+
"internalType": "address",
|
|
163534
|
+
"name": "borrower",
|
|
163535
|
+
"type": "address"
|
|
163536
|
+
},
|
|
163537
|
+
{
|
|
163538
|
+
"indexed": false,
|
|
163539
|
+
"internalType": "uint256",
|
|
163540
|
+
"name": "repayAmount",
|
|
163541
|
+
"type": "uint256"
|
|
163542
|
+
},
|
|
163543
|
+
{
|
|
163544
|
+
"indexed": false,
|
|
163545
|
+
"internalType": "uint256",
|
|
163546
|
+
"name": "accountBorrows",
|
|
163547
|
+
"type": "uint256"
|
|
163548
|
+
},
|
|
163549
|
+
{
|
|
163550
|
+
"indexed": false,
|
|
163551
|
+
"internalType": "uint256",
|
|
163552
|
+
"name": "totalBorrows",
|
|
163553
|
+
"type": "uint256"
|
|
163554
|
+
}
|
|
163555
|
+
],
|
|
163556
|
+
"name": "RepayBorrow",
|
|
163557
|
+
"type": "event"
|
|
163558
|
+
},
|
|
163559
|
+
{
|
|
163560
|
+
"anonymous": false,
|
|
163561
|
+
"inputs": [
|
|
163562
|
+
{
|
|
163563
|
+
"indexed": false,
|
|
163564
|
+
"internalType": "address",
|
|
163565
|
+
"name": "benefactor",
|
|
163566
|
+
"type": "address"
|
|
163567
|
+
},
|
|
163568
|
+
{
|
|
163569
|
+
"indexed": false,
|
|
163570
|
+
"internalType": "uint256",
|
|
163571
|
+
"name": "addAmount",
|
|
163572
|
+
"type": "uint256"
|
|
163573
|
+
},
|
|
163574
|
+
{
|
|
163575
|
+
"indexed": false,
|
|
163576
|
+
"internalType": "uint256",
|
|
163577
|
+
"name": "newTotalReserves",
|
|
163578
|
+
"type": "uint256"
|
|
163579
|
+
}
|
|
163580
|
+
],
|
|
163581
|
+
"name": "ReservesAdded",
|
|
163582
|
+
"type": "event"
|
|
163583
|
+
},
|
|
163584
|
+
{
|
|
163585
|
+
"anonymous": false,
|
|
163586
|
+
"inputs": [
|
|
163587
|
+
{
|
|
163588
|
+
"indexed": false,
|
|
163589
|
+
"internalType": "address",
|
|
163590
|
+
"name": "protocolShareReserve",
|
|
163591
|
+
"type": "address"
|
|
163592
|
+
},
|
|
163593
|
+
{
|
|
163594
|
+
"indexed": false,
|
|
163595
|
+
"internalType": "uint256",
|
|
163596
|
+
"name": "reduceAmount",
|
|
163597
|
+
"type": "uint256"
|
|
163598
|
+
},
|
|
163599
|
+
{
|
|
163600
|
+
"indexed": false,
|
|
163601
|
+
"internalType": "uint256",
|
|
163602
|
+
"name": "newTotalReserves",
|
|
163603
|
+
"type": "uint256"
|
|
163604
|
+
}
|
|
163605
|
+
],
|
|
163606
|
+
"name": "ReservesReduced",
|
|
163607
|
+
"type": "event"
|
|
163608
|
+
},
|
|
163609
|
+
{
|
|
163610
|
+
"anonymous": false,
|
|
163611
|
+
"inputs": [
|
|
163612
|
+
{
|
|
163613
|
+
"indexed": true,
|
|
163614
|
+
"internalType": "address",
|
|
163615
|
+
"name": "from",
|
|
163616
|
+
"type": "address"
|
|
163617
|
+
},
|
|
163618
|
+
{
|
|
163619
|
+
"indexed": true,
|
|
163620
|
+
"internalType": "address",
|
|
163621
|
+
"name": "to",
|
|
163622
|
+
"type": "address"
|
|
163623
|
+
},
|
|
163624
|
+
{
|
|
163625
|
+
"indexed": false,
|
|
163626
|
+
"internalType": "uint256",
|
|
163627
|
+
"name": "amount",
|
|
163628
|
+
"type": "uint256"
|
|
163629
|
+
}
|
|
163630
|
+
],
|
|
163631
|
+
"name": "Transfer",
|
|
163632
|
+
"type": "event"
|
|
163633
|
+
},
|
|
163634
|
+
{
|
|
163635
|
+
"stateMutability": "nonpayable",
|
|
163636
|
+
"type": "fallback"
|
|
163637
|
+
},
|
|
163638
|
+
{
|
|
163639
|
+
"inputs": [],
|
|
163640
|
+
"name": "_acceptAdmin",
|
|
163641
|
+
"outputs": [
|
|
163642
|
+
{
|
|
163643
|
+
"internalType": "uint256",
|
|
163644
|
+
"name": "",
|
|
163645
|
+
"type": "uint256"
|
|
163646
|
+
}
|
|
163647
|
+
],
|
|
163648
|
+
"stateMutability": "nonpayable",
|
|
163649
|
+
"type": "function"
|
|
163650
|
+
},
|
|
163651
|
+
{
|
|
163652
|
+
"inputs": [
|
|
163653
|
+
{
|
|
163654
|
+
"internalType": "uint256",
|
|
163655
|
+
"name": "addAmount",
|
|
163656
|
+
"type": "uint256"
|
|
163657
|
+
}
|
|
163658
|
+
],
|
|
163659
|
+
"name": "_addReserves",
|
|
163660
|
+
"outputs": [
|
|
163661
|
+
{
|
|
163662
|
+
"internalType": "uint256",
|
|
163663
|
+
"name": "",
|
|
163664
|
+
"type": "uint256"
|
|
163665
|
+
}
|
|
163666
|
+
],
|
|
163667
|
+
"stateMutability": "nonpayable",
|
|
163668
|
+
"type": "function"
|
|
163669
|
+
},
|
|
163670
|
+
{
|
|
163671
|
+
"inputs": [
|
|
163672
|
+
{
|
|
163673
|
+
"internalType": "uint256",
|
|
163674
|
+
"name": "reduceAmount",
|
|
163675
|
+
"type": "uint256"
|
|
163676
|
+
}
|
|
163677
|
+
],
|
|
163678
|
+
"name": "_reduceReserves",
|
|
163679
|
+
"outputs": [
|
|
163680
|
+
{
|
|
163681
|
+
"internalType": "uint256",
|
|
163682
|
+
"name": "",
|
|
163683
|
+
"type": "uint256"
|
|
163684
|
+
}
|
|
163685
|
+
],
|
|
163686
|
+
"stateMutability": "nonpayable",
|
|
163687
|
+
"type": "function"
|
|
163688
|
+
},
|
|
163689
|
+
{
|
|
163690
|
+
"inputs": [
|
|
163691
|
+
{
|
|
163692
|
+
"internalType": "contract ComptrollerInterface",
|
|
163693
|
+
"name": "newComptroller",
|
|
163694
|
+
"type": "address"
|
|
163695
|
+
}
|
|
163696
|
+
],
|
|
163697
|
+
"name": "_setComptroller",
|
|
163698
|
+
"outputs": [
|
|
163699
|
+
{
|
|
163700
|
+
"internalType": "uint256",
|
|
163701
|
+
"name": "",
|
|
163702
|
+
"type": "uint256"
|
|
163703
|
+
}
|
|
163704
|
+
],
|
|
163705
|
+
"stateMutability": "nonpayable",
|
|
163706
|
+
"type": "function"
|
|
163707
|
+
},
|
|
163708
|
+
{
|
|
163709
|
+
"inputs": [
|
|
163710
|
+
{
|
|
163711
|
+
"internalType": "address",
|
|
163712
|
+
"name": "implementation_",
|
|
163713
|
+
"type": "address"
|
|
163714
|
+
},
|
|
163715
|
+
{
|
|
163716
|
+
"internalType": "bool",
|
|
163717
|
+
"name": "allowResign",
|
|
163718
|
+
"type": "bool"
|
|
163719
|
+
},
|
|
163720
|
+
{
|
|
163721
|
+
"internalType": "bytes",
|
|
163722
|
+
"name": "becomeImplementationData",
|
|
163723
|
+
"type": "bytes"
|
|
163724
|
+
}
|
|
163725
|
+
],
|
|
163726
|
+
"name": "_setImplementation",
|
|
163727
|
+
"outputs": [],
|
|
163728
|
+
"stateMutability": "nonpayable",
|
|
163729
|
+
"type": "function"
|
|
163730
|
+
},
|
|
163731
|
+
{
|
|
163732
|
+
"inputs": [
|
|
163733
|
+
{
|
|
163734
|
+
"internalType": "contract InterestRateModelV8",
|
|
163735
|
+
"name": "newInterestRateModel",
|
|
163736
|
+
"type": "address"
|
|
163737
|
+
}
|
|
163738
|
+
],
|
|
163739
|
+
"name": "_setInterestRateModel",
|
|
163740
|
+
"outputs": [
|
|
163741
|
+
{
|
|
163742
|
+
"internalType": "uint256",
|
|
163743
|
+
"name": "",
|
|
163744
|
+
"type": "uint256"
|
|
163745
|
+
}
|
|
163746
|
+
],
|
|
163747
|
+
"stateMutability": "nonpayable",
|
|
163748
|
+
"type": "function"
|
|
163749
|
+
},
|
|
163750
|
+
{
|
|
163751
|
+
"inputs": [
|
|
163752
|
+
{
|
|
163753
|
+
"internalType": "address payable",
|
|
163754
|
+
"name": "newPendingAdmin",
|
|
163755
|
+
"type": "address"
|
|
163756
|
+
}
|
|
163757
|
+
],
|
|
163758
|
+
"name": "_setPendingAdmin",
|
|
163759
|
+
"outputs": [
|
|
163760
|
+
{
|
|
163761
|
+
"internalType": "uint256",
|
|
163762
|
+
"name": "",
|
|
163763
|
+
"type": "uint256"
|
|
163764
|
+
}
|
|
163765
|
+
],
|
|
163766
|
+
"stateMutability": "nonpayable",
|
|
163767
|
+
"type": "function"
|
|
163768
|
+
},
|
|
163769
|
+
{
|
|
163770
|
+
"inputs": [
|
|
163771
|
+
{
|
|
163772
|
+
"internalType": "uint256",
|
|
163773
|
+
"name": "newReserveFactorMantissa",
|
|
163774
|
+
"type": "uint256"
|
|
163775
|
+
}
|
|
163776
|
+
],
|
|
163777
|
+
"name": "_setReserveFactor",
|
|
163778
|
+
"outputs": [
|
|
163779
|
+
{
|
|
163780
|
+
"internalType": "uint256",
|
|
163781
|
+
"name": "",
|
|
163782
|
+
"type": "uint256"
|
|
163783
|
+
}
|
|
163784
|
+
],
|
|
163785
|
+
"stateMutability": "nonpayable",
|
|
163786
|
+
"type": "function"
|
|
163787
|
+
},
|
|
163788
|
+
{
|
|
163789
|
+
"inputs": [],
|
|
163790
|
+
"name": "accessControlManager",
|
|
163791
|
+
"outputs": [
|
|
163792
|
+
{
|
|
163793
|
+
"internalType": "address",
|
|
163794
|
+
"name": "",
|
|
163795
|
+
"type": "address"
|
|
163796
|
+
}
|
|
163797
|
+
],
|
|
163798
|
+
"stateMutability": "view",
|
|
163799
|
+
"type": "function"
|
|
163800
|
+
},
|
|
163801
|
+
{
|
|
163802
|
+
"inputs": [],
|
|
163803
|
+
"name": "accrualBlockNumber",
|
|
163804
|
+
"outputs": [
|
|
163805
|
+
{
|
|
163806
|
+
"internalType": "uint256",
|
|
163807
|
+
"name": "",
|
|
163808
|
+
"type": "uint256"
|
|
163809
|
+
}
|
|
163810
|
+
],
|
|
163811
|
+
"stateMutability": "view",
|
|
163812
|
+
"type": "function"
|
|
163813
|
+
},
|
|
163814
|
+
{
|
|
163815
|
+
"inputs": [],
|
|
163816
|
+
"name": "accrueInterest",
|
|
163817
|
+
"outputs": [
|
|
163818
|
+
{
|
|
163819
|
+
"internalType": "uint256",
|
|
163820
|
+
"name": "",
|
|
163821
|
+
"type": "uint256"
|
|
163822
|
+
}
|
|
163823
|
+
],
|
|
163824
|
+
"stateMutability": "nonpayable",
|
|
163825
|
+
"type": "function"
|
|
163826
|
+
},
|
|
163827
|
+
{
|
|
163828
|
+
"inputs": [],
|
|
163829
|
+
"name": "admin",
|
|
163830
|
+
"outputs": [
|
|
163831
|
+
{
|
|
163832
|
+
"internalType": "address payable",
|
|
163833
|
+
"name": "",
|
|
163834
|
+
"type": "address"
|
|
163835
|
+
}
|
|
163836
|
+
],
|
|
163837
|
+
"stateMutability": "view",
|
|
163838
|
+
"type": "function"
|
|
163839
|
+
},
|
|
163840
|
+
{
|
|
163841
|
+
"inputs": [
|
|
163842
|
+
{
|
|
163843
|
+
"internalType": "address",
|
|
163844
|
+
"name": "owner",
|
|
163845
|
+
"type": "address"
|
|
163846
|
+
},
|
|
163847
|
+
{
|
|
163848
|
+
"internalType": "address",
|
|
163849
|
+
"name": "spender",
|
|
163850
|
+
"type": "address"
|
|
163851
|
+
}
|
|
163852
|
+
],
|
|
163853
|
+
"name": "allowance",
|
|
163854
|
+
"outputs": [
|
|
163855
|
+
{
|
|
163856
|
+
"internalType": "uint256",
|
|
163857
|
+
"name": "",
|
|
163858
|
+
"type": "uint256"
|
|
163859
|
+
}
|
|
163860
|
+
],
|
|
163861
|
+
"stateMutability": "view",
|
|
163862
|
+
"type": "function"
|
|
163863
|
+
},
|
|
163864
|
+
{
|
|
163865
|
+
"inputs": [
|
|
163866
|
+
{
|
|
163867
|
+
"internalType": "address",
|
|
163868
|
+
"name": "spender",
|
|
163869
|
+
"type": "address"
|
|
163870
|
+
},
|
|
163871
|
+
{
|
|
163872
|
+
"internalType": "uint256",
|
|
163873
|
+
"name": "amount",
|
|
163874
|
+
"type": "uint256"
|
|
163875
|
+
}
|
|
163876
|
+
],
|
|
163877
|
+
"name": "approve",
|
|
163878
|
+
"outputs": [
|
|
163879
|
+
{
|
|
163880
|
+
"internalType": "bool",
|
|
163881
|
+
"name": "",
|
|
163882
|
+
"type": "bool"
|
|
163883
|
+
}
|
|
163884
|
+
],
|
|
163885
|
+
"stateMutability": "nonpayable",
|
|
163886
|
+
"type": "function"
|
|
163887
|
+
},
|
|
163888
|
+
{
|
|
163889
|
+
"inputs": [
|
|
163890
|
+
{
|
|
163891
|
+
"internalType": "address",
|
|
163892
|
+
"name": "owner",
|
|
163893
|
+
"type": "address"
|
|
163894
|
+
}
|
|
163895
|
+
],
|
|
163896
|
+
"name": "balanceOf",
|
|
163897
|
+
"outputs": [
|
|
163898
|
+
{
|
|
163899
|
+
"internalType": "uint256",
|
|
163900
|
+
"name": "",
|
|
163901
|
+
"type": "uint256"
|
|
163902
|
+
}
|
|
163903
|
+
],
|
|
163904
|
+
"stateMutability": "view",
|
|
163905
|
+
"type": "function"
|
|
163906
|
+
},
|
|
163907
|
+
{
|
|
163908
|
+
"inputs": [
|
|
163909
|
+
{
|
|
163910
|
+
"internalType": "address",
|
|
163911
|
+
"name": "owner",
|
|
163912
|
+
"type": "address"
|
|
163913
|
+
}
|
|
163914
|
+
],
|
|
163915
|
+
"name": "balanceOfUnderlying",
|
|
163916
|
+
"outputs": [
|
|
163917
|
+
{
|
|
163918
|
+
"internalType": "uint256",
|
|
163919
|
+
"name": "",
|
|
163920
|
+
"type": "uint256"
|
|
163921
|
+
}
|
|
163922
|
+
],
|
|
163923
|
+
"stateMutability": "nonpayable",
|
|
163924
|
+
"type": "function"
|
|
163925
|
+
},
|
|
163926
|
+
{
|
|
163927
|
+
"inputs": [
|
|
163928
|
+
{
|
|
163929
|
+
"internalType": "uint256",
|
|
163930
|
+
"name": "borrowAmount",
|
|
163931
|
+
"type": "uint256"
|
|
163932
|
+
}
|
|
163933
|
+
],
|
|
163934
|
+
"name": "borrow",
|
|
163935
|
+
"outputs": [
|
|
163936
|
+
{
|
|
163937
|
+
"internalType": "uint256",
|
|
163938
|
+
"name": "",
|
|
163939
|
+
"type": "uint256"
|
|
163940
|
+
}
|
|
163941
|
+
],
|
|
163942
|
+
"stateMutability": "nonpayable",
|
|
163943
|
+
"type": "function"
|
|
163944
|
+
},
|
|
163945
|
+
{
|
|
163946
|
+
"inputs": [
|
|
163947
|
+
{
|
|
163948
|
+
"internalType": "address",
|
|
163949
|
+
"name": "account",
|
|
163950
|
+
"type": "address"
|
|
163951
|
+
}
|
|
163952
|
+
],
|
|
163953
|
+
"name": "borrowBalanceCurrent",
|
|
163954
|
+
"outputs": [
|
|
163955
|
+
{
|
|
163956
|
+
"internalType": "uint256",
|
|
163957
|
+
"name": "",
|
|
163958
|
+
"type": "uint256"
|
|
163959
|
+
}
|
|
163960
|
+
],
|
|
163961
|
+
"stateMutability": "nonpayable",
|
|
163962
|
+
"type": "function"
|
|
163963
|
+
},
|
|
163964
|
+
{
|
|
163965
|
+
"inputs": [
|
|
163966
|
+
{
|
|
163967
|
+
"internalType": "address",
|
|
163968
|
+
"name": "account",
|
|
163969
|
+
"type": "address"
|
|
163970
|
+
}
|
|
163971
|
+
],
|
|
163972
|
+
"name": "borrowBalanceStored",
|
|
163973
|
+
"outputs": [
|
|
163974
|
+
{
|
|
163975
|
+
"internalType": "uint256",
|
|
163976
|
+
"name": "",
|
|
163977
|
+
"type": "uint256"
|
|
163978
|
+
}
|
|
163979
|
+
],
|
|
163980
|
+
"stateMutability": "view",
|
|
163981
|
+
"type": "function"
|
|
163982
|
+
},
|
|
163983
|
+
{
|
|
163984
|
+
"inputs": [],
|
|
163985
|
+
"name": "borrowIndex",
|
|
163986
|
+
"outputs": [
|
|
163987
|
+
{
|
|
163988
|
+
"internalType": "uint256",
|
|
163989
|
+
"name": "",
|
|
163990
|
+
"type": "uint256"
|
|
163991
|
+
}
|
|
163992
|
+
],
|
|
163993
|
+
"stateMutability": "view",
|
|
163994
|
+
"type": "function"
|
|
163995
|
+
},
|
|
163996
|
+
{
|
|
163997
|
+
"inputs": [],
|
|
163998
|
+
"name": "borrowRatePerBlock",
|
|
163999
|
+
"outputs": [
|
|
164000
|
+
{
|
|
164001
|
+
"internalType": "uint256",
|
|
164002
|
+
"name": "",
|
|
164003
|
+
"type": "uint256"
|
|
164004
|
+
}
|
|
164005
|
+
],
|
|
164006
|
+
"stateMutability": "view",
|
|
164007
|
+
"type": "function"
|
|
164008
|
+
},
|
|
164009
|
+
{
|
|
164010
|
+
"inputs": [],
|
|
164011
|
+
"name": "comptroller",
|
|
164012
|
+
"outputs": [
|
|
164013
|
+
{
|
|
164014
|
+
"internalType": "contract ComptrollerInterface",
|
|
164015
|
+
"name": "",
|
|
164016
|
+
"type": "address"
|
|
164017
|
+
}
|
|
164018
|
+
],
|
|
164019
|
+
"stateMutability": "view",
|
|
164020
|
+
"type": "function"
|
|
164021
|
+
},
|
|
164022
|
+
{
|
|
164023
|
+
"inputs": [],
|
|
164024
|
+
"name": "decimals",
|
|
164025
|
+
"outputs": [
|
|
164026
|
+
{
|
|
164027
|
+
"internalType": "uint8",
|
|
164028
|
+
"name": "",
|
|
164029
|
+
"type": "uint8"
|
|
164030
|
+
}
|
|
164031
|
+
],
|
|
164032
|
+
"stateMutability": "view",
|
|
164033
|
+
"type": "function"
|
|
164034
|
+
},
|
|
164035
|
+
{
|
|
164036
|
+
"inputs": [
|
|
164037
|
+
{
|
|
164038
|
+
"internalType": "bytes",
|
|
164039
|
+
"name": "data",
|
|
164040
|
+
"type": "bytes"
|
|
164041
|
+
}
|
|
164042
|
+
],
|
|
164043
|
+
"name": "delegateToImplementation",
|
|
164044
|
+
"outputs": [
|
|
164045
|
+
{
|
|
164046
|
+
"internalType": "bytes",
|
|
164047
|
+
"name": "",
|
|
164048
|
+
"type": "bytes"
|
|
164049
|
+
}
|
|
164050
|
+
],
|
|
164051
|
+
"stateMutability": "nonpayable",
|
|
164052
|
+
"type": "function"
|
|
164053
|
+
},
|
|
164054
|
+
{
|
|
164055
|
+
"inputs": [
|
|
164056
|
+
{
|
|
164057
|
+
"internalType": "bytes",
|
|
164058
|
+
"name": "data",
|
|
164059
|
+
"type": "bytes"
|
|
164060
|
+
}
|
|
164061
|
+
],
|
|
164062
|
+
"name": "delegateToViewImplementation",
|
|
164063
|
+
"outputs": [
|
|
164064
|
+
{
|
|
164065
|
+
"internalType": "bytes",
|
|
164066
|
+
"name": "",
|
|
164067
|
+
"type": "bytes"
|
|
164068
|
+
}
|
|
164069
|
+
],
|
|
164070
|
+
"stateMutability": "view",
|
|
164071
|
+
"type": "function"
|
|
164072
|
+
},
|
|
164073
|
+
{
|
|
164074
|
+
"inputs": [],
|
|
164075
|
+
"name": "exchangeRateCurrent",
|
|
164076
|
+
"outputs": [
|
|
164077
|
+
{
|
|
164078
|
+
"internalType": "uint256",
|
|
164079
|
+
"name": "",
|
|
164080
|
+
"type": "uint256"
|
|
164081
|
+
}
|
|
164082
|
+
],
|
|
164083
|
+
"stateMutability": "nonpayable",
|
|
164084
|
+
"type": "function"
|
|
164085
|
+
},
|
|
164086
|
+
{
|
|
164087
|
+
"inputs": [],
|
|
164088
|
+
"name": "exchangeRateStored",
|
|
164089
|
+
"outputs": [
|
|
164090
|
+
{
|
|
164091
|
+
"internalType": "uint256",
|
|
164092
|
+
"name": "",
|
|
164093
|
+
"type": "uint256"
|
|
164094
|
+
}
|
|
164095
|
+
],
|
|
164096
|
+
"stateMutability": "view",
|
|
164097
|
+
"type": "function"
|
|
164098
|
+
},
|
|
164099
|
+
{
|
|
164100
|
+
"inputs": [
|
|
164101
|
+
{
|
|
164102
|
+
"internalType": "address",
|
|
164103
|
+
"name": "account",
|
|
164104
|
+
"type": "address"
|
|
164105
|
+
}
|
|
164106
|
+
],
|
|
164107
|
+
"name": "getAccountSnapshot",
|
|
164108
|
+
"outputs": [
|
|
164109
|
+
{
|
|
164110
|
+
"internalType": "uint256",
|
|
164111
|
+
"name": "",
|
|
164112
|
+
"type": "uint256"
|
|
164113
|
+
},
|
|
164114
|
+
{
|
|
164115
|
+
"internalType": "uint256",
|
|
164116
|
+
"name": "",
|
|
164117
|
+
"type": "uint256"
|
|
164118
|
+
},
|
|
164119
|
+
{
|
|
164120
|
+
"internalType": "uint256",
|
|
164121
|
+
"name": "",
|
|
164122
|
+
"type": "uint256"
|
|
164123
|
+
},
|
|
164124
|
+
{
|
|
164125
|
+
"internalType": "uint256",
|
|
164126
|
+
"name": "",
|
|
164127
|
+
"type": "uint256"
|
|
164128
|
+
}
|
|
164129
|
+
],
|
|
164130
|
+
"stateMutability": "view",
|
|
164131
|
+
"type": "function"
|
|
164132
|
+
},
|
|
164133
|
+
{
|
|
164134
|
+
"inputs": [],
|
|
164135
|
+
"name": "getCash",
|
|
164136
|
+
"outputs": [
|
|
164137
|
+
{
|
|
164138
|
+
"internalType": "uint256",
|
|
164139
|
+
"name": "",
|
|
164140
|
+
"type": "uint256"
|
|
164141
|
+
}
|
|
164142
|
+
],
|
|
164143
|
+
"stateMutability": "view",
|
|
164144
|
+
"type": "function"
|
|
164145
|
+
},
|
|
164146
|
+
{
|
|
164147
|
+
"inputs": [],
|
|
164148
|
+
"name": "implementation",
|
|
164149
|
+
"outputs": [
|
|
164150
|
+
{
|
|
164151
|
+
"internalType": "address",
|
|
164152
|
+
"name": "",
|
|
164153
|
+
"type": "address"
|
|
164154
|
+
}
|
|
164155
|
+
],
|
|
164156
|
+
"stateMutability": "view",
|
|
164157
|
+
"type": "function"
|
|
164158
|
+
},
|
|
164159
|
+
{
|
|
164160
|
+
"inputs": [],
|
|
164161
|
+
"name": "interestRateModel",
|
|
164162
|
+
"outputs": [
|
|
164163
|
+
{
|
|
164164
|
+
"internalType": "contract InterestRateModelV8",
|
|
164165
|
+
"name": "",
|
|
164166
|
+
"type": "address"
|
|
164167
|
+
}
|
|
164168
|
+
],
|
|
164169
|
+
"stateMutability": "view",
|
|
164170
|
+
"type": "function"
|
|
164171
|
+
},
|
|
164172
|
+
{
|
|
164173
|
+
"inputs": [],
|
|
164174
|
+
"name": "isVToken",
|
|
164175
|
+
"outputs": [
|
|
164176
|
+
{
|
|
164177
|
+
"internalType": "bool",
|
|
164178
|
+
"name": "",
|
|
164179
|
+
"type": "bool"
|
|
164180
|
+
}
|
|
164181
|
+
],
|
|
164182
|
+
"stateMutability": "view",
|
|
164183
|
+
"type": "function"
|
|
164184
|
+
},
|
|
164185
|
+
{
|
|
164186
|
+
"inputs": [
|
|
164187
|
+
{
|
|
164188
|
+
"internalType": "address",
|
|
164189
|
+
"name": "borrower",
|
|
164190
|
+
"type": "address"
|
|
164191
|
+
},
|
|
164192
|
+
{
|
|
164193
|
+
"internalType": "uint256",
|
|
164194
|
+
"name": "repayAmount",
|
|
164195
|
+
"type": "uint256"
|
|
164196
|
+
},
|
|
164197
|
+
{
|
|
164198
|
+
"internalType": "contract VTokenInterface",
|
|
164199
|
+
"name": "vTokenCollateral",
|
|
164200
|
+
"type": "address"
|
|
164201
|
+
}
|
|
164202
|
+
],
|
|
164203
|
+
"name": "liquidateBorrow",
|
|
164204
|
+
"outputs": [
|
|
164205
|
+
{
|
|
164206
|
+
"internalType": "uint256",
|
|
164207
|
+
"name": "",
|
|
164208
|
+
"type": "uint256"
|
|
164209
|
+
}
|
|
164210
|
+
],
|
|
164211
|
+
"stateMutability": "nonpayable",
|
|
164212
|
+
"type": "function"
|
|
164213
|
+
},
|
|
164214
|
+
{
|
|
164215
|
+
"inputs": [
|
|
164216
|
+
{
|
|
164217
|
+
"internalType": "uint256",
|
|
164218
|
+
"name": "mintAmount",
|
|
164219
|
+
"type": "uint256"
|
|
164220
|
+
}
|
|
164221
|
+
],
|
|
164222
|
+
"name": "mint",
|
|
164223
|
+
"outputs": [
|
|
164224
|
+
{
|
|
164225
|
+
"internalType": "uint256",
|
|
164226
|
+
"name": "",
|
|
164227
|
+
"type": "uint256"
|
|
164228
|
+
}
|
|
164229
|
+
],
|
|
164230
|
+
"stateMutability": "nonpayable",
|
|
164231
|
+
"type": "function"
|
|
164232
|
+
},
|
|
164233
|
+
{
|
|
164234
|
+
"inputs": [
|
|
164235
|
+
{
|
|
164236
|
+
"internalType": "address",
|
|
164237
|
+
"name": "receiver",
|
|
164238
|
+
"type": "address"
|
|
164239
|
+
},
|
|
164240
|
+
{
|
|
164241
|
+
"internalType": "uint256",
|
|
164242
|
+
"name": "mintAmount",
|
|
164243
|
+
"type": "uint256"
|
|
164244
|
+
}
|
|
164245
|
+
],
|
|
164246
|
+
"name": "mintBehalf",
|
|
164247
|
+
"outputs": [
|
|
164248
|
+
{
|
|
164249
|
+
"internalType": "uint256",
|
|
164250
|
+
"name": "",
|
|
164251
|
+
"type": "uint256"
|
|
164252
|
+
}
|
|
164253
|
+
],
|
|
164254
|
+
"stateMutability": "nonpayable",
|
|
164255
|
+
"type": "function"
|
|
164256
|
+
},
|
|
164257
|
+
{
|
|
164258
|
+
"inputs": [],
|
|
164259
|
+
"name": "name",
|
|
164260
|
+
"outputs": [
|
|
164261
|
+
{
|
|
164262
|
+
"internalType": "string",
|
|
164263
|
+
"name": "",
|
|
164264
|
+
"type": "string"
|
|
164265
|
+
}
|
|
164266
|
+
],
|
|
164267
|
+
"stateMutability": "view",
|
|
164268
|
+
"type": "function"
|
|
164269
|
+
},
|
|
164270
|
+
{
|
|
164271
|
+
"inputs": [],
|
|
164272
|
+
"name": "pendingAdmin",
|
|
164273
|
+
"outputs": [
|
|
164274
|
+
{
|
|
164275
|
+
"internalType": "address payable",
|
|
164276
|
+
"name": "",
|
|
164277
|
+
"type": "address"
|
|
164278
|
+
}
|
|
164279
|
+
],
|
|
164280
|
+
"stateMutability": "view",
|
|
164281
|
+
"type": "function"
|
|
164282
|
+
},
|
|
164283
|
+
{
|
|
164284
|
+
"inputs": [],
|
|
164285
|
+
"name": "protocolShareReserve",
|
|
164286
|
+
"outputs": [
|
|
164287
|
+
{
|
|
164288
|
+
"internalType": "address payable",
|
|
164289
|
+
"name": "",
|
|
164290
|
+
"type": "address"
|
|
164291
|
+
}
|
|
164292
|
+
],
|
|
164293
|
+
"stateMutability": "view",
|
|
164294
|
+
"type": "function"
|
|
164295
|
+
},
|
|
164296
|
+
{
|
|
164297
|
+
"inputs": [
|
|
164298
|
+
{
|
|
164299
|
+
"internalType": "uint256",
|
|
164300
|
+
"name": "redeemTokens",
|
|
164301
|
+
"type": "uint256"
|
|
164302
|
+
}
|
|
164303
|
+
],
|
|
164304
|
+
"name": "redeem",
|
|
164305
|
+
"outputs": [
|
|
164306
|
+
{
|
|
164307
|
+
"internalType": "uint256",
|
|
164308
|
+
"name": "",
|
|
164309
|
+
"type": "uint256"
|
|
164310
|
+
}
|
|
164311
|
+
],
|
|
164312
|
+
"stateMutability": "nonpayable",
|
|
164313
|
+
"type": "function"
|
|
164314
|
+
},
|
|
164315
|
+
{
|
|
164316
|
+
"inputs": [
|
|
164317
|
+
{
|
|
164318
|
+
"internalType": "uint256",
|
|
164319
|
+
"name": "redeemAmount",
|
|
164320
|
+
"type": "uint256"
|
|
164321
|
+
}
|
|
164322
|
+
],
|
|
164323
|
+
"name": "redeemUnderlying",
|
|
164324
|
+
"outputs": [
|
|
164325
|
+
{
|
|
164326
|
+
"internalType": "uint256",
|
|
164327
|
+
"name": "",
|
|
164328
|
+
"type": "uint256"
|
|
164329
|
+
}
|
|
164330
|
+
],
|
|
164331
|
+
"stateMutability": "nonpayable",
|
|
164332
|
+
"type": "function"
|
|
164333
|
+
},
|
|
164334
|
+
{
|
|
164335
|
+
"inputs": [],
|
|
164336
|
+
"name": "reduceReservesBlockDelta",
|
|
164337
|
+
"outputs": [
|
|
164338
|
+
{
|
|
164339
|
+
"internalType": "uint256",
|
|
164340
|
+
"name": "",
|
|
164341
|
+
"type": "uint256"
|
|
164342
|
+
}
|
|
164343
|
+
],
|
|
164344
|
+
"stateMutability": "view",
|
|
164345
|
+
"type": "function"
|
|
164346
|
+
},
|
|
164347
|
+
{
|
|
164348
|
+
"inputs": [],
|
|
164349
|
+
"name": "reduceReservesBlockNumber",
|
|
164350
|
+
"outputs": [
|
|
164351
|
+
{
|
|
164352
|
+
"internalType": "uint256",
|
|
164353
|
+
"name": "",
|
|
164354
|
+
"type": "uint256"
|
|
164355
|
+
}
|
|
164356
|
+
],
|
|
164357
|
+
"stateMutability": "view",
|
|
164358
|
+
"type": "function"
|
|
164359
|
+
},
|
|
164360
|
+
{
|
|
164361
|
+
"inputs": [
|
|
164362
|
+
{
|
|
164363
|
+
"internalType": "uint256",
|
|
164364
|
+
"name": "repayAmount",
|
|
164365
|
+
"type": "uint256"
|
|
164366
|
+
}
|
|
164367
|
+
],
|
|
164368
|
+
"name": "repayBorrow",
|
|
164369
|
+
"outputs": [
|
|
164370
|
+
{
|
|
164371
|
+
"internalType": "uint256",
|
|
164372
|
+
"name": "",
|
|
164373
|
+
"type": "uint256"
|
|
164374
|
+
}
|
|
164375
|
+
],
|
|
164376
|
+
"stateMutability": "nonpayable",
|
|
164377
|
+
"type": "function"
|
|
164378
|
+
},
|
|
164379
|
+
{
|
|
164380
|
+
"inputs": [
|
|
164381
|
+
{
|
|
164382
|
+
"internalType": "address",
|
|
164383
|
+
"name": "borrower",
|
|
164384
|
+
"type": "address"
|
|
164385
|
+
},
|
|
164386
|
+
{
|
|
164387
|
+
"internalType": "uint256",
|
|
164388
|
+
"name": "repayAmount",
|
|
164389
|
+
"type": "uint256"
|
|
164390
|
+
}
|
|
164391
|
+
],
|
|
164392
|
+
"name": "repayBorrowBehalf",
|
|
164393
|
+
"outputs": [
|
|
164394
|
+
{
|
|
164395
|
+
"internalType": "uint256",
|
|
164396
|
+
"name": "",
|
|
164397
|
+
"type": "uint256"
|
|
164398
|
+
}
|
|
164399
|
+
],
|
|
164400
|
+
"stateMutability": "nonpayable",
|
|
164401
|
+
"type": "function"
|
|
164402
|
+
},
|
|
164403
|
+
{
|
|
164404
|
+
"inputs": [],
|
|
164405
|
+
"name": "reserveFactorMantissa",
|
|
164406
|
+
"outputs": [
|
|
164407
|
+
{
|
|
164408
|
+
"internalType": "uint256",
|
|
164409
|
+
"name": "",
|
|
164410
|
+
"type": "uint256"
|
|
164411
|
+
}
|
|
164412
|
+
],
|
|
164413
|
+
"stateMutability": "view",
|
|
164414
|
+
"type": "function"
|
|
164415
|
+
},
|
|
164416
|
+
{
|
|
164417
|
+
"inputs": [
|
|
164418
|
+
{
|
|
164419
|
+
"internalType": "address",
|
|
164420
|
+
"name": "liquidator",
|
|
164421
|
+
"type": "address"
|
|
164422
|
+
},
|
|
164423
|
+
{
|
|
164424
|
+
"internalType": "address",
|
|
164425
|
+
"name": "borrower",
|
|
164426
|
+
"type": "address"
|
|
164427
|
+
},
|
|
164428
|
+
{
|
|
164429
|
+
"internalType": "uint256",
|
|
164430
|
+
"name": "seizeTokens",
|
|
164431
|
+
"type": "uint256"
|
|
164432
|
+
}
|
|
164433
|
+
],
|
|
164434
|
+
"name": "seize",
|
|
164435
|
+
"outputs": [
|
|
164436
|
+
{
|
|
164437
|
+
"internalType": "uint256",
|
|
164438
|
+
"name": "",
|
|
164439
|
+
"type": "uint256"
|
|
164440
|
+
}
|
|
164441
|
+
],
|
|
164442
|
+
"stateMutability": "nonpayable",
|
|
164443
|
+
"type": "function"
|
|
164444
|
+
},
|
|
164445
|
+
{
|
|
164446
|
+
"inputs": [],
|
|
164447
|
+
"name": "supplyRatePerBlock",
|
|
164448
|
+
"outputs": [
|
|
164449
|
+
{
|
|
164450
|
+
"internalType": "uint256",
|
|
164451
|
+
"name": "",
|
|
164452
|
+
"type": "uint256"
|
|
164453
|
+
}
|
|
164454
|
+
],
|
|
164455
|
+
"stateMutability": "view",
|
|
164456
|
+
"type": "function"
|
|
164457
|
+
},
|
|
164458
|
+
{
|
|
164459
|
+
"inputs": [],
|
|
164460
|
+
"name": "symbol",
|
|
164461
|
+
"outputs": [
|
|
164462
|
+
{
|
|
164463
|
+
"internalType": "string",
|
|
164464
|
+
"name": "",
|
|
164465
|
+
"type": "string"
|
|
164466
|
+
}
|
|
164467
|
+
],
|
|
164468
|
+
"stateMutability": "view",
|
|
164469
|
+
"type": "function"
|
|
164470
|
+
},
|
|
164471
|
+
{
|
|
164472
|
+
"inputs": [],
|
|
164473
|
+
"name": "totalBorrows",
|
|
164474
|
+
"outputs": [
|
|
164475
|
+
{
|
|
164476
|
+
"internalType": "uint256",
|
|
164477
|
+
"name": "",
|
|
164478
|
+
"type": "uint256"
|
|
164479
|
+
}
|
|
164480
|
+
],
|
|
164481
|
+
"stateMutability": "view",
|
|
164482
|
+
"type": "function"
|
|
164483
|
+
},
|
|
164484
|
+
{
|
|
164485
|
+
"inputs": [],
|
|
164486
|
+
"name": "totalBorrowsCurrent",
|
|
164487
|
+
"outputs": [
|
|
164488
|
+
{
|
|
164489
|
+
"internalType": "uint256",
|
|
164490
|
+
"name": "",
|
|
164491
|
+
"type": "uint256"
|
|
164492
|
+
}
|
|
164493
|
+
],
|
|
164494
|
+
"stateMutability": "nonpayable",
|
|
164495
|
+
"type": "function"
|
|
164496
|
+
},
|
|
164497
|
+
{
|
|
164498
|
+
"inputs": [],
|
|
164499
|
+
"name": "totalReserves",
|
|
164500
|
+
"outputs": [
|
|
164501
|
+
{
|
|
164502
|
+
"internalType": "uint256",
|
|
164503
|
+
"name": "",
|
|
164504
|
+
"type": "uint256"
|
|
164505
|
+
}
|
|
164506
|
+
],
|
|
164507
|
+
"stateMutability": "view",
|
|
164508
|
+
"type": "function"
|
|
164509
|
+
},
|
|
164510
|
+
{
|
|
164511
|
+
"inputs": [],
|
|
164512
|
+
"name": "totalSupply",
|
|
164513
|
+
"outputs": [
|
|
164514
|
+
{
|
|
164515
|
+
"internalType": "uint256",
|
|
164516
|
+
"name": "",
|
|
164517
|
+
"type": "uint256"
|
|
164518
|
+
}
|
|
164519
|
+
],
|
|
164520
|
+
"stateMutability": "view",
|
|
164521
|
+
"type": "function"
|
|
164522
|
+
},
|
|
164523
|
+
{
|
|
164524
|
+
"inputs": [
|
|
164525
|
+
{
|
|
164526
|
+
"internalType": "address",
|
|
164527
|
+
"name": "dst",
|
|
164528
|
+
"type": "address"
|
|
164529
|
+
},
|
|
164530
|
+
{
|
|
164531
|
+
"internalType": "uint256",
|
|
164532
|
+
"name": "amount",
|
|
164533
|
+
"type": "uint256"
|
|
164534
|
+
}
|
|
164535
|
+
],
|
|
164536
|
+
"name": "transfer",
|
|
164537
|
+
"outputs": [
|
|
164538
|
+
{
|
|
164539
|
+
"internalType": "bool",
|
|
164540
|
+
"name": "",
|
|
164541
|
+
"type": "bool"
|
|
164542
|
+
}
|
|
164543
|
+
],
|
|
164544
|
+
"stateMutability": "nonpayable",
|
|
164545
|
+
"type": "function"
|
|
164546
|
+
},
|
|
164547
|
+
{
|
|
164548
|
+
"inputs": [
|
|
164549
|
+
{
|
|
164550
|
+
"internalType": "address",
|
|
164551
|
+
"name": "src",
|
|
164552
|
+
"type": "address"
|
|
164553
|
+
},
|
|
164554
|
+
{
|
|
164555
|
+
"internalType": "address",
|
|
164556
|
+
"name": "dst",
|
|
164557
|
+
"type": "address"
|
|
164558
|
+
},
|
|
164559
|
+
{
|
|
164560
|
+
"internalType": "uint256",
|
|
164561
|
+
"name": "amount",
|
|
164562
|
+
"type": "uint256"
|
|
164563
|
+
}
|
|
164564
|
+
],
|
|
164565
|
+
"name": "transferFrom",
|
|
164566
|
+
"outputs": [
|
|
164567
|
+
{
|
|
164568
|
+
"internalType": "bool",
|
|
164569
|
+
"name": "",
|
|
164570
|
+
"type": "bool"
|
|
164571
|
+
}
|
|
164572
|
+
],
|
|
164573
|
+
"stateMutability": "nonpayable",
|
|
164574
|
+
"type": "function"
|
|
164575
|
+
},
|
|
164576
|
+
{
|
|
164577
|
+
"inputs": [],
|
|
164578
|
+
"name": "underlying",
|
|
164579
|
+
"outputs": [
|
|
164580
|
+
{
|
|
164581
|
+
"internalType": "address",
|
|
164582
|
+
"name": "",
|
|
164583
|
+
"type": "address"
|
|
164584
|
+
}
|
|
164585
|
+
],
|
|
164586
|
+
"stateMutability": "view",
|
|
164587
|
+
"type": "function"
|
|
164588
|
+
}
|
|
164589
|
+
]
|
|
164590
|
+
},
|
|
163044
164591
|
"vxSolvBTC": {
|
|
163045
164592
|
"address": "0x97cB97B05697c377C0bd09feDce67DBd86B7aB1e",
|
|
163046
164593
|
"abi": [
|