@venusprotocol/venus-protocol 10.1.0-dev.11 → 10.1.0-dev.12
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/CheckpointView_From_TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy42048000_To_bpy70080000_At_1768357800.json +153 -0
- package/deployments/bscmainnet/SetCheckpointBscmainnet.json +15 -15
- package/deployments/bscmainnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy42048000.json +443 -0
- package/deployments/bscmainnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy70080000.json +443 -0
- package/deployments/bscmainnet/solcInputs/1d2c57bcfaa9abe82ef80f062f241d2f.json +580 -0
- package/deployments/bscmainnet/solcInputs/6ce118a3384b16f03848ed2bd433212c.json +34 -0
- package/deployments/bscmainnet/vU.json +2742 -0
- package/deployments/bscmainnet.json +14199 -11746
- package/deployments/bscmainnet_addresses.json +5 -1
- package/deployments/bsctestnet/MockU.json +458 -0
- package/deployments/bsctestnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy70080000.json +443 -0
- package/deployments/bsctestnet/solcInputs/1d2c57bcfaa9abe82ef80f062f241d2f.json +580 -0
- package/deployments/bsctestnet/vU.json +2742 -0
- package/deployments/bsctestnet.json +2379 -0
- package/deployments/bsctestnet_addresses.json +3 -0
- package/dist/deployments/bscmainnet.json +14199 -11746
- package/dist/deployments/bsctestnet.json +2379 -0
- package/dist/helpers/markets/bscmainnet.d.ts +24 -0
- package/dist/helpers/markets/bscmainnet.js +25 -0
- package/dist/helpers/markets/bsctestnet.d.ts +24 -0
- package/dist/helpers/markets/bsctestnet.js +25 -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 +6 -0
- package/dist/helpers/tokens/bsctestnet.js +6 -0
- package/dist/helpers/tokens/index.d.ts +39 -0
- package/package.json +1 -1
|
@@ -24168,6 +24168,315 @@
|
|
|
24168
24168
|
}
|
|
24169
24169
|
]
|
|
24170
24170
|
},
|
|
24171
|
+
"MockU": {
|
|
24172
|
+
"address": "0x180Bc1a9843A65D4116e44886FD3558515a56A49",
|
|
24173
|
+
"abi": [
|
|
24174
|
+
{
|
|
24175
|
+
"inputs": [
|
|
24176
|
+
{
|
|
24177
|
+
"internalType": "string",
|
|
24178
|
+
"name": "name_",
|
|
24179
|
+
"type": "string"
|
|
24180
|
+
},
|
|
24181
|
+
{
|
|
24182
|
+
"internalType": "string",
|
|
24183
|
+
"name": "symbol_",
|
|
24184
|
+
"type": "string"
|
|
24185
|
+
},
|
|
24186
|
+
{
|
|
24187
|
+
"internalType": "uint8",
|
|
24188
|
+
"name": "decimals_",
|
|
24189
|
+
"type": "uint8"
|
|
24190
|
+
}
|
|
24191
|
+
],
|
|
24192
|
+
"stateMutability": "nonpayable",
|
|
24193
|
+
"type": "constructor"
|
|
24194
|
+
},
|
|
24195
|
+
{
|
|
24196
|
+
"anonymous": false,
|
|
24197
|
+
"inputs": [
|
|
24198
|
+
{
|
|
24199
|
+
"indexed": true,
|
|
24200
|
+
"internalType": "address",
|
|
24201
|
+
"name": "owner",
|
|
24202
|
+
"type": "address"
|
|
24203
|
+
},
|
|
24204
|
+
{
|
|
24205
|
+
"indexed": true,
|
|
24206
|
+
"internalType": "address",
|
|
24207
|
+
"name": "spender",
|
|
24208
|
+
"type": "address"
|
|
24209
|
+
},
|
|
24210
|
+
{
|
|
24211
|
+
"indexed": false,
|
|
24212
|
+
"internalType": "uint256",
|
|
24213
|
+
"name": "value",
|
|
24214
|
+
"type": "uint256"
|
|
24215
|
+
}
|
|
24216
|
+
],
|
|
24217
|
+
"name": "Approval",
|
|
24218
|
+
"type": "event"
|
|
24219
|
+
},
|
|
24220
|
+
{
|
|
24221
|
+
"anonymous": false,
|
|
24222
|
+
"inputs": [
|
|
24223
|
+
{
|
|
24224
|
+
"indexed": true,
|
|
24225
|
+
"internalType": "address",
|
|
24226
|
+
"name": "from",
|
|
24227
|
+
"type": "address"
|
|
24228
|
+
},
|
|
24229
|
+
{
|
|
24230
|
+
"indexed": true,
|
|
24231
|
+
"internalType": "address",
|
|
24232
|
+
"name": "to",
|
|
24233
|
+
"type": "address"
|
|
24234
|
+
},
|
|
24235
|
+
{
|
|
24236
|
+
"indexed": false,
|
|
24237
|
+
"internalType": "uint256",
|
|
24238
|
+
"name": "value",
|
|
24239
|
+
"type": "uint256"
|
|
24240
|
+
}
|
|
24241
|
+
],
|
|
24242
|
+
"name": "Transfer",
|
|
24243
|
+
"type": "event"
|
|
24244
|
+
},
|
|
24245
|
+
{
|
|
24246
|
+
"inputs": [
|
|
24247
|
+
{
|
|
24248
|
+
"internalType": "address",
|
|
24249
|
+
"name": "owner",
|
|
24250
|
+
"type": "address"
|
|
24251
|
+
},
|
|
24252
|
+
{
|
|
24253
|
+
"internalType": "address",
|
|
24254
|
+
"name": "spender",
|
|
24255
|
+
"type": "address"
|
|
24256
|
+
}
|
|
24257
|
+
],
|
|
24258
|
+
"name": "allowance",
|
|
24259
|
+
"outputs": [
|
|
24260
|
+
{
|
|
24261
|
+
"internalType": "uint256",
|
|
24262
|
+
"name": "",
|
|
24263
|
+
"type": "uint256"
|
|
24264
|
+
}
|
|
24265
|
+
],
|
|
24266
|
+
"stateMutability": "view",
|
|
24267
|
+
"type": "function"
|
|
24268
|
+
},
|
|
24269
|
+
{
|
|
24270
|
+
"inputs": [
|
|
24271
|
+
{
|
|
24272
|
+
"internalType": "address",
|
|
24273
|
+
"name": "spender",
|
|
24274
|
+
"type": "address"
|
|
24275
|
+
},
|
|
24276
|
+
{
|
|
24277
|
+
"internalType": "uint256",
|
|
24278
|
+
"name": "amount",
|
|
24279
|
+
"type": "uint256"
|
|
24280
|
+
}
|
|
24281
|
+
],
|
|
24282
|
+
"name": "approve",
|
|
24283
|
+
"outputs": [
|
|
24284
|
+
{
|
|
24285
|
+
"internalType": "bool",
|
|
24286
|
+
"name": "",
|
|
24287
|
+
"type": "bool"
|
|
24288
|
+
}
|
|
24289
|
+
],
|
|
24290
|
+
"stateMutability": "nonpayable",
|
|
24291
|
+
"type": "function"
|
|
24292
|
+
},
|
|
24293
|
+
{
|
|
24294
|
+
"inputs": [
|
|
24295
|
+
{
|
|
24296
|
+
"internalType": "address",
|
|
24297
|
+
"name": "account",
|
|
24298
|
+
"type": "address"
|
|
24299
|
+
}
|
|
24300
|
+
],
|
|
24301
|
+
"name": "balanceOf",
|
|
24302
|
+
"outputs": [
|
|
24303
|
+
{
|
|
24304
|
+
"internalType": "uint256",
|
|
24305
|
+
"name": "",
|
|
24306
|
+
"type": "uint256"
|
|
24307
|
+
}
|
|
24308
|
+
],
|
|
24309
|
+
"stateMutability": "view",
|
|
24310
|
+
"type": "function"
|
|
24311
|
+
},
|
|
24312
|
+
{
|
|
24313
|
+
"inputs": [],
|
|
24314
|
+
"name": "decimals",
|
|
24315
|
+
"outputs": [
|
|
24316
|
+
{
|
|
24317
|
+
"internalType": "uint8",
|
|
24318
|
+
"name": "",
|
|
24319
|
+
"type": "uint8"
|
|
24320
|
+
}
|
|
24321
|
+
],
|
|
24322
|
+
"stateMutability": "view",
|
|
24323
|
+
"type": "function"
|
|
24324
|
+
},
|
|
24325
|
+
{
|
|
24326
|
+
"inputs": [
|
|
24327
|
+
{
|
|
24328
|
+
"internalType": "address",
|
|
24329
|
+
"name": "spender",
|
|
24330
|
+
"type": "address"
|
|
24331
|
+
},
|
|
24332
|
+
{
|
|
24333
|
+
"internalType": "uint256",
|
|
24334
|
+
"name": "subtractedValue",
|
|
24335
|
+
"type": "uint256"
|
|
24336
|
+
}
|
|
24337
|
+
],
|
|
24338
|
+
"name": "decreaseAllowance",
|
|
24339
|
+
"outputs": [
|
|
24340
|
+
{
|
|
24341
|
+
"internalType": "bool",
|
|
24342
|
+
"name": "",
|
|
24343
|
+
"type": "bool"
|
|
24344
|
+
}
|
|
24345
|
+
],
|
|
24346
|
+
"stateMutability": "nonpayable",
|
|
24347
|
+
"type": "function"
|
|
24348
|
+
},
|
|
24349
|
+
{
|
|
24350
|
+
"inputs": [
|
|
24351
|
+
{
|
|
24352
|
+
"internalType": "uint256",
|
|
24353
|
+
"name": "amount",
|
|
24354
|
+
"type": "uint256"
|
|
24355
|
+
}
|
|
24356
|
+
],
|
|
24357
|
+
"name": "faucet",
|
|
24358
|
+
"outputs": [],
|
|
24359
|
+
"stateMutability": "nonpayable",
|
|
24360
|
+
"type": "function"
|
|
24361
|
+
},
|
|
24362
|
+
{
|
|
24363
|
+
"inputs": [
|
|
24364
|
+
{
|
|
24365
|
+
"internalType": "address",
|
|
24366
|
+
"name": "spender",
|
|
24367
|
+
"type": "address"
|
|
24368
|
+
},
|
|
24369
|
+
{
|
|
24370
|
+
"internalType": "uint256",
|
|
24371
|
+
"name": "addedValue",
|
|
24372
|
+
"type": "uint256"
|
|
24373
|
+
}
|
|
24374
|
+
],
|
|
24375
|
+
"name": "increaseAllowance",
|
|
24376
|
+
"outputs": [
|
|
24377
|
+
{
|
|
24378
|
+
"internalType": "bool",
|
|
24379
|
+
"name": "",
|
|
24380
|
+
"type": "bool"
|
|
24381
|
+
}
|
|
24382
|
+
],
|
|
24383
|
+
"stateMutability": "nonpayable",
|
|
24384
|
+
"type": "function"
|
|
24385
|
+
},
|
|
24386
|
+
{
|
|
24387
|
+
"inputs": [],
|
|
24388
|
+
"name": "name",
|
|
24389
|
+
"outputs": [
|
|
24390
|
+
{
|
|
24391
|
+
"internalType": "string",
|
|
24392
|
+
"name": "",
|
|
24393
|
+
"type": "string"
|
|
24394
|
+
}
|
|
24395
|
+
],
|
|
24396
|
+
"stateMutability": "view",
|
|
24397
|
+
"type": "function"
|
|
24398
|
+
},
|
|
24399
|
+
{
|
|
24400
|
+
"inputs": [],
|
|
24401
|
+
"name": "symbol",
|
|
24402
|
+
"outputs": [
|
|
24403
|
+
{
|
|
24404
|
+
"internalType": "string",
|
|
24405
|
+
"name": "",
|
|
24406
|
+
"type": "string"
|
|
24407
|
+
}
|
|
24408
|
+
],
|
|
24409
|
+
"stateMutability": "view",
|
|
24410
|
+
"type": "function"
|
|
24411
|
+
},
|
|
24412
|
+
{
|
|
24413
|
+
"inputs": [],
|
|
24414
|
+
"name": "totalSupply",
|
|
24415
|
+
"outputs": [
|
|
24416
|
+
{
|
|
24417
|
+
"internalType": "uint256",
|
|
24418
|
+
"name": "",
|
|
24419
|
+
"type": "uint256"
|
|
24420
|
+
}
|
|
24421
|
+
],
|
|
24422
|
+
"stateMutability": "view",
|
|
24423
|
+
"type": "function"
|
|
24424
|
+
},
|
|
24425
|
+
{
|
|
24426
|
+
"inputs": [
|
|
24427
|
+
{
|
|
24428
|
+
"internalType": "address",
|
|
24429
|
+
"name": "to",
|
|
24430
|
+
"type": "address"
|
|
24431
|
+
},
|
|
24432
|
+
{
|
|
24433
|
+
"internalType": "uint256",
|
|
24434
|
+
"name": "amount",
|
|
24435
|
+
"type": "uint256"
|
|
24436
|
+
}
|
|
24437
|
+
],
|
|
24438
|
+
"name": "transfer",
|
|
24439
|
+
"outputs": [
|
|
24440
|
+
{
|
|
24441
|
+
"internalType": "bool",
|
|
24442
|
+
"name": "",
|
|
24443
|
+
"type": "bool"
|
|
24444
|
+
}
|
|
24445
|
+
],
|
|
24446
|
+
"stateMutability": "nonpayable",
|
|
24447
|
+
"type": "function"
|
|
24448
|
+
},
|
|
24449
|
+
{
|
|
24450
|
+
"inputs": [
|
|
24451
|
+
{
|
|
24452
|
+
"internalType": "address",
|
|
24453
|
+
"name": "from",
|
|
24454
|
+
"type": "address"
|
|
24455
|
+
},
|
|
24456
|
+
{
|
|
24457
|
+
"internalType": "address",
|
|
24458
|
+
"name": "to",
|
|
24459
|
+
"type": "address"
|
|
24460
|
+
},
|
|
24461
|
+
{
|
|
24462
|
+
"internalType": "uint256",
|
|
24463
|
+
"name": "amount",
|
|
24464
|
+
"type": "uint256"
|
|
24465
|
+
}
|
|
24466
|
+
],
|
|
24467
|
+
"name": "transferFrom",
|
|
24468
|
+
"outputs": [
|
|
24469
|
+
{
|
|
24470
|
+
"internalType": "bool",
|
|
24471
|
+
"name": "",
|
|
24472
|
+
"type": "bool"
|
|
24473
|
+
}
|
|
24474
|
+
],
|
|
24475
|
+
"stateMutability": "nonpayable",
|
|
24476
|
+
"type": "function"
|
|
24477
|
+
}
|
|
24478
|
+
]
|
|
24479
|
+
},
|
|
24171
24480
|
"MockUSD1": {
|
|
24172
24481
|
"address": "0x7792af341a10ccc4B1CDd7B317F0460a37346a0A",
|
|
24173
24482
|
"abi": [
|
|
@@ -54202,6 +54511,302 @@
|
|
|
54202
54511
|
}
|
|
54203
54512
|
]
|
|
54204
54513
|
},
|
|
54514
|
+
"TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy70080000": {
|
|
54515
|
+
"address": "0x27670709C5CD7EA594a887Af5D4eBA926F36c561",
|
|
54516
|
+
"abi": [
|
|
54517
|
+
{
|
|
54518
|
+
"inputs": [
|
|
54519
|
+
{
|
|
54520
|
+
"internalType": "int256",
|
|
54521
|
+
"name": "baseRatePerYear_",
|
|
54522
|
+
"type": "int256"
|
|
54523
|
+
},
|
|
54524
|
+
{
|
|
54525
|
+
"internalType": "int256",
|
|
54526
|
+
"name": "multiplierPerYear_",
|
|
54527
|
+
"type": "int256"
|
|
54528
|
+
},
|
|
54529
|
+
{
|
|
54530
|
+
"internalType": "int256",
|
|
54531
|
+
"name": "kink1_",
|
|
54532
|
+
"type": "int256"
|
|
54533
|
+
},
|
|
54534
|
+
{
|
|
54535
|
+
"internalType": "int256",
|
|
54536
|
+
"name": "multiplier2PerYear_",
|
|
54537
|
+
"type": "int256"
|
|
54538
|
+
},
|
|
54539
|
+
{
|
|
54540
|
+
"internalType": "int256",
|
|
54541
|
+
"name": "baseRate2PerYear_",
|
|
54542
|
+
"type": "int256"
|
|
54543
|
+
},
|
|
54544
|
+
{
|
|
54545
|
+
"internalType": "int256",
|
|
54546
|
+
"name": "kink2_",
|
|
54547
|
+
"type": "int256"
|
|
54548
|
+
},
|
|
54549
|
+
{
|
|
54550
|
+
"internalType": "int256",
|
|
54551
|
+
"name": "jumpMultiplierPerYear_",
|
|
54552
|
+
"type": "int256"
|
|
54553
|
+
},
|
|
54554
|
+
{
|
|
54555
|
+
"internalType": "int256",
|
|
54556
|
+
"name": "blocksPerYear_",
|
|
54557
|
+
"type": "int256"
|
|
54558
|
+
}
|
|
54559
|
+
],
|
|
54560
|
+
"stateMutability": "nonpayable",
|
|
54561
|
+
"type": "constructor"
|
|
54562
|
+
},
|
|
54563
|
+
{
|
|
54564
|
+
"inputs": [],
|
|
54565
|
+
"name": "InvalidKink",
|
|
54566
|
+
"type": "error"
|
|
54567
|
+
},
|
|
54568
|
+
{
|
|
54569
|
+
"inputs": [],
|
|
54570
|
+
"name": "NegativeValueNotAllowed",
|
|
54571
|
+
"type": "error"
|
|
54572
|
+
},
|
|
54573
|
+
{
|
|
54574
|
+
"inputs": [],
|
|
54575
|
+
"name": "BASE_RATE_2_PER_BLOCK",
|
|
54576
|
+
"outputs": [
|
|
54577
|
+
{
|
|
54578
|
+
"internalType": "int256",
|
|
54579
|
+
"name": "",
|
|
54580
|
+
"type": "int256"
|
|
54581
|
+
}
|
|
54582
|
+
],
|
|
54583
|
+
"stateMutability": "view",
|
|
54584
|
+
"type": "function"
|
|
54585
|
+
},
|
|
54586
|
+
{
|
|
54587
|
+
"inputs": [],
|
|
54588
|
+
"name": "BASE_RATE_PER_BLOCK",
|
|
54589
|
+
"outputs": [
|
|
54590
|
+
{
|
|
54591
|
+
"internalType": "int256",
|
|
54592
|
+
"name": "",
|
|
54593
|
+
"type": "int256"
|
|
54594
|
+
}
|
|
54595
|
+
],
|
|
54596
|
+
"stateMutability": "view",
|
|
54597
|
+
"type": "function"
|
|
54598
|
+
},
|
|
54599
|
+
{
|
|
54600
|
+
"inputs": [],
|
|
54601
|
+
"name": "BLOCKS_PER_YEAR",
|
|
54602
|
+
"outputs": [
|
|
54603
|
+
{
|
|
54604
|
+
"internalType": "int256",
|
|
54605
|
+
"name": "",
|
|
54606
|
+
"type": "int256"
|
|
54607
|
+
}
|
|
54608
|
+
],
|
|
54609
|
+
"stateMutability": "view",
|
|
54610
|
+
"type": "function"
|
|
54611
|
+
},
|
|
54612
|
+
{
|
|
54613
|
+
"inputs": [],
|
|
54614
|
+
"name": "JUMP_MULTIPLIER_PER_BLOCK",
|
|
54615
|
+
"outputs": [
|
|
54616
|
+
{
|
|
54617
|
+
"internalType": "int256",
|
|
54618
|
+
"name": "",
|
|
54619
|
+
"type": "int256"
|
|
54620
|
+
}
|
|
54621
|
+
],
|
|
54622
|
+
"stateMutability": "view",
|
|
54623
|
+
"type": "function"
|
|
54624
|
+
},
|
|
54625
|
+
{
|
|
54626
|
+
"inputs": [],
|
|
54627
|
+
"name": "KINK_1",
|
|
54628
|
+
"outputs": [
|
|
54629
|
+
{
|
|
54630
|
+
"internalType": "int256",
|
|
54631
|
+
"name": "",
|
|
54632
|
+
"type": "int256"
|
|
54633
|
+
}
|
|
54634
|
+
],
|
|
54635
|
+
"stateMutability": "view",
|
|
54636
|
+
"type": "function"
|
|
54637
|
+
},
|
|
54638
|
+
{
|
|
54639
|
+
"inputs": [],
|
|
54640
|
+
"name": "KINK_2",
|
|
54641
|
+
"outputs": [
|
|
54642
|
+
{
|
|
54643
|
+
"internalType": "int256",
|
|
54644
|
+
"name": "",
|
|
54645
|
+
"type": "int256"
|
|
54646
|
+
}
|
|
54647
|
+
],
|
|
54648
|
+
"stateMutability": "view",
|
|
54649
|
+
"type": "function"
|
|
54650
|
+
},
|
|
54651
|
+
{
|
|
54652
|
+
"inputs": [],
|
|
54653
|
+
"name": "MULTIPLIER_2_PER_BLOCK",
|
|
54654
|
+
"outputs": [
|
|
54655
|
+
{
|
|
54656
|
+
"internalType": "int256",
|
|
54657
|
+
"name": "",
|
|
54658
|
+
"type": "int256"
|
|
54659
|
+
}
|
|
54660
|
+
],
|
|
54661
|
+
"stateMutability": "view",
|
|
54662
|
+
"type": "function"
|
|
54663
|
+
},
|
|
54664
|
+
{
|
|
54665
|
+
"inputs": [],
|
|
54666
|
+
"name": "MULTIPLIER_PER_BLOCK",
|
|
54667
|
+
"outputs": [
|
|
54668
|
+
{
|
|
54669
|
+
"internalType": "int256",
|
|
54670
|
+
"name": "",
|
|
54671
|
+
"type": "int256"
|
|
54672
|
+
}
|
|
54673
|
+
],
|
|
54674
|
+
"stateMutability": "view",
|
|
54675
|
+
"type": "function"
|
|
54676
|
+
},
|
|
54677
|
+
{
|
|
54678
|
+
"inputs": [],
|
|
54679
|
+
"name": "RATE_1",
|
|
54680
|
+
"outputs": [
|
|
54681
|
+
{
|
|
54682
|
+
"internalType": "int256",
|
|
54683
|
+
"name": "",
|
|
54684
|
+
"type": "int256"
|
|
54685
|
+
}
|
|
54686
|
+
],
|
|
54687
|
+
"stateMutability": "view",
|
|
54688
|
+
"type": "function"
|
|
54689
|
+
},
|
|
54690
|
+
{
|
|
54691
|
+
"inputs": [],
|
|
54692
|
+
"name": "RATE_2",
|
|
54693
|
+
"outputs": [
|
|
54694
|
+
{
|
|
54695
|
+
"internalType": "int256",
|
|
54696
|
+
"name": "",
|
|
54697
|
+
"type": "int256"
|
|
54698
|
+
}
|
|
54699
|
+
],
|
|
54700
|
+
"stateMutability": "view",
|
|
54701
|
+
"type": "function"
|
|
54702
|
+
},
|
|
54703
|
+
{
|
|
54704
|
+
"inputs": [
|
|
54705
|
+
{
|
|
54706
|
+
"internalType": "uint256",
|
|
54707
|
+
"name": "cash",
|
|
54708
|
+
"type": "uint256"
|
|
54709
|
+
},
|
|
54710
|
+
{
|
|
54711
|
+
"internalType": "uint256",
|
|
54712
|
+
"name": "borrows",
|
|
54713
|
+
"type": "uint256"
|
|
54714
|
+
},
|
|
54715
|
+
{
|
|
54716
|
+
"internalType": "uint256",
|
|
54717
|
+
"name": "reserves",
|
|
54718
|
+
"type": "uint256"
|
|
54719
|
+
}
|
|
54720
|
+
],
|
|
54721
|
+
"name": "getBorrowRate",
|
|
54722
|
+
"outputs": [
|
|
54723
|
+
{
|
|
54724
|
+
"internalType": "uint256",
|
|
54725
|
+
"name": "",
|
|
54726
|
+
"type": "uint256"
|
|
54727
|
+
}
|
|
54728
|
+
],
|
|
54729
|
+
"stateMutability": "view",
|
|
54730
|
+
"type": "function"
|
|
54731
|
+
},
|
|
54732
|
+
{
|
|
54733
|
+
"inputs": [
|
|
54734
|
+
{
|
|
54735
|
+
"internalType": "uint256",
|
|
54736
|
+
"name": "cash",
|
|
54737
|
+
"type": "uint256"
|
|
54738
|
+
},
|
|
54739
|
+
{
|
|
54740
|
+
"internalType": "uint256",
|
|
54741
|
+
"name": "borrows",
|
|
54742
|
+
"type": "uint256"
|
|
54743
|
+
},
|
|
54744
|
+
{
|
|
54745
|
+
"internalType": "uint256",
|
|
54746
|
+
"name": "reserves",
|
|
54747
|
+
"type": "uint256"
|
|
54748
|
+
},
|
|
54749
|
+
{
|
|
54750
|
+
"internalType": "uint256",
|
|
54751
|
+
"name": "reserveFactorMantissa",
|
|
54752
|
+
"type": "uint256"
|
|
54753
|
+
}
|
|
54754
|
+
],
|
|
54755
|
+
"name": "getSupplyRate",
|
|
54756
|
+
"outputs": [
|
|
54757
|
+
{
|
|
54758
|
+
"internalType": "uint256",
|
|
54759
|
+
"name": "",
|
|
54760
|
+
"type": "uint256"
|
|
54761
|
+
}
|
|
54762
|
+
],
|
|
54763
|
+
"stateMutability": "view",
|
|
54764
|
+
"type": "function"
|
|
54765
|
+
},
|
|
54766
|
+
{
|
|
54767
|
+
"inputs": [],
|
|
54768
|
+
"name": "isInterestRateModel",
|
|
54769
|
+
"outputs": [
|
|
54770
|
+
{
|
|
54771
|
+
"internalType": "bool",
|
|
54772
|
+
"name": "",
|
|
54773
|
+
"type": "bool"
|
|
54774
|
+
}
|
|
54775
|
+
],
|
|
54776
|
+
"stateMutability": "view",
|
|
54777
|
+
"type": "function"
|
|
54778
|
+
},
|
|
54779
|
+
{
|
|
54780
|
+
"inputs": [
|
|
54781
|
+
{
|
|
54782
|
+
"internalType": "uint256",
|
|
54783
|
+
"name": "cash",
|
|
54784
|
+
"type": "uint256"
|
|
54785
|
+
},
|
|
54786
|
+
{
|
|
54787
|
+
"internalType": "uint256",
|
|
54788
|
+
"name": "borrows",
|
|
54789
|
+
"type": "uint256"
|
|
54790
|
+
},
|
|
54791
|
+
{
|
|
54792
|
+
"internalType": "uint256",
|
|
54793
|
+
"name": "reserves",
|
|
54794
|
+
"type": "uint256"
|
|
54795
|
+
}
|
|
54796
|
+
],
|
|
54797
|
+
"name": "utilizationRate",
|
|
54798
|
+
"outputs": [
|
|
54799
|
+
{
|
|
54800
|
+
"internalType": "uint256",
|
|
54801
|
+
"name": "",
|
|
54802
|
+
"type": "uint256"
|
|
54803
|
+
}
|
|
54804
|
+
],
|
|
54805
|
+
"stateMutability": "pure",
|
|
54806
|
+
"type": "function"
|
|
54807
|
+
}
|
|
54808
|
+
]
|
|
54809
|
+
},
|
|
54205
54810
|
"USDC": {
|
|
54206
54811
|
"address": "0x16227D60f7a0e586C66B005219dfc887D13C9531",
|
|
54207
54812
|
"abi": [
|
|
@@ -140896,6 +141501,1780 @@
|
|
|
140896
141501
|
}
|
|
140897
141502
|
]
|
|
140898
141503
|
},
|
|
141504
|
+
"vU": {
|
|
141505
|
+
"address": "0x93969F17d4c1C7B22000eA26D5C2766E0f616D90",
|
|
141506
|
+
"abi": [
|
|
141507
|
+
{
|
|
141508
|
+
"inputs": [
|
|
141509
|
+
{
|
|
141510
|
+
"internalType": "address",
|
|
141511
|
+
"name": "underlying_",
|
|
141512
|
+
"type": "address"
|
|
141513
|
+
},
|
|
141514
|
+
{
|
|
141515
|
+
"internalType": "contract ComptrollerInterface",
|
|
141516
|
+
"name": "comptroller_",
|
|
141517
|
+
"type": "address"
|
|
141518
|
+
},
|
|
141519
|
+
{
|
|
141520
|
+
"internalType": "contract InterestRateModelV8",
|
|
141521
|
+
"name": "interestRateModel_",
|
|
141522
|
+
"type": "address"
|
|
141523
|
+
},
|
|
141524
|
+
{
|
|
141525
|
+
"internalType": "uint256",
|
|
141526
|
+
"name": "initialExchangeRateMantissa_",
|
|
141527
|
+
"type": "uint256"
|
|
141528
|
+
},
|
|
141529
|
+
{
|
|
141530
|
+
"internalType": "string",
|
|
141531
|
+
"name": "name_",
|
|
141532
|
+
"type": "string"
|
|
141533
|
+
},
|
|
141534
|
+
{
|
|
141535
|
+
"internalType": "string",
|
|
141536
|
+
"name": "symbol_",
|
|
141537
|
+
"type": "string"
|
|
141538
|
+
},
|
|
141539
|
+
{
|
|
141540
|
+
"internalType": "uint8",
|
|
141541
|
+
"name": "decimals_",
|
|
141542
|
+
"type": "uint8"
|
|
141543
|
+
},
|
|
141544
|
+
{
|
|
141545
|
+
"internalType": "address payable",
|
|
141546
|
+
"name": "admin_",
|
|
141547
|
+
"type": "address"
|
|
141548
|
+
},
|
|
141549
|
+
{
|
|
141550
|
+
"internalType": "address",
|
|
141551
|
+
"name": "implementation_",
|
|
141552
|
+
"type": "address"
|
|
141553
|
+
},
|
|
141554
|
+
{
|
|
141555
|
+
"internalType": "bytes",
|
|
141556
|
+
"name": "becomeImplementationData",
|
|
141557
|
+
"type": "bytes"
|
|
141558
|
+
}
|
|
141559
|
+
],
|
|
141560
|
+
"stateMutability": "nonpayable",
|
|
141561
|
+
"type": "constructor"
|
|
141562
|
+
},
|
|
141563
|
+
{
|
|
141564
|
+
"inputs": [],
|
|
141565
|
+
"name": "FlashLoanAlreadyActive",
|
|
141566
|
+
"type": "error"
|
|
141567
|
+
},
|
|
141568
|
+
{
|
|
141569
|
+
"inputs": [
|
|
141570
|
+
{
|
|
141571
|
+
"internalType": "uint256",
|
|
141572
|
+
"name": "fee",
|
|
141573
|
+
"type": "uint256"
|
|
141574
|
+
},
|
|
141575
|
+
{
|
|
141576
|
+
"internalType": "uint256",
|
|
141577
|
+
"name": "maxFee",
|
|
141578
|
+
"type": "uint256"
|
|
141579
|
+
}
|
|
141580
|
+
],
|
|
141581
|
+
"name": "FlashLoanFeeTooHigh",
|
|
141582
|
+
"type": "error"
|
|
141583
|
+
},
|
|
141584
|
+
{
|
|
141585
|
+
"inputs": [
|
|
141586
|
+
{
|
|
141587
|
+
"internalType": "uint256",
|
|
141588
|
+
"name": "fee",
|
|
141589
|
+
"type": "uint256"
|
|
141590
|
+
},
|
|
141591
|
+
{
|
|
141592
|
+
"internalType": "uint256",
|
|
141593
|
+
"name": "maxFee",
|
|
141594
|
+
"type": "uint256"
|
|
141595
|
+
}
|
|
141596
|
+
],
|
|
141597
|
+
"name": "FlashLoanProtocolShareTooHigh",
|
|
141598
|
+
"type": "error"
|
|
141599
|
+
},
|
|
141600
|
+
{
|
|
141601
|
+
"inputs": [],
|
|
141602
|
+
"name": "InsufficientCash",
|
|
141603
|
+
"type": "error"
|
|
141604
|
+
},
|
|
141605
|
+
{
|
|
141606
|
+
"inputs": [
|
|
141607
|
+
{
|
|
141608
|
+
"internalType": "uint256",
|
|
141609
|
+
"name": "actualAmount",
|
|
141610
|
+
"type": "uint256"
|
|
141611
|
+
},
|
|
141612
|
+
{
|
|
141613
|
+
"internalType": "uint256",
|
|
141614
|
+
"name": "requiredTotalFee",
|
|
141615
|
+
"type": "uint256"
|
|
141616
|
+
}
|
|
141617
|
+
],
|
|
141618
|
+
"name": "InsufficientRepayment",
|
|
141619
|
+
"type": "error"
|
|
141620
|
+
},
|
|
141621
|
+
{
|
|
141622
|
+
"inputs": [],
|
|
141623
|
+
"name": "InvalidComptroller",
|
|
141624
|
+
"type": "error"
|
|
141625
|
+
},
|
|
141626
|
+
{
|
|
141627
|
+
"anonymous": false,
|
|
141628
|
+
"inputs": [
|
|
141629
|
+
{
|
|
141630
|
+
"indexed": false,
|
|
141631
|
+
"internalType": "uint256",
|
|
141632
|
+
"name": "cashPrior",
|
|
141633
|
+
"type": "uint256"
|
|
141634
|
+
},
|
|
141635
|
+
{
|
|
141636
|
+
"indexed": false,
|
|
141637
|
+
"internalType": "uint256",
|
|
141638
|
+
"name": "interestAccumulated",
|
|
141639
|
+
"type": "uint256"
|
|
141640
|
+
},
|
|
141641
|
+
{
|
|
141642
|
+
"indexed": false,
|
|
141643
|
+
"internalType": "uint256",
|
|
141644
|
+
"name": "borrowIndex",
|
|
141645
|
+
"type": "uint256"
|
|
141646
|
+
},
|
|
141647
|
+
{
|
|
141648
|
+
"indexed": false,
|
|
141649
|
+
"internalType": "uint256",
|
|
141650
|
+
"name": "totalBorrows",
|
|
141651
|
+
"type": "uint256"
|
|
141652
|
+
}
|
|
141653
|
+
],
|
|
141654
|
+
"name": "AccrueInterest",
|
|
141655
|
+
"type": "event"
|
|
141656
|
+
},
|
|
141657
|
+
{
|
|
141658
|
+
"anonymous": false,
|
|
141659
|
+
"inputs": [
|
|
141660
|
+
{
|
|
141661
|
+
"indexed": true,
|
|
141662
|
+
"internalType": "address",
|
|
141663
|
+
"name": "owner",
|
|
141664
|
+
"type": "address"
|
|
141665
|
+
},
|
|
141666
|
+
{
|
|
141667
|
+
"indexed": true,
|
|
141668
|
+
"internalType": "address",
|
|
141669
|
+
"name": "spender",
|
|
141670
|
+
"type": "address"
|
|
141671
|
+
},
|
|
141672
|
+
{
|
|
141673
|
+
"indexed": false,
|
|
141674
|
+
"internalType": "uint256",
|
|
141675
|
+
"name": "amount",
|
|
141676
|
+
"type": "uint256"
|
|
141677
|
+
}
|
|
141678
|
+
],
|
|
141679
|
+
"name": "Approval",
|
|
141680
|
+
"type": "event"
|
|
141681
|
+
},
|
|
141682
|
+
{
|
|
141683
|
+
"anonymous": false,
|
|
141684
|
+
"inputs": [
|
|
141685
|
+
{
|
|
141686
|
+
"indexed": false,
|
|
141687
|
+
"internalType": "address",
|
|
141688
|
+
"name": "borrower",
|
|
141689
|
+
"type": "address"
|
|
141690
|
+
},
|
|
141691
|
+
{
|
|
141692
|
+
"indexed": false,
|
|
141693
|
+
"internalType": "uint256",
|
|
141694
|
+
"name": "borrowAmount",
|
|
141695
|
+
"type": "uint256"
|
|
141696
|
+
},
|
|
141697
|
+
{
|
|
141698
|
+
"indexed": false,
|
|
141699
|
+
"internalType": "uint256",
|
|
141700
|
+
"name": "accountBorrows",
|
|
141701
|
+
"type": "uint256"
|
|
141702
|
+
},
|
|
141703
|
+
{
|
|
141704
|
+
"indexed": false,
|
|
141705
|
+
"internalType": "uint256",
|
|
141706
|
+
"name": "totalBorrows",
|
|
141707
|
+
"type": "uint256"
|
|
141708
|
+
}
|
|
141709
|
+
],
|
|
141710
|
+
"name": "Borrow",
|
|
141711
|
+
"type": "event"
|
|
141712
|
+
},
|
|
141713
|
+
{
|
|
141714
|
+
"anonymous": false,
|
|
141715
|
+
"inputs": [
|
|
141716
|
+
{
|
|
141717
|
+
"indexed": false,
|
|
141718
|
+
"internalType": "uint256",
|
|
141719
|
+
"name": "oldFlashLoanFeeMantissa",
|
|
141720
|
+
"type": "uint256"
|
|
141721
|
+
},
|
|
141722
|
+
{
|
|
141723
|
+
"indexed": false,
|
|
141724
|
+
"internalType": "uint256",
|
|
141725
|
+
"name": "newFlashLoanFeeMantissa",
|
|
141726
|
+
"type": "uint256"
|
|
141727
|
+
},
|
|
141728
|
+
{
|
|
141729
|
+
"indexed": false,
|
|
141730
|
+
"internalType": "uint256",
|
|
141731
|
+
"name": "oldFlashLoanProtocolShare",
|
|
141732
|
+
"type": "uint256"
|
|
141733
|
+
},
|
|
141734
|
+
{
|
|
141735
|
+
"indexed": false,
|
|
141736
|
+
"internalType": "uint256",
|
|
141737
|
+
"name": "newFlashLoanProtocolShare",
|
|
141738
|
+
"type": "uint256"
|
|
141739
|
+
}
|
|
141740
|
+
],
|
|
141741
|
+
"name": "FlashLoanFeeUpdated",
|
|
141742
|
+
"type": "event"
|
|
141743
|
+
},
|
|
141744
|
+
{
|
|
141745
|
+
"anonymous": false,
|
|
141746
|
+
"inputs": [
|
|
141747
|
+
{
|
|
141748
|
+
"indexed": false,
|
|
141749
|
+
"internalType": "bool",
|
|
141750
|
+
"name": "previousStatus",
|
|
141751
|
+
"type": "bool"
|
|
141752
|
+
},
|
|
141753
|
+
{
|
|
141754
|
+
"indexed": false,
|
|
141755
|
+
"internalType": "bool",
|
|
141756
|
+
"name": "newStatus",
|
|
141757
|
+
"type": "bool"
|
|
141758
|
+
}
|
|
141759
|
+
],
|
|
141760
|
+
"name": "FlashLoanStatusChanged",
|
|
141761
|
+
"type": "event"
|
|
141762
|
+
},
|
|
141763
|
+
{
|
|
141764
|
+
"anonymous": false,
|
|
141765
|
+
"inputs": [
|
|
141766
|
+
{
|
|
141767
|
+
"indexed": false,
|
|
141768
|
+
"internalType": "address",
|
|
141769
|
+
"name": "liquidator",
|
|
141770
|
+
"type": "address"
|
|
141771
|
+
},
|
|
141772
|
+
{
|
|
141773
|
+
"indexed": false,
|
|
141774
|
+
"internalType": "address",
|
|
141775
|
+
"name": "borrower",
|
|
141776
|
+
"type": "address"
|
|
141777
|
+
},
|
|
141778
|
+
{
|
|
141779
|
+
"indexed": false,
|
|
141780
|
+
"internalType": "uint256",
|
|
141781
|
+
"name": "repayAmount",
|
|
141782
|
+
"type": "uint256"
|
|
141783
|
+
},
|
|
141784
|
+
{
|
|
141785
|
+
"indexed": false,
|
|
141786
|
+
"internalType": "address",
|
|
141787
|
+
"name": "vTokenCollateral",
|
|
141788
|
+
"type": "address"
|
|
141789
|
+
},
|
|
141790
|
+
{
|
|
141791
|
+
"indexed": false,
|
|
141792
|
+
"internalType": "uint256",
|
|
141793
|
+
"name": "seizeTokens",
|
|
141794
|
+
"type": "uint256"
|
|
141795
|
+
}
|
|
141796
|
+
],
|
|
141797
|
+
"name": "LiquidateBorrow",
|
|
141798
|
+
"type": "event"
|
|
141799
|
+
},
|
|
141800
|
+
{
|
|
141801
|
+
"anonymous": false,
|
|
141802
|
+
"inputs": [
|
|
141803
|
+
{
|
|
141804
|
+
"indexed": false,
|
|
141805
|
+
"internalType": "address",
|
|
141806
|
+
"name": "minter",
|
|
141807
|
+
"type": "address"
|
|
141808
|
+
},
|
|
141809
|
+
{
|
|
141810
|
+
"indexed": false,
|
|
141811
|
+
"internalType": "uint256",
|
|
141812
|
+
"name": "mintAmount",
|
|
141813
|
+
"type": "uint256"
|
|
141814
|
+
},
|
|
141815
|
+
{
|
|
141816
|
+
"indexed": false,
|
|
141817
|
+
"internalType": "uint256",
|
|
141818
|
+
"name": "mintTokens",
|
|
141819
|
+
"type": "uint256"
|
|
141820
|
+
},
|
|
141821
|
+
{
|
|
141822
|
+
"indexed": false,
|
|
141823
|
+
"internalType": "uint256",
|
|
141824
|
+
"name": "totalSupply",
|
|
141825
|
+
"type": "uint256"
|
|
141826
|
+
}
|
|
141827
|
+
],
|
|
141828
|
+
"name": "Mint",
|
|
141829
|
+
"type": "event"
|
|
141830
|
+
},
|
|
141831
|
+
{
|
|
141832
|
+
"anonymous": false,
|
|
141833
|
+
"inputs": [
|
|
141834
|
+
{
|
|
141835
|
+
"indexed": false,
|
|
141836
|
+
"internalType": "address",
|
|
141837
|
+
"name": "payer",
|
|
141838
|
+
"type": "address"
|
|
141839
|
+
},
|
|
141840
|
+
{
|
|
141841
|
+
"indexed": false,
|
|
141842
|
+
"internalType": "address",
|
|
141843
|
+
"name": "receiver",
|
|
141844
|
+
"type": "address"
|
|
141845
|
+
},
|
|
141846
|
+
{
|
|
141847
|
+
"indexed": false,
|
|
141848
|
+
"internalType": "uint256",
|
|
141849
|
+
"name": "mintAmount",
|
|
141850
|
+
"type": "uint256"
|
|
141851
|
+
},
|
|
141852
|
+
{
|
|
141853
|
+
"indexed": false,
|
|
141854
|
+
"internalType": "uint256",
|
|
141855
|
+
"name": "mintTokens",
|
|
141856
|
+
"type": "uint256"
|
|
141857
|
+
},
|
|
141858
|
+
{
|
|
141859
|
+
"indexed": false,
|
|
141860
|
+
"internalType": "uint256",
|
|
141861
|
+
"name": "totalSupply",
|
|
141862
|
+
"type": "uint256"
|
|
141863
|
+
}
|
|
141864
|
+
],
|
|
141865
|
+
"name": "MintBehalf",
|
|
141866
|
+
"type": "event"
|
|
141867
|
+
},
|
|
141868
|
+
{
|
|
141869
|
+
"anonymous": false,
|
|
141870
|
+
"inputs": [
|
|
141871
|
+
{
|
|
141872
|
+
"indexed": false,
|
|
141873
|
+
"internalType": "address",
|
|
141874
|
+
"name": "oldAccessControlAddress",
|
|
141875
|
+
"type": "address"
|
|
141876
|
+
},
|
|
141877
|
+
{
|
|
141878
|
+
"indexed": false,
|
|
141879
|
+
"internalType": "address",
|
|
141880
|
+
"name": "newAccessControlAddress",
|
|
141881
|
+
"type": "address"
|
|
141882
|
+
}
|
|
141883
|
+
],
|
|
141884
|
+
"name": "NewAccessControlManager",
|
|
141885
|
+
"type": "event"
|
|
141886
|
+
},
|
|
141887
|
+
{
|
|
141888
|
+
"anonymous": false,
|
|
141889
|
+
"inputs": [
|
|
141890
|
+
{
|
|
141891
|
+
"indexed": false,
|
|
141892
|
+
"internalType": "address",
|
|
141893
|
+
"name": "oldAdmin",
|
|
141894
|
+
"type": "address"
|
|
141895
|
+
},
|
|
141896
|
+
{
|
|
141897
|
+
"indexed": false,
|
|
141898
|
+
"internalType": "address",
|
|
141899
|
+
"name": "newAdmin",
|
|
141900
|
+
"type": "address"
|
|
141901
|
+
}
|
|
141902
|
+
],
|
|
141903
|
+
"name": "NewAdmin",
|
|
141904
|
+
"type": "event"
|
|
141905
|
+
},
|
|
141906
|
+
{
|
|
141907
|
+
"anonymous": false,
|
|
141908
|
+
"inputs": [
|
|
141909
|
+
{
|
|
141910
|
+
"indexed": false,
|
|
141911
|
+
"internalType": "contract ComptrollerInterface",
|
|
141912
|
+
"name": "oldComptroller",
|
|
141913
|
+
"type": "address"
|
|
141914
|
+
},
|
|
141915
|
+
{
|
|
141916
|
+
"indexed": false,
|
|
141917
|
+
"internalType": "contract ComptrollerInterface",
|
|
141918
|
+
"name": "newComptroller",
|
|
141919
|
+
"type": "address"
|
|
141920
|
+
}
|
|
141921
|
+
],
|
|
141922
|
+
"name": "NewComptroller",
|
|
141923
|
+
"type": "event"
|
|
141924
|
+
},
|
|
141925
|
+
{
|
|
141926
|
+
"anonymous": false,
|
|
141927
|
+
"inputs": [
|
|
141928
|
+
{
|
|
141929
|
+
"indexed": false,
|
|
141930
|
+
"internalType": "address",
|
|
141931
|
+
"name": "oldImplementation",
|
|
141932
|
+
"type": "address"
|
|
141933
|
+
},
|
|
141934
|
+
{
|
|
141935
|
+
"indexed": false,
|
|
141936
|
+
"internalType": "address",
|
|
141937
|
+
"name": "newImplementation",
|
|
141938
|
+
"type": "address"
|
|
141939
|
+
}
|
|
141940
|
+
],
|
|
141941
|
+
"name": "NewImplementation",
|
|
141942
|
+
"type": "event"
|
|
141943
|
+
},
|
|
141944
|
+
{
|
|
141945
|
+
"anonymous": false,
|
|
141946
|
+
"inputs": [
|
|
141947
|
+
{
|
|
141948
|
+
"indexed": false,
|
|
141949
|
+
"internalType": "contract InterestRateModelV8",
|
|
141950
|
+
"name": "oldInterestRateModel",
|
|
141951
|
+
"type": "address"
|
|
141952
|
+
},
|
|
141953
|
+
{
|
|
141954
|
+
"indexed": false,
|
|
141955
|
+
"internalType": "contract InterestRateModelV8",
|
|
141956
|
+
"name": "newInterestRateModel",
|
|
141957
|
+
"type": "address"
|
|
141958
|
+
}
|
|
141959
|
+
],
|
|
141960
|
+
"name": "NewMarketInterestRateModel",
|
|
141961
|
+
"type": "event"
|
|
141962
|
+
},
|
|
141963
|
+
{
|
|
141964
|
+
"anonymous": false,
|
|
141965
|
+
"inputs": [
|
|
141966
|
+
{
|
|
141967
|
+
"indexed": false,
|
|
141968
|
+
"internalType": "address",
|
|
141969
|
+
"name": "oldPendingAdmin",
|
|
141970
|
+
"type": "address"
|
|
141971
|
+
},
|
|
141972
|
+
{
|
|
141973
|
+
"indexed": false,
|
|
141974
|
+
"internalType": "address",
|
|
141975
|
+
"name": "newPendingAdmin",
|
|
141976
|
+
"type": "address"
|
|
141977
|
+
}
|
|
141978
|
+
],
|
|
141979
|
+
"name": "NewPendingAdmin",
|
|
141980
|
+
"type": "event"
|
|
141981
|
+
},
|
|
141982
|
+
{
|
|
141983
|
+
"anonymous": false,
|
|
141984
|
+
"inputs": [
|
|
141985
|
+
{
|
|
141986
|
+
"indexed": true,
|
|
141987
|
+
"internalType": "address",
|
|
141988
|
+
"name": "oldProtocolShareReserve",
|
|
141989
|
+
"type": "address"
|
|
141990
|
+
},
|
|
141991
|
+
{
|
|
141992
|
+
"indexed": true,
|
|
141993
|
+
"internalType": "address",
|
|
141994
|
+
"name": "newProtocolShareReserve",
|
|
141995
|
+
"type": "address"
|
|
141996
|
+
}
|
|
141997
|
+
],
|
|
141998
|
+
"name": "NewProtocolShareReserve",
|
|
141999
|
+
"type": "event"
|
|
142000
|
+
},
|
|
142001
|
+
{
|
|
142002
|
+
"anonymous": false,
|
|
142003
|
+
"inputs": [
|
|
142004
|
+
{
|
|
142005
|
+
"indexed": false,
|
|
142006
|
+
"internalType": "uint256",
|
|
142007
|
+
"name": "oldReduceReservesBlockDelta",
|
|
142008
|
+
"type": "uint256"
|
|
142009
|
+
},
|
|
142010
|
+
{
|
|
142011
|
+
"indexed": false,
|
|
142012
|
+
"internalType": "uint256",
|
|
142013
|
+
"name": "newReduceReservesBlockDelta",
|
|
142014
|
+
"type": "uint256"
|
|
142015
|
+
}
|
|
142016
|
+
],
|
|
142017
|
+
"name": "NewReduceReservesBlockDelta",
|
|
142018
|
+
"type": "event"
|
|
142019
|
+
},
|
|
142020
|
+
{
|
|
142021
|
+
"anonymous": false,
|
|
142022
|
+
"inputs": [
|
|
142023
|
+
{
|
|
142024
|
+
"indexed": false,
|
|
142025
|
+
"internalType": "uint256",
|
|
142026
|
+
"name": "oldReserveFactorMantissa",
|
|
142027
|
+
"type": "uint256"
|
|
142028
|
+
},
|
|
142029
|
+
{
|
|
142030
|
+
"indexed": false,
|
|
142031
|
+
"internalType": "uint256",
|
|
142032
|
+
"name": "newReserveFactorMantissa",
|
|
142033
|
+
"type": "uint256"
|
|
142034
|
+
}
|
|
142035
|
+
],
|
|
142036
|
+
"name": "NewReserveFactor",
|
|
142037
|
+
"type": "event"
|
|
142038
|
+
},
|
|
142039
|
+
{
|
|
142040
|
+
"anonymous": false,
|
|
142041
|
+
"inputs": [
|
|
142042
|
+
{
|
|
142043
|
+
"indexed": false,
|
|
142044
|
+
"internalType": "address",
|
|
142045
|
+
"name": "redeemer",
|
|
142046
|
+
"type": "address"
|
|
142047
|
+
},
|
|
142048
|
+
{
|
|
142049
|
+
"indexed": false,
|
|
142050
|
+
"internalType": "uint256",
|
|
142051
|
+
"name": "redeemAmount",
|
|
142052
|
+
"type": "uint256"
|
|
142053
|
+
},
|
|
142054
|
+
{
|
|
142055
|
+
"indexed": false,
|
|
142056
|
+
"internalType": "uint256",
|
|
142057
|
+
"name": "redeemTokens",
|
|
142058
|
+
"type": "uint256"
|
|
142059
|
+
},
|
|
142060
|
+
{
|
|
142061
|
+
"indexed": false,
|
|
142062
|
+
"internalType": "uint256",
|
|
142063
|
+
"name": "totalSupply",
|
|
142064
|
+
"type": "uint256"
|
|
142065
|
+
}
|
|
142066
|
+
],
|
|
142067
|
+
"name": "Redeem",
|
|
142068
|
+
"type": "event"
|
|
142069
|
+
},
|
|
142070
|
+
{
|
|
142071
|
+
"anonymous": false,
|
|
142072
|
+
"inputs": [
|
|
142073
|
+
{
|
|
142074
|
+
"indexed": false,
|
|
142075
|
+
"internalType": "address",
|
|
142076
|
+
"name": "redeemer",
|
|
142077
|
+
"type": "address"
|
|
142078
|
+
},
|
|
142079
|
+
{
|
|
142080
|
+
"indexed": false,
|
|
142081
|
+
"internalType": "uint256",
|
|
142082
|
+
"name": "feeAmount",
|
|
142083
|
+
"type": "uint256"
|
|
142084
|
+
},
|
|
142085
|
+
{
|
|
142086
|
+
"indexed": false,
|
|
142087
|
+
"internalType": "uint256",
|
|
142088
|
+
"name": "redeemTokens",
|
|
142089
|
+
"type": "uint256"
|
|
142090
|
+
}
|
|
142091
|
+
],
|
|
142092
|
+
"name": "RedeemFee",
|
|
142093
|
+
"type": "event"
|
|
142094
|
+
},
|
|
142095
|
+
{
|
|
142096
|
+
"anonymous": false,
|
|
142097
|
+
"inputs": [
|
|
142098
|
+
{
|
|
142099
|
+
"indexed": false,
|
|
142100
|
+
"internalType": "address",
|
|
142101
|
+
"name": "payer",
|
|
142102
|
+
"type": "address"
|
|
142103
|
+
},
|
|
142104
|
+
{
|
|
142105
|
+
"indexed": false,
|
|
142106
|
+
"internalType": "address",
|
|
142107
|
+
"name": "borrower",
|
|
142108
|
+
"type": "address"
|
|
142109
|
+
},
|
|
142110
|
+
{
|
|
142111
|
+
"indexed": false,
|
|
142112
|
+
"internalType": "uint256",
|
|
142113
|
+
"name": "repayAmount",
|
|
142114
|
+
"type": "uint256"
|
|
142115
|
+
},
|
|
142116
|
+
{
|
|
142117
|
+
"indexed": false,
|
|
142118
|
+
"internalType": "uint256",
|
|
142119
|
+
"name": "accountBorrows",
|
|
142120
|
+
"type": "uint256"
|
|
142121
|
+
},
|
|
142122
|
+
{
|
|
142123
|
+
"indexed": false,
|
|
142124
|
+
"internalType": "uint256",
|
|
142125
|
+
"name": "totalBorrows",
|
|
142126
|
+
"type": "uint256"
|
|
142127
|
+
}
|
|
142128
|
+
],
|
|
142129
|
+
"name": "RepayBorrow",
|
|
142130
|
+
"type": "event"
|
|
142131
|
+
},
|
|
142132
|
+
{
|
|
142133
|
+
"anonymous": false,
|
|
142134
|
+
"inputs": [
|
|
142135
|
+
{
|
|
142136
|
+
"indexed": false,
|
|
142137
|
+
"internalType": "address",
|
|
142138
|
+
"name": "benefactor",
|
|
142139
|
+
"type": "address"
|
|
142140
|
+
},
|
|
142141
|
+
{
|
|
142142
|
+
"indexed": false,
|
|
142143
|
+
"internalType": "uint256",
|
|
142144
|
+
"name": "addAmount",
|
|
142145
|
+
"type": "uint256"
|
|
142146
|
+
},
|
|
142147
|
+
{
|
|
142148
|
+
"indexed": false,
|
|
142149
|
+
"internalType": "uint256",
|
|
142150
|
+
"name": "newTotalReserves",
|
|
142151
|
+
"type": "uint256"
|
|
142152
|
+
}
|
|
142153
|
+
],
|
|
142154
|
+
"name": "ReservesAdded",
|
|
142155
|
+
"type": "event"
|
|
142156
|
+
},
|
|
142157
|
+
{
|
|
142158
|
+
"anonymous": false,
|
|
142159
|
+
"inputs": [
|
|
142160
|
+
{
|
|
142161
|
+
"indexed": false,
|
|
142162
|
+
"internalType": "address",
|
|
142163
|
+
"name": "protocolShareReserve",
|
|
142164
|
+
"type": "address"
|
|
142165
|
+
},
|
|
142166
|
+
{
|
|
142167
|
+
"indexed": false,
|
|
142168
|
+
"internalType": "uint256",
|
|
142169
|
+
"name": "reduceAmount",
|
|
142170
|
+
"type": "uint256"
|
|
142171
|
+
},
|
|
142172
|
+
{
|
|
142173
|
+
"indexed": false,
|
|
142174
|
+
"internalType": "uint256",
|
|
142175
|
+
"name": "newTotalReserves",
|
|
142176
|
+
"type": "uint256"
|
|
142177
|
+
}
|
|
142178
|
+
],
|
|
142179
|
+
"name": "ReservesReduced",
|
|
142180
|
+
"type": "event"
|
|
142181
|
+
},
|
|
142182
|
+
{
|
|
142183
|
+
"anonymous": false,
|
|
142184
|
+
"inputs": [
|
|
142185
|
+
{
|
|
142186
|
+
"indexed": true,
|
|
142187
|
+
"internalType": "address",
|
|
142188
|
+
"name": "from",
|
|
142189
|
+
"type": "address"
|
|
142190
|
+
},
|
|
142191
|
+
{
|
|
142192
|
+
"indexed": true,
|
|
142193
|
+
"internalType": "address",
|
|
142194
|
+
"name": "to",
|
|
142195
|
+
"type": "address"
|
|
142196
|
+
},
|
|
142197
|
+
{
|
|
142198
|
+
"indexed": false,
|
|
142199
|
+
"internalType": "uint256",
|
|
142200
|
+
"name": "amount",
|
|
142201
|
+
"type": "uint256"
|
|
142202
|
+
}
|
|
142203
|
+
],
|
|
142204
|
+
"name": "Transfer",
|
|
142205
|
+
"type": "event"
|
|
142206
|
+
},
|
|
142207
|
+
{
|
|
142208
|
+
"anonymous": false,
|
|
142209
|
+
"inputs": [
|
|
142210
|
+
{
|
|
142211
|
+
"indexed": true,
|
|
142212
|
+
"internalType": "address",
|
|
142213
|
+
"name": "asset",
|
|
142214
|
+
"type": "address"
|
|
142215
|
+
},
|
|
142216
|
+
{
|
|
142217
|
+
"indexed": true,
|
|
142218
|
+
"internalType": "address",
|
|
142219
|
+
"name": "sender",
|
|
142220
|
+
"type": "address"
|
|
142221
|
+
},
|
|
142222
|
+
{
|
|
142223
|
+
"indexed": false,
|
|
142224
|
+
"internalType": "uint256",
|
|
142225
|
+
"name": "amount",
|
|
142226
|
+
"type": "uint256"
|
|
142227
|
+
},
|
|
142228
|
+
{
|
|
142229
|
+
"indexed": false,
|
|
142230
|
+
"internalType": "uint256",
|
|
142231
|
+
"name": "totalFee",
|
|
142232
|
+
"type": "uint256"
|
|
142233
|
+
},
|
|
142234
|
+
{
|
|
142235
|
+
"indexed": false,
|
|
142236
|
+
"internalType": "uint256",
|
|
142237
|
+
"name": "protocolFee",
|
|
142238
|
+
"type": "uint256"
|
|
142239
|
+
}
|
|
142240
|
+
],
|
|
142241
|
+
"name": "TransferInUnderlyingFlashLoan",
|
|
142242
|
+
"type": "event"
|
|
142243
|
+
},
|
|
142244
|
+
{
|
|
142245
|
+
"anonymous": false,
|
|
142246
|
+
"inputs": [
|
|
142247
|
+
{
|
|
142248
|
+
"indexed": false,
|
|
142249
|
+
"internalType": "address",
|
|
142250
|
+
"name": "asset",
|
|
142251
|
+
"type": "address"
|
|
142252
|
+
},
|
|
142253
|
+
{
|
|
142254
|
+
"indexed": false,
|
|
142255
|
+
"internalType": "address",
|
|
142256
|
+
"name": "receiver",
|
|
142257
|
+
"type": "address"
|
|
142258
|
+
},
|
|
142259
|
+
{
|
|
142260
|
+
"indexed": false,
|
|
142261
|
+
"internalType": "uint256",
|
|
142262
|
+
"name": "amount",
|
|
142263
|
+
"type": "uint256"
|
|
142264
|
+
}
|
|
142265
|
+
],
|
|
142266
|
+
"name": "TransferOutUnderlyingFlashLoan",
|
|
142267
|
+
"type": "event"
|
|
142268
|
+
},
|
|
142269
|
+
{
|
|
142270
|
+
"stateMutability": "nonpayable",
|
|
142271
|
+
"type": "fallback"
|
|
142272
|
+
},
|
|
142273
|
+
{
|
|
142274
|
+
"inputs": [],
|
|
142275
|
+
"name": "_acceptAdmin",
|
|
142276
|
+
"outputs": [
|
|
142277
|
+
{
|
|
142278
|
+
"internalType": "uint256",
|
|
142279
|
+
"name": "",
|
|
142280
|
+
"type": "uint256"
|
|
142281
|
+
}
|
|
142282
|
+
],
|
|
142283
|
+
"stateMutability": "nonpayable",
|
|
142284
|
+
"type": "function"
|
|
142285
|
+
},
|
|
142286
|
+
{
|
|
142287
|
+
"inputs": [
|
|
142288
|
+
{
|
|
142289
|
+
"internalType": "uint256",
|
|
142290
|
+
"name": "addAmount",
|
|
142291
|
+
"type": "uint256"
|
|
142292
|
+
}
|
|
142293
|
+
],
|
|
142294
|
+
"name": "_addReserves",
|
|
142295
|
+
"outputs": [
|
|
142296
|
+
{
|
|
142297
|
+
"internalType": "uint256",
|
|
142298
|
+
"name": "",
|
|
142299
|
+
"type": "uint256"
|
|
142300
|
+
}
|
|
142301
|
+
],
|
|
142302
|
+
"stateMutability": "nonpayable",
|
|
142303
|
+
"type": "function"
|
|
142304
|
+
},
|
|
142305
|
+
{
|
|
142306
|
+
"inputs": [
|
|
142307
|
+
{
|
|
142308
|
+
"internalType": "uint256",
|
|
142309
|
+
"name": "reduceAmount",
|
|
142310
|
+
"type": "uint256"
|
|
142311
|
+
}
|
|
142312
|
+
],
|
|
142313
|
+
"name": "_reduceReserves",
|
|
142314
|
+
"outputs": [
|
|
142315
|
+
{
|
|
142316
|
+
"internalType": "uint256",
|
|
142317
|
+
"name": "",
|
|
142318
|
+
"type": "uint256"
|
|
142319
|
+
}
|
|
142320
|
+
],
|
|
142321
|
+
"stateMutability": "nonpayable",
|
|
142322
|
+
"type": "function"
|
|
142323
|
+
},
|
|
142324
|
+
{
|
|
142325
|
+
"inputs": [
|
|
142326
|
+
{
|
|
142327
|
+
"internalType": "contract ComptrollerInterface",
|
|
142328
|
+
"name": "newComptroller",
|
|
142329
|
+
"type": "address"
|
|
142330
|
+
}
|
|
142331
|
+
],
|
|
142332
|
+
"name": "_setComptroller",
|
|
142333
|
+
"outputs": [
|
|
142334
|
+
{
|
|
142335
|
+
"internalType": "uint256",
|
|
142336
|
+
"name": "",
|
|
142337
|
+
"type": "uint256"
|
|
142338
|
+
}
|
|
142339
|
+
],
|
|
142340
|
+
"stateMutability": "nonpayable",
|
|
142341
|
+
"type": "function"
|
|
142342
|
+
},
|
|
142343
|
+
{
|
|
142344
|
+
"inputs": [
|
|
142345
|
+
{
|
|
142346
|
+
"internalType": "address",
|
|
142347
|
+
"name": "implementation_",
|
|
142348
|
+
"type": "address"
|
|
142349
|
+
},
|
|
142350
|
+
{
|
|
142351
|
+
"internalType": "bool",
|
|
142352
|
+
"name": "allowResign",
|
|
142353
|
+
"type": "bool"
|
|
142354
|
+
},
|
|
142355
|
+
{
|
|
142356
|
+
"internalType": "bytes",
|
|
142357
|
+
"name": "becomeImplementationData",
|
|
142358
|
+
"type": "bytes"
|
|
142359
|
+
}
|
|
142360
|
+
],
|
|
142361
|
+
"name": "_setImplementation",
|
|
142362
|
+
"outputs": [],
|
|
142363
|
+
"stateMutability": "nonpayable",
|
|
142364
|
+
"type": "function"
|
|
142365
|
+
},
|
|
142366
|
+
{
|
|
142367
|
+
"inputs": [
|
|
142368
|
+
{
|
|
142369
|
+
"internalType": "contract InterestRateModelV8",
|
|
142370
|
+
"name": "newInterestRateModel",
|
|
142371
|
+
"type": "address"
|
|
142372
|
+
}
|
|
142373
|
+
],
|
|
142374
|
+
"name": "_setInterestRateModel",
|
|
142375
|
+
"outputs": [
|
|
142376
|
+
{
|
|
142377
|
+
"internalType": "uint256",
|
|
142378
|
+
"name": "",
|
|
142379
|
+
"type": "uint256"
|
|
142380
|
+
}
|
|
142381
|
+
],
|
|
142382
|
+
"stateMutability": "nonpayable",
|
|
142383
|
+
"type": "function"
|
|
142384
|
+
},
|
|
142385
|
+
{
|
|
142386
|
+
"inputs": [
|
|
142387
|
+
{
|
|
142388
|
+
"internalType": "address payable",
|
|
142389
|
+
"name": "newPendingAdmin",
|
|
142390
|
+
"type": "address"
|
|
142391
|
+
}
|
|
142392
|
+
],
|
|
142393
|
+
"name": "_setPendingAdmin",
|
|
142394
|
+
"outputs": [
|
|
142395
|
+
{
|
|
142396
|
+
"internalType": "uint256",
|
|
142397
|
+
"name": "",
|
|
142398
|
+
"type": "uint256"
|
|
142399
|
+
}
|
|
142400
|
+
],
|
|
142401
|
+
"stateMutability": "nonpayable",
|
|
142402
|
+
"type": "function"
|
|
142403
|
+
},
|
|
142404
|
+
{
|
|
142405
|
+
"inputs": [
|
|
142406
|
+
{
|
|
142407
|
+
"internalType": "uint256",
|
|
142408
|
+
"name": "newReserveFactorMantissa",
|
|
142409
|
+
"type": "uint256"
|
|
142410
|
+
}
|
|
142411
|
+
],
|
|
142412
|
+
"name": "_setReserveFactor",
|
|
142413
|
+
"outputs": [
|
|
142414
|
+
{
|
|
142415
|
+
"internalType": "uint256",
|
|
142416
|
+
"name": "",
|
|
142417
|
+
"type": "uint256"
|
|
142418
|
+
}
|
|
142419
|
+
],
|
|
142420
|
+
"stateMutability": "nonpayable",
|
|
142421
|
+
"type": "function"
|
|
142422
|
+
},
|
|
142423
|
+
{
|
|
142424
|
+
"inputs": [],
|
|
142425
|
+
"name": "accessControlManager",
|
|
142426
|
+
"outputs": [
|
|
142427
|
+
{
|
|
142428
|
+
"internalType": "address",
|
|
142429
|
+
"name": "",
|
|
142430
|
+
"type": "address"
|
|
142431
|
+
}
|
|
142432
|
+
],
|
|
142433
|
+
"stateMutability": "view",
|
|
142434
|
+
"type": "function"
|
|
142435
|
+
},
|
|
142436
|
+
{
|
|
142437
|
+
"inputs": [],
|
|
142438
|
+
"name": "accrualBlockNumber",
|
|
142439
|
+
"outputs": [
|
|
142440
|
+
{
|
|
142441
|
+
"internalType": "uint256",
|
|
142442
|
+
"name": "",
|
|
142443
|
+
"type": "uint256"
|
|
142444
|
+
}
|
|
142445
|
+
],
|
|
142446
|
+
"stateMutability": "view",
|
|
142447
|
+
"type": "function"
|
|
142448
|
+
},
|
|
142449
|
+
{
|
|
142450
|
+
"inputs": [],
|
|
142451
|
+
"name": "accrueInterest",
|
|
142452
|
+
"outputs": [
|
|
142453
|
+
{
|
|
142454
|
+
"internalType": "uint256",
|
|
142455
|
+
"name": "",
|
|
142456
|
+
"type": "uint256"
|
|
142457
|
+
}
|
|
142458
|
+
],
|
|
142459
|
+
"stateMutability": "nonpayable",
|
|
142460
|
+
"type": "function"
|
|
142461
|
+
},
|
|
142462
|
+
{
|
|
142463
|
+
"inputs": [],
|
|
142464
|
+
"name": "admin",
|
|
142465
|
+
"outputs": [
|
|
142466
|
+
{
|
|
142467
|
+
"internalType": "address payable",
|
|
142468
|
+
"name": "",
|
|
142469
|
+
"type": "address"
|
|
142470
|
+
}
|
|
142471
|
+
],
|
|
142472
|
+
"stateMutability": "view",
|
|
142473
|
+
"type": "function"
|
|
142474
|
+
},
|
|
142475
|
+
{
|
|
142476
|
+
"inputs": [
|
|
142477
|
+
{
|
|
142478
|
+
"internalType": "address",
|
|
142479
|
+
"name": "owner",
|
|
142480
|
+
"type": "address"
|
|
142481
|
+
},
|
|
142482
|
+
{
|
|
142483
|
+
"internalType": "address",
|
|
142484
|
+
"name": "spender",
|
|
142485
|
+
"type": "address"
|
|
142486
|
+
}
|
|
142487
|
+
],
|
|
142488
|
+
"name": "allowance",
|
|
142489
|
+
"outputs": [
|
|
142490
|
+
{
|
|
142491
|
+
"internalType": "uint256",
|
|
142492
|
+
"name": "",
|
|
142493
|
+
"type": "uint256"
|
|
142494
|
+
}
|
|
142495
|
+
],
|
|
142496
|
+
"stateMutability": "view",
|
|
142497
|
+
"type": "function"
|
|
142498
|
+
},
|
|
142499
|
+
{
|
|
142500
|
+
"inputs": [
|
|
142501
|
+
{
|
|
142502
|
+
"internalType": "address",
|
|
142503
|
+
"name": "spender",
|
|
142504
|
+
"type": "address"
|
|
142505
|
+
},
|
|
142506
|
+
{
|
|
142507
|
+
"internalType": "uint256",
|
|
142508
|
+
"name": "amount",
|
|
142509
|
+
"type": "uint256"
|
|
142510
|
+
}
|
|
142511
|
+
],
|
|
142512
|
+
"name": "approve",
|
|
142513
|
+
"outputs": [
|
|
142514
|
+
{
|
|
142515
|
+
"internalType": "bool",
|
|
142516
|
+
"name": "",
|
|
142517
|
+
"type": "bool"
|
|
142518
|
+
}
|
|
142519
|
+
],
|
|
142520
|
+
"stateMutability": "nonpayable",
|
|
142521
|
+
"type": "function"
|
|
142522
|
+
},
|
|
142523
|
+
{
|
|
142524
|
+
"inputs": [
|
|
142525
|
+
{
|
|
142526
|
+
"internalType": "address",
|
|
142527
|
+
"name": "owner",
|
|
142528
|
+
"type": "address"
|
|
142529
|
+
}
|
|
142530
|
+
],
|
|
142531
|
+
"name": "balanceOf",
|
|
142532
|
+
"outputs": [
|
|
142533
|
+
{
|
|
142534
|
+
"internalType": "uint256",
|
|
142535
|
+
"name": "",
|
|
142536
|
+
"type": "uint256"
|
|
142537
|
+
}
|
|
142538
|
+
],
|
|
142539
|
+
"stateMutability": "view",
|
|
142540
|
+
"type": "function"
|
|
142541
|
+
},
|
|
142542
|
+
{
|
|
142543
|
+
"inputs": [
|
|
142544
|
+
{
|
|
142545
|
+
"internalType": "address",
|
|
142546
|
+
"name": "owner",
|
|
142547
|
+
"type": "address"
|
|
142548
|
+
}
|
|
142549
|
+
],
|
|
142550
|
+
"name": "balanceOfUnderlying",
|
|
142551
|
+
"outputs": [
|
|
142552
|
+
{
|
|
142553
|
+
"internalType": "uint256",
|
|
142554
|
+
"name": "",
|
|
142555
|
+
"type": "uint256"
|
|
142556
|
+
}
|
|
142557
|
+
],
|
|
142558
|
+
"stateMutability": "nonpayable",
|
|
142559
|
+
"type": "function"
|
|
142560
|
+
},
|
|
142561
|
+
{
|
|
142562
|
+
"inputs": [
|
|
142563
|
+
{
|
|
142564
|
+
"internalType": "uint256",
|
|
142565
|
+
"name": "borrowAmount",
|
|
142566
|
+
"type": "uint256"
|
|
142567
|
+
}
|
|
142568
|
+
],
|
|
142569
|
+
"name": "borrow",
|
|
142570
|
+
"outputs": [
|
|
142571
|
+
{
|
|
142572
|
+
"internalType": "uint256",
|
|
142573
|
+
"name": "",
|
|
142574
|
+
"type": "uint256"
|
|
142575
|
+
}
|
|
142576
|
+
],
|
|
142577
|
+
"stateMutability": "nonpayable",
|
|
142578
|
+
"type": "function"
|
|
142579
|
+
},
|
|
142580
|
+
{
|
|
142581
|
+
"inputs": [
|
|
142582
|
+
{
|
|
142583
|
+
"internalType": "address",
|
|
142584
|
+
"name": "account",
|
|
142585
|
+
"type": "address"
|
|
142586
|
+
}
|
|
142587
|
+
],
|
|
142588
|
+
"name": "borrowBalanceCurrent",
|
|
142589
|
+
"outputs": [
|
|
142590
|
+
{
|
|
142591
|
+
"internalType": "uint256",
|
|
142592
|
+
"name": "",
|
|
142593
|
+
"type": "uint256"
|
|
142594
|
+
}
|
|
142595
|
+
],
|
|
142596
|
+
"stateMutability": "nonpayable",
|
|
142597
|
+
"type": "function"
|
|
142598
|
+
},
|
|
142599
|
+
{
|
|
142600
|
+
"inputs": [
|
|
142601
|
+
{
|
|
142602
|
+
"internalType": "address",
|
|
142603
|
+
"name": "account",
|
|
142604
|
+
"type": "address"
|
|
142605
|
+
}
|
|
142606
|
+
],
|
|
142607
|
+
"name": "borrowBalanceStored",
|
|
142608
|
+
"outputs": [
|
|
142609
|
+
{
|
|
142610
|
+
"internalType": "uint256",
|
|
142611
|
+
"name": "",
|
|
142612
|
+
"type": "uint256"
|
|
142613
|
+
}
|
|
142614
|
+
],
|
|
142615
|
+
"stateMutability": "view",
|
|
142616
|
+
"type": "function"
|
|
142617
|
+
},
|
|
142618
|
+
{
|
|
142619
|
+
"inputs": [],
|
|
142620
|
+
"name": "borrowIndex",
|
|
142621
|
+
"outputs": [
|
|
142622
|
+
{
|
|
142623
|
+
"internalType": "uint256",
|
|
142624
|
+
"name": "",
|
|
142625
|
+
"type": "uint256"
|
|
142626
|
+
}
|
|
142627
|
+
],
|
|
142628
|
+
"stateMutability": "view",
|
|
142629
|
+
"type": "function"
|
|
142630
|
+
},
|
|
142631
|
+
{
|
|
142632
|
+
"inputs": [],
|
|
142633
|
+
"name": "borrowRatePerBlock",
|
|
142634
|
+
"outputs": [
|
|
142635
|
+
{
|
|
142636
|
+
"internalType": "uint256",
|
|
142637
|
+
"name": "",
|
|
142638
|
+
"type": "uint256"
|
|
142639
|
+
}
|
|
142640
|
+
],
|
|
142641
|
+
"stateMutability": "view",
|
|
142642
|
+
"type": "function"
|
|
142643
|
+
},
|
|
142644
|
+
{
|
|
142645
|
+
"inputs": [],
|
|
142646
|
+
"name": "comptroller",
|
|
142647
|
+
"outputs": [
|
|
142648
|
+
{
|
|
142649
|
+
"internalType": "contract ComptrollerInterface",
|
|
142650
|
+
"name": "",
|
|
142651
|
+
"type": "address"
|
|
142652
|
+
}
|
|
142653
|
+
],
|
|
142654
|
+
"stateMutability": "view",
|
|
142655
|
+
"type": "function"
|
|
142656
|
+
},
|
|
142657
|
+
{
|
|
142658
|
+
"inputs": [],
|
|
142659
|
+
"name": "decimals",
|
|
142660
|
+
"outputs": [
|
|
142661
|
+
{
|
|
142662
|
+
"internalType": "uint8",
|
|
142663
|
+
"name": "",
|
|
142664
|
+
"type": "uint8"
|
|
142665
|
+
}
|
|
142666
|
+
],
|
|
142667
|
+
"stateMutability": "view",
|
|
142668
|
+
"type": "function"
|
|
142669
|
+
},
|
|
142670
|
+
{
|
|
142671
|
+
"inputs": [
|
|
142672
|
+
{
|
|
142673
|
+
"internalType": "bytes",
|
|
142674
|
+
"name": "data",
|
|
142675
|
+
"type": "bytes"
|
|
142676
|
+
}
|
|
142677
|
+
],
|
|
142678
|
+
"name": "delegateToImplementation",
|
|
142679
|
+
"outputs": [
|
|
142680
|
+
{
|
|
142681
|
+
"internalType": "bytes",
|
|
142682
|
+
"name": "",
|
|
142683
|
+
"type": "bytes"
|
|
142684
|
+
}
|
|
142685
|
+
],
|
|
142686
|
+
"stateMutability": "nonpayable",
|
|
142687
|
+
"type": "function"
|
|
142688
|
+
},
|
|
142689
|
+
{
|
|
142690
|
+
"inputs": [
|
|
142691
|
+
{
|
|
142692
|
+
"internalType": "bytes",
|
|
142693
|
+
"name": "data",
|
|
142694
|
+
"type": "bytes"
|
|
142695
|
+
}
|
|
142696
|
+
],
|
|
142697
|
+
"name": "delegateToViewImplementation",
|
|
142698
|
+
"outputs": [
|
|
142699
|
+
{
|
|
142700
|
+
"internalType": "bytes",
|
|
142701
|
+
"name": "",
|
|
142702
|
+
"type": "bytes"
|
|
142703
|
+
}
|
|
142704
|
+
],
|
|
142705
|
+
"stateMutability": "view",
|
|
142706
|
+
"type": "function"
|
|
142707
|
+
},
|
|
142708
|
+
{
|
|
142709
|
+
"inputs": [],
|
|
142710
|
+
"name": "exchangeRateCurrent",
|
|
142711
|
+
"outputs": [
|
|
142712
|
+
{
|
|
142713
|
+
"internalType": "uint256",
|
|
142714
|
+
"name": "",
|
|
142715
|
+
"type": "uint256"
|
|
142716
|
+
}
|
|
142717
|
+
],
|
|
142718
|
+
"stateMutability": "nonpayable",
|
|
142719
|
+
"type": "function"
|
|
142720
|
+
},
|
|
142721
|
+
{
|
|
142722
|
+
"inputs": [],
|
|
142723
|
+
"name": "exchangeRateStored",
|
|
142724
|
+
"outputs": [
|
|
142725
|
+
{
|
|
142726
|
+
"internalType": "uint256",
|
|
142727
|
+
"name": "",
|
|
142728
|
+
"type": "uint256"
|
|
142729
|
+
}
|
|
142730
|
+
],
|
|
142731
|
+
"stateMutability": "view",
|
|
142732
|
+
"type": "function"
|
|
142733
|
+
},
|
|
142734
|
+
{
|
|
142735
|
+
"inputs": [],
|
|
142736
|
+
"name": "flashLoanAmount",
|
|
142737
|
+
"outputs": [
|
|
142738
|
+
{
|
|
142739
|
+
"internalType": "uint256",
|
|
142740
|
+
"name": "",
|
|
142741
|
+
"type": "uint256"
|
|
142742
|
+
}
|
|
142743
|
+
],
|
|
142744
|
+
"stateMutability": "view",
|
|
142745
|
+
"type": "function"
|
|
142746
|
+
},
|
|
142747
|
+
{
|
|
142748
|
+
"inputs": [],
|
|
142749
|
+
"name": "flashLoanFeeMantissa",
|
|
142750
|
+
"outputs": [
|
|
142751
|
+
{
|
|
142752
|
+
"internalType": "uint256",
|
|
142753
|
+
"name": "",
|
|
142754
|
+
"type": "uint256"
|
|
142755
|
+
}
|
|
142756
|
+
],
|
|
142757
|
+
"stateMutability": "view",
|
|
142758
|
+
"type": "function"
|
|
142759
|
+
},
|
|
142760
|
+
{
|
|
142761
|
+
"inputs": [],
|
|
142762
|
+
"name": "flashLoanProtocolShareMantissa",
|
|
142763
|
+
"outputs": [
|
|
142764
|
+
{
|
|
142765
|
+
"internalType": "uint256",
|
|
142766
|
+
"name": "",
|
|
142767
|
+
"type": "uint256"
|
|
142768
|
+
}
|
|
142769
|
+
],
|
|
142770
|
+
"stateMutability": "view",
|
|
142771
|
+
"type": "function"
|
|
142772
|
+
},
|
|
142773
|
+
{
|
|
142774
|
+
"inputs": [
|
|
142775
|
+
{
|
|
142776
|
+
"internalType": "address",
|
|
142777
|
+
"name": "account",
|
|
142778
|
+
"type": "address"
|
|
142779
|
+
}
|
|
142780
|
+
],
|
|
142781
|
+
"name": "getAccountSnapshot",
|
|
142782
|
+
"outputs": [
|
|
142783
|
+
{
|
|
142784
|
+
"internalType": "uint256",
|
|
142785
|
+
"name": "",
|
|
142786
|
+
"type": "uint256"
|
|
142787
|
+
},
|
|
142788
|
+
{
|
|
142789
|
+
"internalType": "uint256",
|
|
142790
|
+
"name": "",
|
|
142791
|
+
"type": "uint256"
|
|
142792
|
+
},
|
|
142793
|
+
{
|
|
142794
|
+
"internalType": "uint256",
|
|
142795
|
+
"name": "",
|
|
142796
|
+
"type": "uint256"
|
|
142797
|
+
},
|
|
142798
|
+
{
|
|
142799
|
+
"internalType": "uint256",
|
|
142800
|
+
"name": "",
|
|
142801
|
+
"type": "uint256"
|
|
142802
|
+
}
|
|
142803
|
+
],
|
|
142804
|
+
"stateMutability": "view",
|
|
142805
|
+
"type": "function"
|
|
142806
|
+
},
|
|
142807
|
+
{
|
|
142808
|
+
"inputs": [],
|
|
142809
|
+
"name": "getCash",
|
|
142810
|
+
"outputs": [
|
|
142811
|
+
{
|
|
142812
|
+
"internalType": "uint256",
|
|
142813
|
+
"name": "",
|
|
142814
|
+
"type": "uint256"
|
|
142815
|
+
}
|
|
142816
|
+
],
|
|
142817
|
+
"stateMutability": "view",
|
|
142818
|
+
"type": "function"
|
|
142819
|
+
},
|
|
142820
|
+
{
|
|
142821
|
+
"inputs": [],
|
|
142822
|
+
"name": "implementation",
|
|
142823
|
+
"outputs": [
|
|
142824
|
+
{
|
|
142825
|
+
"internalType": "address",
|
|
142826
|
+
"name": "",
|
|
142827
|
+
"type": "address"
|
|
142828
|
+
}
|
|
142829
|
+
],
|
|
142830
|
+
"stateMutability": "view",
|
|
142831
|
+
"type": "function"
|
|
142832
|
+
},
|
|
142833
|
+
{
|
|
142834
|
+
"inputs": [],
|
|
142835
|
+
"name": "interestRateModel",
|
|
142836
|
+
"outputs": [
|
|
142837
|
+
{
|
|
142838
|
+
"internalType": "contract InterestRateModelV8",
|
|
142839
|
+
"name": "",
|
|
142840
|
+
"type": "address"
|
|
142841
|
+
}
|
|
142842
|
+
],
|
|
142843
|
+
"stateMutability": "view",
|
|
142844
|
+
"type": "function"
|
|
142845
|
+
},
|
|
142846
|
+
{
|
|
142847
|
+
"inputs": [],
|
|
142848
|
+
"name": "isFlashLoanEnabled",
|
|
142849
|
+
"outputs": [
|
|
142850
|
+
{
|
|
142851
|
+
"internalType": "bool",
|
|
142852
|
+
"name": "",
|
|
142853
|
+
"type": "bool"
|
|
142854
|
+
}
|
|
142855
|
+
],
|
|
142856
|
+
"stateMutability": "view",
|
|
142857
|
+
"type": "function"
|
|
142858
|
+
},
|
|
142859
|
+
{
|
|
142860
|
+
"inputs": [],
|
|
142861
|
+
"name": "isVToken",
|
|
142862
|
+
"outputs": [
|
|
142863
|
+
{
|
|
142864
|
+
"internalType": "bool",
|
|
142865
|
+
"name": "",
|
|
142866
|
+
"type": "bool"
|
|
142867
|
+
}
|
|
142868
|
+
],
|
|
142869
|
+
"stateMutability": "view",
|
|
142870
|
+
"type": "function"
|
|
142871
|
+
},
|
|
142872
|
+
{
|
|
142873
|
+
"inputs": [
|
|
142874
|
+
{
|
|
142875
|
+
"internalType": "address",
|
|
142876
|
+
"name": "borrower",
|
|
142877
|
+
"type": "address"
|
|
142878
|
+
},
|
|
142879
|
+
{
|
|
142880
|
+
"internalType": "uint256",
|
|
142881
|
+
"name": "repayAmount",
|
|
142882
|
+
"type": "uint256"
|
|
142883
|
+
},
|
|
142884
|
+
{
|
|
142885
|
+
"internalType": "contract VTokenInterface",
|
|
142886
|
+
"name": "vTokenCollateral",
|
|
142887
|
+
"type": "address"
|
|
142888
|
+
}
|
|
142889
|
+
],
|
|
142890
|
+
"name": "liquidateBorrow",
|
|
142891
|
+
"outputs": [
|
|
142892
|
+
{
|
|
142893
|
+
"internalType": "uint256",
|
|
142894
|
+
"name": "",
|
|
142895
|
+
"type": "uint256"
|
|
142896
|
+
}
|
|
142897
|
+
],
|
|
142898
|
+
"stateMutability": "nonpayable",
|
|
142899
|
+
"type": "function"
|
|
142900
|
+
},
|
|
142901
|
+
{
|
|
142902
|
+
"inputs": [
|
|
142903
|
+
{
|
|
142904
|
+
"internalType": "uint256",
|
|
142905
|
+
"name": "mintAmount",
|
|
142906
|
+
"type": "uint256"
|
|
142907
|
+
}
|
|
142908
|
+
],
|
|
142909
|
+
"name": "mint",
|
|
142910
|
+
"outputs": [
|
|
142911
|
+
{
|
|
142912
|
+
"internalType": "uint256",
|
|
142913
|
+
"name": "",
|
|
142914
|
+
"type": "uint256"
|
|
142915
|
+
}
|
|
142916
|
+
],
|
|
142917
|
+
"stateMutability": "nonpayable",
|
|
142918
|
+
"type": "function"
|
|
142919
|
+
},
|
|
142920
|
+
{
|
|
142921
|
+
"inputs": [
|
|
142922
|
+
{
|
|
142923
|
+
"internalType": "address",
|
|
142924
|
+
"name": "receiver",
|
|
142925
|
+
"type": "address"
|
|
142926
|
+
},
|
|
142927
|
+
{
|
|
142928
|
+
"internalType": "uint256",
|
|
142929
|
+
"name": "mintAmount",
|
|
142930
|
+
"type": "uint256"
|
|
142931
|
+
}
|
|
142932
|
+
],
|
|
142933
|
+
"name": "mintBehalf",
|
|
142934
|
+
"outputs": [
|
|
142935
|
+
{
|
|
142936
|
+
"internalType": "uint256",
|
|
142937
|
+
"name": "",
|
|
142938
|
+
"type": "uint256"
|
|
142939
|
+
}
|
|
142940
|
+
],
|
|
142941
|
+
"stateMutability": "nonpayable",
|
|
142942
|
+
"type": "function"
|
|
142943
|
+
},
|
|
142944
|
+
{
|
|
142945
|
+
"inputs": [],
|
|
142946
|
+
"name": "name",
|
|
142947
|
+
"outputs": [
|
|
142948
|
+
{
|
|
142949
|
+
"internalType": "string",
|
|
142950
|
+
"name": "",
|
|
142951
|
+
"type": "string"
|
|
142952
|
+
}
|
|
142953
|
+
],
|
|
142954
|
+
"stateMutability": "view",
|
|
142955
|
+
"type": "function"
|
|
142956
|
+
},
|
|
142957
|
+
{
|
|
142958
|
+
"inputs": [],
|
|
142959
|
+
"name": "pendingAdmin",
|
|
142960
|
+
"outputs": [
|
|
142961
|
+
{
|
|
142962
|
+
"internalType": "address payable",
|
|
142963
|
+
"name": "",
|
|
142964
|
+
"type": "address"
|
|
142965
|
+
}
|
|
142966
|
+
],
|
|
142967
|
+
"stateMutability": "view",
|
|
142968
|
+
"type": "function"
|
|
142969
|
+
},
|
|
142970
|
+
{
|
|
142971
|
+
"inputs": [],
|
|
142972
|
+
"name": "protocolShareReserve",
|
|
142973
|
+
"outputs": [
|
|
142974
|
+
{
|
|
142975
|
+
"internalType": "address payable",
|
|
142976
|
+
"name": "",
|
|
142977
|
+
"type": "address"
|
|
142978
|
+
}
|
|
142979
|
+
],
|
|
142980
|
+
"stateMutability": "view",
|
|
142981
|
+
"type": "function"
|
|
142982
|
+
},
|
|
142983
|
+
{
|
|
142984
|
+
"inputs": [
|
|
142985
|
+
{
|
|
142986
|
+
"internalType": "uint256",
|
|
142987
|
+
"name": "redeemTokens",
|
|
142988
|
+
"type": "uint256"
|
|
142989
|
+
}
|
|
142990
|
+
],
|
|
142991
|
+
"name": "redeem",
|
|
142992
|
+
"outputs": [
|
|
142993
|
+
{
|
|
142994
|
+
"internalType": "uint256",
|
|
142995
|
+
"name": "",
|
|
142996
|
+
"type": "uint256"
|
|
142997
|
+
}
|
|
142998
|
+
],
|
|
142999
|
+
"stateMutability": "nonpayable",
|
|
143000
|
+
"type": "function"
|
|
143001
|
+
},
|
|
143002
|
+
{
|
|
143003
|
+
"inputs": [
|
|
143004
|
+
{
|
|
143005
|
+
"internalType": "uint256",
|
|
143006
|
+
"name": "redeemAmount",
|
|
143007
|
+
"type": "uint256"
|
|
143008
|
+
}
|
|
143009
|
+
],
|
|
143010
|
+
"name": "redeemUnderlying",
|
|
143011
|
+
"outputs": [
|
|
143012
|
+
{
|
|
143013
|
+
"internalType": "uint256",
|
|
143014
|
+
"name": "",
|
|
143015
|
+
"type": "uint256"
|
|
143016
|
+
}
|
|
143017
|
+
],
|
|
143018
|
+
"stateMutability": "nonpayable",
|
|
143019
|
+
"type": "function"
|
|
143020
|
+
},
|
|
143021
|
+
{
|
|
143022
|
+
"inputs": [],
|
|
143023
|
+
"name": "reduceReservesBlockDelta",
|
|
143024
|
+
"outputs": [
|
|
143025
|
+
{
|
|
143026
|
+
"internalType": "uint256",
|
|
143027
|
+
"name": "",
|
|
143028
|
+
"type": "uint256"
|
|
143029
|
+
}
|
|
143030
|
+
],
|
|
143031
|
+
"stateMutability": "view",
|
|
143032
|
+
"type": "function"
|
|
143033
|
+
},
|
|
143034
|
+
{
|
|
143035
|
+
"inputs": [],
|
|
143036
|
+
"name": "reduceReservesBlockNumber",
|
|
143037
|
+
"outputs": [
|
|
143038
|
+
{
|
|
143039
|
+
"internalType": "uint256",
|
|
143040
|
+
"name": "",
|
|
143041
|
+
"type": "uint256"
|
|
143042
|
+
}
|
|
143043
|
+
],
|
|
143044
|
+
"stateMutability": "view",
|
|
143045
|
+
"type": "function"
|
|
143046
|
+
},
|
|
143047
|
+
{
|
|
143048
|
+
"inputs": [
|
|
143049
|
+
{
|
|
143050
|
+
"internalType": "uint256",
|
|
143051
|
+
"name": "repayAmount",
|
|
143052
|
+
"type": "uint256"
|
|
143053
|
+
}
|
|
143054
|
+
],
|
|
143055
|
+
"name": "repayBorrow",
|
|
143056
|
+
"outputs": [
|
|
143057
|
+
{
|
|
143058
|
+
"internalType": "uint256",
|
|
143059
|
+
"name": "",
|
|
143060
|
+
"type": "uint256"
|
|
143061
|
+
}
|
|
143062
|
+
],
|
|
143063
|
+
"stateMutability": "nonpayable",
|
|
143064
|
+
"type": "function"
|
|
143065
|
+
},
|
|
143066
|
+
{
|
|
143067
|
+
"inputs": [
|
|
143068
|
+
{
|
|
143069
|
+
"internalType": "address",
|
|
143070
|
+
"name": "borrower",
|
|
143071
|
+
"type": "address"
|
|
143072
|
+
},
|
|
143073
|
+
{
|
|
143074
|
+
"internalType": "uint256",
|
|
143075
|
+
"name": "repayAmount",
|
|
143076
|
+
"type": "uint256"
|
|
143077
|
+
}
|
|
143078
|
+
],
|
|
143079
|
+
"name": "repayBorrowBehalf",
|
|
143080
|
+
"outputs": [
|
|
143081
|
+
{
|
|
143082
|
+
"internalType": "uint256",
|
|
143083
|
+
"name": "",
|
|
143084
|
+
"type": "uint256"
|
|
143085
|
+
}
|
|
143086
|
+
],
|
|
143087
|
+
"stateMutability": "nonpayable",
|
|
143088
|
+
"type": "function"
|
|
143089
|
+
},
|
|
143090
|
+
{
|
|
143091
|
+
"inputs": [],
|
|
143092
|
+
"name": "reserveFactorMantissa",
|
|
143093
|
+
"outputs": [
|
|
143094
|
+
{
|
|
143095
|
+
"internalType": "uint256",
|
|
143096
|
+
"name": "",
|
|
143097
|
+
"type": "uint256"
|
|
143098
|
+
}
|
|
143099
|
+
],
|
|
143100
|
+
"stateMutability": "view",
|
|
143101
|
+
"type": "function"
|
|
143102
|
+
},
|
|
143103
|
+
{
|
|
143104
|
+
"inputs": [
|
|
143105
|
+
{
|
|
143106
|
+
"internalType": "address",
|
|
143107
|
+
"name": "liquidator",
|
|
143108
|
+
"type": "address"
|
|
143109
|
+
},
|
|
143110
|
+
{
|
|
143111
|
+
"internalType": "address",
|
|
143112
|
+
"name": "borrower",
|
|
143113
|
+
"type": "address"
|
|
143114
|
+
},
|
|
143115
|
+
{
|
|
143116
|
+
"internalType": "uint256",
|
|
143117
|
+
"name": "seizeTokens",
|
|
143118
|
+
"type": "uint256"
|
|
143119
|
+
}
|
|
143120
|
+
],
|
|
143121
|
+
"name": "seize",
|
|
143122
|
+
"outputs": [
|
|
143123
|
+
{
|
|
143124
|
+
"internalType": "uint256",
|
|
143125
|
+
"name": "",
|
|
143126
|
+
"type": "uint256"
|
|
143127
|
+
}
|
|
143128
|
+
],
|
|
143129
|
+
"stateMutability": "nonpayable",
|
|
143130
|
+
"type": "function"
|
|
143131
|
+
},
|
|
143132
|
+
{
|
|
143133
|
+
"inputs": [],
|
|
143134
|
+
"name": "supplyRatePerBlock",
|
|
143135
|
+
"outputs": [
|
|
143136
|
+
{
|
|
143137
|
+
"internalType": "uint256",
|
|
143138
|
+
"name": "",
|
|
143139
|
+
"type": "uint256"
|
|
143140
|
+
}
|
|
143141
|
+
],
|
|
143142
|
+
"stateMutability": "view",
|
|
143143
|
+
"type": "function"
|
|
143144
|
+
},
|
|
143145
|
+
{
|
|
143146
|
+
"inputs": [],
|
|
143147
|
+
"name": "symbol",
|
|
143148
|
+
"outputs": [
|
|
143149
|
+
{
|
|
143150
|
+
"internalType": "string",
|
|
143151
|
+
"name": "",
|
|
143152
|
+
"type": "string"
|
|
143153
|
+
}
|
|
143154
|
+
],
|
|
143155
|
+
"stateMutability": "view",
|
|
143156
|
+
"type": "function"
|
|
143157
|
+
},
|
|
143158
|
+
{
|
|
143159
|
+
"inputs": [],
|
|
143160
|
+
"name": "totalBorrows",
|
|
143161
|
+
"outputs": [
|
|
143162
|
+
{
|
|
143163
|
+
"internalType": "uint256",
|
|
143164
|
+
"name": "",
|
|
143165
|
+
"type": "uint256"
|
|
143166
|
+
}
|
|
143167
|
+
],
|
|
143168
|
+
"stateMutability": "view",
|
|
143169
|
+
"type": "function"
|
|
143170
|
+
},
|
|
143171
|
+
{
|
|
143172
|
+
"inputs": [],
|
|
143173
|
+
"name": "totalBorrowsCurrent",
|
|
143174
|
+
"outputs": [
|
|
143175
|
+
{
|
|
143176
|
+
"internalType": "uint256",
|
|
143177
|
+
"name": "",
|
|
143178
|
+
"type": "uint256"
|
|
143179
|
+
}
|
|
143180
|
+
],
|
|
143181
|
+
"stateMutability": "nonpayable",
|
|
143182
|
+
"type": "function"
|
|
143183
|
+
},
|
|
143184
|
+
{
|
|
143185
|
+
"inputs": [],
|
|
143186
|
+
"name": "totalReserves",
|
|
143187
|
+
"outputs": [
|
|
143188
|
+
{
|
|
143189
|
+
"internalType": "uint256",
|
|
143190
|
+
"name": "",
|
|
143191
|
+
"type": "uint256"
|
|
143192
|
+
}
|
|
143193
|
+
],
|
|
143194
|
+
"stateMutability": "view",
|
|
143195
|
+
"type": "function"
|
|
143196
|
+
},
|
|
143197
|
+
{
|
|
143198
|
+
"inputs": [],
|
|
143199
|
+
"name": "totalSupply",
|
|
143200
|
+
"outputs": [
|
|
143201
|
+
{
|
|
143202
|
+
"internalType": "uint256",
|
|
143203
|
+
"name": "",
|
|
143204
|
+
"type": "uint256"
|
|
143205
|
+
}
|
|
143206
|
+
],
|
|
143207
|
+
"stateMutability": "view",
|
|
143208
|
+
"type": "function"
|
|
143209
|
+
},
|
|
143210
|
+
{
|
|
143211
|
+
"inputs": [
|
|
143212
|
+
{
|
|
143213
|
+
"internalType": "address",
|
|
143214
|
+
"name": "dst",
|
|
143215
|
+
"type": "address"
|
|
143216
|
+
},
|
|
143217
|
+
{
|
|
143218
|
+
"internalType": "uint256",
|
|
143219
|
+
"name": "amount",
|
|
143220
|
+
"type": "uint256"
|
|
143221
|
+
}
|
|
143222
|
+
],
|
|
143223
|
+
"name": "transfer",
|
|
143224
|
+
"outputs": [
|
|
143225
|
+
{
|
|
143226
|
+
"internalType": "bool",
|
|
143227
|
+
"name": "",
|
|
143228
|
+
"type": "bool"
|
|
143229
|
+
}
|
|
143230
|
+
],
|
|
143231
|
+
"stateMutability": "nonpayable",
|
|
143232
|
+
"type": "function"
|
|
143233
|
+
},
|
|
143234
|
+
{
|
|
143235
|
+
"inputs": [
|
|
143236
|
+
{
|
|
143237
|
+
"internalType": "address",
|
|
143238
|
+
"name": "src",
|
|
143239
|
+
"type": "address"
|
|
143240
|
+
},
|
|
143241
|
+
{
|
|
143242
|
+
"internalType": "address",
|
|
143243
|
+
"name": "dst",
|
|
143244
|
+
"type": "address"
|
|
143245
|
+
},
|
|
143246
|
+
{
|
|
143247
|
+
"internalType": "uint256",
|
|
143248
|
+
"name": "amount",
|
|
143249
|
+
"type": "uint256"
|
|
143250
|
+
}
|
|
143251
|
+
],
|
|
143252
|
+
"name": "transferFrom",
|
|
143253
|
+
"outputs": [
|
|
143254
|
+
{
|
|
143255
|
+
"internalType": "bool",
|
|
143256
|
+
"name": "",
|
|
143257
|
+
"type": "bool"
|
|
143258
|
+
}
|
|
143259
|
+
],
|
|
143260
|
+
"stateMutability": "nonpayable",
|
|
143261
|
+
"type": "function"
|
|
143262
|
+
},
|
|
143263
|
+
{
|
|
143264
|
+
"inputs": [],
|
|
143265
|
+
"name": "underlying",
|
|
143266
|
+
"outputs": [
|
|
143267
|
+
{
|
|
143268
|
+
"internalType": "address",
|
|
143269
|
+
"name": "",
|
|
143270
|
+
"type": "address"
|
|
143271
|
+
}
|
|
143272
|
+
],
|
|
143273
|
+
"stateMutability": "view",
|
|
143274
|
+
"type": "function"
|
|
143275
|
+
}
|
|
143276
|
+
]
|
|
143277
|
+
},
|
|
140899
143278
|
"vUNI": {
|
|
140900
143279
|
"address": "0x171B468b52d7027F12cEF90cd065d6776a25E24e",
|
|
140901
143280
|
"abi": [
|