@venusprotocol/isolated-pools 2.8.0-dev.1 → 2.8.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/bscmainnet/JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps.json +519 -0
- package/deployments/bscmainnet/JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps.json +519 -0
- package/deployments/bscmainnet/solcInputs/6c20111db935f77a09779b07bf47545e.json +345 -0
- package/deployments/bscmainnet.json +640 -2
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/ethereum/{JumpRateModelV2_base0bps_slope750bps_jump8000bps_kink8000bps.json → JumpRateModel_base0bps_slope1000bps_jump25000bps_kink8000bps.json} +29 -29
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_2.json +1270 -0
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_2_Proxy.json +277 -0
- package/deployments/ethereum/VToken_vweETH_LiquidStakedETH.json +257 -0
- package/deployments/ethereum/solcInputs/556e7926402a9f7d641047851d56b7a7.json +181 -0
- package/deployments/ethereum/solcInputs/6c20111db935f77a09779b07bf47545e.json +345 -0
- package/deployments/ethereum.json +1549 -194
- package/deployments/ethereum_addresses.json +4 -1
- package/deployments/opbnbmainnet/JumpRateModel_base0bps_slope1000bps_jump25000bps_kink8000bps.json +519 -0
- package/deployments/opbnbmainnet/solcInputs/6c20111db935f77a09779b07bf47545e.json +345 -0
- package/deployments/opbnbmainnet.json +4 -4
- package/deployments/opbnbmainnet_addresses.json +1 -1
- package/deployments/{opbnbmainnet/JumpRateModelV2_base0bps_slope750bps_jump25000bps_kink8000bps.json → sepolia/JumpRateModelV2_base0bps_slope9000bps_jump7500bps_kink4500bps.json} +24 -24
- package/deployments/sepolia/MockeETH.json +458 -0
- package/deployments/sepolia/MockweETH.json +458 -0
- package/deployments/sepolia/RewardsDistributor_Liquid Staked ETH_2.json +1270 -0
- package/deployments/sepolia/RewardsDistributor_Liquid Staked ETH_2_Proxy.json +277 -0
- package/deployments/sepolia/VToken_vweETH_LiquidStakedETH.json +257 -0
- package/deployments/sepolia/solcInputs/4ec1992e5565110adfbc26c502822e5b.json +184 -0
- package/deployments/sepolia/solcInputs/556e7926402a9f7d641047851d56b7a7.json +181 -0
- package/deployments/sepolia/solcInputs/aff45dfa415c2a71912dfa176e1c386c.json +342 -0
- package/deployments/sepolia.json +4015 -1723
- package/deployments/sepolia_addresses.json +6 -0
- package/dist/deploy/009-deploy-vtokens.js +24 -2
- package/dist/deploy/010-deploy-reward-distributors.js +4 -0
- package/dist/deployments/bscmainnet.json +640 -2
- package/dist/deployments/ethereum.json +1549 -194
- package/dist/deployments/opbnbmainnet.json +4 -4
- package/dist/deployments/sepolia.json +4015 -1723
- package/dist/helpers/deploymentConfig.js +89 -13
- package/package.json +1 -1
|
@@ -2676,6 +2676,325 @@
|
|
|
2676
2676
|
}
|
|
2677
2677
|
]
|
|
2678
2678
|
},
|
|
2679
|
+
"JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps": {
|
|
2680
|
+
"address": "0x2ba0F45f7368d2A56d0c9e5a29af363987BE1d02",
|
|
2681
|
+
"abi": [
|
|
2682
|
+
{
|
|
2683
|
+
"inputs": [
|
|
2684
|
+
{
|
|
2685
|
+
"internalType": "uint256",
|
|
2686
|
+
"name": "blocksPerYear_",
|
|
2687
|
+
"type": "uint256"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"internalType": "uint256",
|
|
2691
|
+
"name": "baseRatePerYear",
|
|
2692
|
+
"type": "uint256"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"internalType": "uint256",
|
|
2696
|
+
"name": "multiplierPerYear",
|
|
2697
|
+
"type": "uint256"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"internalType": "uint256",
|
|
2701
|
+
"name": "jumpMultiplierPerYear",
|
|
2702
|
+
"type": "uint256"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"internalType": "uint256",
|
|
2706
|
+
"name": "kink_",
|
|
2707
|
+
"type": "uint256"
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
2711
|
+
"name": "accessControlManager_",
|
|
2712
|
+
"type": "address"
|
|
2713
|
+
}
|
|
2714
|
+
],
|
|
2715
|
+
"stateMutability": "nonpayable",
|
|
2716
|
+
"type": "constructor"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"inputs": [
|
|
2720
|
+
{
|
|
2721
|
+
"internalType": "address",
|
|
2722
|
+
"name": "sender",
|
|
2723
|
+
"type": "address"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"internalType": "address",
|
|
2727
|
+
"name": "calledContract",
|
|
2728
|
+
"type": "address"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"internalType": "string",
|
|
2732
|
+
"name": "methodSignature",
|
|
2733
|
+
"type": "string"
|
|
2734
|
+
}
|
|
2735
|
+
],
|
|
2736
|
+
"name": "Unauthorized",
|
|
2737
|
+
"type": "error"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"anonymous": false,
|
|
2741
|
+
"inputs": [
|
|
2742
|
+
{
|
|
2743
|
+
"indexed": false,
|
|
2744
|
+
"internalType": "uint256",
|
|
2745
|
+
"name": "baseRatePerBlock",
|
|
2746
|
+
"type": "uint256"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"indexed": false,
|
|
2750
|
+
"internalType": "uint256",
|
|
2751
|
+
"name": "multiplierPerBlock",
|
|
2752
|
+
"type": "uint256"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"indexed": false,
|
|
2756
|
+
"internalType": "uint256",
|
|
2757
|
+
"name": "jumpMultiplierPerBlock",
|
|
2758
|
+
"type": "uint256"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"indexed": false,
|
|
2762
|
+
"internalType": "uint256",
|
|
2763
|
+
"name": "kink",
|
|
2764
|
+
"type": "uint256"
|
|
2765
|
+
}
|
|
2766
|
+
],
|
|
2767
|
+
"name": "NewInterestParams",
|
|
2768
|
+
"type": "event"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"inputs": [],
|
|
2772
|
+
"name": "accessControlManager",
|
|
2773
|
+
"outputs": [
|
|
2774
|
+
{
|
|
2775
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
2776
|
+
"name": "",
|
|
2777
|
+
"type": "address"
|
|
2778
|
+
}
|
|
2779
|
+
],
|
|
2780
|
+
"stateMutability": "view",
|
|
2781
|
+
"type": "function"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"inputs": [],
|
|
2785
|
+
"name": "baseRatePerBlock",
|
|
2786
|
+
"outputs": [
|
|
2787
|
+
{
|
|
2788
|
+
"internalType": "uint256",
|
|
2789
|
+
"name": "",
|
|
2790
|
+
"type": "uint256"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"stateMutability": "view",
|
|
2794
|
+
"type": "function"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"inputs": [],
|
|
2798
|
+
"name": "blocksPerYear",
|
|
2799
|
+
"outputs": [
|
|
2800
|
+
{
|
|
2801
|
+
"internalType": "uint256",
|
|
2802
|
+
"name": "",
|
|
2803
|
+
"type": "uint256"
|
|
2804
|
+
}
|
|
2805
|
+
],
|
|
2806
|
+
"stateMutability": "view",
|
|
2807
|
+
"type": "function"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"inputs": [
|
|
2811
|
+
{
|
|
2812
|
+
"internalType": "uint256",
|
|
2813
|
+
"name": "cash",
|
|
2814
|
+
"type": "uint256"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"internalType": "uint256",
|
|
2818
|
+
"name": "borrows",
|
|
2819
|
+
"type": "uint256"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"internalType": "uint256",
|
|
2823
|
+
"name": "reserves",
|
|
2824
|
+
"type": "uint256"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"internalType": "uint256",
|
|
2828
|
+
"name": "badDebt",
|
|
2829
|
+
"type": "uint256"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"name": "getBorrowRate",
|
|
2833
|
+
"outputs": [
|
|
2834
|
+
{
|
|
2835
|
+
"internalType": "uint256",
|
|
2836
|
+
"name": "",
|
|
2837
|
+
"type": "uint256"
|
|
2838
|
+
}
|
|
2839
|
+
],
|
|
2840
|
+
"stateMutability": "view",
|
|
2841
|
+
"type": "function"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"inputs": [
|
|
2845
|
+
{
|
|
2846
|
+
"internalType": "uint256",
|
|
2847
|
+
"name": "cash",
|
|
2848
|
+
"type": "uint256"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"internalType": "uint256",
|
|
2852
|
+
"name": "borrows",
|
|
2853
|
+
"type": "uint256"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"internalType": "uint256",
|
|
2857
|
+
"name": "reserves",
|
|
2858
|
+
"type": "uint256"
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"internalType": "uint256",
|
|
2862
|
+
"name": "reserveFactorMantissa",
|
|
2863
|
+
"type": "uint256"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"internalType": "uint256",
|
|
2867
|
+
"name": "badDebt",
|
|
2868
|
+
"type": "uint256"
|
|
2869
|
+
}
|
|
2870
|
+
],
|
|
2871
|
+
"name": "getSupplyRate",
|
|
2872
|
+
"outputs": [
|
|
2873
|
+
{
|
|
2874
|
+
"internalType": "uint256",
|
|
2875
|
+
"name": "",
|
|
2876
|
+
"type": "uint256"
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"stateMutability": "view",
|
|
2880
|
+
"type": "function"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"inputs": [],
|
|
2884
|
+
"name": "isInterestRateModel",
|
|
2885
|
+
"outputs": [
|
|
2886
|
+
{
|
|
2887
|
+
"internalType": "bool",
|
|
2888
|
+
"name": "",
|
|
2889
|
+
"type": "bool"
|
|
2890
|
+
}
|
|
2891
|
+
],
|
|
2892
|
+
"stateMutability": "pure",
|
|
2893
|
+
"type": "function"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"inputs": [],
|
|
2897
|
+
"name": "jumpMultiplierPerBlock",
|
|
2898
|
+
"outputs": [
|
|
2899
|
+
{
|
|
2900
|
+
"internalType": "uint256",
|
|
2901
|
+
"name": "",
|
|
2902
|
+
"type": "uint256"
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"stateMutability": "view",
|
|
2906
|
+
"type": "function"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"inputs": [],
|
|
2910
|
+
"name": "kink",
|
|
2911
|
+
"outputs": [
|
|
2912
|
+
{
|
|
2913
|
+
"internalType": "uint256",
|
|
2914
|
+
"name": "",
|
|
2915
|
+
"type": "uint256"
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"stateMutability": "view",
|
|
2919
|
+
"type": "function"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"inputs": [],
|
|
2923
|
+
"name": "multiplierPerBlock",
|
|
2924
|
+
"outputs": [
|
|
2925
|
+
{
|
|
2926
|
+
"internalType": "uint256",
|
|
2927
|
+
"name": "",
|
|
2928
|
+
"type": "uint256"
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"stateMutability": "view",
|
|
2932
|
+
"type": "function"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"inputs": [
|
|
2936
|
+
{
|
|
2937
|
+
"internalType": "uint256",
|
|
2938
|
+
"name": "baseRatePerYear",
|
|
2939
|
+
"type": "uint256"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"internalType": "uint256",
|
|
2943
|
+
"name": "multiplierPerYear",
|
|
2944
|
+
"type": "uint256"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"internalType": "uint256",
|
|
2948
|
+
"name": "jumpMultiplierPerYear",
|
|
2949
|
+
"type": "uint256"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"internalType": "uint256",
|
|
2953
|
+
"name": "kink_",
|
|
2954
|
+
"type": "uint256"
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"name": "updateJumpRateModel",
|
|
2958
|
+
"outputs": [],
|
|
2959
|
+
"stateMutability": "nonpayable",
|
|
2960
|
+
"type": "function"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"inputs": [
|
|
2964
|
+
{
|
|
2965
|
+
"internalType": "uint256",
|
|
2966
|
+
"name": "cash",
|
|
2967
|
+
"type": "uint256"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"internalType": "uint256",
|
|
2971
|
+
"name": "borrows",
|
|
2972
|
+
"type": "uint256"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"internalType": "uint256",
|
|
2976
|
+
"name": "reserves",
|
|
2977
|
+
"type": "uint256"
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"internalType": "uint256",
|
|
2981
|
+
"name": "badDebt",
|
|
2982
|
+
"type": "uint256"
|
|
2983
|
+
}
|
|
2984
|
+
],
|
|
2985
|
+
"name": "utilizationRate",
|
|
2986
|
+
"outputs": [
|
|
2987
|
+
{
|
|
2988
|
+
"internalType": "uint256",
|
|
2989
|
+
"name": "",
|
|
2990
|
+
"type": "uint256"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"stateMutability": "pure",
|
|
2994
|
+
"type": "function"
|
|
2995
|
+
}
|
|
2996
|
+
]
|
|
2997
|
+
},
|
|
2679
2998
|
"JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
|
|
2680
2999
|
"address": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
|
|
2681
3000
|
"abi": [
|
|
@@ -2977,11 +3296,317 @@
|
|
|
2977
3296
|
}
|
|
2978
3297
|
]
|
|
2979
3298
|
},
|
|
2980
|
-
"JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
|
|
2981
|
-
"address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
|
|
3299
|
+
"JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
|
|
3300
|
+
"address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
|
|
3301
|
+
"abi": [
|
|
3302
|
+
{
|
|
3303
|
+
"inputs": [
|
|
3304
|
+
{
|
|
3305
|
+
"internalType": "uint256",
|
|
3306
|
+
"name": "baseRatePerYear",
|
|
3307
|
+
"type": "uint256"
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"internalType": "uint256",
|
|
3311
|
+
"name": "multiplierPerYear",
|
|
3312
|
+
"type": "uint256"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"internalType": "uint256",
|
|
3316
|
+
"name": "jumpMultiplierPerYear",
|
|
3317
|
+
"type": "uint256"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"internalType": "uint256",
|
|
3321
|
+
"name": "kink_",
|
|
3322
|
+
"type": "uint256"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3326
|
+
"name": "accessControlManager_",
|
|
3327
|
+
"type": "address"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"stateMutability": "nonpayable",
|
|
3331
|
+
"type": "constructor"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"inputs": [
|
|
3335
|
+
{
|
|
3336
|
+
"internalType": "address",
|
|
3337
|
+
"name": "sender",
|
|
3338
|
+
"type": "address"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"internalType": "address",
|
|
3342
|
+
"name": "calledContract",
|
|
3343
|
+
"type": "address"
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"internalType": "string",
|
|
3347
|
+
"name": "methodSignature",
|
|
3348
|
+
"type": "string"
|
|
3349
|
+
}
|
|
3350
|
+
],
|
|
3351
|
+
"name": "Unauthorized",
|
|
3352
|
+
"type": "error"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"anonymous": false,
|
|
3356
|
+
"inputs": [
|
|
3357
|
+
{
|
|
3358
|
+
"indexed": false,
|
|
3359
|
+
"internalType": "uint256",
|
|
3360
|
+
"name": "baseRatePerBlock",
|
|
3361
|
+
"type": "uint256"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"indexed": false,
|
|
3365
|
+
"internalType": "uint256",
|
|
3366
|
+
"name": "multiplierPerBlock",
|
|
3367
|
+
"type": "uint256"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"indexed": false,
|
|
3371
|
+
"internalType": "uint256",
|
|
3372
|
+
"name": "jumpMultiplierPerBlock",
|
|
3373
|
+
"type": "uint256"
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"indexed": false,
|
|
3377
|
+
"internalType": "uint256",
|
|
3378
|
+
"name": "kink",
|
|
3379
|
+
"type": "uint256"
|
|
3380
|
+
}
|
|
3381
|
+
],
|
|
3382
|
+
"name": "NewInterestParams",
|
|
3383
|
+
"type": "event"
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"inputs": [],
|
|
3387
|
+
"name": "accessControlManager",
|
|
3388
|
+
"outputs": [
|
|
3389
|
+
{
|
|
3390
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3391
|
+
"name": "",
|
|
3392
|
+
"type": "address"
|
|
3393
|
+
}
|
|
3394
|
+
],
|
|
3395
|
+
"stateMutability": "view",
|
|
3396
|
+
"type": "function"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"inputs": [],
|
|
3400
|
+
"name": "baseRatePerBlock",
|
|
3401
|
+
"outputs": [
|
|
3402
|
+
{
|
|
3403
|
+
"internalType": "uint256",
|
|
3404
|
+
"name": "",
|
|
3405
|
+
"type": "uint256"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"stateMutability": "view",
|
|
3409
|
+
"type": "function"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"inputs": [
|
|
3413
|
+
{
|
|
3414
|
+
"internalType": "uint256",
|
|
3415
|
+
"name": "cash",
|
|
3416
|
+
"type": "uint256"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"internalType": "uint256",
|
|
3420
|
+
"name": "borrows",
|
|
3421
|
+
"type": "uint256"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"internalType": "uint256",
|
|
3425
|
+
"name": "reserves",
|
|
3426
|
+
"type": "uint256"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"internalType": "uint256",
|
|
3430
|
+
"name": "badDebt",
|
|
3431
|
+
"type": "uint256"
|
|
3432
|
+
}
|
|
3433
|
+
],
|
|
3434
|
+
"name": "getBorrowRate",
|
|
3435
|
+
"outputs": [
|
|
3436
|
+
{
|
|
3437
|
+
"internalType": "uint256",
|
|
3438
|
+
"name": "",
|
|
3439
|
+
"type": "uint256"
|
|
3440
|
+
}
|
|
3441
|
+
],
|
|
3442
|
+
"stateMutability": "view",
|
|
3443
|
+
"type": "function"
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"inputs": [
|
|
3447
|
+
{
|
|
3448
|
+
"internalType": "uint256",
|
|
3449
|
+
"name": "cash",
|
|
3450
|
+
"type": "uint256"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"internalType": "uint256",
|
|
3454
|
+
"name": "borrows",
|
|
3455
|
+
"type": "uint256"
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"internalType": "uint256",
|
|
3459
|
+
"name": "reserves",
|
|
3460
|
+
"type": "uint256"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"internalType": "uint256",
|
|
3464
|
+
"name": "reserveFactorMantissa",
|
|
3465
|
+
"type": "uint256"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"internalType": "uint256",
|
|
3469
|
+
"name": "badDebt",
|
|
3470
|
+
"type": "uint256"
|
|
3471
|
+
}
|
|
3472
|
+
],
|
|
3473
|
+
"name": "getSupplyRate",
|
|
3474
|
+
"outputs": [
|
|
3475
|
+
{
|
|
3476
|
+
"internalType": "uint256",
|
|
3477
|
+
"name": "",
|
|
3478
|
+
"type": "uint256"
|
|
3479
|
+
}
|
|
3480
|
+
],
|
|
3481
|
+
"stateMutability": "view",
|
|
3482
|
+
"type": "function"
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"inputs": [],
|
|
3486
|
+
"name": "isInterestRateModel",
|
|
3487
|
+
"outputs": [
|
|
3488
|
+
{
|
|
3489
|
+
"internalType": "bool",
|
|
3490
|
+
"name": "",
|
|
3491
|
+
"type": "bool"
|
|
3492
|
+
}
|
|
3493
|
+
],
|
|
3494
|
+
"stateMutability": "pure",
|
|
3495
|
+
"type": "function"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"inputs": [],
|
|
3499
|
+
"name": "jumpMultiplierPerBlock",
|
|
3500
|
+
"outputs": [
|
|
3501
|
+
{
|
|
3502
|
+
"internalType": "uint256",
|
|
3503
|
+
"name": "",
|
|
3504
|
+
"type": "uint256"
|
|
3505
|
+
}
|
|
3506
|
+
],
|
|
3507
|
+
"stateMutability": "view",
|
|
3508
|
+
"type": "function"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"inputs": [],
|
|
3512
|
+
"name": "kink",
|
|
3513
|
+
"outputs": [
|
|
3514
|
+
{
|
|
3515
|
+
"internalType": "uint256",
|
|
3516
|
+
"name": "",
|
|
3517
|
+
"type": "uint256"
|
|
3518
|
+
}
|
|
3519
|
+
],
|
|
3520
|
+
"stateMutability": "view",
|
|
3521
|
+
"type": "function"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"inputs": [],
|
|
3525
|
+
"name": "multiplierPerBlock",
|
|
3526
|
+
"outputs": [
|
|
3527
|
+
{
|
|
3528
|
+
"internalType": "uint256",
|
|
3529
|
+
"name": "",
|
|
3530
|
+
"type": "uint256"
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3533
|
+
"stateMutability": "view",
|
|
3534
|
+
"type": "function"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"inputs": [
|
|
3538
|
+
{
|
|
3539
|
+
"internalType": "uint256",
|
|
3540
|
+
"name": "baseRatePerYear",
|
|
3541
|
+
"type": "uint256"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"internalType": "uint256",
|
|
3545
|
+
"name": "multiplierPerYear",
|
|
3546
|
+
"type": "uint256"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"internalType": "uint256",
|
|
3550
|
+
"name": "jumpMultiplierPerYear",
|
|
3551
|
+
"type": "uint256"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"internalType": "uint256",
|
|
3555
|
+
"name": "kink_",
|
|
3556
|
+
"type": "uint256"
|
|
3557
|
+
}
|
|
3558
|
+
],
|
|
3559
|
+
"name": "updateJumpRateModel",
|
|
3560
|
+
"outputs": [],
|
|
3561
|
+
"stateMutability": "nonpayable",
|
|
3562
|
+
"type": "function"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"inputs": [
|
|
3566
|
+
{
|
|
3567
|
+
"internalType": "uint256",
|
|
3568
|
+
"name": "cash",
|
|
3569
|
+
"type": "uint256"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"internalType": "uint256",
|
|
3573
|
+
"name": "borrows",
|
|
3574
|
+
"type": "uint256"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"internalType": "uint256",
|
|
3578
|
+
"name": "reserves",
|
|
3579
|
+
"type": "uint256"
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"internalType": "uint256",
|
|
3583
|
+
"name": "badDebt",
|
|
3584
|
+
"type": "uint256"
|
|
3585
|
+
}
|
|
3586
|
+
],
|
|
3587
|
+
"name": "utilizationRate",
|
|
3588
|
+
"outputs": [
|
|
3589
|
+
{
|
|
3590
|
+
"internalType": "uint256",
|
|
3591
|
+
"name": "",
|
|
3592
|
+
"type": "uint256"
|
|
3593
|
+
}
|
|
3594
|
+
],
|
|
3595
|
+
"stateMutability": "pure",
|
|
3596
|
+
"type": "function"
|
|
3597
|
+
}
|
|
3598
|
+
]
|
|
3599
|
+
},
|
|
3600
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": {
|
|
3601
|
+
"address": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
|
|
2982
3602
|
"abi": [
|
|
2983
3603
|
{
|
|
2984
3604
|
"inputs": [
|
|
3605
|
+
{
|
|
3606
|
+
"internalType": "uint256",
|
|
3607
|
+
"name": "blocksPerYear_",
|
|
3608
|
+
"type": "uint256"
|
|
3609
|
+
},
|
|
2985
3610
|
{
|
|
2986
3611
|
"internalType": "uint256",
|
|
2987
3612
|
"name": "baseRatePerYear",
|
|
@@ -3089,6 +3714,19 @@
|
|
|
3089
3714
|
"stateMutability": "view",
|
|
3090
3715
|
"type": "function"
|
|
3091
3716
|
},
|
|
3717
|
+
{
|
|
3718
|
+
"inputs": [],
|
|
3719
|
+
"name": "blocksPerYear",
|
|
3720
|
+
"outputs": [
|
|
3721
|
+
{
|
|
3722
|
+
"internalType": "uint256",
|
|
3723
|
+
"name": "",
|
|
3724
|
+
"type": "uint256"
|
|
3725
|
+
}
|
|
3726
|
+
],
|
|
3727
|
+
"stateMutability": "view",
|
|
3728
|
+
"type": "function"
|
|
3729
|
+
},
|
|
3092
3730
|
{
|
|
3093
3731
|
"inputs": [
|
|
3094
3732
|
{
|
|
@@ -10,8 +10,10 @@
|
|
|
10
10
|
"Comptroller_Stablecoins": "0x94c1495cD4c557f1560Cbd68EAB0d197e6291571",
|
|
11
11
|
"Comptroller_Tron": "0x23b4404E4E5eC5FF5a6FFb70B7d14E3FabF237B0",
|
|
12
12
|
"DefaultProxyAdmin": "0x6beb6D2695B67FEb73ad4f172E8E2975497187e4",
|
|
13
|
+
"JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps": "0x2ba0F45f7368d2A56d0c9e5a29af363987BE1d02",
|
|
13
14
|
"JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
|
|
14
15
|
"JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
|
|
16
|
+
"JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
|
|
15
17
|
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0x53DbE3c0d1Bd439E4F600ad36791C41d02906E6b",
|
|
16
18
|
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink5000bps": "0x35DAcdbFa83369d9EdAc586c65FF4Aba850F1DBa",
|
|
17
19
|
"JumpRateModelV2_base200bps_slope500bps_jump25000bps_kink6000bps": "0x06BBC500ceA7842508307dE77bCFe30635FDf1a0",
|