@venusprotocol/isolated-pools 3.0.0-dev.2 → 3.1.0-dev.1

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.
@@ -2995,6 +2995,325 @@
2995
2995
  }
2996
2996
  ]
2997
2997
  },
2998
+ "JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps": {
2999
+ "address": "0x5E0dB1e8a6D6181aa39B3317179CDF91FBa4Ac51",
3000
+ "abi": [
3001
+ {
3002
+ "inputs": [
3003
+ {
3004
+ "internalType": "uint256",
3005
+ "name": "blocksPerYear_",
3006
+ "type": "uint256"
3007
+ },
3008
+ {
3009
+ "internalType": "uint256",
3010
+ "name": "baseRatePerYear",
3011
+ "type": "uint256"
3012
+ },
3013
+ {
3014
+ "internalType": "uint256",
3015
+ "name": "multiplierPerYear",
3016
+ "type": "uint256"
3017
+ },
3018
+ {
3019
+ "internalType": "uint256",
3020
+ "name": "jumpMultiplierPerYear",
3021
+ "type": "uint256"
3022
+ },
3023
+ {
3024
+ "internalType": "uint256",
3025
+ "name": "kink_",
3026
+ "type": "uint256"
3027
+ },
3028
+ {
3029
+ "internalType": "contract IAccessControlManagerV8",
3030
+ "name": "accessControlManager_",
3031
+ "type": "address"
3032
+ }
3033
+ ],
3034
+ "stateMutability": "nonpayable",
3035
+ "type": "constructor"
3036
+ },
3037
+ {
3038
+ "inputs": [
3039
+ {
3040
+ "internalType": "address",
3041
+ "name": "sender",
3042
+ "type": "address"
3043
+ },
3044
+ {
3045
+ "internalType": "address",
3046
+ "name": "calledContract",
3047
+ "type": "address"
3048
+ },
3049
+ {
3050
+ "internalType": "string",
3051
+ "name": "methodSignature",
3052
+ "type": "string"
3053
+ }
3054
+ ],
3055
+ "name": "Unauthorized",
3056
+ "type": "error"
3057
+ },
3058
+ {
3059
+ "anonymous": false,
3060
+ "inputs": [
3061
+ {
3062
+ "indexed": false,
3063
+ "internalType": "uint256",
3064
+ "name": "baseRatePerBlock",
3065
+ "type": "uint256"
3066
+ },
3067
+ {
3068
+ "indexed": false,
3069
+ "internalType": "uint256",
3070
+ "name": "multiplierPerBlock",
3071
+ "type": "uint256"
3072
+ },
3073
+ {
3074
+ "indexed": false,
3075
+ "internalType": "uint256",
3076
+ "name": "jumpMultiplierPerBlock",
3077
+ "type": "uint256"
3078
+ },
3079
+ {
3080
+ "indexed": false,
3081
+ "internalType": "uint256",
3082
+ "name": "kink",
3083
+ "type": "uint256"
3084
+ }
3085
+ ],
3086
+ "name": "NewInterestParams",
3087
+ "type": "event"
3088
+ },
3089
+ {
3090
+ "inputs": [],
3091
+ "name": "accessControlManager",
3092
+ "outputs": [
3093
+ {
3094
+ "internalType": "contract IAccessControlManagerV8",
3095
+ "name": "",
3096
+ "type": "address"
3097
+ }
3098
+ ],
3099
+ "stateMutability": "view",
3100
+ "type": "function"
3101
+ },
3102
+ {
3103
+ "inputs": [],
3104
+ "name": "baseRatePerBlock",
3105
+ "outputs": [
3106
+ {
3107
+ "internalType": "uint256",
3108
+ "name": "",
3109
+ "type": "uint256"
3110
+ }
3111
+ ],
3112
+ "stateMutability": "view",
3113
+ "type": "function"
3114
+ },
3115
+ {
3116
+ "inputs": [],
3117
+ "name": "blocksPerYear",
3118
+ "outputs": [
3119
+ {
3120
+ "internalType": "uint256",
3121
+ "name": "",
3122
+ "type": "uint256"
3123
+ }
3124
+ ],
3125
+ "stateMutability": "view",
3126
+ "type": "function"
3127
+ },
3128
+ {
3129
+ "inputs": [
3130
+ {
3131
+ "internalType": "uint256",
3132
+ "name": "cash",
3133
+ "type": "uint256"
3134
+ },
3135
+ {
3136
+ "internalType": "uint256",
3137
+ "name": "borrows",
3138
+ "type": "uint256"
3139
+ },
3140
+ {
3141
+ "internalType": "uint256",
3142
+ "name": "reserves",
3143
+ "type": "uint256"
3144
+ },
3145
+ {
3146
+ "internalType": "uint256",
3147
+ "name": "badDebt",
3148
+ "type": "uint256"
3149
+ }
3150
+ ],
3151
+ "name": "getBorrowRate",
3152
+ "outputs": [
3153
+ {
3154
+ "internalType": "uint256",
3155
+ "name": "",
3156
+ "type": "uint256"
3157
+ }
3158
+ ],
3159
+ "stateMutability": "view",
3160
+ "type": "function"
3161
+ },
3162
+ {
3163
+ "inputs": [
3164
+ {
3165
+ "internalType": "uint256",
3166
+ "name": "cash",
3167
+ "type": "uint256"
3168
+ },
3169
+ {
3170
+ "internalType": "uint256",
3171
+ "name": "borrows",
3172
+ "type": "uint256"
3173
+ },
3174
+ {
3175
+ "internalType": "uint256",
3176
+ "name": "reserves",
3177
+ "type": "uint256"
3178
+ },
3179
+ {
3180
+ "internalType": "uint256",
3181
+ "name": "reserveFactorMantissa",
3182
+ "type": "uint256"
3183
+ },
3184
+ {
3185
+ "internalType": "uint256",
3186
+ "name": "badDebt",
3187
+ "type": "uint256"
3188
+ }
3189
+ ],
3190
+ "name": "getSupplyRate",
3191
+ "outputs": [
3192
+ {
3193
+ "internalType": "uint256",
3194
+ "name": "",
3195
+ "type": "uint256"
3196
+ }
3197
+ ],
3198
+ "stateMutability": "view",
3199
+ "type": "function"
3200
+ },
3201
+ {
3202
+ "inputs": [],
3203
+ "name": "isInterestRateModel",
3204
+ "outputs": [
3205
+ {
3206
+ "internalType": "bool",
3207
+ "name": "",
3208
+ "type": "bool"
3209
+ }
3210
+ ],
3211
+ "stateMutability": "pure",
3212
+ "type": "function"
3213
+ },
3214
+ {
3215
+ "inputs": [],
3216
+ "name": "jumpMultiplierPerBlock",
3217
+ "outputs": [
3218
+ {
3219
+ "internalType": "uint256",
3220
+ "name": "",
3221
+ "type": "uint256"
3222
+ }
3223
+ ],
3224
+ "stateMutability": "view",
3225
+ "type": "function"
3226
+ },
3227
+ {
3228
+ "inputs": [],
3229
+ "name": "kink",
3230
+ "outputs": [
3231
+ {
3232
+ "internalType": "uint256",
3233
+ "name": "",
3234
+ "type": "uint256"
3235
+ }
3236
+ ],
3237
+ "stateMutability": "view",
3238
+ "type": "function"
3239
+ },
3240
+ {
3241
+ "inputs": [],
3242
+ "name": "multiplierPerBlock",
3243
+ "outputs": [
3244
+ {
3245
+ "internalType": "uint256",
3246
+ "name": "",
3247
+ "type": "uint256"
3248
+ }
3249
+ ],
3250
+ "stateMutability": "view",
3251
+ "type": "function"
3252
+ },
3253
+ {
3254
+ "inputs": [
3255
+ {
3256
+ "internalType": "uint256",
3257
+ "name": "baseRatePerYear",
3258
+ "type": "uint256"
3259
+ },
3260
+ {
3261
+ "internalType": "uint256",
3262
+ "name": "multiplierPerYear",
3263
+ "type": "uint256"
3264
+ },
3265
+ {
3266
+ "internalType": "uint256",
3267
+ "name": "jumpMultiplierPerYear",
3268
+ "type": "uint256"
3269
+ },
3270
+ {
3271
+ "internalType": "uint256",
3272
+ "name": "kink_",
3273
+ "type": "uint256"
3274
+ }
3275
+ ],
3276
+ "name": "updateJumpRateModel",
3277
+ "outputs": [],
3278
+ "stateMutability": "nonpayable",
3279
+ "type": "function"
3280
+ },
3281
+ {
3282
+ "inputs": [
3283
+ {
3284
+ "internalType": "uint256",
3285
+ "name": "cash",
3286
+ "type": "uint256"
3287
+ },
3288
+ {
3289
+ "internalType": "uint256",
3290
+ "name": "borrows",
3291
+ "type": "uint256"
3292
+ },
3293
+ {
3294
+ "internalType": "uint256",
3295
+ "name": "reserves",
3296
+ "type": "uint256"
3297
+ },
3298
+ {
3299
+ "internalType": "uint256",
3300
+ "name": "badDebt",
3301
+ "type": "uint256"
3302
+ }
3303
+ ],
3304
+ "name": "utilizationRate",
3305
+ "outputs": [
3306
+ {
3307
+ "internalType": "uint256",
3308
+ "name": "",
3309
+ "type": "uint256"
3310
+ }
3311
+ ],
3312
+ "stateMutability": "pure",
3313
+ "type": "function"
3314
+ }
3315
+ ]
3316
+ },
2998
3317
  "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
