@venusprotocol/isolated-pools 4.2.0-dev.12 → 4.2.0-dev.14
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/ethereum/JumpRateModelV2_base0bps_slope0bps_jump0bps_kink0bps_bpy2628000.json +600 -0
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps_bpy2628000.json +608 -0
- package/deployments/ethereum/VToken_vUSDe_Core.json +257 -0
- package/deployments/ethereum/VToken_vsUSDe_Core.json +257 -0
- package/deployments/ethereum/solcInputs/63aefd090744a1a82e68ec023a9846aa.json +460 -0
- package/deployments/ethereum.json +1344 -476
- package/deployments/ethereum_addresses.json +4 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope0bps_jump0bps_kink0bps_bpy2628000.json +600 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps_bpy2628000.json +608 -0
- package/deployments/sepolia/VToken_vUSDe_Core.json +257 -0
- package/deployments/sepolia/VToken_vsUSDe_Core.json +257 -0
- package/deployments/sepolia/solcInputs/63aefd090744a1a82e68ec023a9846aa.json +460 -0
- package/deployments/sepolia.json +1113 -245
- package/deployments/sepolia_addresses.json +4 -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/ce6625b54019da2185242b008485096c.json +487 -0
- package/deployments/unichainmainnet.json +508 -0
- package/deployments/unichainmainnet_addresses.json +4 -1
- 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/ce6625b54019da2185242b008485096c.json +487 -0
- package/deployments/unichainsepolia.json +1132 -6
- package/deployments/unichainsepolia_addresses.json +6 -1
- package/dist/deployments/ethereum.json +1344 -476
- package/dist/deployments/sepolia.json +1113 -245
- package/dist/deployments/unichainmainnet.json +508 -0
- package/dist/deployments/unichainsepolia.json +1132 -6
- package/dist/helpers/deploymentConfig.js +192 -2
- package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
- package/dist/typechain/factories/IVToken__factory.js +201 -1
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +341 -4
- package/typechain/factories/IVToken__factory.ts +201 -1
|
@@ -2694,29 +2694,24 @@
|
|
|
2694
2694
|
}
|
|
2695
2695
|
]
|
|
2696
2696
|
},
|
|
2697
|
-
"
|
|
2698
|
-
"address": "
|
|
2697
|
+
"JumpRateModelV2_base0bps_slope0bps_jump0bps_kink0bps_bpy2628000": {
|
|
2698
|
+
"address": "0x6c7C46802061FEa5073ac5a10bdC838A41FB75D8",
|
|
2699
2699
|
"abi": [
|
|
2700
2700
|
{
|
|
2701
2701
|
"inputs": [
|
|
2702
2702
|
{
|
|
2703
2703
|
"internalType": "uint256",
|
|
2704
|
-
"name": "
|
|
2705
|
-
"type": "uint256"
|
|
2706
|
-
},
|
|
2707
|
-
{
|
|
2708
|
-
"internalType": "uint256",
|
|
2709
|
-
"name": "baseRatePerYear",
|
|
2704
|
+
"name": "baseRatePerYear_",
|
|
2710
2705
|
"type": "uint256"
|
|
2711
2706
|
},
|
|
2712
2707
|
{
|
|
2713
2708
|
"internalType": "uint256",
|
|
2714
|
-
"name": "
|
|
2709
|
+
"name": "multiplierPerYear_",
|
|
2715
2710
|
"type": "uint256"
|
|
2716
2711
|
},
|
|
2717
2712
|
{
|
|
2718
2713
|
"internalType": "uint256",
|
|
2719
|
-
"name": "
|
|
2714
|
+
"name": "jumpMultiplierPerYear_",
|
|
2720
2715
|
"type": "uint256"
|
|
2721
2716
|
},
|
|
2722
2717
|
{
|
|
@@ -2728,11 +2723,31 @@
|
|
|
2728
2723
|
"internalType": "contract IAccessControlManagerV8",
|
|
2729
2724
|
"name": "accessControlManager_",
|
|
2730
2725
|
"type": "address"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"internalType": "bool",
|
|
2729
|
+
"name": "timeBased_",
|
|
2730
|
+
"type": "bool"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"internalType": "uint256",
|
|
2734
|
+
"name": "blocksPerYear_",
|
|
2735
|
+
"type": "uint256"
|
|
2731
2736
|
}
|
|
2732
2737
|
],
|
|
2733
2738
|
"stateMutability": "nonpayable",
|
|
2734
2739
|
"type": "constructor"
|
|
2735
2740
|
},
|
|
2741
|
+
{
|
|
2742
|
+
"inputs": [],
|
|
2743
|
+
"name": "InvalidBlocksPerYear",
|
|
2744
|
+
"type": "error"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"inputs": [],
|
|
2748
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
2749
|
+
"type": "error"
|
|
2750
|
+
},
|
|
2736
2751
|
{
|
|
2737
2752
|
"inputs": [
|
|
2738
2753
|
{
|
|
@@ -2760,19 +2775,19 @@
|
|
|
2760
2775
|
{
|
|
2761
2776
|
"indexed": false,
|
|
2762
2777
|
"internalType": "uint256",
|
|
2763
|
-
"name": "
|
|
2778
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
2764
2779
|
"type": "uint256"
|
|
2765
2780
|
},
|
|
2766
2781
|
{
|
|
2767
2782
|
"indexed": false,
|
|
2768
2783
|
"internalType": "uint256",
|
|
2769
|
-
"name": "
|
|
2784
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
2770
2785
|
"type": "uint256"
|
|
2771
2786
|
},
|
|
2772
2787
|
{
|
|
2773
2788
|
"indexed": false,
|
|
2774
2789
|
"internalType": "uint256",
|
|
2775
|
-
"name": "
|
|
2790
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
2776
2791
|
"type": "uint256"
|
|
2777
2792
|
},
|
|
2778
2793
|
{
|
|
@@ -2813,7 +2828,20 @@
|
|
|
2813
2828
|
},
|
|
2814
2829
|
{
|
|
2815
2830
|
"inputs": [],
|
|
2816
|
-
"name": "
|
|
2831
|
+
"name": "blocksOrSecondsPerYear",
|
|
2832
|
+
"outputs": [
|
|
2833
|
+
{
|
|
2834
|
+
"internalType": "uint256",
|
|
2835
|
+
"name": "",
|
|
2836
|
+
"type": "uint256"
|
|
2837
|
+
}
|
|
2838
|
+
],
|
|
2839
|
+
"stateMutability": "view",
|
|
2840
|
+
"type": "function"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"inputs": [],
|
|
2844
|
+
"name": "getBlockNumberOrTimestamp",
|
|
2817
2845
|
"outputs": [
|
|
2818
2846
|
{
|
|
2819
2847
|
"internalType": "uint256",
|
|
@@ -2910,6 +2938,19 @@
|
|
|
2910
2938
|
"stateMutability": "pure",
|
|
2911
2939
|
"type": "function"
|
|
2912
2940
|
},
|
|
2941
|
+
{
|
|
2942
|
+
"inputs": [],
|
|
2943
|
+
"name": "isTimeBased",
|
|
2944
|
+
"outputs": [
|
|
2945
|
+
{
|
|
2946
|
+
"internalType": "bool",
|
|
2947
|
+
"name": "",
|
|
2948
|
+
"type": "bool"
|
|
2949
|
+
}
|
|
2950
|
+
],
|
|
2951
|
+
"stateMutability": "view",
|
|
2952
|
+
"type": "function"
|
|
2953
|
+
},
|
|
2913
2954
|
{
|
|
2914
2955
|
"inputs": [],
|
|
2915
2956
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3013,29 +3054,24 @@
|
|
|
3013
3054
|
}
|
|
3014
3055
|
]
|
|
3015
3056
|
},
|
|
3016
|
-
"
|
|
3017
|
-
"address": "
|
|
3057
|
+
"JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3058
|
+
"address": "0x8a38a184E4AF5FeE49D97F9A70228C00B20cD085",
|
|
3018
3059
|
"abi": [
|
|
3019
3060
|
{
|
|
3020
3061
|
"inputs": [
|
|
3021
3062
|
{
|
|
3022
3063
|
"internalType": "uint256",
|
|
3023
|
-
"name": "
|
|
3024
|
-
"type": "uint256"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"internalType": "uint256",
|
|
3028
|
-
"name": "baseRatePerYear",
|
|
3064
|
+
"name": "baseRatePerYear_",
|
|
3029
3065
|
"type": "uint256"
|
|
3030
3066
|
},
|
|
3031
3067
|
{
|
|
3032
3068
|
"internalType": "uint256",
|
|
3033
|
-
"name": "
|
|
3069
|
+
"name": "multiplierPerYear_",
|
|
3034
3070
|
"type": "uint256"
|
|
3035
3071
|
},
|
|
3036
3072
|
{
|
|
3037
3073
|
"internalType": "uint256",
|
|
3038
|
-
"name": "
|
|
3074
|
+
"name": "jumpMultiplierPerYear_",
|
|
3039
3075
|
"type": "uint256"
|
|
3040
3076
|
},
|
|
3041
3077
|
{
|
|
@@ -3047,11 +3083,31 @@
|
|
|
3047
3083
|
"internalType": "contract IAccessControlManagerV8",
|
|
3048
3084
|
"name": "accessControlManager_",
|
|
3049
3085
|
"type": "address"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"internalType": "bool",
|
|
3089
|
+
"name": "timeBased_",
|
|
3090
|
+
"type": "bool"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"internalType": "uint256",
|
|
3094
|
+
"name": "blocksPerYear_",
|
|
3095
|
+
"type": "uint256"
|
|
3050
3096
|
}
|
|
3051
3097
|
],
|
|
3052
3098
|
"stateMutability": "nonpayable",
|
|
3053
3099
|
"type": "constructor"
|
|
3054
3100
|
},
|
|
3101
|
+
{
|
|
3102
|
+
"inputs": [],
|
|
3103
|
+
"name": "InvalidBlocksPerYear",
|
|
3104
|
+
"type": "error"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"inputs": [],
|
|
3108
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3109
|
+
"type": "error"
|
|
3110
|
+
},
|
|
3055
3111
|
{
|
|
3056
3112
|
"inputs": [
|
|
3057
3113
|
{
|
|
@@ -3079,19 +3135,19 @@
|
|
|
3079
3135
|
{
|
|
3080
3136
|
"indexed": false,
|
|
3081
3137
|
"internalType": "uint256",
|
|
3082
|
-
"name": "
|
|
3138
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3083
3139
|
"type": "uint256"
|
|
3084
3140
|
},
|
|
3085
3141
|
{
|
|
3086
3142
|
"indexed": false,
|
|
3087
3143
|
"internalType": "uint256",
|
|
3088
|
-
"name": "
|
|
3144
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3089
3145
|
"type": "uint256"
|
|
3090
3146
|
},
|
|
3091
3147
|
{
|
|
3092
3148
|
"indexed": false,
|
|
3093
3149
|
"internalType": "uint256",
|
|
3094
|
-
"name": "
|
|
3150
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3095
3151
|
"type": "uint256"
|
|
3096
3152
|
},
|
|
3097
3153
|
{
|
|
@@ -3132,7 +3188,20 @@
|
|
|
3132
3188
|
},
|
|
3133
3189
|
{
|
|
3134
3190
|
"inputs": [],
|
|
3135
|
-
"name": "
|
|
3191
|
+
"name": "blocksOrSecondsPerYear",
|
|
3192
|
+
"outputs": [
|
|
3193
|
+
{
|
|
3194
|
+
"internalType": "uint256",
|
|
3195
|
+
"name": "",
|
|
3196
|
+
"type": "uint256"
|
|
3197
|
+
}
|
|
3198
|
+
],
|
|
3199
|
+
"stateMutability": "view",
|
|
3200
|
+
"type": "function"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"inputs": [],
|
|
3204
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3136
3205
|
"outputs": [
|
|
3137
3206
|
{
|
|
3138
3207
|
"internalType": "uint256",
|
|
@@ -3229,6 +3298,19 @@
|
|
|
3229
3298
|
"stateMutability": "pure",
|
|
3230
3299
|
"type": "function"
|
|
3231
3300
|
},
|
|
3301
|
+
{
|
|
3302
|
+
"inputs": [],
|
|
3303
|
+
"name": "isTimeBased",
|
|
3304
|
+
"outputs": [
|
|
3305
|
+
{
|
|
3306
|
+
"internalType": "bool",
|
|
3307
|
+
"name": "",
|
|
3308
|
+
"type": "bool"
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"stateMutability": "view",
|
|
3312
|
+
"type": "function"
|
|
3313
|
+
},
|
|
3232
3314
|
{
|
|
3233
3315
|
"inputs": [],
|
|
3234
3316
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3332,24 +3414,29 @@
|
|
|
3332
3414
|
}
|
|
3333
3415
|
]
|
|
3334
3416
|
},
|
|
3335
|
-
"
|
|
3336
|
-
"address": "
|
|
3417
|
+
"JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3418
|
+
"address": "0x508a84311d19fb77E603C1d234d560b2374d0791",
|
|
3337
3419
|
"abi": [
|
|
3338
3420
|
{
|
|
3339
3421
|
"inputs": [
|
|
3340
3422
|
{
|
|
3341
3423
|
"internalType": "uint256",
|
|
3342
|
-
"name": "
|
|
3424
|
+
"name": "blocksPerYear_",
|
|
3343
3425
|
"type": "uint256"
|
|
3344
3426
|
},
|
|
3345
3427
|
{
|
|
3346
3428
|
"internalType": "uint256",
|
|
3347
|
-
"name": "
|
|
3429
|
+
"name": "baseRatePerYear",
|
|
3348
3430
|
"type": "uint256"
|
|
3349
3431
|
},
|
|
3350
3432
|
{
|
|
3351
3433
|
"internalType": "uint256",
|
|
3352
|
-
"name": "
|
|
3434
|
+
"name": "multiplierPerYear",
|
|
3435
|
+
"type": "uint256"
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"internalType": "uint256",
|
|
3439
|
+
"name": "jumpMultiplierPerYear",
|
|
3353
3440
|
"type": "uint256"
|
|
3354
3441
|
},
|
|
3355
3442
|
{
|
|
@@ -3361,31 +3448,11 @@
|
|
|
3361
3448
|
"internalType": "contract IAccessControlManagerV8",
|
|
3362
3449
|
"name": "accessControlManager_",
|
|
3363
3450
|
"type": "address"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"internalType": "bool",
|
|
3367
|
-
"name": "timeBased_",
|
|
3368
|
-
"type": "bool"
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"internalType": "uint256",
|
|
3372
|
-
"name": "blocksPerYear_",
|
|
3373
|
-
"type": "uint256"
|
|
3374
3451
|
}
|
|
3375
3452
|
],
|
|
3376
3453
|
"stateMutability": "nonpayable",
|
|
3377
3454
|
"type": "constructor"
|
|
3378
3455
|
},
|
|
3379
|
-
{
|
|
3380
|
-
"inputs": [],
|
|
3381
|
-
"name": "InvalidBlocksPerYear",
|
|
3382
|
-
"type": "error"
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"inputs": [],
|
|
3386
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
3387
|
-
"type": "error"
|
|
3388
|
-
},
|
|
3389
3456
|
{
|
|
3390
3457
|
"inputs": [
|
|
3391
3458
|
{
|
|
@@ -3413,19 +3480,19 @@
|
|
|
3413
3480
|
{
|
|
3414
3481
|
"indexed": false,
|
|
3415
3482
|
"internalType": "uint256",
|
|
3416
|
-
"name": "
|
|
3483
|
+
"name": "baseRatePerBlock",
|
|
3417
3484
|
"type": "uint256"
|
|
3418
3485
|
},
|
|
3419
3486
|
{
|
|
3420
3487
|
"indexed": false,
|
|
3421
3488
|
"internalType": "uint256",
|
|
3422
|
-
"name": "
|
|
3489
|
+
"name": "multiplierPerBlock",
|
|
3423
3490
|
"type": "uint256"
|
|
3424
3491
|
},
|
|
3425
3492
|
{
|
|
3426
3493
|
"indexed": false,
|
|
3427
3494
|
"internalType": "uint256",
|
|
3428
|
-
"name": "
|
|
3495
|
+
"name": "jumpMultiplierPerBlock",
|
|
3429
3496
|
"type": "uint256"
|
|
3430
3497
|
},
|
|
3431
3498
|
{
|
|
@@ -3466,20 +3533,7 @@
|
|
|
3466
3533
|
},
|
|
3467
3534
|
{
|
|
3468
3535
|
"inputs": [],
|
|
3469
|
-
"name": "
|
|
3470
|
-
"outputs": [
|
|
3471
|
-
{
|
|
3472
|
-
"internalType": "uint256",
|
|
3473
|
-
"name": "",
|
|
3474
|
-
"type": "uint256"
|
|
3475
|
-
}
|
|
3476
|
-
],
|
|
3477
|
-
"stateMutability": "view",
|
|
3478
|
-
"type": "function"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"inputs": [],
|
|
3482
|
-
"name": "getBlockNumberOrTimestamp",
|
|
3536
|
+
"name": "blocksPerYear",
|
|
3483
3537
|
"outputs": [
|
|
3484
3538
|
{
|
|
3485
3539
|
"internalType": "uint256",
|
|
@@ -3576,19 +3630,6 @@
|
|
|
3576
3630
|
"stateMutability": "pure",
|
|
3577
3631
|
"type": "function"
|
|
3578
3632
|
},
|
|
3579
|
-
{
|
|
3580
|
-
"inputs": [],
|
|
3581
|
-
"name": "isTimeBased",
|
|
3582
|
-
"outputs": [
|
|
3583
|
-
{
|
|
3584
|
-
"internalType": "bool",
|
|
3585
|
-
"name": "",
|
|
3586
|
-
"type": "bool"
|
|
3587
|
-
}
|
|
3588
|
-
],
|
|
3589
|
-
"stateMutability": "view",
|
|
3590
|
-
"type": "function"
|
|
3591
|
-
},
|
|
3592
3633
|
{
|
|
3593
3634
|
"inputs": [],
|
|
3594
3635
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3692,24 +3733,29 @@
|
|
|
3692
3733
|
}
|
|
3693
3734
|
]
|
|
3694
3735
|
},
|
|
3695
|
-
"
|
|
3696
|
-
"address": "
|
|
3736
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3737
|
+
"address": "0x244dBE6d11Ae9AadBaD552E6BD8901B680028E31",
|
|
3697
3738
|
"abi": [
|
|
3698
3739
|
{
|
|
3699
3740
|
"inputs": [
|
|
3700
3741
|
{
|
|
3701
3742
|
"internalType": "uint256",
|
|
3702
|
-
"name": "
|
|
3743
|
+
"name": "blocksPerYear_",
|
|
3703
3744
|
"type": "uint256"
|
|
3704
3745
|
},
|
|
3705
3746
|
{
|
|
3706
3747
|
"internalType": "uint256",
|
|
3707
|
-
"name": "
|
|
3748
|
+
"name": "baseRatePerYear",
|
|
3708
3749
|
"type": "uint256"
|
|
3709
3750
|
},
|
|
3710
3751
|
{
|
|
3711
3752
|
"internalType": "uint256",
|
|
3712
|
-
"name": "
|
|
3753
|
+
"name": "multiplierPerYear",
|
|
3754
|
+
"type": "uint256"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"internalType": "uint256",
|
|
3758
|
+
"name": "jumpMultiplierPerYear",
|
|
3713
3759
|
"type": "uint256"
|
|
3714
3760
|
},
|
|
3715
3761
|
{
|
|
@@ -3721,31 +3767,11 @@
|
|
|
3721
3767
|
"internalType": "contract IAccessControlManagerV8",
|
|
3722
3768
|
"name": "accessControlManager_",
|
|
3723
3769
|
"type": "address"
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"internalType": "bool",
|
|
3727
|
-
"name": "timeBased_",
|
|
3728
|
-
"type": "bool"
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"internalType": "uint256",
|
|
3732
|
-
"name": "blocksPerYear_",
|
|
3733
|
-
"type": "uint256"
|
|
3734
3770
|
}
|
|
3735
3771
|
],
|
|
3736
3772
|
"stateMutability": "nonpayable",
|
|
3737
3773
|
"type": "constructor"
|
|
3738
3774
|
},
|
|
3739
|
-
{
|
|
3740
|
-
"inputs": [],
|
|
3741
|
-
"name": "InvalidBlocksPerYear",
|
|
3742
|
-
"type": "error"
|
|
3743
|
-
},
|
|
3744
|
-
{
|
|
3745
|
-
"inputs": [],
|
|
3746
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
3747
|
-
"type": "error"
|
|
3748
|
-
},
|
|
3749
3775
|
{
|
|
3750
3776
|
"inputs": [
|
|
3751
3777
|
{
|
|
@@ -3773,19 +3799,19 @@
|
|
|
3773
3799
|
{
|
|
3774
3800
|
"indexed": false,
|
|
3775
3801
|
"internalType": "uint256",
|
|
3776
|
-
"name": "
|
|
3802
|
+
"name": "baseRatePerBlock",
|
|
3777
3803
|
"type": "uint256"
|
|
3778
3804
|
},
|
|
3779
3805
|
{
|
|
3780
3806
|
"indexed": false,
|
|
3781
3807
|
"internalType": "uint256",
|
|
3782
|
-
"name": "
|
|
3808
|
+
"name": "multiplierPerBlock",
|
|
3783
3809
|
"type": "uint256"
|
|
3784
3810
|
},
|
|
3785
3811
|
{
|
|
3786
3812
|
"indexed": false,
|
|
3787
3813
|
"internalType": "uint256",
|
|
3788
|
-
"name": "
|
|
3814
|
+
"name": "jumpMultiplierPerBlock",
|
|
3789
3815
|
"type": "uint256"
|
|
3790
3816
|
},
|
|
3791
3817
|
{
|
|
@@ -3826,20 +3852,7 @@
|
|
|
3826
3852
|
},
|
|
3827
3853
|
{
|
|
3828
3854
|
"inputs": [],
|
|
3829
|
-
"name": "
|
|
3830
|
-
"outputs": [
|
|
3831
|
-
{
|
|
3832
|
-
"internalType": "uint256",
|
|
3833
|
-
"name": "",
|
|
3834
|
-
"type": "uint256"
|
|
3835
|
-
}
|
|
3836
|
-
],
|
|
3837
|
-
"stateMutability": "view",
|
|
3838
|
-
"type": "function"
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"inputs": [],
|
|
3842
|
-
"name": "getBlockNumberOrTimestamp",
|
|
3855
|
+
"name": "blocksPerYear",
|
|
3843
3856
|
"outputs": [
|
|
3844
3857
|
{
|
|
3845
3858
|
"internalType": "uint256",
|
|
@@ -3936,19 +3949,6 @@
|
|
|
3936
3949
|
"stateMutability": "pure",
|
|
3937
3950
|
"type": "function"
|
|
3938
3951
|
},
|
|
3939
|
-
{
|
|
3940
|
-
"inputs": [],
|
|
3941
|
-
"name": "isTimeBased",
|
|
3942
|
-
"outputs": [
|
|
3943
|
-
{
|
|
3944
|
-
"internalType": "bool",
|
|
3945
|
-
"name": "",
|
|
3946
|
-
"type": "bool"
|
|
3947
|
-
}
|
|
3948
|
-
],
|
|
3949
|
-
"stateMutability": "view",
|
|
3950
|
-
"type": "function"
|
|
3951
|
-
},
|
|
3952
3952
|
{
|
|
3953
3953
|
"inputs": [],
|
|
3954
3954
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4052,8 +4052,8 @@
|
|
|
4052
4052
|
}
|
|
4053
4053
|
]
|
|
4054
4054
|
},
|
|
4055
|
-
"
|
|
4056
|
-
"address": "
|
|
4055
|
+
"JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
4056
|
+
"address": "0x322072b84434609ff64333A125516055B5B4405F",
|
|
4057
4057
|
"abi": [
|
|
4058
4058
|
{
|
|
4059
4059
|
"inputs": [
|
|
@@ -4412,8 +4412,8 @@
|
|
|
4412
4412
|
}
|
|
4413
4413
|
]
|
|
4414
4414
|
},
|
|
4415
|
-
"
|
|
4416
|
-
"address": "
|
|
4415
|
+
"JumpRateModelV2_base0bps_slope1630bps_jump25000bps_kink9200bps_bpy2628000": {
|
|
4416
|
+
"address": "0x786ed1931Fa76a70B1259c42B0aC106B1E08485c",
|
|
4417
4417
|
"abi": [
|
|
4418
4418
|
{
|
|
4419
4419
|
"inputs": [
|
|
@@ -4772,8 +4772,8 @@
|
|
|
4772
4772
|
}
|
|
4773
4773
|
]
|
|
4774
4774
|
},
|
|
4775
|
-
"
|
|
4776
|
-
"address": "
|
|
4775
|
+
"JumpRateModelV2_base0bps_slope1750bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
4776
|
+
"address": "0x675b3dF06a5F3A7d2f04e7852Dbf8f8d40959Ca9",
|
|
4777
4777
|
"abi": [
|
|
4778
4778
|
{
|
|
4779
4779
|
"inputs": [
|
|
@@ -5132,8 +5132,8 @@
|
|
|
5132
5132
|
}
|
|
5133
5133
|
]
|
|
5134
5134
|
},
|
|
5135
|
-
"
|
|
5136
|
-
"address": "
|
|
5135
|
+
"JumpRateModelV2_base0bps_slope2000bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
5136
|
+
"address": "0x837996e7d74222965ACf1fdd478926e07336a291",
|
|
5137
5137
|
"abi": [
|
|
5138
5138
|
{
|
|
5139
5139
|
"inputs": [
|
|
@@ -5492,29 +5492,24 @@
|
|
|
5492
5492
|
}
|
|
5493
5493
|
]
|
|
5494
5494
|
},
|
|
5495
|
-
"
|
|
5496
|
-
"address": "
|
|
5495
|
+
"JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps_bpy2628000": {
|
|
5496
|
+
"address": "0x2F81dAA9de0fD60fb9B105Cfc5b67A31Fda547b6",
|
|
5497
5497
|
"abi": [
|
|
5498
5498
|
{
|
|
5499
5499
|
"inputs": [
|
|
5500
5500
|
{
|
|
5501
5501
|
"internalType": "uint256",
|
|
5502
|
-
"name": "
|
|
5503
|
-
"type": "uint256"
|
|
5504
|
-
},
|
|
5505
|
-
{
|
|
5506
|
-
"internalType": "uint256",
|
|
5507
|
-
"name": "baseRatePerYear",
|
|
5502
|
+
"name": "baseRatePerYear_",
|
|
5508
5503
|
"type": "uint256"
|
|
5509
5504
|
},
|
|
5510
5505
|
{
|
|
5511
5506
|
"internalType": "uint256",
|
|
5512
|
-
"name": "
|
|
5507
|
+
"name": "multiplierPerYear_",
|
|
5513
5508
|
"type": "uint256"
|
|
5514
5509
|
},
|
|
5515
5510
|
{
|
|
5516
5511
|
"internalType": "uint256",
|
|
5517
|
-
"name": "
|
|
5512
|
+
"name": "jumpMultiplierPerYear_",
|
|
5518
5513
|
"type": "uint256"
|
|
5519
5514
|
},
|
|
5520
5515
|
{
|
|
@@ -5526,11 +5521,31 @@
|
|
|
5526
5521
|
"internalType": "contract IAccessControlManagerV8",
|
|
5527
5522
|
"name": "accessControlManager_",
|
|
5528
5523
|
"type": "address"
|
|
5524
|
+
},
|
|
5525
|
+
{
|
|
5526
|
+
"internalType": "bool",
|
|
5527
|
+
"name": "timeBased_",
|
|
5528
|
+
"type": "bool"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"internalType": "uint256",
|
|
5532
|
+
"name": "blocksPerYear_",
|
|
5533
|
+
"type": "uint256"
|
|
5529
5534
|
}
|
|
5530
5535
|
],
|
|
5531
5536
|
"stateMutability": "nonpayable",
|
|
5532
5537
|
"type": "constructor"
|
|
5533
5538
|
},
|
|
5539
|
+
{
|
|
5540
|
+
"inputs": [],
|
|
5541
|
+
"name": "InvalidBlocksPerYear",
|
|
5542
|
+
"type": "error"
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"inputs": [],
|
|
5546
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
5547
|
+
"type": "error"
|
|
5548
|
+
},
|
|
5534
5549
|
{
|
|
5535
5550
|
"inputs": [
|
|
5536
5551
|
{
|
|
@@ -5558,19 +5573,19 @@
|
|
|
5558
5573
|
{
|
|
5559
5574
|
"indexed": false,
|
|
5560
5575
|
"internalType": "uint256",
|
|
5561
|
-
"name": "
|
|
5576
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
5562
5577
|
"type": "uint256"
|
|
5563
5578
|
},
|
|
5564
5579
|
{
|
|
5565
5580
|
"indexed": false,
|
|
5566
5581
|
"internalType": "uint256",
|
|
5567
|
-
"name": "
|
|
5582
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
5568
5583
|
"type": "uint256"
|
|
5569
5584
|
},
|
|
5570
5585
|
{
|
|
5571
5586
|
"indexed": false,
|
|
5572
5587
|
"internalType": "uint256",
|
|
5573
|
-
"name": "
|
|
5588
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
5574
5589
|
"type": "uint256"
|
|
5575
5590
|
},
|
|
5576
5591
|
{
|
|
@@ -5611,7 +5626,20 @@
|
|
|
5611
5626
|
},
|
|
5612
5627
|
{
|
|
5613
5628
|
"inputs": [],
|
|
5614
|
-
"name": "
|
|
5629
|
+
"name": "blocksOrSecondsPerYear",
|
|
5630
|
+
"outputs": [
|
|
5631
|
+
{
|
|
5632
|
+
"internalType": "uint256",
|
|
5633
|
+
"name": "",
|
|
5634
|
+
"type": "uint256"
|
|
5635
|
+
}
|
|
5636
|
+
],
|
|
5637
|
+
"stateMutability": "view",
|
|
5638
|
+
"type": "function"
|
|
5639
|
+
},
|
|
5640
|
+
{
|
|
5641
|
+
"inputs": [],
|
|
5642
|
+
"name": "getBlockNumberOrTimestamp",
|
|
5615
5643
|
"outputs": [
|
|
5616
5644
|
{
|
|
5617
5645
|
"internalType": "uint256",
|
|
@@ -5708,6 +5736,19 @@
|
|
|
5708
5736
|
"stateMutability": "pure",
|
|
5709
5737
|
"type": "function"
|
|
5710
5738
|
},
|
|
5739
|
+
{
|
|
5740
|
+
"inputs": [],
|
|
5741
|
+
"name": "isTimeBased",
|
|
5742
|
+
"outputs": [
|
|
5743
|
+
{
|
|
5744
|
+
"internalType": "bool",
|
|
5745
|
+
"name": "",
|
|
5746
|
+
"type": "bool"
|
|
5747
|
+
}
|
|
5748
|
+
],
|
|
5749
|
+
"stateMutability": "view",
|
|
5750
|
+
"type": "function"
|
|
5751
|
+
},
|
|
5711
5752
|
{
|
|
5712
5753
|
"inputs": [],
|
|
5713
5754
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5811,8 +5852,8 @@
|
|
|
5811
5852
|
}
|
|
5812
5853
|
]
|
|
5813
5854
|
},
|
|
5814
|
-
"
|
|
5815
|
-
"address": "
|
|
5855
|
+
"JumpRateModelV2_base0bps_slope300bps_jump8000bps_kink9000bps_bpy2628000": {
|
|
5856
|
+
"address": "0xe1747F8D64C297DBB482c4FD8fd11EA73F7Dc85a",
|
|
5816
5857
|
"abi": [
|
|
5817
5858
|
{
|
|
5818
5859
|
"inputs": [
|
|
@@ -6171,8 +6212,8 @@
|
|
|
6171
6212
|
}
|
|
6172
6213
|
]
|
|
6173
6214
|
},
|
|
6174
|
-
"
|
|
6175
|
-
"address": "
|
|
6215
|
+
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
6216
|
+
"address": "0x01E002C218D70dD374566cc40D9fCA1429AB7E65",
|
|
6176
6217
|
"abi": [
|
|
6177
6218
|
{
|
|
6178
6219
|
"inputs": [
|
|
@@ -6490,8 +6531,8 @@
|
|
|
6490
6531
|
}
|
|
6491
6532
|
]
|
|
6492
6533
|
},
|
|
6493
|
-
"
|
|
6494
|
-
"address": "
|
|
6534
|
+
"JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps_bpy2628000": {
|
|
6535
|
+
"address": "0xDaFA3B350288cEb448e0E03077D932f8EF561391",
|
|
6495
6536
|
"abi": [
|
|
6496
6537
|
{
|
|
6497
6538
|
"inputs": [
|
|
@@ -6850,8 +6891,8 @@
|
|
|
6850
6891
|
}
|
|
6851
6892
|
]
|
|
6852
6893
|
},
|
|
6853
|
-
"
|
|
6854
|
-
"address": "
|
|
6894
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
6895
|
+
"address": "0xFCaBF5b76968e010b8BC310486bE418b9d16fEb2",
|
|
6855
6896
|
"abi": [
|
|
6856
6897
|
{
|
|
6857
6898
|
"inputs": [
|
|
@@ -7169,29 +7210,24 @@
|
|
|
7169
7210
|
}
|
|
7170
7211
|
]
|
|
7171
7212
|
},
|
|
7172
|
-
"
|
|
7173
|
-
"address": "
|
|
7213
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink9000bps_bpy2628000": {
|
|
7214
|
+
"address": "0x834078D691d431aAdC80197f7a61239F9F89547b",
|
|
7174
7215
|
"abi": [
|
|
7175
7216
|
{
|
|
7176
7217
|
"inputs": [
|
|
7177
7218
|
{
|
|
7178
7219
|
"internalType": "uint256",
|
|
7179
|
-
"name": "
|
|
7180
|
-
"type": "uint256"
|
|
7181
|
-
},
|
|
7182
|
-
{
|
|
7183
|
-
"internalType": "uint256",
|
|
7184
|
-
"name": "baseRatePerYear",
|
|
7220
|
+
"name": "baseRatePerYear_",
|
|
7185
7221
|
"type": "uint256"
|
|
7186
7222
|
},
|
|
7187
7223
|
{
|
|
7188
7224
|
"internalType": "uint256",
|
|
7189
|
-
"name": "
|
|
7225
|
+
"name": "multiplierPerYear_",
|
|
7190
7226
|
"type": "uint256"
|
|
7191
7227
|
},
|
|
7192
7228
|
{
|
|
7193
7229
|
"internalType": "uint256",
|
|
7194
|
-
"name": "
|
|
7230
|
+
"name": "jumpMultiplierPerYear_",
|
|
7195
7231
|
"type": "uint256"
|
|
7196
7232
|
},
|
|
7197
7233
|
{
|
|
@@ -7203,11 +7239,31 @@
|
|
|
7203
7239
|
"internalType": "contract IAccessControlManagerV8",
|
|
7204
7240
|
"name": "accessControlManager_",
|
|
7205
7241
|
"type": "address"
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"internalType": "bool",
|
|
7245
|
+
"name": "timeBased_",
|
|
7246
|
+
"type": "bool"
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"internalType": "uint256",
|
|
7250
|
+
"name": "blocksPerYear_",
|
|
7251
|
+
"type": "uint256"
|
|
7206
7252
|
}
|
|
7207
7253
|
],
|
|
7208
7254
|
"stateMutability": "nonpayable",
|
|
7209
7255
|
"type": "constructor"
|
|
7210
7256
|
},
|
|
7257
|
+
{
|
|
7258
|
+
"inputs": [],
|
|
7259
|
+
"name": "InvalidBlocksPerYear",
|
|
7260
|
+
"type": "error"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"inputs": [],
|
|
7264
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
7265
|
+
"type": "error"
|
|
7266
|
+
},
|
|
7211
7267
|
{
|
|
7212
7268
|
"inputs": [
|
|
7213
7269
|
{
|
|
@@ -7235,19 +7291,19 @@
|
|
|
7235
7291
|
{
|
|
7236
7292
|
"indexed": false,
|
|
7237
7293
|
"internalType": "uint256",
|
|
7238
|
-
"name": "
|
|
7294
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
7239
7295
|
"type": "uint256"
|
|
7240
7296
|
},
|
|
7241
7297
|
{
|
|
7242
7298
|
"indexed": false,
|
|
7243
7299
|
"internalType": "uint256",
|
|
7244
|
-
"name": "
|
|
7300
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
7245
7301
|
"type": "uint256"
|
|
7246
7302
|
},
|
|
7247
7303
|
{
|
|
7248
7304
|
"indexed": false,
|
|
7249
7305
|
"internalType": "uint256",
|
|
7250
|
-
"name": "
|
|
7306
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
7251
7307
|
"type": "uint256"
|
|
7252
7308
|
},
|
|
7253
7309
|
{
|
|
@@ -7288,7 +7344,20 @@
|
|
|
7288
7344
|
},
|
|
7289
7345
|
{
|
|
7290
7346
|
"inputs": [],
|
|
7291
|
-
"name": "
|
|
7347
|
+
"name": "blocksOrSecondsPerYear",
|
|
7348
|
+
"outputs": [
|
|
7349
|
+
{
|
|
7350
|
+
"internalType": "uint256",
|
|
7351
|
+
"name": "",
|
|
7352
|
+
"type": "uint256"
|
|
7353
|
+
}
|
|
7354
|
+
],
|
|
7355
|
+
"stateMutability": "view",
|
|
7356
|
+
"type": "function"
|
|
7357
|
+
},
|
|
7358
|
+
{
|
|
7359
|
+
"inputs": [],
|
|
7360
|
+
"name": "getBlockNumberOrTimestamp",
|
|
7292
7361
|
"outputs": [
|
|
7293
7362
|
{
|
|
7294
7363
|
"internalType": "uint256",
|
|
@@ -7385,6 +7454,19 @@
|
|
|
7385
7454
|
"stateMutability": "pure",
|
|
7386
7455
|
"type": "function"
|
|
7387
7456
|
},
|
|
7457
|
+
{
|
|
7458
|
+
"inputs": [],
|
|
7459
|
+
"name": "isTimeBased",
|
|
7460
|
+
"outputs": [
|
|
7461
|
+
{
|
|
7462
|
+
"internalType": "bool",
|
|
7463
|
+
"name": "",
|
|
7464
|
+
"type": "bool"
|
|
7465
|
+
}
|
|
7466
|
+
],
|
|
7467
|
+
"stateMutability": "view",
|
|
7468
|
+
"type": "function"
|
|
7469
|
+
},
|
|
7388
7470
|
{
|
|
7389
7471
|
"inputs": [],
|
|
7390
7472
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -7488,24 +7570,29 @@
|
|
|
7488
7570
|
}
|
|
7489
7571
|
]
|
|
7490
7572
|
},
|
|
7491
|
-
"
|
|
7492
|
-
"address": "
|
|
7573
|
+
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps_bpy2628000": {
|
|
7574
|
+
"address": "0x07a912CD58CbB5736d015608F424c43B2CAd0B5e",
|
|
7493
7575
|
"abi": [
|
|
7494
7576
|
{
|
|
7495
7577
|
"inputs": [
|
|
7496
7578
|
{
|
|
7497
7579
|
"internalType": "uint256",
|
|
7498
|
-
"name": "
|
|
7580
|
+
"name": "blocksPerYear_",
|
|
7499
7581
|
"type": "uint256"
|
|
7500
7582
|
},
|
|
7501
7583
|
{
|
|
7502
7584
|
"internalType": "uint256",
|
|
7503
|
-
"name": "
|
|
7585
|
+
"name": "baseRatePerYear",
|
|
7504
7586
|
"type": "uint256"
|
|
7505
7587
|
},
|
|
7506
7588
|
{
|
|
7507
7589
|
"internalType": "uint256",
|
|
7508
|
-
"name": "
|
|
7590
|
+
"name": "multiplierPerYear",
|
|
7591
|
+
"type": "uint256"
|
|
7592
|
+
},
|
|
7593
|
+
{
|
|
7594
|
+
"internalType": "uint256",
|
|
7595
|
+
"name": "jumpMultiplierPerYear",
|
|
7509
7596
|
"type": "uint256"
|
|
7510
7597
|
},
|
|
7511
7598
|
{
|
|
@@ -7517,31 +7604,11 @@
|
|
|
7517
7604
|
"internalType": "contract IAccessControlManagerV8",
|
|
7518
7605
|
"name": "accessControlManager_",
|
|
7519
7606
|
"type": "address"
|
|
7520
|
-
},
|
|
7521
|
-
{
|
|
7522
|
-
"internalType": "bool",
|
|
7523
|
-
"name": "timeBased_",
|
|
7524
|
-
"type": "bool"
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
"internalType": "uint256",
|
|
7528
|
-
"name": "blocksPerYear_",
|
|
7529
|
-
"type": "uint256"
|
|
7530
7607
|
}
|
|
7531
7608
|
],
|
|
7532
7609
|
"stateMutability": "nonpayable",
|
|
7533
7610
|
"type": "constructor"
|
|
7534
7611
|
},
|
|
7535
|
-
{
|
|
7536
|
-
"inputs": [],
|
|
7537
|
-
"name": "InvalidBlocksPerYear",
|
|
7538
|
-
"type": "error"
|
|
7539
|
-
},
|
|
7540
|
-
{
|
|
7541
|
-
"inputs": [],
|
|
7542
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
7543
|
-
"type": "error"
|
|
7544
|
-
},
|
|
7545
7612
|
{
|
|
7546
7613
|
"inputs": [
|
|
7547
7614
|
{
|
|
@@ -7569,19 +7636,19 @@
|
|
|
7569
7636
|
{
|
|
7570
7637
|
"indexed": false,
|
|
7571
7638
|
"internalType": "uint256",
|
|
7572
|
-
"name": "
|
|
7639
|
+
"name": "baseRatePerBlock",
|
|
7573
7640
|
"type": "uint256"
|
|
7574
7641
|
},
|
|
7575
7642
|
{
|
|
7576
7643
|
"indexed": false,
|
|
7577
7644
|
"internalType": "uint256",
|
|
7578
|
-
"name": "
|
|
7645
|
+
"name": "multiplierPerBlock",
|
|
7579
7646
|
"type": "uint256"
|
|
7580
7647
|
},
|
|
7581
7648
|
{
|
|
7582
7649
|
"indexed": false,
|
|
7583
7650
|
"internalType": "uint256",
|
|
7584
|
-
"name": "
|
|
7651
|
+
"name": "jumpMultiplierPerBlock",
|
|
7585
7652
|
"type": "uint256"
|
|
7586
7653
|
},
|
|
7587
7654
|
{
|
|
@@ -7622,20 +7689,7 @@
|
|
|
7622
7689
|
},
|
|
7623
7690
|
{
|
|
7624
7691
|
"inputs": [],
|
|
7625
|
-
"name": "
|
|
7626
|
-
"outputs": [
|
|
7627
|
-
{
|
|
7628
|
-
"internalType": "uint256",
|
|
7629
|
-
"name": "",
|
|
7630
|
-
"type": "uint256"
|
|
7631
|
-
}
|
|
7632
|
-
],
|
|
7633
|
-
"stateMutability": "view",
|
|
7634
|
-
"type": "function"
|
|
7635
|
-
},
|
|
7636
|
-
{
|
|
7637
|
-
"inputs": [],
|
|
7638
|
-
"name": "getBlockNumberOrTimestamp",
|
|
7692
|
+
"name": "blocksPerYear",
|
|
7639
7693
|
"outputs": [
|
|
7640
7694
|
{
|
|
7641
7695
|
"internalType": "uint256",
|
|
@@ -7732,19 +7786,6 @@
|
|
|
7732
7786
|
"stateMutability": "pure",
|
|
7733
7787
|
"type": "function"
|
|
7734
7788
|
},
|
|
7735
|
-
{
|
|
7736
|
-
"inputs": [],
|
|
7737
|
-
"name": "isTimeBased",
|
|
7738
|
-
"outputs": [
|
|
7739
|
-
{
|
|
7740
|
-
"internalType": "bool",
|
|
7741
|
-
"name": "",
|
|
7742
|
-
"type": "bool"
|
|
7743
|
-
}
|
|
7744
|
-
],
|
|
7745
|
-
"stateMutability": "view",
|
|
7746
|
-
"type": "function"
|
|
7747
|
-
},
|
|
7748
7789
|
{
|
|
7749
7790
|
"inputs": [],
|
|
7750
7791
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -7848,24 +7889,29 @@
|
|
|
7848
7889
|
}
|
|
7849
7890
|
]
|
|
7850
7891
|
},
|
|
7851
|
-
"
|
|
7852
|
-
"address": "
|
|
7892
|
+
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
7893
|
+
"address": "0x0F84aF9A902dbb5a0986e5D5003189cF2B80A760",
|
|
7853
7894
|
"abi": [
|
|
7854
7895
|
{
|
|
7855
7896
|
"inputs": [
|
|
7856
7897
|
{
|
|
7857
7898
|
"internalType": "uint256",
|
|
7858
|
-
"name": "
|
|
7899
|
+
"name": "blocksPerYear_",
|
|
7859
7900
|
"type": "uint256"
|
|
7860
7901
|
},
|
|
7861
7902
|
{
|
|
7862
7903
|
"internalType": "uint256",
|
|
7863
|
-
"name": "
|
|
7904
|
+
"name": "baseRatePerYear",
|
|
7864
7905
|
"type": "uint256"
|
|
7865
7906
|
},
|
|
7866
7907
|
{
|
|
7867
7908
|
"internalType": "uint256",
|
|
7868
|
-
"name": "
|
|
7909
|
+
"name": "multiplierPerYear",
|
|
7910
|
+
"type": "uint256"
|
|
7911
|
+
},
|
|
7912
|
+
{
|
|
7913
|
+
"internalType": "uint256",
|
|
7914
|
+
"name": "jumpMultiplierPerYear",
|
|
7869
7915
|
"type": "uint256"
|
|
7870
7916
|
},
|
|
7871
7917
|
{
|
|
@@ -7877,31 +7923,11 @@
|
|
|
7877
7923
|
"internalType": "contract IAccessControlManagerV8",
|
|
7878
7924
|
"name": "accessControlManager_",
|
|
7879
7925
|
"type": "address"
|
|
7880
|
-
},
|
|
7881
|
-
{
|
|
7882
|
-
"internalType": "bool",
|
|
7883
|
-
"name": "timeBased_",
|
|
7884
|
-
"type": "bool"
|
|
7885
|
-
},
|
|
7886
|
-
{
|
|
7887
|
-
"internalType": "uint256",
|
|
7888
|
-
"name": "blocksPerYear_",
|
|
7889
|
-
"type": "uint256"
|
|
7890
7926
|
}
|
|
7891
7927
|
],
|
|
7892
7928
|
"stateMutability": "nonpayable",
|
|
7893
7929
|
"type": "constructor"
|
|
7894
7930
|
},
|
|
7895
|
-
{
|
|
7896
|
-
"inputs": [],
|
|
7897
|
-
"name": "InvalidBlocksPerYear",
|
|
7898
|
-
"type": "error"
|
|
7899
|
-
},
|
|
7900
|
-
{
|
|
7901
|
-
"inputs": [],
|
|
7902
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
7903
|
-
"type": "error"
|
|
7904
|
-
},
|
|
7905
7931
|
{
|
|
7906
7932
|
"inputs": [
|
|
7907
7933
|
{
|
|
@@ -7929,19 +7955,19 @@
|
|
|
7929
7955
|
{
|
|
7930
7956
|
"indexed": false,
|
|
7931
7957
|
"internalType": "uint256",
|
|
7932
|
-
"name": "
|
|
7958
|
+
"name": "baseRatePerBlock",
|
|
7933
7959
|
"type": "uint256"
|
|
7934
7960
|
},
|
|
7935
7961
|
{
|
|
7936
7962
|
"indexed": false,
|
|
7937
7963
|
"internalType": "uint256",
|
|
7938
|
-
"name": "
|
|
7964
|
+
"name": "multiplierPerBlock",
|
|
7939
7965
|
"type": "uint256"
|
|
7940
7966
|
},
|
|
7941
7967
|
{
|
|
7942
7968
|
"indexed": false,
|
|
7943
7969
|
"internalType": "uint256",
|
|
7944
|
-
"name": "
|
|
7970
|
+
"name": "jumpMultiplierPerBlock",
|
|
7945
7971
|
"type": "uint256"
|
|
7946
7972
|
},
|
|
7947
7973
|
{
|
|
@@ -7982,20 +8008,7 @@
|
|
|
7982
8008
|
},
|
|
7983
8009
|
{
|
|
7984
8010
|
"inputs": [],
|
|
7985
|
-
"name": "
|
|
7986
|
-
"outputs": [
|
|
7987
|
-
{
|
|
7988
|
-
"internalType": "uint256",
|
|
7989
|
-
"name": "",
|
|
7990
|
-
"type": "uint256"
|
|
7991
|
-
}
|
|
7992
|
-
],
|
|
7993
|
-
"stateMutability": "view",
|
|
7994
|
-
"type": "function"
|
|
7995
|
-
},
|
|
7996
|
-
{
|
|
7997
|
-
"inputs": [],
|
|
7998
|
-
"name": "getBlockNumberOrTimestamp",
|
|
8011
|
+
"name": "blocksPerYear",
|
|
7999
8012
|
"outputs": [
|
|
8000
8013
|
{
|
|
8001
8014
|
"internalType": "uint256",
|
|
@@ -8092,19 +8105,6 @@
|
|
|
8092
8105
|
"stateMutability": "pure",
|
|
8093
8106
|
"type": "function"
|
|
8094
8107
|
},
|
|
8095
|
-
{
|
|
8096
|
-
"inputs": [],
|
|
8097
|
-
"name": "isTimeBased",
|
|
8098
|
-
"outputs": [
|
|
8099
|
-
{
|
|
8100
|
-
"internalType": "bool",
|
|
8101
|
-
"name": "",
|
|
8102
|
-
"type": "bool"
|
|
8103
|
-
}
|
|
8104
|
-
],
|
|
8105
|
-
"stateMutability": "view",
|
|
8106
|
-
"type": "function"
|
|
8107
|
-
},
|
|
8108
8108
|
{
|
|
8109
8109
|
"inputs": [],
|
|
8110
8110
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -8208,8 +8208,8 @@
|
|
|
8208
8208
|
}
|
|
8209
8209
|
]
|
|
8210
8210
|
},
|
|
8211
|
-
"
|
|
8212
|
-
"address": "
|
|
8211
|
+
"JumpRateModelV2_base0bps_slope800bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
8212
|
+
"address": "0x410a068C2ca9986d2b76d0A7b2b5DF336499114f",
|
|
8213
8213
|
"abi": [
|
|
8214
8214
|
{
|
|
8215
8215
|
"inputs": [
|
|
@@ -8568,8 +8568,8 @@
|
|
|
8568
8568
|
}
|
|
8569
8569
|
]
|
|
8570
8570
|
},
|
|
8571
|
-
"
|
|
8572
|
-
"address": "
|
|
8571
|
+
"JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
8572
|
+
"address": "0xD9D3E7adA04993Cf06dE1A5c9C7f101BD1DefBF4",
|
|
8573
8573
|
"abi": [
|
|
8574
8574
|
{
|
|
8575
8575
|
"inputs": [
|
|
@@ -8928,8 +8928,8 @@
|
|
|
8928
8928
|
}
|
|
8929
8929
|
]
|
|
8930
8930
|
},
|
|
8931
|
-
"
|
|
8932
|
-
"address": "
|
|
8931
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps_bpy2628000": {
|
|
8932
|
+
"address": "0xD9a049512ABaA7073D02a398ceD1B92371bff622",
|
|
8933
8933
|
"abi": [
|
|
8934
8934
|
{
|
|
8935
8935
|
"inputs": [
|
|
@@ -9288,29 +9288,24 @@
|
|
|
9288
9288
|
}
|
|
9289
9289
|
]
|
|
9290
9290
|
},
|
|
9291
|
-
"
|
|
9292
|
-
"address": "
|
|
9291
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps_bpy2628000": {
|
|
9292
|
+
"address": "0x50196dfad5030ED54190F75e5F9d88600A4CA0B4",
|
|
9293
9293
|
"abi": [
|
|
9294
9294
|
{
|
|
9295
9295
|
"inputs": [
|
|
9296
9296
|
{
|
|
9297
9297
|
"internalType": "uint256",
|
|
9298
|
-
"name": "
|
|
9299
|
-
"type": "uint256"
|
|
9300
|
-
},
|
|
9301
|
-
{
|
|
9302
|
-
"internalType": "uint256",
|
|
9303
|
-
"name": "baseRatePerYear",
|
|
9298
|
+
"name": "baseRatePerYear_",
|
|
9304
9299
|
"type": "uint256"
|
|
9305
9300
|
},
|
|
9306
9301
|
{
|
|
9307
9302
|
"internalType": "uint256",
|
|
9308
|
-
"name": "
|
|
9303
|
+
"name": "multiplierPerYear_",
|
|
9309
9304
|
"type": "uint256"
|
|
9310
9305
|
},
|
|
9311
9306
|
{
|
|
9312
9307
|
"internalType": "uint256",
|
|
9313
|
-
"name": "
|
|
9308
|
+
"name": "jumpMultiplierPerYear_",
|
|
9314
9309
|
"type": "uint256"
|
|
9315
9310
|
},
|
|
9316
9311
|
{
|
|
@@ -9322,11 +9317,31 @@
|
|
|
9322
9317
|
"internalType": "contract IAccessControlManagerV8",
|
|
9323
9318
|
"name": "accessControlManager_",
|
|
9324
9319
|
"type": "address"
|
|
9320
|
+
},
|
|
9321
|
+
{
|
|
9322
|
+
"internalType": "bool",
|
|
9323
|
+
"name": "timeBased_",
|
|
9324
|
+
"type": "bool"
|
|
9325
|
+
},
|
|
9326
|
+
{
|
|
9327
|
+
"internalType": "uint256",
|
|
9328
|
+
"name": "blocksPerYear_",
|
|
9329
|
+
"type": "uint256"
|
|
9325
9330
|
}
|
|
9326
9331
|
],
|
|
9327
9332
|
"stateMutability": "nonpayable",
|
|
9328
9333
|
"type": "constructor"
|
|
9329
9334
|
},
|
|
9335
|
+
{
|
|
9336
|
+
"inputs": [],
|
|
9337
|
+
"name": "InvalidBlocksPerYear",
|
|
9338
|
+
"type": "error"
|
|
9339
|
+
},
|
|
9340
|
+
{
|
|
9341
|
+
"inputs": [],
|
|
9342
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
9343
|
+
"type": "error"
|
|
9344
|
+
},
|
|
9330
9345
|
{
|
|
9331
9346
|
"inputs": [
|
|
9332
9347
|
{
|
|
@@ -9354,19 +9369,19 @@
|
|
|
9354
9369
|
{
|
|
9355
9370
|
"indexed": false,
|
|
9356
9371
|
"internalType": "uint256",
|
|
9357
|
-
"name": "
|
|
9372
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
9358
9373
|
"type": "uint256"
|
|
9359
9374
|
},
|
|
9360
9375
|
{
|
|
9361
9376
|
"indexed": false,
|
|
9362
9377
|
"internalType": "uint256",
|
|
9363
|
-
"name": "
|
|
9378
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
9364
9379
|
"type": "uint256"
|
|
9365
9380
|
},
|
|
9366
9381
|
{
|
|
9367
9382
|
"indexed": false,
|
|
9368
9383
|
"internalType": "uint256",
|
|
9369
|
-
"name": "
|
|
9384
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
9370
9385
|
"type": "uint256"
|
|
9371
9386
|
},
|
|
9372
9387
|
{
|
|
@@ -9407,7 +9422,20 @@
|
|
|
9407
9422
|
},
|
|
9408
9423
|
{
|
|
9409
9424
|
"inputs": [],
|
|
9410
|
-
"name": "
|
|
9425
|
+
"name": "blocksOrSecondsPerYear",
|
|
9426
|
+
"outputs": [
|
|
9427
|
+
{
|
|
9428
|
+
"internalType": "uint256",
|
|
9429
|
+
"name": "",
|
|
9430
|
+
"type": "uint256"
|
|
9431
|
+
}
|
|
9432
|
+
],
|
|
9433
|
+
"stateMutability": "view",
|
|
9434
|
+
"type": "function"
|
|
9435
|
+
},
|
|
9436
|
+
{
|
|
9437
|
+
"inputs": [],
|
|
9438
|
+
"name": "getBlockNumberOrTimestamp",
|
|
9411
9439
|
"outputs": [
|
|
9412
9440
|
{
|
|
9413
9441
|
"internalType": "uint256",
|
|
@@ -9506,12 +9534,12 @@
|
|
|
9506
9534
|
},
|
|
9507
9535
|
{
|
|
9508
9536
|
"inputs": [],
|
|
9509
|
-
"name": "
|
|
9537
|
+
"name": "isTimeBased",
|
|
9510
9538
|
"outputs": [
|
|
9511
9539
|
{
|
|
9512
|
-
"internalType": "
|
|
9540
|
+
"internalType": "bool",
|
|
9513
9541
|
"name": "",
|
|
9514
|
-
"type": "
|
|
9542
|
+
"type": "bool"
|
|
9515
9543
|
}
|
|
9516
9544
|
],
|
|
9517
9545
|
"stateMutability": "view",
|
|
@@ -9519,7 +9547,7 @@
|
|
|
9519
9547
|
},
|
|
9520
9548
|
{
|
|
9521
9549
|
"inputs": [],
|
|
9522
|
-
"name": "
|
|
9550
|
+
"name": "jumpMultiplierPerBlock",
|
|
9523
9551
|
"outputs": [
|
|
9524
9552
|
{
|
|
9525
9553
|
"internalType": "uint256",
|
|
@@ -9532,7 +9560,7 @@
|
|
|
9532
9560
|
},
|
|
9533
9561
|
{
|
|
9534
9562
|
"inputs": [],
|
|
9535
|
-
"name": "
|
|
9563
|
+
"name": "kink",
|
|
9536
9564
|
"outputs": [
|
|
9537
9565
|
{
|
|
9538
9566
|
"internalType": "uint256",
|
|
@@ -9544,57 +9572,8 @@
|
|
|
9544
9572
|
"type": "function"
|
|
9545
9573
|
},
|
|
9546
9574
|
{
|
|
9547
|
-
"inputs": [
|
|
9548
|
-
|
|
9549
|
-
"internalType": "uint256",
|
|
9550
|
-
"name": "baseRatePerYear",
|
|
9551
|
-
"type": "uint256"
|
|
9552
|
-
},
|
|
9553
|
-
{
|
|
9554
|
-
"internalType": "uint256",
|
|
9555
|
-
"name": "multiplierPerYear",
|
|
9556
|
-
"type": "uint256"
|
|
9557
|
-
},
|
|
9558
|
-
{
|
|
9559
|
-
"internalType": "uint256",
|
|
9560
|
-
"name": "jumpMultiplierPerYear",
|
|
9561
|
-
"type": "uint256"
|
|
9562
|
-
},
|
|
9563
|
-
{
|
|
9564
|
-
"internalType": "uint256",
|
|
9565
|
-
"name": "kink_",
|
|
9566
|
-
"type": "uint256"
|
|
9567
|
-
}
|
|
9568
|
-
],
|
|
9569
|
-
"name": "updateJumpRateModel",
|
|
9570
|
-
"outputs": [],
|
|
9571
|
-
"stateMutability": "nonpayable",
|
|
9572
|
-
"type": "function"
|
|
9573
|
-
},
|
|
9574
|
-
{
|
|
9575
|
-
"inputs": [
|
|
9576
|
-
{
|
|
9577
|
-
"internalType": "uint256",
|
|
9578
|
-
"name": "cash",
|
|
9579
|
-
"type": "uint256"
|
|
9580
|
-
},
|
|
9581
|
-
{
|
|
9582
|
-
"internalType": "uint256",
|
|
9583
|
-
"name": "borrows",
|
|
9584
|
-
"type": "uint256"
|
|
9585
|
-
},
|
|
9586
|
-
{
|
|
9587
|
-
"internalType": "uint256",
|
|
9588
|
-
"name": "reserves",
|
|
9589
|
-
"type": "uint256"
|
|
9590
|
-
},
|
|
9591
|
-
{
|
|
9592
|
-
"internalType": "uint256",
|
|
9593
|
-
"name": "badDebt",
|
|
9594
|
-
"type": "uint256"
|
|
9595
|
-
}
|
|
9596
|
-
],
|
|
9597
|
-
"name": "utilizationRate",
|
|
9575
|
+
"inputs": [],
|
|
9576
|
+
"name": "multiplierPerBlock",
|
|
9598
9577
|
"outputs": [
|
|
9599
9578
|
{
|
|
9600
9579
|
"internalType": "uint256",
|
|
@@ -9602,21 +9581,11 @@
|
|
|
9602
9581
|
"type": "uint256"
|
|
9603
9582
|
}
|
|
9604
9583
|
],
|
|
9605
|
-
"stateMutability": "
|
|
9584
|
+
"stateMutability": "view",
|
|
9606
9585
|
"type": "function"
|
|
9607
|
-
}
|
|
9608
|
-
]
|
|
9609
|
-
},
|
|
9610
|
-
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink7500bps_bpy2628000": {
|
|
9611
|
-
"address": "0xa4f048254631119f4E899359711fB282589c4ED8",
|
|
9612
|
-
"abi": [
|
|
9586
|
+
},
|
|
9613
9587
|
{
|
|
9614
9588
|
"inputs": [
|
|
9615
|
-
{
|
|
9616
|
-
"internalType": "uint256",
|
|
9617
|
-
"name": "blocksPerYear_",
|
|
9618
|
-
"type": "uint256"
|
|
9619
|
-
},
|
|
9620
9589
|
{
|
|
9621
9590
|
"internalType": "uint256",
|
|
9622
9591
|
"name": "baseRatePerYear",
|
|
@@ -9636,105 +9605,856 @@
|
|
|
9636
9605
|
"internalType": "uint256",
|
|
9637
9606
|
"name": "kink_",
|
|
9638
9607
|
"type": "uint256"
|
|
9639
|
-
},
|
|
9640
|
-
{
|
|
9641
|
-
"internalType": "contract IAccessControlManagerV8",
|
|
9642
|
-
"name": "accessControlManager_",
|
|
9643
|
-
"type": "address"
|
|
9644
9608
|
}
|
|
9645
9609
|
],
|
|
9610
|
+
"name": "updateJumpRateModel",
|
|
9611
|
+
"outputs": [],
|
|
9646
9612
|
"stateMutability": "nonpayable",
|
|
9647
|
-
"type": "
|
|
9648
|
-
},
|
|
9649
|
-
{
|
|
9650
|
-
"inputs": [
|
|
9651
|
-
{
|
|
9652
|
-
"internalType": "
|
|
9653
|
-
"name": "
|
|
9654
|
-
"type": "
|
|
9655
|
-
},
|
|
9656
|
-
{
|
|
9657
|
-
"internalType": "
|
|
9658
|
-
"name": "
|
|
9659
|
-
"type": "
|
|
9660
|
-
},
|
|
9661
|
-
{
|
|
9662
|
-
"internalType": "
|
|
9663
|
-
"name": "
|
|
9664
|
-
"type": "
|
|
9665
|
-
}
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
"
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
"internalType": "uint256",
|
|
9676
|
-
"name": "
|
|
9677
|
-
"type": "uint256"
|
|
9678
|
-
}
|
|
9679
|
-
|
|
9680
|
-
|
|
9681
|
-
|
|
9682
|
-
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
"
|
|
9693
|
-
"
|
|
9694
|
-
|
|
9695
|
-
|
|
9696
|
-
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
|
|
9705
|
-
{
|
|
9706
|
-
"internalType": "
|
|
9707
|
-
"name": "",
|
|
9708
|
-
"type": "
|
|
9709
|
-
}
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
|
|
9715
|
-
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
"
|
|
9722
|
-
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9728
|
-
|
|
9729
|
-
|
|
9730
|
-
"
|
|
9731
|
-
|
|
9732
|
-
|
|
9733
|
-
|
|
9734
|
-
|
|
9735
|
-
|
|
9736
|
-
|
|
9737
|
-
"
|
|
9613
|
+
"type": "function"
|
|
9614
|
+
},
|
|
9615
|
+
{
|
|
9616
|
+
"inputs": [
|
|
9617
|
+
{
|
|
9618
|
+
"internalType": "uint256",
|
|
9619
|
+
"name": "cash",
|
|
9620
|
+
"type": "uint256"
|
|
9621
|
+
},
|
|
9622
|
+
{
|
|
9623
|
+
"internalType": "uint256",
|
|
9624
|
+
"name": "borrows",
|
|
9625
|
+
"type": "uint256"
|
|
9626
|
+
},
|
|
9627
|
+
{
|
|
9628
|
+
"internalType": "uint256",
|
|
9629
|
+
"name": "reserves",
|
|
9630
|
+
"type": "uint256"
|
|
9631
|
+
},
|
|
9632
|
+
{
|
|
9633
|
+
"internalType": "uint256",
|
|
9634
|
+
"name": "badDebt",
|
|
9635
|
+
"type": "uint256"
|
|
9636
|
+
}
|
|
9637
|
+
],
|
|
9638
|
+
"name": "utilizationRate",
|
|
9639
|
+
"outputs": [
|
|
9640
|
+
{
|
|
9641
|
+
"internalType": "uint256",
|
|
9642
|
+
"name": "",
|
|
9643
|
+
"type": "uint256"
|
|
9644
|
+
}
|
|
9645
|
+
],
|
|
9646
|
+
"stateMutability": "pure",
|
|
9647
|
+
"type": "function"
|
|
9648
|
+
}
|
|
9649
|
+
]
|
|
9650
|
+
},
|
|
9651
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_bpy2628000": {
|
|
9652
|
+
"address": "0x17F987e09896F19584799e3FFD10679b9C7C35f0",
|
|
9653
|
+
"abi": [
|
|
9654
|
+
{
|
|
9655
|
+
"inputs": [
|
|
9656
|
+
{
|
|
9657
|
+
"internalType": "uint256",
|
|
9658
|
+
"name": "baseRatePerYear_",
|
|
9659
|
+
"type": "uint256"
|
|
9660
|
+
},
|
|
9661
|
+
{
|
|
9662
|
+
"internalType": "uint256",
|
|
9663
|
+
"name": "multiplierPerYear_",
|
|
9664
|
+
"type": "uint256"
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
"internalType": "uint256",
|
|
9668
|
+
"name": "jumpMultiplierPerYear_",
|
|
9669
|
+
"type": "uint256"
|
|
9670
|
+
},
|
|
9671
|
+
{
|
|
9672
|
+
"internalType": "uint256",
|
|
9673
|
+
"name": "kink_",
|
|
9674
|
+
"type": "uint256"
|
|
9675
|
+
},
|
|
9676
|
+
{
|
|
9677
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
9678
|
+
"name": "accessControlManager_",
|
|
9679
|
+
"type": "address"
|
|
9680
|
+
},
|
|
9681
|
+
{
|
|
9682
|
+
"internalType": "bool",
|
|
9683
|
+
"name": "timeBased_",
|
|
9684
|
+
"type": "bool"
|
|
9685
|
+
},
|
|
9686
|
+
{
|
|
9687
|
+
"internalType": "uint256",
|
|
9688
|
+
"name": "blocksPerYear_",
|
|
9689
|
+
"type": "uint256"
|
|
9690
|
+
}
|
|
9691
|
+
],
|
|
9692
|
+
"stateMutability": "nonpayable",
|
|
9693
|
+
"type": "constructor"
|
|
9694
|
+
},
|
|
9695
|
+
{
|
|
9696
|
+
"inputs": [],
|
|
9697
|
+
"name": "InvalidBlocksPerYear",
|
|
9698
|
+
"type": "error"
|
|
9699
|
+
},
|
|
9700
|
+
{
|
|
9701
|
+
"inputs": [],
|
|
9702
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
9703
|
+
"type": "error"
|
|
9704
|
+
},
|
|
9705
|
+
{
|
|
9706
|
+
"inputs": [
|
|
9707
|
+
{
|
|
9708
|
+
"internalType": "address",
|
|
9709
|
+
"name": "sender",
|
|
9710
|
+
"type": "address"
|
|
9711
|
+
},
|
|
9712
|
+
{
|
|
9713
|
+
"internalType": "address",
|
|
9714
|
+
"name": "calledContract",
|
|
9715
|
+
"type": "address"
|
|
9716
|
+
},
|
|
9717
|
+
{
|
|
9718
|
+
"internalType": "string",
|
|
9719
|
+
"name": "methodSignature",
|
|
9720
|
+
"type": "string"
|
|
9721
|
+
}
|
|
9722
|
+
],
|
|
9723
|
+
"name": "Unauthorized",
|
|
9724
|
+
"type": "error"
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
"anonymous": false,
|
|
9728
|
+
"inputs": [
|
|
9729
|
+
{
|
|
9730
|
+
"indexed": false,
|
|
9731
|
+
"internalType": "uint256",
|
|
9732
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
9733
|
+
"type": "uint256"
|
|
9734
|
+
},
|
|
9735
|
+
{
|
|
9736
|
+
"indexed": false,
|
|
9737
|
+
"internalType": "uint256",
|
|
9738
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
9739
|
+
"type": "uint256"
|
|
9740
|
+
},
|
|
9741
|
+
{
|
|
9742
|
+
"indexed": false,
|
|
9743
|
+
"internalType": "uint256",
|
|
9744
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
9745
|
+
"type": "uint256"
|
|
9746
|
+
},
|
|
9747
|
+
{
|
|
9748
|
+
"indexed": false,
|
|
9749
|
+
"internalType": "uint256",
|
|
9750
|
+
"name": "kink",
|
|
9751
|
+
"type": "uint256"
|
|
9752
|
+
}
|
|
9753
|
+
],
|
|
9754
|
+
"name": "NewInterestParams",
|
|
9755
|
+
"type": "event"
|
|
9756
|
+
},
|
|
9757
|
+
{
|
|
9758
|
+
"inputs": [],
|
|
9759
|
+
"name": "accessControlManager",
|
|
9760
|
+
"outputs": [
|
|
9761
|
+
{
|
|
9762
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
9763
|
+
"name": "",
|
|
9764
|
+
"type": "address"
|
|
9765
|
+
}
|
|
9766
|
+
],
|
|
9767
|
+
"stateMutability": "view",
|
|
9768
|
+
"type": "function"
|
|
9769
|
+
},
|
|
9770
|
+
{
|
|
9771
|
+
"inputs": [],
|
|
9772
|
+
"name": "baseRatePerBlock",
|
|
9773
|
+
"outputs": [
|
|
9774
|
+
{
|
|
9775
|
+
"internalType": "uint256",
|
|
9776
|
+
"name": "",
|
|
9777
|
+
"type": "uint256"
|
|
9778
|
+
}
|
|
9779
|
+
],
|
|
9780
|
+
"stateMutability": "view",
|
|
9781
|
+
"type": "function"
|
|
9782
|
+
},
|
|
9783
|
+
{
|
|
9784
|
+
"inputs": [],
|
|
9785
|
+
"name": "blocksOrSecondsPerYear",
|
|
9786
|
+
"outputs": [
|
|
9787
|
+
{
|
|
9788
|
+
"internalType": "uint256",
|
|
9789
|
+
"name": "",
|
|
9790
|
+
"type": "uint256"
|
|
9791
|
+
}
|
|
9792
|
+
],
|
|
9793
|
+
"stateMutability": "view",
|
|
9794
|
+
"type": "function"
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"inputs": [],
|
|
9798
|
+
"name": "getBlockNumberOrTimestamp",
|
|
9799
|
+
"outputs": [
|
|
9800
|
+
{
|
|
9801
|
+
"internalType": "uint256",
|
|
9802
|
+
"name": "",
|
|
9803
|
+
"type": "uint256"
|
|
9804
|
+
}
|
|
9805
|
+
],
|
|
9806
|
+
"stateMutability": "view",
|
|
9807
|
+
"type": "function"
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"inputs": [
|
|
9811
|
+
{
|
|
9812
|
+
"internalType": "uint256",
|
|
9813
|
+
"name": "cash",
|
|
9814
|
+
"type": "uint256"
|
|
9815
|
+
},
|
|
9816
|
+
{
|
|
9817
|
+
"internalType": "uint256",
|
|
9818
|
+
"name": "borrows",
|
|
9819
|
+
"type": "uint256"
|
|
9820
|
+
},
|
|
9821
|
+
{
|
|
9822
|
+
"internalType": "uint256",
|
|
9823
|
+
"name": "reserves",
|
|
9824
|
+
"type": "uint256"
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"internalType": "uint256",
|
|
9828
|
+
"name": "badDebt",
|
|
9829
|
+
"type": "uint256"
|
|
9830
|
+
}
|
|
9831
|
+
],
|
|
9832
|
+
"name": "getBorrowRate",
|
|
9833
|
+
"outputs": [
|
|
9834
|
+
{
|
|
9835
|
+
"internalType": "uint256",
|
|
9836
|
+
"name": "",
|
|
9837
|
+
"type": "uint256"
|
|
9838
|
+
}
|
|
9839
|
+
],
|
|
9840
|
+
"stateMutability": "view",
|
|
9841
|
+
"type": "function"
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
"inputs": [
|
|
9845
|
+
{
|
|
9846
|
+
"internalType": "uint256",
|
|
9847
|
+
"name": "cash",
|
|
9848
|
+
"type": "uint256"
|
|
9849
|
+
},
|
|
9850
|
+
{
|
|
9851
|
+
"internalType": "uint256",
|
|
9852
|
+
"name": "borrows",
|
|
9853
|
+
"type": "uint256"
|
|
9854
|
+
},
|
|
9855
|
+
{
|
|
9856
|
+
"internalType": "uint256",
|
|
9857
|
+
"name": "reserves",
|
|
9858
|
+
"type": "uint256"
|
|
9859
|
+
},
|
|
9860
|
+
{
|
|
9861
|
+
"internalType": "uint256",
|
|
9862
|
+
"name": "reserveFactorMantissa",
|
|
9863
|
+
"type": "uint256"
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"internalType": "uint256",
|
|
9867
|
+
"name": "badDebt",
|
|
9868
|
+
"type": "uint256"
|
|
9869
|
+
}
|
|
9870
|
+
],
|
|
9871
|
+
"name": "getSupplyRate",
|
|
9872
|
+
"outputs": [
|
|
9873
|
+
{
|
|
9874
|
+
"internalType": "uint256",
|
|
9875
|
+
"name": "",
|
|
9876
|
+
"type": "uint256"
|
|
9877
|
+
}
|
|
9878
|
+
],
|
|
9879
|
+
"stateMutability": "view",
|
|
9880
|
+
"type": "function"
|
|
9881
|
+
},
|
|
9882
|
+
{
|
|
9883
|
+
"inputs": [],
|
|
9884
|
+
"name": "isInterestRateModel",
|
|
9885
|
+
"outputs": [
|
|
9886
|
+
{
|
|
9887
|
+
"internalType": "bool",
|
|
9888
|
+
"name": "",
|
|
9889
|
+
"type": "bool"
|
|
9890
|
+
}
|
|
9891
|
+
],
|
|
9892
|
+
"stateMutability": "pure",
|
|
9893
|
+
"type": "function"
|
|
9894
|
+
},
|
|
9895
|
+
{
|
|
9896
|
+
"inputs": [],
|
|
9897
|
+
"name": "isTimeBased",
|
|
9898
|
+
"outputs": [
|
|
9899
|
+
{
|
|
9900
|
+
"internalType": "bool",
|
|
9901
|
+
"name": "",
|
|
9902
|
+
"type": "bool"
|
|
9903
|
+
}
|
|
9904
|
+
],
|
|
9905
|
+
"stateMutability": "view",
|
|
9906
|
+
"type": "function"
|
|
9907
|
+
},
|
|
9908
|
+
{
|
|
9909
|
+
"inputs": [],
|
|
9910
|
+
"name": "jumpMultiplierPerBlock",
|
|
9911
|
+
"outputs": [
|
|
9912
|
+
{
|
|
9913
|
+
"internalType": "uint256",
|
|
9914
|
+
"name": "",
|
|
9915
|
+
"type": "uint256"
|
|
9916
|
+
}
|
|
9917
|
+
],
|
|
9918
|
+
"stateMutability": "view",
|
|
9919
|
+
"type": "function"
|
|
9920
|
+
},
|
|
9921
|
+
{
|
|
9922
|
+
"inputs": [],
|
|
9923
|
+
"name": "kink",
|
|
9924
|
+
"outputs": [
|
|
9925
|
+
{
|
|
9926
|
+
"internalType": "uint256",
|
|
9927
|
+
"name": "",
|
|
9928
|
+
"type": "uint256"
|
|
9929
|
+
}
|
|
9930
|
+
],
|
|
9931
|
+
"stateMutability": "view",
|
|
9932
|
+
"type": "function"
|
|
9933
|
+
},
|
|
9934
|
+
{
|
|
9935
|
+
"inputs": [],
|
|
9936
|
+
"name": "multiplierPerBlock",
|
|
9937
|
+
"outputs": [
|
|
9938
|
+
{
|
|
9939
|
+
"internalType": "uint256",
|
|
9940
|
+
"name": "",
|
|
9941
|
+
"type": "uint256"
|
|
9942
|
+
}
|
|
9943
|
+
],
|
|
9944
|
+
"stateMutability": "view",
|
|
9945
|
+
"type": "function"
|
|
9946
|
+
},
|
|
9947
|
+
{
|
|
9948
|
+
"inputs": [
|
|
9949
|
+
{
|
|
9950
|
+
"internalType": "uint256",
|
|
9951
|
+
"name": "baseRatePerYear",
|
|
9952
|
+
"type": "uint256"
|
|
9953
|
+
},
|
|
9954
|
+
{
|
|
9955
|
+
"internalType": "uint256",
|
|
9956
|
+
"name": "multiplierPerYear",
|
|
9957
|
+
"type": "uint256"
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
"internalType": "uint256",
|
|
9961
|
+
"name": "jumpMultiplierPerYear",
|
|
9962
|
+
"type": "uint256"
|
|
9963
|
+
},
|
|
9964
|
+
{
|
|
9965
|
+
"internalType": "uint256",
|
|
9966
|
+
"name": "kink_",
|
|
9967
|
+
"type": "uint256"
|
|
9968
|
+
}
|
|
9969
|
+
],
|
|
9970
|
+
"name": "updateJumpRateModel",
|
|
9971
|
+
"outputs": [],
|
|
9972
|
+
"stateMutability": "nonpayable",
|
|
9973
|
+
"type": "function"
|
|
9974
|
+
},
|
|
9975
|
+
{
|
|
9976
|
+
"inputs": [
|
|
9977
|
+
{
|
|
9978
|
+
"internalType": "uint256",
|
|
9979
|
+
"name": "cash",
|
|
9980
|
+
"type": "uint256"
|
|
9981
|
+
},
|
|
9982
|
+
{
|
|
9983
|
+
"internalType": "uint256",
|
|
9984
|
+
"name": "borrows",
|
|
9985
|
+
"type": "uint256"
|
|
9986
|
+
},
|
|
9987
|
+
{
|
|
9988
|
+
"internalType": "uint256",
|
|
9989
|
+
"name": "reserves",
|
|
9990
|
+
"type": "uint256"
|
|
9991
|
+
},
|
|
9992
|
+
{
|
|
9993
|
+
"internalType": "uint256",
|
|
9994
|
+
"name": "badDebt",
|
|
9995
|
+
"type": "uint256"
|
|
9996
|
+
}
|
|
9997
|
+
],
|
|
9998
|
+
"name": "utilizationRate",
|
|
9999
|
+
"outputs": [
|
|
10000
|
+
{
|
|
10001
|
+
"internalType": "uint256",
|
|
10002
|
+
"name": "",
|
|
10003
|
+
"type": "uint256"
|
|
10004
|
+
}
|
|
10005
|
+
],
|
|
10006
|
+
"stateMutability": "pure",
|
|
10007
|
+
"type": "function"
|
|
10008
|
+
}
|
|
10009
|
+
]
|
|
10010
|
+
},
|
|
10011
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps_bpy2628000": {
|
|
10012
|
+
"address": "0xae838dEB13Ff67681704AA69e31Da304918Ee43D",
|
|
10013
|
+
"abi": [
|
|
10014
|
+
{
|
|
10015
|
+
"inputs": [
|
|
10016
|
+
{
|
|
10017
|
+
"internalType": "uint256",
|
|
10018
|
+
"name": "blocksPerYear_",
|
|
10019
|
+
"type": "uint256"
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"internalType": "uint256",
|
|
10023
|
+
"name": "baseRatePerYear",
|
|
10024
|
+
"type": "uint256"
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"internalType": "uint256",
|
|
10028
|
+
"name": "multiplierPerYear",
|
|
10029
|
+
"type": "uint256"
|
|
10030
|
+
},
|
|
10031
|
+
{
|
|
10032
|
+
"internalType": "uint256",
|
|
10033
|
+
"name": "jumpMultiplierPerYear",
|
|
10034
|
+
"type": "uint256"
|
|
10035
|
+
},
|
|
10036
|
+
{
|
|
10037
|
+
"internalType": "uint256",
|
|
10038
|
+
"name": "kink_",
|
|
10039
|
+
"type": "uint256"
|
|
10040
|
+
},
|
|
10041
|
+
{
|
|
10042
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
10043
|
+
"name": "accessControlManager_",
|
|
10044
|
+
"type": "address"
|
|
10045
|
+
}
|
|
10046
|
+
],
|
|
10047
|
+
"stateMutability": "nonpayable",
|
|
10048
|
+
"type": "constructor"
|
|
10049
|
+
},
|
|
10050
|
+
{
|
|
10051
|
+
"inputs": [
|
|
10052
|
+
{
|
|
10053
|
+
"internalType": "address",
|
|
10054
|
+
"name": "sender",
|
|
10055
|
+
"type": "address"
|
|
10056
|
+
},
|
|
10057
|
+
{
|
|
10058
|
+
"internalType": "address",
|
|
10059
|
+
"name": "calledContract",
|
|
10060
|
+
"type": "address"
|
|
10061
|
+
},
|
|
10062
|
+
{
|
|
10063
|
+
"internalType": "string",
|
|
10064
|
+
"name": "methodSignature",
|
|
10065
|
+
"type": "string"
|
|
10066
|
+
}
|
|
10067
|
+
],
|
|
10068
|
+
"name": "Unauthorized",
|
|
10069
|
+
"type": "error"
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"anonymous": false,
|
|
10073
|
+
"inputs": [
|
|
10074
|
+
{
|
|
10075
|
+
"indexed": false,
|
|
10076
|
+
"internalType": "uint256",
|
|
10077
|
+
"name": "baseRatePerBlock",
|
|
10078
|
+
"type": "uint256"
|
|
10079
|
+
},
|
|
10080
|
+
{
|
|
10081
|
+
"indexed": false,
|
|
10082
|
+
"internalType": "uint256",
|
|
10083
|
+
"name": "multiplierPerBlock",
|
|
10084
|
+
"type": "uint256"
|
|
10085
|
+
},
|
|
10086
|
+
{
|
|
10087
|
+
"indexed": false,
|
|
10088
|
+
"internalType": "uint256",
|
|
10089
|
+
"name": "jumpMultiplierPerBlock",
|
|
10090
|
+
"type": "uint256"
|
|
10091
|
+
},
|
|
10092
|
+
{
|
|
10093
|
+
"indexed": false,
|
|
10094
|
+
"internalType": "uint256",
|
|
10095
|
+
"name": "kink",
|
|
10096
|
+
"type": "uint256"
|
|
10097
|
+
}
|
|
10098
|
+
],
|
|
10099
|
+
"name": "NewInterestParams",
|
|
10100
|
+
"type": "event"
|
|
10101
|
+
},
|
|
10102
|
+
{
|
|
10103
|
+
"inputs": [],
|
|
10104
|
+
"name": "accessControlManager",
|
|
10105
|
+
"outputs": [
|
|
10106
|
+
{
|
|
10107
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
10108
|
+
"name": "",
|
|
10109
|
+
"type": "address"
|
|
10110
|
+
}
|
|
10111
|
+
],
|
|
10112
|
+
"stateMutability": "view",
|
|
10113
|
+
"type": "function"
|
|
10114
|
+
},
|
|
10115
|
+
{
|
|
10116
|
+
"inputs": [],
|
|
10117
|
+
"name": "baseRatePerBlock",
|
|
10118
|
+
"outputs": [
|
|
10119
|
+
{
|
|
10120
|
+
"internalType": "uint256",
|
|
10121
|
+
"name": "",
|
|
10122
|
+
"type": "uint256"
|
|
10123
|
+
}
|
|
10124
|
+
],
|
|
10125
|
+
"stateMutability": "view",
|
|
10126
|
+
"type": "function"
|
|
10127
|
+
},
|
|
10128
|
+
{
|
|
10129
|
+
"inputs": [],
|
|
10130
|
+
"name": "blocksPerYear",
|
|
10131
|
+
"outputs": [
|
|
10132
|
+
{
|
|
10133
|
+
"internalType": "uint256",
|
|
10134
|
+
"name": "",
|
|
10135
|
+
"type": "uint256"
|
|
10136
|
+
}
|
|
10137
|
+
],
|
|
10138
|
+
"stateMutability": "view",
|
|
10139
|
+
"type": "function"
|
|
10140
|
+
},
|
|
10141
|
+
{
|
|
10142
|
+
"inputs": [
|
|
10143
|
+
{
|
|
10144
|
+
"internalType": "uint256",
|
|
10145
|
+
"name": "cash",
|
|
10146
|
+
"type": "uint256"
|
|
10147
|
+
},
|
|
10148
|
+
{
|
|
10149
|
+
"internalType": "uint256",
|
|
10150
|
+
"name": "borrows",
|
|
10151
|
+
"type": "uint256"
|
|
10152
|
+
},
|
|
10153
|
+
{
|
|
10154
|
+
"internalType": "uint256",
|
|
10155
|
+
"name": "reserves",
|
|
10156
|
+
"type": "uint256"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"internalType": "uint256",
|
|
10160
|
+
"name": "badDebt",
|
|
10161
|
+
"type": "uint256"
|
|
10162
|
+
}
|
|
10163
|
+
],
|
|
10164
|
+
"name": "getBorrowRate",
|
|
10165
|
+
"outputs": [
|
|
10166
|
+
{
|
|
10167
|
+
"internalType": "uint256",
|
|
10168
|
+
"name": "",
|
|
10169
|
+
"type": "uint256"
|
|
10170
|
+
}
|
|
10171
|
+
],
|
|
10172
|
+
"stateMutability": "view",
|
|
10173
|
+
"type": "function"
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
"inputs": [
|
|
10177
|
+
{
|
|
10178
|
+
"internalType": "uint256",
|
|
10179
|
+
"name": "cash",
|
|
10180
|
+
"type": "uint256"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"internalType": "uint256",
|
|
10184
|
+
"name": "borrows",
|
|
10185
|
+
"type": "uint256"
|
|
10186
|
+
},
|
|
10187
|
+
{
|
|
10188
|
+
"internalType": "uint256",
|
|
10189
|
+
"name": "reserves",
|
|
10190
|
+
"type": "uint256"
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"internalType": "uint256",
|
|
10194
|
+
"name": "reserveFactorMantissa",
|
|
10195
|
+
"type": "uint256"
|
|
10196
|
+
},
|
|
10197
|
+
{
|
|
10198
|
+
"internalType": "uint256",
|
|
10199
|
+
"name": "badDebt",
|
|
10200
|
+
"type": "uint256"
|
|
10201
|
+
}
|
|
10202
|
+
],
|
|
10203
|
+
"name": "getSupplyRate",
|
|
10204
|
+
"outputs": [
|
|
10205
|
+
{
|
|
10206
|
+
"internalType": "uint256",
|
|
10207
|
+
"name": "",
|
|
10208
|
+
"type": "uint256"
|
|
10209
|
+
}
|
|
10210
|
+
],
|
|
10211
|
+
"stateMutability": "view",
|
|
10212
|
+
"type": "function"
|
|
10213
|
+
},
|
|
10214
|
+
{
|
|
10215
|
+
"inputs": [],
|
|
10216
|
+
"name": "isInterestRateModel",
|
|
10217
|
+
"outputs": [
|
|
10218
|
+
{
|
|
10219
|
+
"internalType": "bool",
|
|
10220
|
+
"name": "",
|
|
10221
|
+
"type": "bool"
|
|
10222
|
+
}
|
|
10223
|
+
],
|
|
10224
|
+
"stateMutability": "pure",
|
|
10225
|
+
"type": "function"
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"inputs": [],
|
|
10229
|
+
"name": "jumpMultiplierPerBlock",
|
|
10230
|
+
"outputs": [
|
|
10231
|
+
{
|
|
10232
|
+
"internalType": "uint256",
|
|
10233
|
+
"name": "",
|
|
10234
|
+
"type": "uint256"
|
|
10235
|
+
}
|
|
10236
|
+
],
|
|
10237
|
+
"stateMutability": "view",
|
|
10238
|
+
"type": "function"
|
|
10239
|
+
},
|
|
10240
|
+
{
|
|
10241
|
+
"inputs": [],
|
|
10242
|
+
"name": "kink",
|
|
10243
|
+
"outputs": [
|
|
10244
|
+
{
|
|
10245
|
+
"internalType": "uint256",
|
|
10246
|
+
"name": "",
|
|
10247
|
+
"type": "uint256"
|
|
10248
|
+
}
|
|
10249
|
+
],
|
|
10250
|
+
"stateMutability": "view",
|
|
10251
|
+
"type": "function"
|
|
10252
|
+
},
|
|
10253
|
+
{
|
|
10254
|
+
"inputs": [],
|
|
10255
|
+
"name": "multiplierPerBlock",
|
|
10256
|
+
"outputs": [
|
|
10257
|
+
{
|
|
10258
|
+
"internalType": "uint256",
|
|
10259
|
+
"name": "",
|
|
10260
|
+
"type": "uint256"
|
|
10261
|
+
}
|
|
10262
|
+
],
|
|
10263
|
+
"stateMutability": "view",
|
|
10264
|
+
"type": "function"
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
"inputs": [
|
|
10268
|
+
{
|
|
10269
|
+
"internalType": "uint256",
|
|
10270
|
+
"name": "baseRatePerYear",
|
|
10271
|
+
"type": "uint256"
|
|
10272
|
+
},
|
|
10273
|
+
{
|
|
10274
|
+
"internalType": "uint256",
|
|
10275
|
+
"name": "multiplierPerYear",
|
|
10276
|
+
"type": "uint256"
|
|
10277
|
+
},
|
|
10278
|
+
{
|
|
10279
|
+
"internalType": "uint256",
|
|
10280
|
+
"name": "jumpMultiplierPerYear",
|
|
10281
|
+
"type": "uint256"
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
"internalType": "uint256",
|
|
10285
|
+
"name": "kink_",
|
|
10286
|
+
"type": "uint256"
|
|
10287
|
+
}
|
|
10288
|
+
],
|
|
10289
|
+
"name": "updateJumpRateModel",
|
|
10290
|
+
"outputs": [],
|
|
10291
|
+
"stateMutability": "nonpayable",
|
|
10292
|
+
"type": "function"
|
|
10293
|
+
},
|
|
10294
|
+
{
|
|
10295
|
+
"inputs": [
|
|
10296
|
+
{
|
|
10297
|
+
"internalType": "uint256",
|
|
10298
|
+
"name": "cash",
|
|
10299
|
+
"type": "uint256"
|
|
10300
|
+
},
|
|
10301
|
+
{
|
|
10302
|
+
"internalType": "uint256",
|
|
10303
|
+
"name": "borrows",
|
|
10304
|
+
"type": "uint256"
|
|
10305
|
+
},
|
|
10306
|
+
{
|
|
10307
|
+
"internalType": "uint256",
|
|
10308
|
+
"name": "reserves",
|
|
10309
|
+
"type": "uint256"
|
|
10310
|
+
},
|
|
10311
|
+
{
|
|
10312
|
+
"internalType": "uint256",
|
|
10313
|
+
"name": "badDebt",
|
|
10314
|
+
"type": "uint256"
|
|
10315
|
+
}
|
|
10316
|
+
],
|
|
10317
|
+
"name": "utilizationRate",
|
|
10318
|
+
"outputs": [
|
|
10319
|
+
{
|
|
10320
|
+
"internalType": "uint256",
|
|
10321
|
+
"name": "",
|
|
10322
|
+
"type": "uint256"
|
|
10323
|
+
}
|
|
10324
|
+
],
|
|
10325
|
+
"stateMutability": "pure",
|
|
10326
|
+
"type": "function"
|
|
10327
|
+
}
|
|
10328
|
+
]
|
|
10329
|
+
},
|
|
10330
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink7500bps_bpy2628000": {
|
|
10331
|
+
"address": "0xa4f048254631119f4E899359711fB282589c4ED8",
|
|
10332
|
+
"abi": [
|
|
10333
|
+
{
|
|
10334
|
+
"inputs": [
|
|
10335
|
+
{
|
|
10336
|
+
"internalType": "uint256",
|
|
10337
|
+
"name": "blocksPerYear_",
|
|
10338
|
+
"type": "uint256"
|
|
10339
|
+
},
|
|
10340
|
+
{
|
|
10341
|
+
"internalType": "uint256",
|
|
10342
|
+
"name": "baseRatePerYear",
|
|
10343
|
+
"type": "uint256"
|
|
10344
|
+
},
|
|
10345
|
+
{
|
|
10346
|
+
"internalType": "uint256",
|
|
10347
|
+
"name": "multiplierPerYear",
|
|
10348
|
+
"type": "uint256"
|
|
10349
|
+
},
|
|
10350
|
+
{
|
|
10351
|
+
"internalType": "uint256",
|
|
10352
|
+
"name": "jumpMultiplierPerYear",
|
|
10353
|
+
"type": "uint256"
|
|
10354
|
+
},
|
|
10355
|
+
{
|
|
10356
|
+
"internalType": "uint256",
|
|
10357
|
+
"name": "kink_",
|
|
10358
|
+
"type": "uint256"
|
|
10359
|
+
},
|
|
10360
|
+
{
|
|
10361
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
10362
|
+
"name": "accessControlManager_",
|
|
10363
|
+
"type": "address"
|
|
10364
|
+
}
|
|
10365
|
+
],
|
|
10366
|
+
"stateMutability": "nonpayable",
|
|
10367
|
+
"type": "constructor"
|
|
10368
|
+
},
|
|
10369
|
+
{
|
|
10370
|
+
"inputs": [
|
|
10371
|
+
{
|
|
10372
|
+
"internalType": "address",
|
|
10373
|
+
"name": "sender",
|
|
10374
|
+
"type": "address"
|
|
10375
|
+
},
|
|
10376
|
+
{
|
|
10377
|
+
"internalType": "address",
|
|
10378
|
+
"name": "calledContract",
|
|
10379
|
+
"type": "address"
|
|
10380
|
+
},
|
|
10381
|
+
{
|
|
10382
|
+
"internalType": "string",
|
|
10383
|
+
"name": "methodSignature",
|
|
10384
|
+
"type": "string"
|
|
10385
|
+
}
|
|
10386
|
+
],
|
|
10387
|
+
"name": "Unauthorized",
|
|
10388
|
+
"type": "error"
|
|
10389
|
+
},
|
|
10390
|
+
{
|
|
10391
|
+
"anonymous": false,
|
|
10392
|
+
"inputs": [
|
|
10393
|
+
{
|
|
10394
|
+
"indexed": false,
|
|
10395
|
+
"internalType": "uint256",
|
|
10396
|
+
"name": "baseRatePerBlock",
|
|
10397
|
+
"type": "uint256"
|
|
10398
|
+
},
|
|
10399
|
+
{
|
|
10400
|
+
"indexed": false,
|
|
10401
|
+
"internalType": "uint256",
|
|
10402
|
+
"name": "multiplierPerBlock",
|
|
10403
|
+
"type": "uint256"
|
|
10404
|
+
},
|
|
10405
|
+
{
|
|
10406
|
+
"indexed": false,
|
|
10407
|
+
"internalType": "uint256",
|
|
10408
|
+
"name": "jumpMultiplierPerBlock",
|
|
10409
|
+
"type": "uint256"
|
|
10410
|
+
},
|
|
10411
|
+
{
|
|
10412
|
+
"indexed": false,
|
|
10413
|
+
"internalType": "uint256",
|
|
10414
|
+
"name": "kink",
|
|
10415
|
+
"type": "uint256"
|
|
10416
|
+
}
|
|
10417
|
+
],
|
|
10418
|
+
"name": "NewInterestParams",
|
|
10419
|
+
"type": "event"
|
|
10420
|
+
},
|
|
10421
|
+
{
|
|
10422
|
+
"inputs": [],
|
|
10423
|
+
"name": "accessControlManager",
|
|
10424
|
+
"outputs": [
|
|
10425
|
+
{
|
|
10426
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
10427
|
+
"name": "",
|
|
10428
|
+
"type": "address"
|
|
10429
|
+
}
|
|
10430
|
+
],
|
|
10431
|
+
"stateMutability": "view",
|
|
10432
|
+
"type": "function"
|
|
10433
|
+
},
|
|
10434
|
+
{
|
|
10435
|
+
"inputs": [],
|
|
10436
|
+
"name": "baseRatePerBlock",
|
|
10437
|
+
"outputs": [
|
|
10438
|
+
{
|
|
10439
|
+
"internalType": "uint256",
|
|
10440
|
+
"name": "",
|
|
10441
|
+
"type": "uint256"
|
|
10442
|
+
}
|
|
10443
|
+
],
|
|
10444
|
+
"stateMutability": "view",
|
|
10445
|
+
"type": "function"
|
|
10446
|
+
},
|
|
10447
|
+
{
|
|
10448
|
+
"inputs": [],
|
|
10449
|
+
"name": "blocksPerYear",
|
|
10450
|
+
"outputs": [
|
|
10451
|
+
{
|
|
10452
|
+
"internalType": "uint256",
|
|
10453
|
+
"name": "",
|
|
10454
|
+
"type": "uint256"
|
|
10455
|
+
}
|
|
10456
|
+
],
|
|
10457
|
+
"stateMutability": "view",
|
|
9738
10458
|
"type": "function"
|
|
9739
10459
|
},
|
|
9740
10460
|
{
|
|
@@ -37143,6 +37863,80 @@
|
|
|
37143
37863
|
}
|
|
37144
37864
|
]
|
|
37145
37865
|
},
|
|
37866
|
+
"VToken_vUSDe_Core": {
|
|
37867
|
+
"address": "0xa0EE2bAA024cC3AA1BC9395522D07B7970Ca75b3",
|
|
37868
|
+
"abi": [
|
|
37869
|
+
{
|
|
37870
|
+
"inputs": [
|
|
37871
|
+
{
|
|
37872
|
+
"internalType": "address",
|
|
37873
|
+
"name": "beacon",
|
|
37874
|
+
"type": "address"
|
|
37875
|
+
},
|
|
37876
|
+
{
|
|
37877
|
+
"internalType": "bytes",
|
|
37878
|
+
"name": "data",
|
|
37879
|
+
"type": "bytes"
|
|
37880
|
+
}
|
|
37881
|
+
],
|
|
37882
|
+
"stateMutability": "payable",
|
|
37883
|
+
"type": "constructor"
|
|
37884
|
+
},
|
|
37885
|
+
{
|
|
37886
|
+
"anonymous": false,
|
|
37887
|
+
"inputs": [
|
|
37888
|
+
{
|
|
37889
|
+
"indexed": false,
|
|
37890
|
+
"internalType": "address",
|
|
37891
|
+
"name": "previousAdmin",
|
|
37892
|
+
"type": "address"
|
|
37893
|
+
},
|
|
37894
|
+
{
|
|
37895
|
+
"indexed": false,
|
|
37896
|
+
"internalType": "address",
|
|
37897
|
+
"name": "newAdmin",
|
|
37898
|
+
"type": "address"
|
|
37899
|
+
}
|
|
37900
|
+
],
|
|
37901
|
+
"name": "AdminChanged",
|
|
37902
|
+
"type": "event"
|
|
37903
|
+
},
|
|
37904
|
+
{
|
|
37905
|
+
"anonymous": false,
|
|
37906
|
+
"inputs": [
|
|
37907
|
+
{
|
|
37908
|
+
"indexed": true,
|
|
37909
|
+
"internalType": "address",
|
|
37910
|
+
"name": "beacon",
|
|
37911
|
+
"type": "address"
|
|
37912
|
+
}
|
|
37913
|
+
],
|
|
37914
|
+
"name": "BeaconUpgraded",
|
|
37915
|
+
"type": "event"
|
|
37916
|
+
},
|
|
37917
|
+
{
|
|
37918
|
+
"anonymous": false,
|
|
37919
|
+
"inputs": [
|
|
37920
|
+
{
|
|
37921
|
+
"indexed": true,
|
|
37922
|
+
"internalType": "address",
|
|
37923
|
+
"name": "implementation",
|
|
37924
|
+
"type": "address"
|
|
37925
|
+
}
|
|
37926
|
+
],
|
|
37927
|
+
"name": "Upgraded",
|
|
37928
|
+
"type": "event"
|
|
37929
|
+
},
|
|
37930
|
+
{
|
|
37931
|
+
"stateMutability": "payable",
|
|
37932
|
+
"type": "fallback"
|
|
37933
|
+
},
|
|
37934
|
+
{
|
|
37935
|
+
"stateMutability": "payable",
|
|
37936
|
+
"type": "receive"
|
|
37937
|
+
}
|
|
37938
|
+
]
|
|
37939
|
+
},
|
|
37146
37940
|
"VToken_vWBTC_Core": {
|
|
37147
37941
|
"address": "0x8716554364f20BCA783cb2BAA744d39361fd1D8d",
|
|
37148
37942
|
"abi": [
|
|
@@ -42164,6 +42958,80 @@
|
|
|
42164
42958
|
}
|
|
42165
42959
|
]
|
|
42166
42960
|
},
|
|
42961
|
+
"VToken_vsUSDe_Core": {
|
|
42962
|
+
"address": "0xa836ce315b7A6Bb19397Ee996551659B1D92298e",
|
|
42963
|
+
"abi": [
|
|
42964
|
+
{
|
|
42965
|
+
"inputs": [
|
|
42966
|
+
{
|
|
42967
|
+
"internalType": "address",
|
|
42968
|
+
"name": "beacon",
|
|
42969
|
+
"type": "address"
|
|
42970
|
+
},
|
|
42971
|
+
{
|
|
42972
|
+
"internalType": "bytes",
|
|
42973
|
+
"name": "data",
|
|
42974
|
+
"type": "bytes"
|
|
42975
|
+
}
|
|
42976
|
+
],
|
|
42977
|
+
"stateMutability": "payable",
|
|
42978
|
+
"type": "constructor"
|
|
42979
|
+
},
|
|
42980
|
+
{
|
|
42981
|
+
"anonymous": false,
|
|
42982
|
+
"inputs": [
|
|
42983
|
+
{
|
|
42984
|
+
"indexed": false,
|
|
42985
|
+
"internalType": "address",
|
|
42986
|
+
"name": "previousAdmin",
|
|
42987
|
+
"type": "address"
|
|
42988
|
+
},
|
|
42989
|
+
{
|
|
42990
|
+
"indexed": false,
|
|
42991
|
+
"internalType": "address",
|
|
42992
|
+
"name": "newAdmin",
|
|
42993
|
+
"type": "address"
|
|
42994
|
+
}
|
|
42995
|
+
],
|
|
42996
|
+
"name": "AdminChanged",
|
|
42997
|
+
"type": "event"
|
|
42998
|
+
},
|
|
42999
|
+
{
|
|
43000
|
+
"anonymous": false,
|
|
43001
|
+
"inputs": [
|
|
43002
|
+
{
|
|
43003
|
+
"indexed": true,
|
|
43004
|
+
"internalType": "address",
|
|
43005
|
+
"name": "beacon",
|
|
43006
|
+
"type": "address"
|
|
43007
|
+
}
|
|
43008
|
+
],
|
|
43009
|
+
"name": "BeaconUpgraded",
|
|
43010
|
+
"type": "event"
|
|
43011
|
+
},
|
|
43012
|
+
{
|
|
43013
|
+
"anonymous": false,
|
|
43014
|
+
"inputs": [
|
|
43015
|
+
{
|
|
43016
|
+
"indexed": true,
|
|
43017
|
+
"internalType": "address",
|
|
43018
|
+
"name": "implementation",
|
|
43019
|
+
"type": "address"
|
|
43020
|
+
}
|
|
43021
|
+
],
|
|
43022
|
+
"name": "Upgraded",
|
|
43023
|
+
"type": "event"
|
|
43024
|
+
},
|
|
43025
|
+
{
|
|
43026
|
+
"stateMutability": "payable",
|
|
43027
|
+
"type": "fallback"
|
|
43028
|
+
},
|
|
43029
|
+
{
|
|
43030
|
+
"stateMutability": "payable",
|
|
43031
|
+
"type": "receive"
|
|
43032
|
+
}
|
|
43033
|
+
]
|
|
43034
|
+
},
|
|
42167
43035
|
"VToken_vsUSDe_Ethena": {
|
|
42168
43036
|
"address": "0x0792b9c60C728C1D2Fd6665b3D7A08762a9b28e0",
|
|
42169
43037
|
"abi": [
|