@venusprotocol/isolated-pools 4.2.0-dev.11 → 4.2.0-dev.13
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/unichainmainnet/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainmainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainmainnet/VToken_vweETH_Core.json +257 -0
- package/deployments/unichainmainnet/VToken_vwstETH_Core.json +257 -0
- package/deployments/unichainmainnet/solcInputs/57ced15f79b2db7e80f32235fc26da90.json +505 -0
- package/deployments/unichainmainnet/solcInputs/ce6625b54019da2185242b008485096c.json +487 -0
- package/deployments/unichainmainnet.json +872 -4
- package/deployments/unichainmainnet_addresses.json +5 -1
- package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased.json +608 -0
- package/deployments/unichainsepolia/MockweETH.json +458 -0
- package/deployments/unichainsepolia/MockwstETH.json +458 -0
- package/deployments/unichainsepolia/VToken_vweETH_Core.json +257 -0
- package/deployments/unichainsepolia/VToken_vwstETH_Core.json +257 -0
- package/deployments/unichainsepolia/solcInputs/57ced15f79b2db7e80f32235fc26da90.json +505 -0
- package/deployments/unichainsepolia/solcInputs/ce6625b54019da2185242b008485096c.json +487 -0
- package/deployments/unichainsepolia.json +1547 -61
- package/deployments/unichainsepolia_addresses.json +7 -1
- package/dist/deployments/unichainmainnet.json +872 -4
- package/dist/deployments/unichainsepolia.json +1547 -61
- package/dist/helpers/deploymentConfig.js +116 -12
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +2 -16
- package/dist/typechain/factories/PoolRegistryInterface__factory.js +0 -119
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/PoolRegistryInterface.d.ts +0 -178
- package/typechain/factories/IVToken__factory.ts +1 -201
- package/typechain/factories/PoolRegistryInterface__factory.ts +0 -119
|
@@ -3192,6 +3192,366 @@
|
|
|
3192
3192
|
}
|
|
3193
3193
|
]
|
|
3194
3194
|
},
|
|
3195
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink4500bps_timeBased": {
|
|
3196
|
+
"address": "0x5C7D8858a25778d992eE803Ce79F1eff60c1d9D1",
|
|
3197
|
+
"abi": [
|
|
3198
|
+
{
|
|
3199
|
+
"inputs": [
|
|
3200
|
+
{
|
|
3201
|
+
"internalType": "uint256",
|
|
3202
|
+
"name": "baseRatePerYear_",
|
|
3203
|
+
"type": "uint256"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"internalType": "uint256",
|
|
3207
|
+
"name": "multiplierPerYear_",
|
|
3208
|
+
"type": "uint256"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"internalType": "uint256",
|
|
3212
|
+
"name": "jumpMultiplierPerYear_",
|
|
3213
|
+
"type": "uint256"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"internalType": "uint256",
|
|
3217
|
+
"name": "kink_",
|
|
3218
|
+
"type": "uint256"
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3222
|
+
"name": "accessControlManager_",
|
|
3223
|
+
"type": "address"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"internalType": "bool",
|
|
3227
|
+
"name": "timeBased_",
|
|
3228
|
+
"type": "bool"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"internalType": "uint256",
|
|
3232
|
+
"name": "blocksPerYear_",
|
|
3233
|
+
"type": "uint256"
|
|
3234
|
+
}
|
|
3235
|
+
],
|
|
3236
|
+
"stateMutability": "nonpayable",
|
|
3237
|
+
"type": "constructor"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"inputs": [],
|
|
3241
|
+
"name": "InvalidBlocksPerYear",
|
|
3242
|
+
"type": "error"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"inputs": [],
|
|
3246
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3247
|
+
"type": "error"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"inputs": [
|
|
3251
|
+
{
|
|
3252
|
+
"internalType": "address",
|
|
3253
|
+
"name": "sender",
|
|
3254
|
+
"type": "address"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"internalType": "address",
|
|
3258
|
+
"name": "calledContract",
|
|
3259
|
+
"type": "address"
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"internalType": "string",
|
|
3263
|
+
"name": "methodSignature",
|
|
3264
|
+
"type": "string"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"name": "Unauthorized",
|
|
3268
|
+
"type": "error"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"anonymous": false,
|
|
3272
|
+
"inputs": [
|
|
3273
|
+
{
|
|
3274
|
+
"indexed": false,
|
|
3275
|
+
"internalType": "uint256",
|
|
3276
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3277
|
+
"type": "uint256"
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"indexed": false,
|
|
3281
|
+
"internalType": "uint256",
|
|
3282
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3283
|
+
"type": "uint256"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"indexed": false,
|
|
3287
|
+
"internalType": "uint256",
|
|
3288
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3289
|
+
"type": "uint256"
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"indexed": false,
|
|
3293
|
+
"internalType": "uint256",
|
|
3294
|
+
"name": "kink",
|
|
3295
|
+
"type": "uint256"
|
|
3296
|
+
}
|
|
3297
|
+
],
|
|
3298
|
+
"name": "NewInterestParams",
|
|
3299
|
+
"type": "event"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"inputs": [],
|
|
3303
|
+
"name": "accessControlManager",
|
|
3304
|
+
"outputs": [
|
|
3305
|
+
{
|
|
3306
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3307
|
+
"name": "",
|
|
3308
|
+
"type": "address"
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"stateMutability": "view",
|
|
3312
|
+
"type": "function"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"inputs": [],
|
|
3316
|
+
"name": "baseRatePerBlock",
|
|
3317
|
+
"outputs": [
|
|
3318
|
+
{
|
|
3319
|
+
"internalType": "uint256",
|
|
3320
|
+
"name": "",
|
|
3321
|
+
"type": "uint256"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"stateMutability": "view",
|
|
3325
|
+
"type": "function"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"inputs": [],
|
|
3329
|
+
"name": "blocksOrSecondsPerYear",
|
|
3330
|
+
"outputs": [
|
|
3331
|
+
{
|
|
3332
|
+
"internalType": "uint256",
|
|
3333
|
+
"name": "",
|
|
3334
|
+
"type": "uint256"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"stateMutability": "view",
|
|
3338
|
+
"type": "function"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"inputs": [],
|
|
3342
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3343
|
+
"outputs": [
|
|
3344
|
+
{
|
|
3345
|
+
"internalType": "uint256",
|
|
3346
|
+
"name": "",
|
|
3347
|
+
"type": "uint256"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"stateMutability": "view",
|
|
3351
|
+
"type": "function"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"inputs": [
|
|
3355
|
+
{
|
|
3356
|
+
"internalType": "uint256",
|
|
3357
|
+
"name": "cash",
|
|
3358
|
+
"type": "uint256"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"internalType": "uint256",
|
|
3362
|
+
"name": "borrows",
|
|
3363
|
+
"type": "uint256"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"internalType": "uint256",
|
|
3367
|
+
"name": "reserves",
|
|
3368
|
+
"type": "uint256"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"internalType": "uint256",
|
|
3372
|
+
"name": "badDebt",
|
|
3373
|
+
"type": "uint256"
|
|
3374
|
+
}
|
|
3375
|
+
],
|
|
3376
|
+
"name": "getBorrowRate",
|
|
3377
|
+
"outputs": [
|
|
3378
|
+
{
|
|
3379
|
+
"internalType": "uint256",
|
|
3380
|
+
"name": "",
|
|
3381
|
+
"type": "uint256"
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"stateMutability": "view",
|
|
3385
|
+
"type": "function"
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"inputs": [
|
|
3389
|
+
{
|
|
3390
|
+
"internalType": "uint256",
|
|
3391
|
+
"name": "cash",
|
|
3392
|
+
"type": "uint256"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"internalType": "uint256",
|
|
3396
|
+
"name": "borrows",
|
|
3397
|
+
"type": "uint256"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"internalType": "uint256",
|
|
3401
|
+
"name": "reserves",
|
|
3402
|
+
"type": "uint256"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"internalType": "uint256",
|
|
3406
|
+
"name": "reserveFactorMantissa",
|
|
3407
|
+
"type": "uint256"
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"internalType": "uint256",
|
|
3411
|
+
"name": "badDebt",
|
|
3412
|
+
"type": "uint256"
|
|
3413
|
+
}
|
|
3414
|
+
],
|
|
3415
|
+
"name": "getSupplyRate",
|
|
3416
|
+
"outputs": [
|
|
3417
|
+
{
|
|
3418
|
+
"internalType": "uint256",
|
|
3419
|
+
"name": "",
|
|
3420
|
+
"type": "uint256"
|
|
3421
|
+
}
|
|
3422
|
+
],
|
|
3423
|
+
"stateMutability": "view",
|
|
3424
|
+
"type": "function"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"inputs": [],
|
|
3428
|
+
"name": "isInterestRateModel",
|
|
3429
|
+
"outputs": [
|
|
3430
|
+
{
|
|
3431
|
+
"internalType": "bool",
|
|
3432
|
+
"name": "",
|
|
3433
|
+
"type": "bool"
|
|
3434
|
+
}
|
|
3435
|
+
],
|
|
3436
|
+
"stateMutability": "pure",
|
|
3437
|
+
"type": "function"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"inputs": [],
|
|
3441
|
+
"name": "isTimeBased",
|
|
3442
|
+
"outputs": [
|
|
3443
|
+
{
|
|
3444
|
+
"internalType": "bool",
|
|
3445
|
+
"name": "",
|
|
3446
|
+
"type": "bool"
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3449
|
+
"stateMutability": "view",
|
|
3450
|
+
"type": "function"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"inputs": [],
|
|
3454
|
+
"name": "jumpMultiplierPerBlock",
|
|
3455
|
+
"outputs": [
|
|
3456
|
+
{
|
|
3457
|
+
"internalType": "uint256",
|
|
3458
|
+
"name": "",
|
|
3459
|
+
"type": "uint256"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"stateMutability": "view",
|
|
3463
|
+
"type": "function"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"inputs": [],
|
|
3467
|
+
"name": "kink",
|
|
3468
|
+
"outputs": [
|
|
3469
|
+
{
|
|
3470
|
+
"internalType": "uint256",
|
|
3471
|
+
"name": "",
|
|
3472
|
+
"type": "uint256"
|
|
3473
|
+
}
|
|
3474
|
+
],
|
|
3475
|
+
"stateMutability": "view",
|
|
3476
|
+
"type": "function"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"inputs": [],
|
|
3480
|
+
"name": "multiplierPerBlock",
|
|
3481
|
+
"outputs": [
|
|
3482
|
+
{
|
|
3483
|
+
"internalType": "uint256",
|
|
3484
|
+
"name": "",
|
|
3485
|
+
"type": "uint256"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"stateMutability": "view",
|
|
3489
|
+
"type": "function"
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"inputs": [
|
|
3493
|
+
{
|
|
3494
|
+
"internalType": "uint256",
|
|
3495
|
+
"name": "baseRatePerYear",
|
|
3496
|
+
"type": "uint256"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"internalType": "uint256",
|
|
3500
|
+
"name": "multiplierPerYear",
|
|
3501
|
+
"type": "uint256"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"internalType": "uint256",
|
|
3505
|
+
"name": "jumpMultiplierPerYear",
|
|
3506
|
+
"type": "uint256"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"internalType": "uint256",
|
|
3510
|
+
"name": "kink_",
|
|
3511
|
+
"type": "uint256"
|
|
3512
|
+
}
|
|
3513
|
+
],
|
|
3514
|
+
"name": "updateJumpRateModel",
|
|
3515
|
+
"outputs": [],
|
|
3516
|
+
"stateMutability": "nonpayable",
|
|
3517
|
+
"type": "function"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"inputs": [
|
|
3521
|
+
{
|
|
3522
|
+
"internalType": "uint256",
|
|
3523
|
+
"name": "cash",
|
|
3524
|
+
"type": "uint256"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"internalType": "uint256",
|
|
3528
|
+
"name": "borrows",
|
|
3529
|
+
"type": "uint256"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"internalType": "uint256",
|
|
3533
|
+
"name": "reserves",
|
|
3534
|
+
"type": "uint256"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"internalType": "uint256",
|
|
3538
|
+
"name": "badDebt",
|
|
3539
|
+
"type": "uint256"
|
|
3540
|
+
}
|
|
3541
|
+
],
|
|
3542
|
+
"name": "utilizationRate",
|
|
3543
|
+
"outputs": [
|
|
3544
|
+
{
|
|
3545
|
+
"internalType": "uint256",
|
|
3546
|
+
"name": "",
|
|
3547
|
+
"type": "uint256"
|
|
3548
|
+
}
|
|
3549
|
+
],
|
|
3550
|
+
"stateMutability": "pure",
|
|
3551
|
+
"type": "function"
|
|
3552
|
+
}
|
|
3553
|
+
]
|
|
3554
|
+
},
|
|
3195
3555
|
"JumpRateModelV2_base0bps_slope2000bps_jump25000bps_kink8000bps_timeBased": {
|
|
3196
3556
|
"address": "0x897aD981078d1dBA52069f4BdC7F9441B0B94B76",
|
|
3197
3557
|
"abi": [
|
|
@@ -3552,8 +3912,368 @@
|
|
|
3552
3912
|
}
|
|
3553
3913
|
]
|
|
3554
3914
|
},
|
|
3555
|
-
"JumpRateModelV2_base0bps_slope300bps_jump30000bps_kink8000bps_timeBased": {
|
|
3556
|
-
"address": "0x1cC9De442f893a0C4e1E6ffB1Ac404DDb9B67ab4",
|
|
3915
|
+
"JumpRateModelV2_base0bps_slope300bps_jump30000bps_kink8000bps_timeBased": {
|
|
3916
|
+
"address": "0x1cC9De442f893a0C4e1E6ffB1Ac404DDb9B67ab4",
|
|
3917
|
+
"abi": [
|
|
3918
|
+
{
|
|
3919
|
+
"inputs": [
|
|
3920
|
+
{
|
|
3921
|
+
"internalType": "uint256",
|
|
3922
|
+
"name": "baseRatePerYear_",
|
|
3923
|
+
"type": "uint256"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"internalType": "uint256",
|
|
3927
|
+
"name": "multiplierPerYear_",
|
|
3928
|
+
"type": "uint256"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"internalType": "uint256",
|
|
3932
|
+
"name": "jumpMultiplierPerYear_",
|
|
3933
|
+
"type": "uint256"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"internalType": "uint256",
|
|
3937
|
+
"name": "kink_",
|
|
3938
|
+
"type": "uint256"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3942
|
+
"name": "accessControlManager_",
|
|
3943
|
+
"type": "address"
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"internalType": "bool",
|
|
3947
|
+
"name": "timeBased_",
|
|
3948
|
+
"type": "bool"
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"internalType": "uint256",
|
|
3952
|
+
"name": "blocksPerYear_",
|
|
3953
|
+
"type": "uint256"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"stateMutability": "nonpayable",
|
|
3957
|
+
"type": "constructor"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"inputs": [],
|
|
3961
|
+
"name": "InvalidBlocksPerYear",
|
|
3962
|
+
"type": "error"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"inputs": [],
|
|
3966
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3967
|
+
"type": "error"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"inputs": [
|
|
3971
|
+
{
|
|
3972
|
+
"internalType": "address",
|
|
3973
|
+
"name": "sender",
|
|
3974
|
+
"type": "address"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"internalType": "address",
|
|
3978
|
+
"name": "calledContract",
|
|
3979
|
+
"type": "address"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"internalType": "string",
|
|
3983
|
+
"name": "methodSignature",
|
|
3984
|
+
"type": "string"
|
|
3985
|
+
}
|
|
3986
|
+
],
|
|
3987
|
+
"name": "Unauthorized",
|
|
3988
|
+
"type": "error"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"anonymous": false,
|
|
3992
|
+
"inputs": [
|
|
3993
|
+
{
|
|
3994
|
+
"indexed": false,
|
|
3995
|
+
"internalType": "uint256",
|
|
3996
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3997
|
+
"type": "uint256"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"indexed": false,
|
|
4001
|
+
"internalType": "uint256",
|
|
4002
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4003
|
+
"type": "uint256"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"indexed": false,
|
|
4007
|
+
"internalType": "uint256",
|
|
4008
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4009
|
+
"type": "uint256"
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"indexed": false,
|
|
4013
|
+
"internalType": "uint256",
|
|
4014
|
+
"name": "kink",
|
|
4015
|
+
"type": "uint256"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"name": "NewInterestParams",
|
|
4019
|
+
"type": "event"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"inputs": [],
|
|
4023
|
+
"name": "accessControlManager",
|
|
4024
|
+
"outputs": [
|
|
4025
|
+
{
|
|
4026
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4027
|
+
"name": "",
|
|
4028
|
+
"type": "address"
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"stateMutability": "view",
|
|
4032
|
+
"type": "function"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"inputs": [],
|
|
4036
|
+
"name": "baseRatePerBlock",
|
|
4037
|
+
"outputs": [
|
|
4038
|
+
{
|
|
4039
|
+
"internalType": "uint256",
|
|
4040
|
+
"name": "",
|
|
4041
|
+
"type": "uint256"
|
|
4042
|
+
}
|
|
4043
|
+
],
|
|
4044
|
+
"stateMutability": "view",
|
|
4045
|
+
"type": "function"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"inputs": [],
|
|
4049
|
+
"name": "blocksOrSecondsPerYear",
|
|
4050
|
+
"outputs": [
|
|
4051
|
+
{
|
|
4052
|
+
"internalType": "uint256",
|
|
4053
|
+
"name": "",
|
|
4054
|
+
"type": "uint256"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"stateMutability": "view",
|
|
4058
|
+
"type": "function"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"inputs": [],
|
|
4062
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4063
|
+
"outputs": [
|
|
4064
|
+
{
|
|
4065
|
+
"internalType": "uint256",
|
|
4066
|
+
"name": "",
|
|
4067
|
+
"type": "uint256"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"stateMutability": "view",
|
|
4071
|
+
"type": "function"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"inputs": [
|
|
4075
|
+
{
|
|
4076
|
+
"internalType": "uint256",
|
|
4077
|
+
"name": "cash",
|
|
4078
|
+
"type": "uint256"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"internalType": "uint256",
|
|
4082
|
+
"name": "borrows",
|
|
4083
|
+
"type": "uint256"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"internalType": "uint256",
|
|
4087
|
+
"name": "reserves",
|
|
4088
|
+
"type": "uint256"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"internalType": "uint256",
|
|
4092
|
+
"name": "badDebt",
|
|
4093
|
+
"type": "uint256"
|
|
4094
|
+
}
|
|
4095
|
+
],
|
|
4096
|
+
"name": "getBorrowRate",
|
|
4097
|
+
"outputs": [
|
|
4098
|
+
{
|
|
4099
|
+
"internalType": "uint256",
|
|
4100
|
+
"name": "",
|
|
4101
|
+
"type": "uint256"
|
|
4102
|
+
}
|
|
4103
|
+
],
|
|
4104
|
+
"stateMutability": "view",
|
|
4105
|
+
"type": "function"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"inputs": [
|
|
4109
|
+
{
|
|
4110
|
+
"internalType": "uint256",
|
|
4111
|
+
"name": "cash",
|
|
4112
|
+
"type": "uint256"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"internalType": "uint256",
|
|
4116
|
+
"name": "borrows",
|
|
4117
|
+
"type": "uint256"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"internalType": "uint256",
|
|
4121
|
+
"name": "reserves",
|
|
4122
|
+
"type": "uint256"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"internalType": "uint256",
|
|
4126
|
+
"name": "reserveFactorMantissa",
|
|
4127
|
+
"type": "uint256"
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"internalType": "uint256",
|
|
4131
|
+
"name": "badDebt",
|
|
4132
|
+
"type": "uint256"
|
|
4133
|
+
}
|
|
4134
|
+
],
|
|
4135
|
+
"name": "getSupplyRate",
|
|
4136
|
+
"outputs": [
|
|
4137
|
+
{
|
|
4138
|
+
"internalType": "uint256",
|
|
4139
|
+
"name": "",
|
|
4140
|
+
"type": "uint256"
|
|
4141
|
+
}
|
|
4142
|
+
],
|
|
4143
|
+
"stateMutability": "view",
|
|
4144
|
+
"type": "function"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"inputs": [],
|
|
4148
|
+
"name": "isInterestRateModel",
|
|
4149
|
+
"outputs": [
|
|
4150
|
+
{
|
|
4151
|
+
"internalType": "bool",
|
|
4152
|
+
"name": "",
|
|
4153
|
+
"type": "bool"
|
|
4154
|
+
}
|
|
4155
|
+
],
|
|
4156
|
+
"stateMutability": "pure",
|
|
4157
|
+
"type": "function"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"inputs": [],
|
|
4161
|
+
"name": "isTimeBased",
|
|
4162
|
+
"outputs": [
|
|
4163
|
+
{
|
|
4164
|
+
"internalType": "bool",
|
|
4165
|
+
"name": "",
|
|
4166
|
+
"type": "bool"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"stateMutability": "view",
|
|
4170
|
+
"type": "function"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"inputs": [],
|
|
4174
|
+
"name": "jumpMultiplierPerBlock",
|
|
4175
|
+
"outputs": [
|
|
4176
|
+
{
|
|
4177
|
+
"internalType": "uint256",
|
|
4178
|
+
"name": "",
|
|
4179
|
+
"type": "uint256"
|
|
4180
|
+
}
|
|
4181
|
+
],
|
|
4182
|
+
"stateMutability": "view",
|
|
4183
|
+
"type": "function"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"inputs": [],
|
|
4187
|
+
"name": "kink",
|
|
4188
|
+
"outputs": [
|
|
4189
|
+
{
|
|
4190
|
+
"internalType": "uint256",
|
|
4191
|
+
"name": "",
|
|
4192
|
+
"type": "uint256"
|
|
4193
|
+
}
|
|
4194
|
+
],
|
|
4195
|
+
"stateMutability": "view",
|
|
4196
|
+
"type": "function"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"inputs": [],
|
|
4200
|
+
"name": "multiplierPerBlock",
|
|
4201
|
+
"outputs": [
|
|
4202
|
+
{
|
|
4203
|
+
"internalType": "uint256",
|
|
4204
|
+
"name": "",
|
|
4205
|
+
"type": "uint256"
|
|
4206
|
+
}
|
|
4207
|
+
],
|
|
4208
|
+
"stateMutability": "view",
|
|
4209
|
+
"type": "function"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"inputs": [
|
|
4213
|
+
{
|
|
4214
|
+
"internalType": "uint256",
|
|
4215
|
+
"name": "baseRatePerYear",
|
|
4216
|
+
"type": "uint256"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"internalType": "uint256",
|
|
4220
|
+
"name": "multiplierPerYear",
|
|
4221
|
+
"type": "uint256"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"internalType": "uint256",
|
|
4225
|
+
"name": "jumpMultiplierPerYear",
|
|
4226
|
+
"type": "uint256"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"internalType": "uint256",
|
|
4230
|
+
"name": "kink_",
|
|
4231
|
+
"type": "uint256"
|
|
4232
|
+
}
|
|
4233
|
+
],
|
|
4234
|
+
"name": "updateJumpRateModel",
|
|
4235
|
+
"outputs": [],
|
|
4236
|
+
"stateMutability": "nonpayable",
|
|
4237
|
+
"type": "function"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"inputs": [
|
|
4241
|
+
{
|
|
4242
|
+
"internalType": "uint256",
|
|
4243
|
+
"name": "cash",
|
|
4244
|
+
"type": "uint256"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"internalType": "uint256",
|
|
4248
|
+
"name": "borrows",
|
|
4249
|
+
"type": "uint256"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"internalType": "uint256",
|
|
4253
|
+
"name": "reserves",
|
|
4254
|
+
"type": "uint256"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"internalType": "uint256",
|
|
4258
|
+
"name": "badDebt",
|
|
4259
|
+
"type": "uint256"
|
|
4260
|
+
}
|
|
4261
|
+
],
|
|
4262
|
+
"name": "utilizationRate",
|
|
4263
|
+
"outputs": [
|
|
4264
|
+
{
|
|
4265
|
+
"internalType": "uint256",
|
|
4266
|
+
"name": "",
|
|
4267
|
+
"type": "uint256"
|
|
4268
|
+
}
|
|
4269
|
+
],
|
|
4270
|
+
"stateMutability": "pure",
|
|
4271
|
+
"type": "function"
|
|
4272
|
+
}
|
|
4273
|
+
]
|
|
4274
|
+
},
|
|
4275
|
+
"JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps_timeBased": {
|
|
4276
|
+
"address": "0xb41aDec3D6dCc376164D071Cb5ed70388335e471",
|
|
3557
4277
|
"abi": [
|
|
3558
4278
|
{
|
|
3559
4279
|
"inputs": [
|
|
@@ -3912,8 +4632,8 @@
|
|
|
3912
4632
|
}
|
|
3913
4633
|
]
|
|
3914
4634
|
},
|
|
3915
|
-
"
|
|
3916
|
-
"address": "
|
|
4635
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased": {
|
|
4636
|
+
"address": "0xc2edB1e96e45178b901618B96142C2743Ed0e7B3",
|
|
3917
4637
|
"abi": [
|
|
3918
4638
|
{
|
|
3919
4639
|
"inputs": [
|
|
@@ -12416,6 +13136,154 @@
|
|
|
12416
13136
|
"type": "receive"
|
|
12417
13137
|
}
|
|
12418
13138
|
]
|
|
13139
|
+
},
|
|
13140
|
+
"VToken_vweETH_Core": {
|
|
13141
|
+
"address": "0x0170398083eb0D0387709523baFCA6426146C218",
|
|
13142
|
+
"abi": [
|
|
13143
|
+
{
|
|
13144
|
+
"inputs": [
|
|
13145
|
+
{
|
|
13146
|
+
"internalType": "address",
|
|
13147
|
+
"name": "beacon",
|
|
13148
|
+
"type": "address"
|
|
13149
|
+
},
|
|
13150
|
+
{
|
|
13151
|
+
"internalType": "bytes",
|
|
13152
|
+
"name": "data",
|
|
13153
|
+
"type": "bytes"
|
|
13154
|
+
}
|
|
13155
|
+
],
|
|
13156
|
+
"stateMutability": "payable",
|
|
13157
|
+
"type": "constructor"
|
|
13158
|
+
},
|
|
13159
|
+
{
|
|
13160
|
+
"anonymous": false,
|
|
13161
|
+
"inputs": [
|
|
13162
|
+
{
|
|
13163
|
+
"indexed": false,
|
|
13164
|
+
"internalType": "address",
|
|
13165
|
+
"name": "previousAdmin",
|
|
13166
|
+
"type": "address"
|
|
13167
|
+
},
|
|
13168
|
+
{
|
|
13169
|
+
"indexed": false,
|
|
13170
|
+
"internalType": "address",
|
|
13171
|
+
"name": "newAdmin",
|
|
13172
|
+
"type": "address"
|
|
13173
|
+
}
|
|
13174
|
+
],
|
|
13175
|
+
"name": "AdminChanged",
|
|
13176
|
+
"type": "event"
|
|
13177
|
+
},
|
|
13178
|
+
{
|
|
13179
|
+
"anonymous": false,
|
|
13180
|
+
"inputs": [
|
|
13181
|
+
{
|
|
13182
|
+
"indexed": true,
|
|
13183
|
+
"internalType": "address",
|
|
13184
|
+
"name": "beacon",
|
|
13185
|
+
"type": "address"
|
|
13186
|
+
}
|
|
13187
|
+
],
|
|
13188
|
+
"name": "BeaconUpgraded",
|
|
13189
|
+
"type": "event"
|
|
13190
|
+
},
|
|
13191
|
+
{
|
|
13192
|
+
"anonymous": false,
|
|
13193
|
+
"inputs": [
|
|
13194
|
+
{
|
|
13195
|
+
"indexed": true,
|
|
13196
|
+
"internalType": "address",
|
|
13197
|
+
"name": "implementation",
|
|
13198
|
+
"type": "address"
|
|
13199
|
+
}
|
|
13200
|
+
],
|
|
13201
|
+
"name": "Upgraded",
|
|
13202
|
+
"type": "event"
|
|
13203
|
+
},
|
|
13204
|
+
{
|
|
13205
|
+
"stateMutability": "payable",
|
|
13206
|
+
"type": "fallback"
|
|
13207
|
+
},
|
|
13208
|
+
{
|
|
13209
|
+
"stateMutability": "payable",
|
|
13210
|
+
"type": "receive"
|
|
13211
|
+
}
|
|
13212
|
+
]
|
|
13213
|
+
},
|
|
13214
|
+
"VToken_vwstETH_Core": {
|
|
13215
|
+
"address": "0xbEC19Bef402C697a7be315d3e59E5F65b89Fa1BB",
|
|
13216
|
+
"abi": [
|
|
13217
|
+
{
|
|
13218
|
+
"inputs": [
|
|
13219
|
+
{
|
|
13220
|
+
"internalType": "address",
|
|
13221
|
+
"name": "beacon",
|
|
13222
|
+
"type": "address"
|
|
13223
|
+
},
|
|
13224
|
+
{
|
|
13225
|
+
"internalType": "bytes",
|
|
13226
|
+
"name": "data",
|
|
13227
|
+
"type": "bytes"
|
|
13228
|
+
}
|
|
13229
|
+
],
|
|
13230
|
+
"stateMutability": "payable",
|
|
13231
|
+
"type": "constructor"
|
|
13232
|
+
},
|
|
13233
|
+
{
|
|
13234
|
+
"anonymous": false,
|
|
13235
|
+
"inputs": [
|
|
13236
|
+
{
|
|
13237
|
+
"indexed": false,
|
|
13238
|
+
"internalType": "address",
|
|
13239
|
+
"name": "previousAdmin",
|
|
13240
|
+
"type": "address"
|
|
13241
|
+
},
|
|
13242
|
+
{
|
|
13243
|
+
"indexed": false,
|
|
13244
|
+
"internalType": "address",
|
|
13245
|
+
"name": "newAdmin",
|
|
13246
|
+
"type": "address"
|
|
13247
|
+
}
|
|
13248
|
+
],
|
|
13249
|
+
"name": "AdminChanged",
|
|
13250
|
+
"type": "event"
|
|
13251
|
+
},
|
|
13252
|
+
{
|
|
13253
|
+
"anonymous": false,
|
|
13254
|
+
"inputs": [
|
|
13255
|
+
{
|
|
13256
|
+
"indexed": true,
|
|
13257
|
+
"internalType": "address",
|
|
13258
|
+
"name": "beacon",
|
|
13259
|
+
"type": "address"
|
|
13260
|
+
}
|
|
13261
|
+
],
|
|
13262
|
+
"name": "BeaconUpgraded",
|
|
13263
|
+
"type": "event"
|
|
13264
|
+
},
|
|
13265
|
+
{
|
|
13266
|
+
"anonymous": false,
|
|
13267
|
+
"inputs": [
|
|
13268
|
+
{
|
|
13269
|
+
"indexed": true,
|
|
13270
|
+
"internalType": "address",
|
|
13271
|
+
"name": "implementation",
|
|
13272
|
+
"type": "address"
|
|
13273
|
+
}
|
|
13274
|
+
],
|
|
13275
|
+
"name": "Upgraded",
|
|
13276
|
+
"type": "event"
|
|
13277
|
+
},
|
|
13278
|
+
{
|
|
13279
|
+
"stateMutability": "payable",
|
|
13280
|
+
"type": "fallback"
|
|
13281
|
+
},
|
|
13282
|
+
{
|
|
13283
|
+
"stateMutability": "payable",
|
|
13284
|
+
"type": "receive"
|
|
13285
|
+
}
|
|
13286
|
+
]
|
|
12419
13287
|
}
|
|
12420
13288
|
}
|
|
12421
13289
|
}
|