2999
3318
  "address": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
3000
3319
  "abi": [
@@ -3296,11 +3615,317 @@
3296
3615
  }
3297
3616
  ]
3298
3617
  },
3299
- "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
3300
- "address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
3618
+ "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
3619
+ "address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
3620
+ "abi": [
3621
+ {
3622
+ "inputs": [
3623
+ {
3624
+ "internalType": "uint256",
3625
+ "name": "baseRatePerYear",
3626
+ "type": "uint256"
3627
+ },
3628
+ {
3629
+ "internalType": "uint256",
3630
+ "name": "multiplierPerYear",
3631
+ "type": "uint256"
3632
+ },
3633
+ {
3634
+ "internalType": "uint256",
3635
+ "name": "jumpMultiplierPerYear",
3636
+ "type": "uint256"
3637
+ },
3638
+ {
3639
+ "internalType": "uint256",
3640
+ "name": "kink_",
3641
+ "type": "uint256"
3642
+ },
3643
+ {
3644
+ "internalType": "contract IAccessControlManagerV8",
3645
+ "name": "accessControlManager_",
3646
+ "type": "address"
3647
+ }
3648
+ ],
3649
+ "stateMutability": "nonpayable",
3650
+ "type": "constructor"
3651
+ },
3652
+ {
3653
+ "inputs": [
3654
+ {
3655
+ "internalType": "address",
3656
+ "name": "sender",
3657
+ "type": "address"
3658
+ },
3659
+ {
3660
+ "internalType": "address",
3661
+ "name": "calledContract",
3662
+ "type": "address"
3663
+ },
3664
+ {
3665
+ "internalType": "string",
3666
+ "name": "methodSignature",
3667
+ "type": "string"
3668
+ }
3669
+ ],
3670
+ "name": "Unauthorized",
3671
+ "type": "error"
3672
+ },
3673
+ {
3674
+ "anonymous": false,
3675
+ "inputs": [
3676
+ {
3677
+ "indexed": false,
3678
+ "internalType": "uint256",
3679
+ "name": "baseRatePerBlock",
3680
+ "type": "uint256"
3681
+ },
3682
+ {
3683
+ "indexed": false,
3684
+ "internalType": "uint256",
3685
+ "name": "multiplierPerBlock",
3686
+ "type": "uint256"
3687
+ },
3688
+ {
3689
+ "indexed": false,
3690
+ "internalType": "uint256",
3691
+ "name": "jumpMultiplierPerBlock",
3692
+ "type": "uint256"
3693
+ },
3694
+ {
3695
+ "indexed": false,
3696
+ "internalType": "uint256",
3697
+ "name": "kink",
3698
+ "type": "uint256"
3699
+ }
3700
+ ],
3701
+ "name": "NewInterestParams",
3702
+ "type": "event"
3703
+ },
3704
+ {
3705
+ "inputs": [],
3706
+ "name": "accessControlManager",
3707
+ "outputs": [
3708
+ {
3709
+ "internalType": "contract IAccessControlManagerV8",
3710
+ "name": "",
3711
+ "type": "address"
3712
+ }
3713
+ ],
3714
+ "stateMutability": "view",
3715
+ "type": "function"
3716
+ },
3717
+ {
3718
+ "inputs": [],
3719
+ "name": "baseRatePerBlock",
3720
+ "outputs": [
3721
+ {
3722
+ "internalType": "uint256",
3723
+ "name": "",
3724
+ "type": "uint256"
3725
+ }
3726
+ ],
3727
+ "stateMutability": "view",
3728
+ "type": "function"
3729
+ },
3730
+ {
3731
+ "inputs": [
3732
+ {
3733
+ "internalType": "uint256",
3734
+ "name": "cash",
3735
+ "type": "uint256"
3736
+ },
3737
+ {
3738
+ "internalType": "uint256",
3739
+ "name": "borrows",
3740
+ "type": "uint256"
3741
+ },
3742
+ {
3743
+ "internalType": "uint256",
3744
+ "name": "reserves",
3745
+ "type": "uint256"
3746
+ },
3747
+ {
3748
+ "internalType": "uint256",
3749
+ "name": "badDebt",
3750
+ "type": "uint256"
3751
+ }
3752
+ ],
3753
+ "name": "getBorrowRate",
3754
+ "outputs": [
3755
+ {
3756
+ "internalType": "uint256",
3757
+ "name": "",
3758
+ "type": "uint256"
3759
+ }
3760
+ ],
3761
+ "stateMutability": "view",
3762
+ "type": "function"
3763
+ },
3764
+ {
3765
+ "inputs": [
3766
+ {
3767
+ "internalType": "uint256",
3768
+ "name": "cash",
3769
+ "type": "uint256"
3770
+ },
3771
+ {
3772
+ "internalType": "uint256",
3773
+ "name": "borrows",
3774
+ "type": "uint256"
3775
+ },
3776
+ {
3777
+ "internalType": "uint256",
3778
+ "name": "reserves",
3779
+ "type": "uint256"
3780
+ },
3781
+ {
3782
+ "internalType": "uint256",
3783
+ "name": "reserveFactorMantissa",
3784
+ "type": "uint256"
3785
+ },
3786
+ {
3787
+ "internalType": "uint256",
3788
+ "name": "badDebt",
3789
+ "type": "uint256"
3790
+ }
3791
+ ],
3792
+ "name": "getSupplyRate",
3793
+ "outputs": [
3794
+ {
3795
+ "internalType": "uint256",
3796
+ "name": "",
3797
+ "type": "uint256"
3798
+ }
3799
+ ],
3800
+ "stateMutability": "view",
3801
+ "type": "function"
3802
+ },
3803
+ {
3804
+ "inputs": [],
3805
+ "name": "isInterestRateModel",
3806
+ "outputs": [
3807
+ {
3808
+ "internalType": "bool",
3809
+ "name": "",
3810
+ "type": "bool"
3811
+ }
3812
+ ],
3813
+ "stateMutability": "pure",
3814
+ "type": "function"
3815
+ },
3816
+ {
3817
+ "inputs": [],
3818
+ "name": "jumpMultiplierPerBlock",
3819
+ "outputs": [
3820
+ {
3821
+ "internalType": "uint256",
3822
+ "name": "",
3823
+ "type": "uint256"
3824
+ }
3825
+ ],
3826
+ "stateMutability": "view",
3827
+ "type": "function"
3828
+ },
3829
+ {
3830
+ "inputs": [],
3831
+ "name": "kink",
3832
+ "outputs": [
3833
+ {
3834
+ "internalType": "uint256",
3835
+ "name": "",
3836
+ "type": "uint256"
3837
+ }
3838
+ ],
3839
+ "stateMutability": "view",
3840
+ "type": "function"
3841
+ },
3842
+ {
3843
+ "inputs": [],
3844
+ "name": "multiplierPerBlock",
3845
+ "outputs": [
3846
+ {
3847
+ "internalType": "uint256",
3848
+ "name": "",
3849
+ "type": "uint256"
3850
+ }
3851
+ ],
3852
+ "stateMutability": "view",
3853
+ "type": "function"
3854
+ },
3855
+ {
3856
+ "inputs": [
3857
+ {
3858
+ "internalType": "uint256",
3859
+ "name": "baseRatePerYear",
3860
+ "type": "uint256"
3861
+ },
3862
+ {
3863
+ "internalType": "uint256",
3864
+ "name": "multiplierPerYear",
3865
+ "type": "uint256"
3866
+ },
3867
+ {
3868
+ "internalType": "uint256",
3869
+ "name": "jumpMultiplierPerYear",
3870
+ "type": "uint256"
3871
+ },
3872
+ {
3873
+ "internalType": "uint256",
3874
+ "name": "kink_",
3875
+ "type": "uint256"
3876
+ }
3877
+ ],
3878
+ "name": "updateJumpRateModel",
3879
+ "outputs": [],
3880
+ "stateMutability": "nonpayable",
3881
+ "type": "function"
3882
+ },
3883
+ {
3884
+ "inputs": [
3885
+ {
3886
+ "internalType": "uint256",
3887
+ "name": "cash",
3888
+ "type": "uint256"
3889
+ },
3890
+ {
3891
+ "internalType": "uint256",
3892
+ "name": "borrows",
3893
+ "type": "uint256"
3894
+ },
3895
+ {
3896
+ "internalType": "uint256",
3897
+ "name": "reserves",
3898
+ "type": "uint256"
3899
+ },
3900
+ {
3901
+ "internalType": "uint256",
3902
+ "name": "badDebt",
3903
+ "type": "uint256"
3904
+ }
3905
+ ],
3906
+ "name": "utilizationRate",
3907
+ "outputs": [
3908
+ {
3909
+ "internalType": "uint256",
3910
+ "name": "",
3911
+ "type": "uint256"
3912
+ }
3913
+ ],
3914
+ "stateMutability": "pure",
3915
+ "type": "function"
3916
+ }
3917
+ ]
3918
+ },
3919
+ "JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": {
3920
+ "address": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
3301
3921
  "abi": [
3302
3922
  {
3303
3923
  "inputs": [
3924
+ {
3925
+ "internalType": "uint256",
3926
+ "name": "blocksPerYear_",
3927
+ "type": "uint256"
3928
+ },
3304
3929
  {
3305
3930
  "internalType": "uint256",
3306
3931
  "name": "baseRatePerYear",
@@ -3408,6 +4033,19 @@
3408
4033
  "stateMutability": "view",
3409
4034
  "type": "function"
3410
4035
  },
4036
+ {
4037
+ "inputs": [],
4038
+ "name": "blocksPerYear",
4039
+ "outputs": [
4040
+ {
4041
+ "internalType": "uint256",
4042
+ "name": "",
4043
+ "type": "uint256"
4044
+ }
4045
+ ],
4046
+ "stateMutability": "view",
4047
+ "type": "function"
4048
+ },
3411
4049
  {
3412
4050
  "inputs": [
3413
4051
  {
@@ -3597,8 +4235,8 @@
3597
4235
  }
3598
4236
  ]
3599
4237
  },
3600
- "JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": {
3601
- "address": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
4238
+ "JumpRateModelV2_base200bps_slope1750bps_jump25000bps_kink8000bps": {
4239
+ "address": "0xE1E25b6f3A74fB836B2d3b5A01f5252e2fa916a8",
3602
4240
  "abi": [
3603
4241
  {
3604
4242
  "inputs": [
@@ -11,9 +11,11 @@
11
11
  "Comptroller_Tron": "0x23b4404E4E5eC5FF5a6FFb70B7d14E3FabF237B0",
12
12
  "DefaultProxyAdmin": "0x6beb6D2695B67FEb73ad4f172E8E2975497187e4",
13
13
  "JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps": "0x2ba0F45f7368d2A56d0c9e5a29af363987BE1d02",
14
+ "JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps": "0x5E0dB1e8a6D6181aa39B3317179CDF91FBa4Ac51",
14
15
  "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
15
16
  "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
16
17
  "JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
18
+ "JumpRateModelV2_base200bps_slope1750bps_jump25000bps_kink8000bps": "0xE1E25b6f3A74fB836B2d3b5A01f5252e2fa916a8",
17
19
  "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0x53DbE3c0d1Bd439E4F600ad36791C41d02906E6b",
18
20
  "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink5000bps": "0x35DAcdbFa83369d9EdAc586c65FF4Aba850F1DBa",
19
21
  "JumpRateModelV2_base200bps_slope500bps_jump25000bps_kink6000bps": "0x06BBC500ceA7842508307dE77bCFe30635FDf1a0",