@venusprotocol/isolated-pools 4.2.0-dev.13 → 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/dist/deployments/ethereum.json +1344 -476
- package/dist/deployments/sepolia.json +1113 -245
- package/dist/helpers/deploymentConfig.js +86 -0
- 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
|
@@ -2768,29 +2768,24 @@
|
|
|
2768
2768
|
}
|
|
2769
2769
|
]
|
|
2770
2770
|
},
|
|
2771
|
-
"
|
|
2772
|
-
"address": "
|
|
2771
|
+
"JumpRateModelV2_base0bps_slope0bps_jump0bps_kink0bps_bpy2628000": {
|
|
2772
|
+
"address": "0x9F508F3146cb03276282f9237c6eE64f76E3261D",
|
|
2773
2773
|
"abi": [
|
|
2774
2774
|
{
|
|
2775
2775
|
"inputs": [
|
|
2776
2776
|
{
|
|
2777
2777
|
"internalType": "uint256",
|
|
2778
|
-
"name": "
|
|
2779
|
-
"type": "uint256"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"internalType": "uint256",
|
|
2783
|
-
"name": "baseRatePerYear",
|
|
2778
|
+
"name": "baseRatePerYear_",
|
|
2784
2779
|
"type": "uint256"
|
|
2785
2780
|
},
|
|
2786
2781
|
{
|
|
2787
2782
|
"internalType": "uint256",
|
|
2788
|
-
"name": "
|
|
2783
|
+
"name": "multiplierPerYear_",
|
|
2789
2784
|
"type": "uint256"
|
|
2790
2785
|
},
|
|
2791
2786
|
{
|
|
2792
2787
|
"internalType": "uint256",
|
|
2793
|
-
"name": "
|
|
2788
|
+
"name": "jumpMultiplierPerYear_",
|
|
2794
2789
|
"type": "uint256"
|
|
2795
2790
|
},
|
|
2796
2791
|
{
|
|
@@ -2802,11 +2797,31 @@
|
|
|
2802
2797
|
"internalType": "contract IAccessControlManagerV8",
|
|
2803
2798
|
"name": "accessControlManager_",
|
|
2804
2799
|
"type": "address"
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"internalType": "bool",
|
|
2803
|
+
"name": "timeBased_",
|
|
2804
|
+
"type": "bool"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"internalType": "uint256",
|
|
2808
|
+
"name": "blocksPerYear_",
|
|
2809
|
+
"type": "uint256"
|
|
2805
2810
|
}
|
|
2806
2811
|
],
|
|
2807
2812
|
"stateMutability": "nonpayable",
|
|
2808
2813
|
"type": "constructor"
|
|
2809
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
"inputs": [],
|
|
2817
|
+
"name": "InvalidBlocksPerYear",
|
|
2818
|
+
"type": "error"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"inputs": [],
|
|
2822
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
2823
|
+
"type": "error"
|
|
2824
|
+
},
|
|
2810
2825
|
{
|
|
2811
2826
|
"inputs": [
|
|
2812
2827
|
{
|
|
@@ -2834,19 +2849,19 @@
|
|
|
2834
2849
|
{
|
|
2835
2850
|
"indexed": false,
|
|
2836
2851
|
"internalType": "uint256",
|
|
2837
|
-
"name": "
|
|
2852
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
2838
2853
|
"type": "uint256"
|
|
2839
2854
|
},
|
|
2840
2855
|
{
|
|
2841
2856
|
"indexed": false,
|
|
2842
2857
|
"internalType": "uint256",
|
|
2843
|
-
"name": "
|
|
2858
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
2844
2859
|
"type": "uint256"
|
|
2845
2860
|
},
|
|
2846
2861
|
{
|
|
2847
2862
|
"indexed": false,
|
|
2848
2863
|
"internalType": "uint256",
|
|
2849
|
-
"name": "
|
|
2864
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
2850
2865
|
"type": "uint256"
|
|
2851
2866
|
},
|
|
2852
2867
|
{
|
|
@@ -2887,7 +2902,20 @@
|
|
|
2887
2902
|
},
|
|
2888
2903
|
{
|
|
2889
2904
|
"inputs": [],
|
|
2890
|
-
"name": "
|
|
2905
|
+
"name": "blocksOrSecondsPerYear",
|
|
2906
|
+
"outputs": [
|
|
2907
|
+
{
|
|
2908
|
+
"internalType": "uint256",
|
|
2909
|
+
"name": "",
|
|
2910
|
+
"type": "uint256"
|
|
2911
|
+
}
|
|
2912
|
+
],
|
|
2913
|
+
"stateMutability": "view",
|
|
2914
|
+
"type": "function"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"inputs": [],
|
|
2918
|
+
"name": "getBlockNumberOrTimestamp",
|
|
2891
2919
|
"outputs": [
|
|
2892
2920
|
{
|
|
2893
2921
|
"internalType": "uint256",
|
|
@@ -2984,6 +3012,19 @@
|
|
|
2984
3012
|
"stateMutability": "pure",
|
|
2985
3013
|
"type": "function"
|
|
2986
3014
|
},
|
|
3015
|
+
{
|
|
3016
|
+
"inputs": [],
|
|
3017
|
+
"name": "isTimeBased",
|
|
3018
|
+
"outputs": [
|
|
3019
|
+
{
|
|
3020
|
+
"internalType": "bool",
|
|
3021
|
+
"name": "",
|
|
3022
|
+
"type": "bool"
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"stateMutability": "view",
|
|
3026
|
+
"type": "function"
|
|
3027
|
+
},
|
|
2987
3028
|
{
|
|
2988
3029
|
"inputs": [],
|
|
2989
3030
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3087,8 +3128,8 @@
|
|
|
3087
3128
|
}
|
|
3088
3129
|
]
|
|
3089
3130
|
},
|
|
3090
|
-
"
|
|
3091
|
-
"address": "
|
|
3131
|
+
"JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3132
|
+
"address": "0x056CA57ed87d2AfF9a885feA6f17CA790414420d",
|
|
3092
3133
|
"abi": [
|
|
3093
3134
|
{
|
|
3094
3135
|
"inputs": [
|
|
@@ -3447,24 +3488,29 @@
|
|
|
3447
3488
|
}
|
|
3448
3489
|
]
|
|
3449
3490
|
},
|
|
3450
|
-
"
|
|
3451
|
-
"address": "
|
|
3491
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3492
|
+
"address": "0xfBa27be0766acb9a60d2cede3d4293193f3b749d",
|
|
3452
3493
|
"abi": [
|
|
3453
3494
|
{
|
|
3454
3495
|
"inputs": [
|
|
3455
3496
|
{
|
|
3456
3497
|
"internalType": "uint256",
|
|
3457
|
-
"name": "
|
|
3498
|
+
"name": "blocksPerYear_",
|
|
3458
3499
|
"type": "uint256"
|
|
3459
3500
|
},
|
|
3460
3501
|
{
|
|
3461
3502
|
"internalType": "uint256",
|
|
3462
|
-
"name": "
|
|
3503
|
+
"name": "baseRatePerYear",
|
|
3463
3504
|
"type": "uint256"
|
|
3464
3505
|
},
|
|
3465
3506
|
{
|
|
3466
3507
|
"internalType": "uint256",
|
|
3467
|
-
"name": "
|
|
3508
|
+
"name": "multiplierPerYear",
|
|
3509
|
+
"type": "uint256"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"internalType": "uint256",
|
|
3513
|
+
"name": "jumpMultiplierPerYear",
|
|
3468
3514
|
"type": "uint256"
|
|
3469
3515
|
},
|
|
3470
3516
|
{
|
|
@@ -3476,31 +3522,11 @@
|
|
|
3476
3522
|
"internalType": "contract IAccessControlManagerV8",
|
|
3477
3523
|
"name": "accessControlManager_",
|
|
3478
3524
|
"type": "address"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"internalType": "bool",
|
|
3482
|
-
"name": "timeBased_",
|
|
3483
|
-
"type": "bool"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"internalType": "uint256",
|
|
3487
|
-
"name": "blocksPerYear_",
|
|
3488
|
-
"type": "uint256"
|
|
3489
3525
|
}
|
|
3490
3526
|
],
|
|
3491
3527
|
"stateMutability": "nonpayable",
|
|
3492
3528
|
"type": "constructor"
|
|
3493
3529
|
},
|
|
3494
|
-
{
|
|
3495
|
-
"inputs": [],
|
|
3496
|
-
"name": "InvalidBlocksPerYear",
|
|
3497
|
-
"type": "error"
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"inputs": [],
|
|
3501
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
3502
|
-
"type": "error"
|
|
3503
|
-
},
|
|
3504
3530
|
{
|
|
3505
3531
|
"inputs": [
|
|
3506
3532
|
{
|
|
@@ -3528,19 +3554,19 @@
|
|
|
3528
3554
|
{
|
|
3529
3555
|
"indexed": false,
|
|
3530
3556
|
"internalType": "uint256",
|
|
3531
|
-
"name": "
|
|
3557
|
+
"name": "baseRatePerBlock",
|
|
3532
3558
|
"type": "uint256"
|
|
3533
3559
|
},
|
|
3534
3560
|
{
|
|
3535
3561
|
"indexed": false,
|
|
3536
3562
|
"internalType": "uint256",
|
|
3537
|
-
"name": "
|
|
3563
|
+
"name": "multiplierPerBlock",
|
|
3538
3564
|
"type": "uint256"
|
|
3539
3565
|
},
|
|
3540
3566
|
{
|
|
3541
3567
|
"indexed": false,
|
|
3542
3568
|
"internalType": "uint256",
|
|
3543
|
-
"name": "
|
|
3569
|
+
"name": "jumpMultiplierPerBlock",
|
|
3544
3570
|
"type": "uint256"
|
|
3545
3571
|
},
|
|
3546
3572
|
{
|
|
@@ -3581,20 +3607,7 @@
|
|
|
3581
3607
|
},
|
|
3582
3608
|
{
|
|
3583
3609
|
"inputs": [],
|
|
3584
|
-
"name": "
|
|
3585
|
-
"outputs": [
|
|
3586
|
-
{
|
|
3587
|
-
"internalType": "uint256",
|
|
3588
|
-
"name": "",
|
|
3589
|
-
"type": "uint256"
|
|
3590
|
-
}
|
|
3591
|
-
],
|
|
3592
|
-
"stateMutability": "view",
|
|
3593
|
-
"type": "function"
|
|
3594
|
-
},
|
|
3595
|
-
{
|
|
3596
|
-
"inputs": [],
|
|
3597
|
-
"name": "getBlockNumberOrTimestamp",
|
|
3610
|
+
"name": "blocksPerYear",
|
|
3598
3611
|
"outputs": [
|
|
3599
3612
|
{
|
|
3600
3613
|
"internalType": "uint256",
|
|
@@ -3691,19 +3704,6 @@
|
|
|
3691
3704
|
"stateMutability": "pure",
|
|
3692
3705
|
"type": "function"
|
|
3693
3706
|
},
|
|
3694
|
-
{
|
|
3695
|
-
"inputs": [],
|
|
3696
|
-
"name": "isTimeBased",
|
|
3697
|
-
"outputs": [
|
|
3698
|
-
{
|
|
3699
|
-
"internalType": "bool",
|
|
3700
|
-
"name": "",
|
|
3701
|
-
"type": "bool"
|
|
3702
|
-
}
|
|
3703
|
-
],
|
|
3704
|
-
"stateMutability": "view",
|
|
3705
|
-
"type": "function"
|
|
3706
|
-
},
|
|
3707
3707
|
{
|
|
3708
3708
|
"inputs": [],
|
|
3709
3709
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -3807,29 +3807,24 @@
|
|
|
3807
3807
|
}
|
|
3808
3808
|
]
|
|
3809
3809
|
},
|
|
3810
|
-
"
|
|
3811
|
-
"address": "
|
|
3810
|
+
"JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps_bpy2628000": {
|
|
3811
|
+
"address": "0xBd20E6922A5b1e20B5e611700f1Cab7c177C35De",
|
|
3812
3812
|
"abi": [
|
|
3813
3813
|
{
|
|
3814
3814
|
"inputs": [
|
|
3815
3815
|
{
|
|
3816
3816
|
"internalType": "uint256",
|
|
3817
|
-
"name": "
|
|
3818
|
-
"type": "uint256"
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"internalType": "uint256",
|
|
3822
|
-
"name": "baseRatePerYear",
|
|
3817
|
+
"name": "baseRatePerYear_",
|
|
3823
3818
|
"type": "uint256"
|
|
3824
3819
|
},
|
|
3825
3820
|
{
|
|
3826
3821
|
"internalType": "uint256",
|
|
3827
|
-
"name": "
|
|
3822
|
+
"name": "multiplierPerYear_",
|
|
3828
3823
|
"type": "uint256"
|
|
3829
3824
|
},
|
|
3830
3825
|
{
|
|
3831
3826
|
"internalType": "uint256",
|
|
3832
|
-
"name": "
|
|
3827
|
+
"name": "jumpMultiplierPerYear_",
|
|
3833
3828
|
"type": "uint256"
|
|
3834
3829
|
},
|
|
3835
3830
|
{
|
|
@@ -3841,11 +3836,31 @@
|
|
|
3841
3836
|
"internalType": "contract IAccessControlManagerV8",
|
|
3842
3837
|
"name": "accessControlManager_",
|
|
3843
3838
|
"type": "address"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"internalType": "bool",
|
|
3842
|
+
"name": "timeBased_",
|
|
3843
|
+
"type": "bool"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"internalType": "uint256",
|
|
3847
|
+
"name": "blocksPerYear_",
|
|
3848
|
+
"type": "uint256"
|
|
3844
3849
|
}
|
|
3845
3850
|
],
|
|
3846
3851
|
"stateMutability": "nonpayable",
|
|
3847
3852
|
"type": "constructor"
|
|
3848
3853
|
},
|
|
3854
|
+
{
|
|
3855
|
+
"inputs": [],
|
|
3856
|
+
"name": "InvalidBlocksPerYear",
|
|
3857
|
+
"type": "error"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"inputs": [],
|
|
3861
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3862
|
+
"type": "error"
|
|
3863
|
+
},
|
|
3849
3864
|
{
|
|
3850
3865
|
"inputs": [
|
|
3851
3866
|
{
|
|
@@ -3873,19 +3888,19 @@
|
|
|
3873
3888
|
{
|
|
3874
3889
|
"indexed": false,
|
|
3875
3890
|
"internalType": "uint256",
|
|
3876
|
-
"name": "
|
|
3891
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3877
3892
|
"type": "uint256"
|
|
3878
3893
|
},
|
|
3879
3894
|
{
|
|
3880
3895
|
"indexed": false,
|
|
3881
3896
|
"internalType": "uint256",
|
|
3882
|
-
"name": "
|
|
3897
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
3883
3898
|
"type": "uint256"
|
|
3884
3899
|
},
|
|
3885
3900
|
{
|
|
3886
3901
|
"indexed": false,
|
|
3887
3902
|
"internalType": "uint256",
|
|
3888
|
-
"name": "
|
|
3903
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
3889
3904
|
"type": "uint256"
|
|
3890
3905
|
},
|
|
3891
3906
|
{
|
|
@@ -3926,7 +3941,20 @@
|
|
|
3926
3941
|
},
|
|
3927
3942
|
{
|
|
3928
3943
|
"inputs": [],
|
|
3929
|
-
"name": "
|
|
3944
|
+
"name": "blocksOrSecondsPerYear",
|
|
3945
|
+
"outputs": [
|
|
3946
|
+
{
|
|
3947
|
+
"internalType": "uint256",
|
|
3948
|
+
"name": "",
|
|
3949
|
+
"type": "uint256"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"stateMutability": "view",
|
|
3953
|
+
"type": "function"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"inputs": [],
|
|
3957
|
+
"name": "getBlockNumberOrTimestamp",
|
|
3930
3958
|
"outputs": [
|
|
3931
3959
|
{
|
|
3932
3960
|
"internalType": "uint256",
|
|
@@ -4023,6 +4051,19 @@
|
|
|
4023
4051
|
"stateMutability": "pure",
|
|
4024
4052
|
"type": "function"
|
|
4025
4053
|
},
|
|
4054
|
+
{
|
|
4055
|
+
"inputs": [],
|
|
4056
|
+
"name": "isTimeBased",
|
|
4057
|
+
"outputs": [
|
|
4058
|
+
{
|
|
4059
|
+
"internalType": "bool",
|
|
4060
|
+
"name": "",
|
|
4061
|
+
"type": "bool"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"stateMutability": "view",
|
|
4065
|
+
"type": "function"
|
|
4066
|
+
},
|
|
4026
4067
|
{
|
|
4027
4068
|
"inputs": [],
|
|
4028
4069
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -4126,8 +4167,8 @@
|
|
|
4126
4167
|
}
|
|
4127
4168
|
]
|
|
4128
4169
|
},
|
|
4129
|
-
"
|
|
4130
|
-
"address": "
|
|
4170
|
+
"JumpRateModelV2_base0bps_slope1630bps_jump25000bps_kink9200bps_bpy2628000": {
|
|
4171
|
+
"address": "0x7a381Fa8B502ac3870D05ECfb321CFEf1818A218",
|
|
4131
4172
|
"abi": [
|
|
4132
4173
|
{
|
|
4133
4174
|
"inputs": [
|
|
@@ -4486,8 +4527,8 @@
|
|
|
4486
4527
|
}
|
|
4487
4528
|
]
|
|
4488
4529
|
},
|
|
4489
|
-
"
|
|
4490
|
-
"address": "
|
|
4530
|
+
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
4531
|
+
"address": "0x05A02a17151947a8c25e3e8F607503122DB958dD",
|
|
4491
4532
|
"abi": [
|
|
4492
4533
|
{
|
|
4493
4534
|
"inputs": [
|
|
@@ -4805,29 +4846,24 @@
|
|
|
4805
4846
|
}
|
|
4806
4847
|
]
|
|
4807
4848
|
},
|
|
4808
|
-
"
|
|
4809
|
-
"address": "
|
|
4849
|
+
"JumpRateModelV2_base0bps_slope450bps_jump20000bps_kink4500bps_bpy2628000": {
|
|
4850
|
+
"address": "0x9404B140E5384326ef108B089EBDa71a7f23Cd55",
|
|
4810
4851
|
"abi": [
|
|
4811
4852
|
{
|
|
4812
4853
|
"inputs": [
|
|
4813
4854
|
{
|
|
4814
4855
|
"internalType": "uint256",
|
|
4815
|
-
"name": "
|
|
4816
|
-
"type": "uint256"
|
|
4817
|
-
},
|
|
4818
|
-
{
|
|
4819
|
-
"internalType": "uint256",
|
|
4820
|
-
"name": "baseRatePerYear",
|
|
4856
|
+
"name": "baseRatePerYear_",
|
|
4821
4857
|
"type": "uint256"
|
|
4822
4858
|
},
|
|
4823
4859
|
{
|
|
4824
4860
|
"internalType": "uint256",
|
|
4825
|
-
"name": "
|
|
4861
|
+
"name": "multiplierPerYear_",
|
|
4826
4862
|
"type": "uint256"
|
|
4827
4863
|
},
|
|
4828
4864
|
{
|
|
4829
4865
|
"internalType": "uint256",
|
|
4830
|
-
"name": "
|
|
4866
|
+
"name": "jumpMultiplierPerYear_",
|
|
4831
4867
|
"type": "uint256"
|
|
4832
4868
|
},
|
|
4833
4869
|
{
|
|
@@ -4839,11 +4875,31 @@
|
|
|
4839
4875
|
"internalType": "contract IAccessControlManagerV8",
|
|
4840
4876
|
"name": "accessControlManager_",
|
|
4841
4877
|
"type": "address"
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"internalType": "bool",
|
|
4881
|
+
"name": "timeBased_",
|
|
4882
|
+
"type": "bool"
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
"internalType": "uint256",
|
|
4886
|
+
"name": "blocksPerYear_",
|
|
4887
|
+
"type": "uint256"
|
|
4842
4888
|
}
|
|
4843
4889
|
],
|
|
4844
4890
|
"stateMutability": "nonpayable",
|
|
4845
4891
|
"type": "constructor"
|
|
4846
4892
|
},
|
|
4893
|
+
{
|
|
4894
|
+
"inputs": [],
|
|
4895
|
+
"name": "InvalidBlocksPerYear",
|
|
4896
|
+
"type": "error"
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"inputs": [],
|
|
4900
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
4901
|
+
"type": "error"
|
|
4902
|
+
},
|
|
4847
4903
|
{
|
|
4848
4904
|
"inputs": [
|
|
4849
4905
|
{
|
|
@@ -4871,19 +4927,19 @@
|
|
|
4871
4927
|
{
|
|
4872
4928
|
"indexed": false,
|
|
4873
4929
|
"internalType": "uint256",
|
|
4874
|
-
"name": "
|
|
4930
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
4875
4931
|
"type": "uint256"
|
|
4876
4932
|
},
|
|
4877
4933
|
{
|
|
4878
4934
|
"indexed": false,
|
|
4879
4935
|
"internalType": "uint256",
|
|
4880
|
-
"name": "
|
|
4936
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4881
4937
|
"type": "uint256"
|
|
4882
4938
|
},
|
|
4883
4939
|
{
|
|
4884
4940
|
"indexed": false,
|
|
4885
4941
|
"internalType": "uint256",
|
|
4886
|
-
"name": "
|
|
4942
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4887
4943
|
"type": "uint256"
|
|
4888
4944
|
},
|
|
4889
4945
|
{
|
|
@@ -4924,7 +4980,20 @@
|
|
|
4924
4980
|
},
|
|
4925
4981
|
{
|
|
4926
4982
|
"inputs": [],
|
|
4927
|
-
"name": "
|
|
4983
|
+
"name": "blocksOrSecondsPerYear",
|
|
4984
|
+
"outputs": [
|
|
4985
|
+
{
|
|
4986
|
+
"internalType": "uint256",
|
|
4987
|
+
"name": "",
|
|
4988
|
+
"type": "uint256"
|
|
4989
|
+
}
|
|
4990
|
+
],
|
|
4991
|
+
"stateMutability": "view",
|
|
4992
|
+
"type": "function"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"inputs": [],
|
|
4996
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4928
4997
|
"outputs": [
|
|
4929
4998
|
{
|
|
4930
4999
|
"internalType": "uint256",
|
|
@@ -5021,6 +5090,19 @@
|
|
|
5021
5090
|
"stateMutability": "pure",
|
|
5022
5091
|
"type": "function"
|
|
5023
5092
|
},
|
|
5093
|
+
{
|
|
5094
|
+
"inputs": [],
|
|
5095
|
+
"name": "isTimeBased",
|
|
5096
|
+
"outputs": [
|
|
5097
|
+
{
|
|
5098
|
+
"internalType": "bool",
|
|
5099
|
+
"name": "",
|
|
5100
|
+
"type": "bool"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"stateMutability": "view",
|
|
5104
|
+
"type": "function"
|
|
5105
|
+
},
|
|
5024
5106
|
{
|
|
5025
5107
|
"inputs": [],
|
|
5026
5108
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5124,8 +5206,8 @@
|
|
|
5124
5206
|
}
|
|
5125
5207
|
]
|
|
5126
5208
|
},
|
|
5127
|
-
"
|
|
5128
|
-
"address": "
|
|
5209
|
+
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
5210
|
+
"address": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
|
|
5129
5211
|
"abi": [
|
|
5130
5212
|
{
|
|
5131
5213
|
"inputs": [
|
|
@@ -5443,24 +5525,29 @@
|
|
|
5443
5525
|
}
|
|
5444
5526
|
]
|
|
5445
5527
|
},
|
|
5446
|
-
"
|
|
5447
|
-
"address": "
|
|
5528
|
+
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps_bpy2628000": {
|
|
5529
|
+
"address": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
|
|
5448
5530
|
"abi": [
|
|
5449
5531
|
{
|
|
5450
5532
|
"inputs": [
|
|
5451
5533
|
{
|
|
5452
5534
|
"internalType": "uint256",
|
|
5453
|
-
"name": "
|
|
5535
|
+
"name": "blocksPerYear_",
|
|
5454
5536
|
"type": "uint256"
|
|
5455
5537
|
},
|
|
5456
5538
|
{
|
|
5457
5539
|
"internalType": "uint256",
|
|
5458
|
-
"name": "
|
|
5540
|
+
"name": "baseRatePerYear",
|
|
5459
5541
|
"type": "uint256"
|
|
5460
5542
|
},
|
|
5461
5543
|
{
|
|
5462
5544
|
"internalType": "uint256",
|
|
5463
|
-
"name": "
|
|
5545
|
+
"name": "multiplierPerYear",
|
|
5546
|
+
"type": "uint256"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"internalType": "uint256",
|
|
5550
|
+
"name": "jumpMultiplierPerYear",
|
|
5464
5551
|
"type": "uint256"
|
|
5465
5552
|
},
|
|
5466
5553
|
{
|
|
@@ -5472,31 +5559,11 @@
|
|
|
5472
5559
|
"internalType": "contract IAccessControlManagerV8",
|
|
5473
5560
|
"name": "accessControlManager_",
|
|
5474
5561
|
"type": "address"
|
|
5475
|
-
},
|
|
5476
|
-
{
|
|
5477
|
-
"internalType": "bool",
|
|
5478
|
-
"name": "timeBased_",
|
|
5479
|
-
"type": "bool"
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"internalType": "uint256",
|
|
5483
|
-
"name": "blocksPerYear_",
|
|
5484
|
-
"type": "uint256"
|
|
5485
5562
|
}
|
|
5486
5563
|
],
|
|
5487
5564
|
"stateMutability": "nonpayable",
|
|
5488
5565
|
"type": "constructor"
|
|
5489
5566
|
},
|
|
5490
|
-
{
|
|
5491
|
-
"inputs": [],
|
|
5492
|
-
"name": "InvalidBlocksPerYear",
|
|
5493
|
-
"type": "error"
|
|
5494
|
-
},
|
|
5495
|
-
{
|
|
5496
|
-
"inputs": [],
|
|
5497
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
5498
|
-
"type": "error"
|
|
5499
|
-
},
|
|
5500
5567
|
{
|
|
5501
5568
|
"inputs": [
|
|
5502
5569
|
{
|
|
@@ -5524,19 +5591,19 @@
|
|
|
5524
5591
|
{
|
|
5525
5592
|
"indexed": false,
|
|
5526
5593
|
"internalType": "uint256",
|
|
5527
|
-
"name": "
|
|
5594
|
+
"name": "baseRatePerBlock",
|
|
5528
5595
|
"type": "uint256"
|
|
5529
5596
|
},
|
|
5530
5597
|
{
|
|
5531
5598
|
"indexed": false,
|
|
5532
5599
|
"internalType": "uint256",
|
|
5533
|
-
"name": "
|
|
5600
|
+
"name": "multiplierPerBlock",
|
|
5534
5601
|
"type": "uint256"
|
|
5535
5602
|
},
|
|
5536
5603
|
{
|
|
5537
5604
|
"indexed": false,
|
|
5538
5605
|
"internalType": "uint256",
|
|
5539
|
-
"name": "
|
|
5606
|
+
"name": "jumpMultiplierPerBlock",
|
|
5540
5607
|
"type": "uint256"
|
|
5541
5608
|
},
|
|
5542
5609
|
{
|
|
@@ -5577,20 +5644,7 @@
|
|
|
5577
5644
|
},
|
|
5578
5645
|
{
|
|
5579
5646
|
"inputs": [],
|
|
5580
|
-
"name": "
|
|
5581
|
-
"outputs": [
|
|
5582
|
-
{
|
|
5583
|
-
"internalType": "uint256",
|
|
5584
|
-
"name": "",
|
|
5585
|
-
"type": "uint256"
|
|
5586
|
-
}
|
|
5587
|
-
],
|
|
5588
|
-
"stateMutability": "view",
|
|
5589
|
-
"type": "function"
|
|
5590
|
-
},
|
|
5591
|
-
{
|
|
5592
|
-
"inputs": [],
|
|
5593
|
-
"name": "getBlockNumberOrTimestamp",
|
|
5647
|
+
"name": "blocksPerYear",
|
|
5594
5648
|
"outputs": [
|
|
5595
5649
|
{
|
|
5596
5650
|
"internalType": "uint256",
|
|
@@ -5687,19 +5741,6 @@
|
|
|
5687
5741
|
"stateMutability": "pure",
|
|
5688
5742
|
"type": "function"
|
|
5689
5743
|
},
|
|
5690
|
-
{
|
|
5691
|
-
"inputs": [],
|
|
5692
|
-
"name": "isTimeBased",
|
|
5693
|
-
"outputs": [
|
|
5694
|
-
{
|
|
5695
|
-
"internalType": "bool",
|
|
5696
|
-
"name": "",
|
|
5697
|
-
"type": "bool"
|
|
5698
|
-
}
|
|
5699
|
-
],
|
|
5700
|
-
"stateMutability": "view",
|
|
5701
|
-
"type": "function"
|
|
5702
|
-
},
|
|
5703
5744
|
{
|
|
5704
5745
|
"inputs": [],
|
|
5705
5746
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -5803,8 +5844,8 @@
|
|
|
5803
5844
|
}
|
|
5804
5845
|
]
|
|
5805
5846
|
},
|
|
5806
|
-
"
|
|
5807
|
-
"address": "
|
|
5847
|
+
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
5848
|
+
"address": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
|
|
5808
5849
|
"abi": [
|
|
5809
5850
|
{
|
|
5810
5851
|
"inputs": [
|
|
@@ -6122,8 +6163,8 @@
|
|
|
6122
6163
|
}
|
|
6123
6164
|
]
|
|
6124
6165
|
},
|
|
6125
|
-
"
|
|
6126
|
-
"address": "
|
|
6166
|
+
"JumpRateModelV2_base0bps_slope800bps_jump8000bps_kink8000bps_bpy2628000": {
|
|
6167
|
+
"address": "0xc948752610D09E9f2B2A9C7114d9593DDED85487",
|
|
6127
6168
|
"abi": [
|
|
6128
6169
|
{
|
|
6129
6170
|
"inputs": [
|
|
@@ -6482,24 +6523,29 @@
|
|
|
6482
6523
|
}
|
|
6483
6524
|
]
|
|
6484
6525
|
},
|
|
6485
|
-
"
|
|
6486
|
-
"address": "
|
|
6526
|
+
"JumpRateModelV2_base0bps_slope9000bps_jump7500bps_kink4500bps_bpy2628000": {
|
|
6527
|
+
"address": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
|
|
6487
6528
|
"abi": [
|
|
6488
6529
|
{
|
|
6489
6530
|
"inputs": [
|
|
6490
6531
|
{
|
|
6491
6532
|
"internalType": "uint256",
|
|
6492
|
-
"name": "
|
|
6533
|
+
"name": "blocksPerYear_",
|
|
6493
6534
|
"type": "uint256"
|
|
6494
6535
|
},
|
|
6495
6536
|
{
|
|
6496
6537
|
"internalType": "uint256",
|
|
6497
|
-
"name": "
|
|
6538
|
+
"name": "baseRatePerYear",
|
|
6498
6539
|
"type": "uint256"
|
|
6499
6540
|
},
|
|
6500
6541
|
{
|
|
6501
6542
|
"internalType": "uint256",
|
|
6502
|
-
"name": "
|
|
6543
|
+
"name": "multiplierPerYear",
|
|
6544
|
+
"type": "uint256"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"internalType": "uint256",
|
|
6548
|
+
"name": "jumpMultiplierPerYear",
|
|
6503
6549
|
"type": "uint256"
|
|
6504
6550
|
},
|
|
6505
6551
|
{
|
|
@@ -6511,31 +6557,11 @@
|
|
|
6511
6557
|
"internalType": "contract IAccessControlManagerV8",
|
|
6512
6558
|
"name": "accessControlManager_",
|
|
6513
6559
|
"type": "address"
|
|
6514
|
-
},
|
|
6515
|
-
{
|
|
6516
|
-
"internalType": "bool",
|
|
6517
|
-
"name": "timeBased_",
|
|
6518
|
-
"type": "bool"
|
|
6519
|
-
},
|
|
6520
|
-
{
|
|
6521
|
-
"internalType": "uint256",
|
|
6522
|
-
"name": "blocksPerYear_",
|
|
6523
|
-
"type": "uint256"
|
|
6524
6560
|
}
|
|
6525
6561
|
],
|
|
6526
6562
|
"stateMutability": "nonpayable",
|
|
6527
6563
|
"type": "constructor"
|
|
6528
6564
|
},
|
|
6529
|
-
{
|
|
6530
|
-
"inputs": [],
|
|
6531
|
-
"name": "InvalidBlocksPerYear",
|
|
6532
|
-
"type": "error"
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"inputs": [],
|
|
6536
|
-
"name": "InvalidTimeBasedConfiguration",
|
|
6537
|
-
"type": "error"
|
|
6538
|
-
},
|
|
6539
6565
|
{
|
|
6540
6566
|
"inputs": [
|
|
6541
6567
|
{
|
|
@@ -6563,19 +6589,19 @@
|
|
|
6563
6589
|
{
|
|
6564
6590
|
"indexed": false,
|
|
6565
6591
|
"internalType": "uint256",
|
|
6566
|
-
"name": "
|
|
6592
|
+
"name": "baseRatePerBlock",
|
|
6567
6593
|
"type": "uint256"
|
|
6568
6594
|
},
|
|
6569
6595
|
{
|
|
6570
6596
|
"indexed": false,
|
|
6571
6597
|
"internalType": "uint256",
|
|
6572
|
-
"name": "
|
|
6598
|
+
"name": "multiplierPerBlock",
|
|
6573
6599
|
"type": "uint256"
|
|
6574
6600
|
},
|
|
6575
6601
|
{
|
|
6576
6602
|
"indexed": false,
|
|
6577
6603
|
"internalType": "uint256",
|
|
6578
|
-
"name": "
|
|
6604
|
+
"name": "jumpMultiplierPerBlock",
|
|
6579
6605
|
"type": "uint256"
|
|
6580
6606
|
},
|
|
6581
6607
|
{
|
|
@@ -6616,20 +6642,7 @@
|
|
|
6616
6642
|
},
|
|
6617
6643
|
{
|
|
6618
6644
|
"inputs": [],
|
|
6619
|
-
"name": "
|
|
6620
|
-
"outputs": [
|
|
6621
|
-
{
|
|
6622
|
-
"internalType": "uint256",
|
|
6623
|
-
"name": "",
|
|
6624
|
-
"type": "uint256"
|
|
6625
|
-
}
|
|
6626
|
-
],
|
|
6627
|
-
"stateMutability": "view",
|
|
6628
|
-
"type": "function"
|
|
6629
|
-
},
|
|
6630
|
-
{
|
|
6631
|
-
"inputs": [],
|
|
6632
|
-
"name": "getBlockNumberOrTimestamp",
|
|
6645
|
+
"name": "blocksPerYear",
|
|
6633
6646
|
"outputs": [
|
|
6634
6647
|
{
|
|
6635
6648
|
"internalType": "uint256",
|
|
@@ -6726,19 +6739,6 @@
|
|
|
6726
6739
|
"stateMutability": "pure",
|
|
6727
6740
|
"type": "function"
|
|
6728
6741
|
},
|
|
6729
|
-
{
|
|
6730
|
-
"inputs": [],
|
|
6731
|
-
"name": "isTimeBased",
|
|
6732
|
-
"outputs": [
|
|
6733
|
-
{
|
|
6734
|
-
"internalType": "bool",
|
|
6735
|
-
"name": "",
|
|
6736
|
-
"type": "bool"
|
|
6737
|
-
}
|
|
6738
|
-
],
|
|
6739
|
-
"stateMutability": "view",
|
|
6740
|
-
"type": "function"
|
|
6741
|
-
},
|
|
6742
6742
|
{
|
|
6743
6743
|
"inputs": [],
|
|
6744
6744
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -6842,8 +6842,8 @@
|
|
|
6842
6842
|
}
|
|
6843
6843
|
]
|
|
6844
6844
|
},
|
|
6845
|
-
"
|
|
6846
|
-
"address": "
|
|
6845
|
+
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps_bpy2628000": {
|
|
6846
|
+
"address": "0x49DF29953303c5AB09201d54435C8662d06d024C",
|
|
6847
6847
|
"abi": [
|
|
6848
6848
|
{
|
|
6849
6849
|
"inputs": [
|
|
@@ -7202,29 +7202,24 @@
|
|
|
7202
7202
|
}
|
|
7203
7203
|
]
|
|
7204
7204
|
},
|
|
7205
|
-
"
|
|
7206
|
-
"address": "
|
|
7205
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps_bpy2628000": {
|
|
7206
|
+
"address": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
|
|
7207
7207
|
"abi": [
|
|
7208
7208
|
{
|
|
7209
7209
|
"inputs": [
|
|
7210
7210
|
{
|
|
7211
7211
|
"internalType": "uint256",
|
|
7212
|
-
"name": "
|
|
7213
|
-
"type": "uint256"
|
|
7214
|
-
},
|
|
7215
|
-
{
|
|
7216
|
-
"internalType": "uint256",
|
|
7217
|
-
"name": "baseRatePerYear",
|
|
7212
|
+
"name": "baseRatePerYear_",
|
|
7218
7213
|
"type": "uint256"
|
|
7219
7214
|
},
|
|
7220
7215
|
{
|
|
7221
7216
|
"internalType": "uint256",
|
|
7222
|
-
"name": "
|
|
7217
|
+
"name": "multiplierPerYear_",
|
|
7223
7218
|
"type": "uint256"
|
|
7224
7219
|
},
|
|
7225
7220
|
{
|
|
7226
7221
|
"internalType": "uint256",
|
|
7227
|
-
"name": "
|
|
7222
|
+
"name": "jumpMultiplierPerYear_",
|
|
7228
7223
|
"type": "uint256"
|
|
7229
7224
|
},
|
|
7230
7225
|
{
|
|
@@ -7236,11 +7231,31 @@
|
|
|
7236
7231
|
"internalType": "contract IAccessControlManagerV8",
|
|
7237
7232
|
"name": "accessControlManager_",
|
|
7238
7233
|
"type": "address"
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"internalType": "bool",
|
|
7237
|
+
"name": "timeBased_",
|
|
7238
|
+
"type": "bool"
|
|
7239
|
+
},
|
|
7240
|
+
{
|
|
7241
|
+
"internalType": "uint256",
|
|
7242
|
+
"name": "blocksPerYear_",
|
|
7243
|
+
"type": "uint256"
|
|
7239
7244
|
}
|
|
7240
7245
|
],
|
|
7241
7246
|
"stateMutability": "nonpayable",
|
|
7242
7247
|
"type": "constructor"
|
|
7243
7248
|
},
|
|
7249
|
+
{
|
|
7250
|
+
"inputs": [],
|
|
7251
|
+
"name": "InvalidBlocksPerYear",
|
|
7252
|
+
"type": "error"
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"inputs": [],
|
|
7256
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
7257
|
+
"type": "error"
|
|
7258
|
+
},
|
|
7244
7259
|
{
|
|
7245
7260
|
"inputs": [
|
|
7246
7261
|
{
|
|
@@ -7268,19 +7283,19 @@
|
|
|
7268
7283
|
{
|
|
7269
7284
|
"indexed": false,
|
|
7270
7285
|
"internalType": "uint256",
|
|
7271
|
-
"name": "
|
|
7286
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
7272
7287
|
"type": "uint256"
|
|
7273
7288
|
},
|
|
7274
7289
|
{
|
|
7275
7290
|
"indexed": false,
|
|
7276
7291
|
"internalType": "uint256",
|
|
7277
|
-
"name": "
|
|
7292
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
7278
7293
|
"type": "uint256"
|
|
7279
7294
|
},
|
|
7280
7295
|
{
|
|
7281
7296
|
"indexed": false,
|
|
7282
7297
|
"internalType": "uint256",
|
|
7283
|
-
"name": "
|
|
7298
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
7284
7299
|
"type": "uint256"
|
|
7285
7300
|
},
|
|
7286
7301
|
{
|
|
@@ -7321,7 +7336,20 @@
|
|
|
7321
7336
|
},
|
|
7322
7337
|
{
|
|
7323
7338
|
"inputs": [],
|
|
7324
|
-
"name": "
|
|
7339
|
+
"name": "blocksOrSecondsPerYear",
|
|
7340
|
+
"outputs": [
|
|
7341
|
+
{
|
|
7342
|
+
"internalType": "uint256",
|
|
7343
|
+
"name": "",
|
|
7344
|
+
"type": "uint256"
|
|
7345
|
+
}
|
|
7346
|
+
],
|
|
7347
|
+
"stateMutability": "view",
|
|
7348
|
+
"type": "function"
|
|
7349
|
+
},
|
|
7350
|
+
{
|
|
7351
|
+
"inputs": [],
|
|
7352
|
+
"name": "getBlockNumberOrTimestamp",
|
|
7325
7353
|
"outputs": [
|
|
7326
7354
|
{
|
|
7327
7355
|
"internalType": "uint256",
|
|
@@ -7418,6 +7446,19 @@
|
|
|
7418
7446
|
"stateMutability": "pure",
|
|
7419
7447
|
"type": "function"
|
|
7420
7448
|
},
|
|
7449
|
+
{
|
|
7450
|
+
"inputs": [],
|
|
7451
|
+
"name": "isTimeBased",
|
|
7452
|
+
"outputs": [
|
|
7453
|
+
{
|
|
7454
|
+
"internalType": "bool",
|
|
7455
|
+
"name": "",
|
|
7456
|
+
"type": "bool"
|
|
7457
|
+
}
|
|
7458
|
+
],
|
|
7459
|
+
"stateMutability": "view",
|
|
7460
|
+
"type": "function"
|
|
7461
|
+
},
|
|
7421
7462
|
{
|
|
7422
7463
|
"inputs": [],
|
|
7423
7464
|
"name": "jumpMultiplierPerBlock",
|
|
@@ -7521,29 +7562,708 @@
|
|
|
7521
7562
|
}
|
|
7522
7563
|
]
|
|
7523
7564
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"address": "
|
|
7565
|
+
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_bpy2628000": {
|
|
7566
|
+
"address": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
|
|
7526
7567
|
"abi": [
|
|
7527
7568
|
{
|
|
7528
7569
|
"inputs": [
|
|
7529
7570
|
{
|
|
7530
7571
|
"internalType": "uint256",
|
|
7531
|
-
"name": "
|
|
7532
|
-
"type": "uint256"
|
|
7533
|
-
},
|
|
7534
|
-
{
|
|
7535
|
-
"internalType": "uint256",
|
|
7536
|
-
"name": "baseRatePerYear",
|
|
7572
|
+
"name": "baseRatePerYear_",
|
|
7537
7573
|
"type": "uint256"
|
|
7538
7574
|
},
|
|
7539
7575
|
{
|
|
7540
7576
|
"internalType": "uint256",
|
|
7541
|
-
"name": "
|
|
7577
|
+
"name": "multiplierPerYear_",
|
|
7542
7578
|
"type": "uint256"
|
|
7543
7579
|
},
|
|
7544
7580
|
{
|
|
7545
7581
|
"internalType": "uint256",
|
|
7546
|
-
"name": "
|
|
7582
|
+
"name": "jumpMultiplierPerYear_",
|
|
7583
|
+
"type": "uint256"
|
|
7584
|
+
},
|
|
7585
|
+
{
|
|
7586
|
+
"internalType": "uint256",
|
|
7587
|
+
"name": "kink_",
|
|
7588
|
+
"type": "uint256"
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
7591
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
7592
|
+
"name": "accessControlManager_",
|
|
7593
|
+
"type": "address"
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"internalType": "bool",
|
|
7597
|
+
"name": "timeBased_",
|
|
7598
|
+
"type": "bool"
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"internalType": "uint256",
|
|
7602
|
+
"name": "blocksPerYear_",
|
|
7603
|
+
"type": "uint256"
|
|
7604
|
+
}
|
|
7605
|
+
],
|
|
7606
|
+
"stateMutability": "nonpayable",
|
|
7607
|
+
"type": "constructor"
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"inputs": [],
|
|
7611
|
+
"name": "InvalidBlocksPerYear",
|
|
7612
|
+
"type": "error"
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"inputs": [],
|
|
7616
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
7617
|
+
"type": "error"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"inputs": [
|
|
7621
|
+
{
|
|
7622
|
+
"internalType": "address",
|
|
7623
|
+
"name": "sender",
|
|
7624
|
+
"type": "address"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"internalType": "address",
|
|
7628
|
+
"name": "calledContract",
|
|
7629
|
+
"type": "address"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"internalType": "string",
|
|
7633
|
+
"name": "methodSignature",
|
|
7634
|
+
"type": "string"
|
|
7635
|
+
}
|
|
7636
|
+
],
|
|
7637
|
+
"name": "Unauthorized",
|
|
7638
|
+
"type": "error"
|
|
7639
|
+
},
|
|
7640
|
+
{
|
|
7641
|
+
"anonymous": false,
|
|
7642
|
+
"inputs": [
|
|
7643
|
+
{
|
|
7644
|
+
"indexed": false,
|
|
7645
|
+
"internalType": "uint256",
|
|
7646
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
7647
|
+
"type": "uint256"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"indexed": false,
|
|
7651
|
+
"internalType": "uint256",
|
|
7652
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
7653
|
+
"type": "uint256"
|
|
7654
|
+
},
|
|
7655
|
+
{
|
|
7656
|
+
"indexed": false,
|
|
7657
|
+
"internalType": "uint256",
|
|
7658
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
7659
|
+
"type": "uint256"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"indexed": false,
|
|
7663
|
+
"internalType": "uint256",
|
|
7664
|
+
"name": "kink",
|
|
7665
|
+
"type": "uint256"
|
|
7666
|
+
}
|
|
7667
|
+
],
|
|
7668
|
+
"name": "NewInterestParams",
|
|
7669
|
+
"type": "event"
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"inputs": [],
|
|
7673
|
+
"name": "accessControlManager",
|
|
7674
|
+
"outputs": [
|
|
7675
|
+
{
|
|
7676
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
7677
|
+
"name": "",
|
|
7678
|
+
"type": "address"
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"stateMutability": "view",
|
|
7682
|
+
"type": "function"
|
|
7683
|
+
},
|
|
7684
|
+
{
|
|
7685
|
+
"inputs": [],
|
|
7686
|
+
"name": "baseRatePerBlock",
|
|
7687
|
+
"outputs": [
|
|
7688
|
+
{
|
|
7689
|
+
"internalType": "uint256",
|
|
7690
|
+
"name": "",
|
|
7691
|
+
"type": "uint256"
|
|
7692
|
+
}
|
|
7693
|
+
],
|
|
7694
|
+
"stateMutability": "view",
|
|
7695
|
+
"type": "function"
|
|
7696
|
+
},
|
|
7697
|
+
{
|
|
7698
|
+
"inputs": [],
|
|
7699
|
+
"name": "blocksOrSecondsPerYear",
|
|
7700
|
+
"outputs": [
|
|
7701
|
+
{
|
|
7702
|
+
"internalType": "uint256",
|
|
7703
|
+
"name": "",
|
|
7704
|
+
"type": "uint256"
|
|
7705
|
+
}
|
|
7706
|
+
],
|
|
7707
|
+
"stateMutability": "view",
|
|
7708
|
+
"type": "function"
|
|
7709
|
+
},
|
|
7710
|
+
{
|
|
7711
|
+
"inputs": [],
|
|
7712
|
+
"name": "getBlockNumberOrTimestamp",
|
|
7713
|
+
"outputs": [
|
|
7714
|
+
{
|
|
7715
|
+
"internalType": "uint256",
|
|
7716
|
+
"name": "",
|
|
7717
|
+
"type": "uint256"
|
|
7718
|
+
}
|
|
7719
|
+
],
|
|
7720
|
+
"stateMutability": "view",
|
|
7721
|
+
"type": "function"
|
|
7722
|
+
},
|
|
7723
|
+
{
|
|
7724
|
+
"inputs": [
|
|
7725
|
+
{
|
|
7726
|
+
"internalType": "uint256",
|
|
7727
|
+
"name": "cash",
|
|
7728
|
+
"type": "uint256"
|
|
7729
|
+
},
|
|
7730
|
+
{
|
|
7731
|
+
"internalType": "uint256",
|
|
7732
|
+
"name": "borrows",
|
|
7733
|
+
"type": "uint256"
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"internalType": "uint256",
|
|
7737
|
+
"name": "reserves",
|
|
7738
|
+
"type": "uint256"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"internalType": "uint256",
|
|
7742
|
+
"name": "badDebt",
|
|
7743
|
+
"type": "uint256"
|
|
7744
|
+
}
|
|
7745
|
+
],
|
|
7746
|
+
"name": "getBorrowRate",
|
|
7747
|
+
"outputs": [
|
|
7748
|
+
{
|
|
7749
|
+
"internalType": "uint256",
|
|
7750
|
+
"name": "",
|
|
7751
|
+
"type": "uint256"
|
|
7752
|
+
}
|
|
7753
|
+
],
|
|
7754
|
+
"stateMutability": "view",
|
|
7755
|
+
"type": "function"
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
"inputs": [
|
|
7759
|
+
{
|
|
7760
|
+
"internalType": "uint256",
|
|
7761
|
+
"name": "cash",
|
|
7762
|
+
"type": "uint256"
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"internalType": "uint256",
|
|
7766
|
+
"name": "borrows",
|
|
7767
|
+
"type": "uint256"
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"internalType": "uint256",
|
|
7771
|
+
"name": "reserves",
|
|
7772
|
+
"type": "uint256"
|
|
7773
|
+
},
|
|
7774
|
+
{
|
|
7775
|
+
"internalType": "uint256",
|
|
7776
|
+
"name": "reserveFactorMantissa",
|
|
7777
|
+
"type": "uint256"
|
|
7778
|
+
},
|
|
7779
|
+
{
|
|
7780
|
+
"internalType": "uint256",
|
|
7781
|
+
"name": "badDebt",
|
|
7782
|
+
"type": "uint256"
|
|
7783
|
+
}
|
|
7784
|
+
],
|
|
7785
|
+
"name": "getSupplyRate",
|
|
7786
|
+
"outputs": [
|
|
7787
|
+
{
|
|
7788
|
+
"internalType": "uint256",
|
|
7789
|
+
"name": "",
|
|
7790
|
+
"type": "uint256"
|
|
7791
|
+
}
|
|
7792
|
+
],
|
|
7793
|
+
"stateMutability": "view",
|
|
7794
|
+
"type": "function"
|
|
7795
|
+
},
|
|
7796
|
+
{
|
|
7797
|
+
"inputs": [],
|
|
7798
|
+
"name": "isInterestRateModel",
|
|
7799
|
+
"outputs": [
|
|
7800
|
+
{
|
|
7801
|
+
"internalType": "bool",
|
|
7802
|
+
"name": "",
|
|
7803
|
+
"type": "bool"
|
|
7804
|
+
}
|
|
7805
|
+
],
|
|
7806
|
+
"stateMutability": "pure",
|
|
7807
|
+
"type": "function"
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"inputs": [],
|
|
7811
|
+
"name": "isTimeBased",
|
|
7812
|
+
"outputs": [
|
|
7813
|
+
{
|
|
7814
|
+
"internalType": "bool",
|
|
7815
|
+
"name": "",
|
|
7816
|
+
"type": "bool"
|
|
7817
|
+
}
|
|
7818
|
+
],
|
|
7819
|
+
"stateMutability": "view",
|
|
7820
|
+
"type": "function"
|
|
7821
|
+
},
|
|
7822
|
+
{
|
|
7823
|
+
"inputs": [],
|
|
7824
|
+
"name": "jumpMultiplierPerBlock",
|
|
7825
|
+
"outputs": [
|
|
7826
|
+
{
|
|
7827
|
+
"internalType": "uint256",
|
|
7828
|
+
"name": "",
|
|
7829
|
+
"type": "uint256"
|
|
7830
|
+
}
|
|
7831
|
+
],
|
|
7832
|
+
"stateMutability": "view",
|
|
7833
|
+
"type": "function"
|
|
7834
|
+
},
|
|
7835
|
+
{
|
|
7836
|
+
"inputs": [],
|
|
7837
|
+
"name": "kink",
|
|
7838
|
+
"outputs": [
|
|
7839
|
+
{
|
|
7840
|
+
"internalType": "uint256",
|
|
7841
|
+
"name": "",
|
|
7842
|
+
"type": "uint256"
|
|
7843
|
+
}
|
|
7844
|
+
],
|
|
7845
|
+
"stateMutability": "view",
|
|
7846
|
+
"type": "function"
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"inputs": [],
|
|
7850
|
+
"name": "multiplierPerBlock",
|
|
7851
|
+
"outputs": [
|
|
7852
|
+
{
|
|
7853
|
+
"internalType": "uint256",
|
|
7854
|
+
"name": "",
|
|
7855
|
+
"type": "uint256"
|
|
7856
|
+
}
|
|
7857
|
+
],
|
|
7858
|
+
"stateMutability": "view",
|
|
7859
|
+
"type": "function"
|
|
7860
|
+
},
|
|
7861
|
+
{
|
|
7862
|
+
"inputs": [
|
|
7863
|
+
{
|
|
7864
|
+
"internalType": "uint256",
|
|
7865
|
+
"name": "baseRatePerYear",
|
|
7866
|
+
"type": "uint256"
|
|
7867
|
+
},
|
|
7868
|
+
{
|
|
7869
|
+
"internalType": "uint256",
|
|
7870
|
+
"name": "multiplierPerYear",
|
|
7871
|
+
"type": "uint256"
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
"internalType": "uint256",
|
|
7875
|
+
"name": "jumpMultiplierPerYear",
|
|
7876
|
+
"type": "uint256"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"internalType": "uint256",
|
|
7880
|
+
"name": "kink_",
|
|
7881
|
+
"type": "uint256"
|
|
7882
|
+
}
|
|
7883
|
+
],
|
|
7884
|
+
"name": "updateJumpRateModel",
|
|
7885
|
+
"outputs": [],
|
|
7886
|
+
"stateMutability": "nonpayable",
|
|
7887
|
+
"type": "function"
|
|
7888
|
+
},
|
|
7889
|
+
{
|
|
7890
|
+
"inputs": [
|
|
7891
|
+
{
|
|
7892
|
+
"internalType": "uint256",
|
|
7893
|
+
"name": "cash",
|
|
7894
|
+
"type": "uint256"
|
|
7895
|
+
},
|
|
7896
|
+
{
|
|
7897
|
+
"internalType": "uint256",
|
|
7898
|
+
"name": "borrows",
|
|
7899
|
+
"type": "uint256"
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
"internalType": "uint256",
|
|
7903
|
+
"name": "reserves",
|
|
7904
|
+
"type": "uint256"
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"internalType": "uint256",
|
|
7908
|
+
"name": "badDebt",
|
|
7909
|
+
"type": "uint256"
|
|
7910
|
+
}
|
|
7911
|
+
],
|
|
7912
|
+
"name": "utilizationRate",
|
|
7913
|
+
"outputs": [
|
|
7914
|
+
{
|
|
7915
|
+
"internalType": "uint256",
|
|
7916
|
+
"name": "",
|
|
7917
|
+
"type": "uint256"
|
|
7918
|
+
}
|
|
7919
|
+
],
|
|
7920
|
+
"stateMutability": "pure",
|
|
7921
|
+
"type": "function"
|
|
7922
|
+
}
|
|
7923
|
+
]
|
|
7924
|
+
},
|
|
7925
|
+
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps_bpy2628000": {
|
|
7926
|
+
"address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
|
|
7927
|
+
"abi": [
|
|
7928
|
+
{
|
|
7929
|
+
"inputs": [
|
|
7930
|
+
{
|
|
7931
|
+
"internalType": "uint256",
|
|
7932
|
+
"name": "blocksPerYear_",
|
|
7933
|
+
"type": "uint256"
|
|
7934
|
+
},
|
|
7935
|
+
{
|
|
7936
|
+
"internalType": "uint256",
|
|
7937
|
+
"name": "baseRatePerYear",
|
|
7938
|
+
"type": "uint256"
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"internalType": "uint256",
|
|
7942
|
+
"name": "multiplierPerYear",
|
|
7943
|
+
"type": "uint256"
|
|
7944
|
+
},
|
|
7945
|
+
{
|
|
7946
|
+
"internalType": "uint256",
|
|
7947
|
+
"name": "jumpMultiplierPerYear",
|
|
7948
|
+
"type": "uint256"
|
|
7949
|
+
},
|
|
7950
|
+
{
|
|
7951
|
+
"internalType": "uint256",
|
|
7952
|
+
"name": "kink_",
|
|
7953
|
+
"type": "uint256"
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
7957
|
+
"name": "accessControlManager_",
|
|
7958
|
+
"type": "address"
|
|
7959
|
+
}
|
|
7960
|
+
],
|
|
7961
|
+
"stateMutability": "nonpayable",
|
|
7962
|
+
"type": "constructor"
|
|
7963
|
+
},
|
|
7964
|
+
{
|
|
7965
|
+
"inputs": [
|
|
7966
|
+
{
|
|
7967
|
+
"internalType": "address",
|
|
7968
|
+
"name": "sender",
|
|
7969
|
+
"type": "address"
|
|
7970
|
+
},
|
|
7971
|
+
{
|
|
7972
|
+
"internalType": "address",
|
|
7973
|
+
"name": "calledContract",
|
|
7974
|
+
"type": "address"
|
|
7975
|
+
},
|
|
7976
|
+
{
|
|
7977
|
+
"internalType": "string",
|
|
7978
|
+
"name": "methodSignature",
|
|
7979
|
+
"type": "string"
|
|
7980
|
+
}
|
|
7981
|
+
],
|
|
7982
|
+
"name": "Unauthorized",
|
|
7983
|
+
"type": "error"
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"anonymous": false,
|
|
7987
|
+
"inputs": [
|
|
7988
|
+
{
|
|
7989
|
+
"indexed": false,
|
|
7990
|
+
"internalType": "uint256",
|
|
7991
|
+
"name": "baseRatePerBlock",
|
|
7992
|
+
"type": "uint256"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"indexed": false,
|
|
7996
|
+
"internalType": "uint256",
|
|
7997
|
+
"name": "multiplierPerBlock",
|
|
7998
|
+
"type": "uint256"
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
"indexed": false,
|
|
8002
|
+
"internalType": "uint256",
|
|
8003
|
+
"name": "jumpMultiplierPerBlock",
|
|
8004
|
+
"type": "uint256"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"indexed": false,
|
|
8008
|
+
"internalType": "uint256",
|
|
8009
|
+
"name": "kink",
|
|
8010
|
+
"type": "uint256"
|
|
8011
|
+
}
|
|
8012
|
+
],
|
|
8013
|
+
"name": "NewInterestParams",
|
|
8014
|
+
"type": "event"
|
|
8015
|
+
},
|
|
8016
|
+
{
|
|
8017
|
+
"inputs": [],
|
|
8018
|
+
"name": "accessControlManager",
|
|
8019
|
+
"outputs": [
|
|
8020
|
+
{
|
|
8021
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
8022
|
+
"name": "",
|
|
8023
|
+
"type": "address"
|
|
8024
|
+
}
|
|
8025
|
+
],
|
|
8026
|
+
"stateMutability": "view",
|
|
8027
|
+
"type": "function"
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"inputs": [],
|
|
8031
|
+
"name": "baseRatePerBlock",
|
|
8032
|
+
"outputs": [
|
|
8033
|
+
{
|
|
8034
|
+
"internalType": "uint256",
|
|
8035
|
+
"name": "",
|
|
8036
|
+
"type": "uint256"
|
|
8037
|
+
}
|
|
8038
|
+
],
|
|
8039
|
+
"stateMutability": "view",
|
|
8040
|
+
"type": "function"
|
|
8041
|
+
},
|
|
8042
|
+
{
|
|
8043
|
+
"inputs": [],
|
|
8044
|
+
"name": "blocksPerYear",
|
|
8045
|
+
"outputs": [
|
|
8046
|
+
{
|
|
8047
|
+
"internalType": "uint256",
|
|
8048
|
+
"name": "",
|
|
8049
|
+
"type": "uint256"
|
|
8050
|
+
}
|
|
8051
|
+
],
|
|
8052
|
+
"stateMutability": "view",
|
|
8053
|
+
"type": "function"
|
|
8054
|
+
},
|
|
8055
|
+
{
|
|
8056
|
+
"inputs": [
|
|
8057
|
+
{
|
|
8058
|
+
"internalType": "uint256",
|
|
8059
|
+
"name": "cash",
|
|
8060
|
+
"type": "uint256"
|
|
8061
|
+
},
|
|
8062
|
+
{
|
|
8063
|
+
"internalType": "uint256",
|
|
8064
|
+
"name": "borrows",
|
|
8065
|
+
"type": "uint256"
|
|
8066
|
+
},
|
|
8067
|
+
{
|
|
8068
|
+
"internalType": "uint256",
|
|
8069
|
+
"name": "reserves",
|
|
8070
|
+
"type": "uint256"
|
|
8071
|
+
},
|
|
8072
|
+
{
|
|
8073
|
+
"internalType": "uint256",
|
|
8074
|
+
"name": "badDebt",
|
|
8075
|
+
"type": "uint256"
|
|
8076
|
+
}
|
|
8077
|
+
],
|
|
8078
|
+
"name": "getBorrowRate",
|
|
8079
|
+
"outputs": [
|
|
8080
|
+
{
|
|
8081
|
+
"internalType": "uint256",
|
|
8082
|
+
"name": "",
|
|
8083
|
+
"type": "uint256"
|
|
8084
|
+
}
|
|
8085
|
+
],
|
|
8086
|
+
"stateMutability": "view",
|
|
8087
|
+
"type": "function"
|
|
8088
|
+
},
|
|
8089
|
+
{
|
|
8090
|
+
"inputs": [
|
|
8091
|
+
{
|
|
8092
|
+
"internalType": "uint256",
|
|
8093
|
+
"name": "cash",
|
|
8094
|
+
"type": "uint256"
|
|
8095
|
+
},
|
|
8096
|
+
{
|
|
8097
|
+
"internalType": "uint256",
|
|
8098
|
+
"name": "borrows",
|
|
8099
|
+
"type": "uint256"
|
|
8100
|
+
},
|
|
8101
|
+
{
|
|
8102
|
+
"internalType": "uint256",
|
|
8103
|
+
"name": "reserves",
|
|
8104
|
+
"type": "uint256"
|
|
8105
|
+
},
|
|
8106
|
+
{
|
|
8107
|
+
"internalType": "uint256",
|
|
8108
|
+
"name": "reserveFactorMantissa",
|
|
8109
|
+
"type": "uint256"
|
|
8110
|
+
},
|
|
8111
|
+
{
|
|
8112
|
+
"internalType": "uint256",
|
|
8113
|
+
"name": "badDebt",
|
|
8114
|
+
"type": "uint256"
|
|
8115
|
+
}
|
|
8116
|
+
],
|
|
8117
|
+
"name": "getSupplyRate",
|
|
8118
|
+
"outputs": [
|
|
8119
|
+
{
|
|
8120
|
+
"internalType": "uint256",
|
|
8121
|
+
"name": "",
|
|
8122
|
+
"type": "uint256"
|
|
8123
|
+
}
|
|
8124
|
+
],
|
|
8125
|
+
"stateMutability": "view",
|
|
8126
|
+
"type": "function"
|
|
8127
|
+
},
|
|
8128
|
+
{
|
|
8129
|
+
"inputs": [],
|
|
8130
|
+
"name": "isInterestRateModel",
|
|
8131
|
+
"outputs": [
|
|
8132
|
+
{
|
|
8133
|
+
"internalType": "bool",
|
|
8134
|
+
"name": "",
|
|
8135
|
+
"type": "bool"
|
|
8136
|
+
}
|
|
8137
|
+
],
|
|
8138
|
+
"stateMutability": "pure",
|
|
8139
|
+
"type": "function"
|
|
8140
|
+
},
|
|
8141
|
+
{
|
|
8142
|
+
"inputs": [],
|
|
8143
|
+
"name": "jumpMultiplierPerBlock",
|
|
8144
|
+
"outputs": [
|
|
8145
|
+
{
|
|
8146
|
+
"internalType": "uint256",
|
|
8147
|
+
"name": "",
|
|
8148
|
+
"type": "uint256"
|
|
8149
|
+
}
|
|
8150
|
+
],
|
|
8151
|
+
"stateMutability": "view",
|
|
8152
|
+
"type": "function"
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"inputs": [],
|
|
8156
|
+
"name": "kink",
|
|
8157
|
+
"outputs": [
|
|
8158
|
+
{
|
|
8159
|
+
"internalType": "uint256",
|
|
8160
|
+
"name": "",
|
|
8161
|
+
"type": "uint256"
|
|
8162
|
+
}
|
|
8163
|
+
],
|
|
8164
|
+
"stateMutability": "view",
|
|
8165
|
+
"type": "function"
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"inputs": [],
|
|
8169
|
+
"name": "multiplierPerBlock",
|
|
8170
|
+
"outputs": [
|
|
8171
|
+
{
|
|
8172
|
+
"internalType": "uint256",
|
|
8173
|
+
"name": "",
|
|
8174
|
+
"type": "uint256"
|
|
8175
|
+
}
|
|
8176
|
+
],
|
|
8177
|
+
"stateMutability": "view",
|
|
8178
|
+
"type": "function"
|
|
8179
|
+
},
|
|
8180
|
+
{
|
|
8181
|
+
"inputs": [
|
|
8182
|
+
{
|
|
8183
|
+
"internalType": "uint256",
|
|
8184
|
+
"name": "baseRatePerYear",
|
|
8185
|
+
"type": "uint256"
|
|
8186
|
+
},
|
|
8187
|
+
{
|
|
8188
|
+
"internalType": "uint256",
|
|
8189
|
+
"name": "multiplierPerYear",
|
|
8190
|
+
"type": "uint256"
|
|
8191
|
+
},
|
|
8192
|
+
{
|
|
8193
|
+
"internalType": "uint256",
|
|
8194
|
+
"name": "jumpMultiplierPerYear",
|
|
8195
|
+
"type": "uint256"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"internalType": "uint256",
|
|
8199
|
+
"name": "kink_",
|
|
8200
|
+
"type": "uint256"
|
|
8201
|
+
}
|
|
8202
|
+
],
|
|
8203
|
+
"name": "updateJumpRateModel",
|
|
8204
|
+
"outputs": [],
|
|
8205
|
+
"stateMutability": "nonpayable",
|
|
8206
|
+
"type": "function"
|
|
8207
|
+
},
|
|
8208
|
+
{
|
|
8209
|
+
"inputs": [
|
|
8210
|
+
{
|
|
8211
|
+
"internalType": "uint256",
|
|
8212
|
+
"name": "cash",
|
|
8213
|
+
"type": "uint256"
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"internalType": "uint256",
|
|
8217
|
+
"name": "borrows",
|
|
8218
|
+
"type": "uint256"
|
|
8219
|
+
},
|
|
8220
|
+
{
|
|
8221
|
+
"internalType": "uint256",
|
|
8222
|
+
"name": "reserves",
|
|
8223
|
+
"type": "uint256"
|
|
8224
|
+
},
|
|
8225
|
+
{
|
|
8226
|
+
"internalType": "uint256",
|
|
8227
|
+
"name": "badDebt",
|
|
8228
|
+
"type": "uint256"
|
|
8229
|
+
}
|
|
8230
|
+
],
|
|
8231
|
+
"name": "utilizationRate",
|
|
8232
|
+
"outputs": [
|
|
8233
|
+
{
|
|
8234
|
+
"internalType": "uint256",
|
|
8235
|
+
"name": "",
|
|
8236
|
+
"type": "uint256"
|
|
8237
|
+
}
|
|
8238
|
+
],
|
|
8239
|
+
"stateMutability": "pure",
|
|
8240
|
+
"type": "function"
|
|
8241
|
+
}
|
|
8242
|
+
]
|
|
8243
|
+
},
|
|
8244
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps_bpy2628000": {
|
|
8245
|
+
"address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
|
|
8246
|
+
"abi": [
|
|
8247
|
+
{
|
|
8248
|
+
"inputs": [
|
|
8249
|
+
{
|
|
8250
|
+
"internalType": "uint256",
|
|
8251
|
+
"name": "blocksPerYear_",
|
|
8252
|
+
"type": "uint256"
|
|
8253
|
+
},
|
|
8254
|
+
{
|
|
8255
|
+
"internalType": "uint256",
|
|
8256
|
+
"name": "baseRatePerYear",
|
|
8257
|
+
"type": "uint256"
|
|
8258
|
+
},
|
|
8259
|
+
{
|
|
8260
|
+
"internalType": "uint256",
|
|
8261
|
+
"name": "multiplierPerYear",
|
|
8262
|
+
"type": "uint256"
|
|
8263
|
+
},
|
|
8264
|
+
{
|
|
8265
|
+
"internalType": "uint256",
|
|
8266
|
+
"name": "jumpMultiplierPerYear",
|
|
7547
8267
|
"type": "uint256"
|
|
7548
8268
|
},
|
|
7549
8269
|
{
|
|
@@ -34520,6 +35240,80 @@
|
|
|
34520
35240
|
}
|
|
34521
35241
|
]
|
|
34522
35242
|
},
|
|
35243
|
+
"VToken_vUSDe_Core": {
|
|
35244
|
+
"address": "0x36e8955c305aa48A99e4c953C9883989a7364a42",
|
|
35245
|
+
"abi": [
|
|
35246
|
+
{
|
|
35247
|
+
"inputs": [
|
|
35248
|
+
{
|
|
35249
|
+
"internalType": "address",
|
|
35250
|
+
"name": "beacon",
|
|
35251
|
+
"type": "address"
|
|
35252
|
+
},
|
|
35253
|
+
{
|
|
35254
|
+
"internalType": "bytes",
|
|
35255
|
+
"name": "data",
|
|
35256
|
+
"type": "bytes"
|
|
35257
|
+
}
|
|
35258
|
+
],
|
|
35259
|
+
"stateMutability": "payable",
|
|
35260
|
+
"type": "constructor"
|
|
35261
|
+
},
|
|
35262
|
+
{
|
|
35263
|
+
"anonymous": false,
|
|
35264
|
+
"inputs": [
|
|
35265
|
+
{
|
|
35266
|
+
"indexed": false,
|
|
35267
|
+
"internalType": "address",
|
|
35268
|
+
"name": "previousAdmin",
|
|
35269
|
+
"type": "address"
|
|
35270
|
+
},
|
|
35271
|
+
{
|
|
35272
|
+
"indexed": false,
|
|
35273
|
+
"internalType": "address",
|
|
35274
|
+
"name": "newAdmin",
|
|
35275
|
+
"type": "address"
|
|
35276
|
+
}
|
|
35277
|
+
],
|
|
35278
|
+
"name": "AdminChanged",
|
|
35279
|
+
"type": "event"
|
|
35280
|
+
},
|
|
35281
|
+
{
|
|
35282
|
+
"anonymous": false,
|
|
35283
|
+
"inputs": [
|
|
35284
|
+
{
|
|
35285
|
+
"indexed": true,
|
|
35286
|
+
"internalType": "address",
|
|
35287
|
+
"name": "beacon",
|
|
35288
|
+
"type": "address"
|
|
35289
|
+
}
|
|
35290
|
+
],
|
|
35291
|
+
"name": "BeaconUpgraded",
|
|
35292
|
+
"type": "event"
|
|
35293
|
+
},
|
|
35294
|
+
{
|
|
35295
|
+
"anonymous": false,
|
|
35296
|
+
"inputs": [
|
|
35297
|
+
{
|
|
35298
|
+
"indexed": true,
|
|
35299
|
+
"internalType": "address",
|
|
35300
|
+
"name": "implementation",
|
|
35301
|
+
"type": "address"
|
|
35302
|
+
}
|
|
35303
|
+
],
|
|
35304
|
+
"name": "Upgraded",
|
|
35305
|
+
"type": "event"
|
|
35306
|
+
},
|
|
35307
|
+
{
|
|
35308
|
+
"stateMutability": "payable",
|
|
35309
|
+
"type": "fallback"
|
|
35310
|
+
},
|
|
35311
|
+
{
|
|
35312
|
+
"stateMutability": "payable",
|
|
35313
|
+
"type": "receive"
|
|
35314
|
+
}
|
|
35315
|
+
]
|
|
35316
|
+
},
|
|
34523
35317
|
"VToken_vWBTC_Core": {
|
|
34524
35318
|
"address": "0x74E708A7F5486ed73CCCAe54B63e71B1988F1383",
|
|
34525
35319
|
"abi": [
|
|
@@ -35408,6 +36202,80 @@
|
|
|
35408
36202
|
}
|
|
35409
36203
|
]
|
|
35410
36204
|
},
|
|
36205
|
+
"VToken_vsUSDe_Core": {
|
|
36206
|
+
"address": "0x33e4C9227b8Fca017739419119BbBA33A089D4a0",
|
|
36207
|
+
"abi": [
|
|
36208
|
+
{
|
|
36209
|
+
"inputs": [
|
|
36210
|
+
{
|
|
36211
|
+
"internalType": "address",
|
|
36212
|
+
"name": "beacon",
|
|
36213
|
+
"type": "address"
|
|
36214
|
+
},
|
|
36215
|
+
{
|
|
36216
|
+
"internalType": "bytes",
|
|
36217
|
+
"name": "data",
|
|
36218
|
+
"type": "bytes"
|
|
36219
|
+
}
|
|
36220
|
+
],
|
|
36221
|
+
"stateMutability": "payable",
|
|
36222
|
+
"type": "constructor"
|
|
36223
|
+
},
|
|
36224
|
+
{
|
|
36225
|
+
"anonymous": false,
|
|
36226
|
+
"inputs": [
|
|
36227
|
+
{
|
|
36228
|
+
"indexed": false,
|
|
36229
|
+
"internalType": "address",
|
|
36230
|
+
"name": "previousAdmin",
|
|
36231
|
+
"type": "address"
|
|
36232
|
+
},
|
|
36233
|
+
{
|
|
36234
|
+
"indexed": false,
|
|
36235
|
+
"internalType": "address",
|
|
36236
|
+
"name": "newAdmin",
|
|
36237
|
+
"type": "address"
|
|
36238
|
+
}
|
|
36239
|
+
],
|
|
36240
|
+
"name": "AdminChanged",
|
|
36241
|
+
"type": "event"
|
|
36242
|
+
},
|
|
36243
|
+
{
|
|
36244
|
+
"anonymous": false,
|
|
36245
|
+
"inputs": [
|
|
36246
|
+
{
|
|
36247
|
+
"indexed": true,
|
|
36248
|
+
"internalType": "address",
|
|
36249
|
+
"name": "beacon",
|
|
36250
|
+
"type": "address"
|
|
36251
|
+
}
|
|
36252
|
+
],
|
|
36253
|
+
"name": "BeaconUpgraded",
|
|
36254
|
+
"type": "event"
|
|
36255
|
+
},
|
|
36256
|
+
{
|
|
36257
|
+
"anonymous": false,
|
|
36258
|
+
"inputs": [
|
|
36259
|
+
{
|
|
36260
|
+
"indexed": true,
|
|
36261
|
+
"internalType": "address",
|
|
36262
|
+
"name": "implementation",
|
|
36263
|
+
"type": "address"
|
|
36264
|
+
}
|
|
36265
|
+
],
|
|
36266
|
+
"name": "Upgraded",
|
|
36267
|
+
"type": "event"
|
|
36268
|
+
},
|
|
36269
|
+
{
|
|
36270
|
+
"stateMutability": "payable",
|
|
36271
|
+
"type": "fallback"
|
|
36272
|
+
},
|
|
36273
|
+
{
|
|
36274
|
+
"stateMutability": "payable",
|
|
36275
|
+
"type": "receive"
|
|
36276
|
+
}
|
|
36277
|
+
]
|
|
36278
|
+
},
|
|
35411
36279
|
"VToken_vsUSDe_Ethena": {
|
|
35412
36280
|
"address": "0x643a2BE96e7675Ca34bcceCB33F4f0fECA1ba9fC",
|
|
35413
36281
|
"abi": [
|