@venusprotocol/isolated-pools 3.5.0-dev.7 → 3.5.0-dev.9

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.
@@ -3748,8 +3748,8 @@
3748
3748
  }
3749
3749
  ]
3750
3750
  },
3751
- "JumpRateModelV2_base0bps_slope90bps_jump30000bps_kink9000bps": {
3752
- "address": "0x8037f793A298789736fc1cb7e3154573647CDD11",
3751
+ "JumpRateModelV2_base0bps_slope375bps_jump25000bps_kink8000bps": {
3752
+ "address": "0xb36b273601Ac5e0CaBD0845b7B8caa3426611Ca0",
3753
3753
  "abi": [
3754
3754
  {
3755
3755
  "inputs": [
@@ -4108,24 +4108,24 @@
4108
4108
  }
4109
4109
  ]
4110
4110
  },
4111
- "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
4112
- "address": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
4111
+ "JumpRateModelV2_base0bps_slope90bps_jump30000bps_kink9000bps": {
4112
+ "address": "0x8037f793A298789736fc1cb7e3154573647CDD11",
4113
4113
  "abi": [
4114
4114
  {
4115
4115
  "inputs": [
4116
4116
  {
4117
4117
  "internalType": "uint256",
4118
- "name": "baseRatePerYear",
4118
+ "name": "baseRatePerYear_",
4119
4119
  "type": "uint256"
4120
4120
  },
4121
4121
  {
4122
4122
  "internalType": "uint256",
4123
- "name": "multiplierPerYear",
4123
+ "name": "multiplierPerYear_",
4124
4124
  "type": "uint256"
4125
4125
  },
4126
4126
  {
4127
4127
  "internalType": "uint256",
4128
- "name": "jumpMultiplierPerYear",
4128
+ "name": "jumpMultiplierPerYear_",
4129
4129
  "type": "uint256"
4130
4130
  },
4131
4131
  {
@@ -4137,11 +4137,31 @@
4137
4137
  "internalType": "contract IAccessControlManagerV8",
4138
4138
  "name": "accessControlManager_",
4139
4139
  "type": "address"
4140
+ },
4141
+ {
4142
+ "internalType": "bool",
4143
+ "name": "timeBased_",
4144
+ "type": "bool"
4145
+ },
4146
+ {
4147
+ "internalType": "uint256",
4148
+ "name": "blocksPerYear_",
4149
+ "type": "uint256"
4140
4150
  }
4141
4151
  ],
4142
4152
  "stateMutability": "nonpayable",
4143
4153
  "type": "constructor"
4144
4154
  },
4155
+ {
4156
+ "inputs": [],
4157
+ "name": "InvalidBlocksPerYear",
4158
+ "type": "error"
4159
+ },
4160
+ {
4161
+ "inputs": [],
4162
+ "name": "InvalidTimeBasedConfiguration",
4163
+ "type": "error"
4164
+ },
4145
4165
  {
4146
4166
  "inputs": [
4147
4167
  {
@@ -4169,19 +4189,19 @@
4169
4189
  {
4170
4190
  "indexed": false,
4171
4191
  "internalType": "uint256",
4172
- "name": "baseRatePerBlock",
4192
+ "name": "baseRatePerBlockOrTimestamp",
4173
4193
  "type": "uint256"
4174
4194
  },
4175
4195
  {
4176
4196
  "indexed": false,
4177
4197
  "internalType": "uint256",
4178
- "name": "multiplierPerBlock",
4198
+ "name": "multiplierPerBlockOrTimestamp",
4179
4199
  "type": "uint256"
4180
4200
  },
4181
4201
  {
4182
4202
  "indexed": false,
4183
4203
  "internalType": "uint256",
4184
- "name": "jumpMultiplierPerBlock",
4204
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4185
4205
  "type": "uint256"
4186
4206
  },
4187
4207
  {
@@ -4220,6 +4240,32 @@
4220
4240
  "stateMutability": "view",
4221
4241
  "type": "function"
4222
4242
  },
4243
+ {
4244
+ "inputs": [],
4245
+ "name": "blocksOrSecondsPerYear",
4246
+ "outputs": [
4247
+ {
4248
+ "internalType": "uint256",
4249
+ "name": "",
4250
+ "type": "uint256"
4251
+ }
4252
+ ],
4253
+ "stateMutability": "view",
4254
+ "type": "function"
4255
+ },
4256
+ {
4257
+ "inputs": [],
4258
+ "name": "getBlockNumberOrTimestamp",
4259
+ "outputs": [
4260
+ {
4261
+ "internalType": "uint256",
4262
+ "name": "",
4263
+ "type": "uint256"
4264
+ }
4265
+ ],
4266
+ "stateMutability": "view",
4267
+ "type": "function"
4268
+ },
4223
4269
  {
4224
4270
  "inputs": [
4225
4271
  {
@@ -4306,6 +4352,19 @@
4306
4352
  "stateMutability": "pure",
4307
4353
  "type": "function"
4308
4354
  },
4355
+ {
4356
+ "inputs": [],
4357
+ "name": "isTimeBased",
4358
+ "outputs": [
4359
+ {
4360
+ "internalType": "bool",
4361
+ "name": "",
4362
+ "type": "bool"
4363
+ }
4364
+ ],
4365
+ "stateMutability": "view",
4366
+ "type": "function"
4367
+ },
4309
4368
  {
4310
4369
  "inputs": [],
4311
4370
  "name": "jumpMultiplierPerBlock",
@@ -4409,8 +4468,8 @@
4409
4468
  }
4410
4469
  ]
4411
4470
  },
4412
- "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
4413
- "address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
4471
+ "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": {
4472
+ "address": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
4414
4473
  "abi": [
4415
4474
  {
4416
4475
  "inputs": [
@@ -4710,6 +4769,667 @@
4710
4769
  }
4711
4770
  ]
4712
4771
  },
4772
+ "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": {
4773
+ "address": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
4774
+ "abi": [
4775
+ {
4776
+ "inputs": [
4777
+ {
4778
+ "internalType": "uint256",
4779
+ "name": "baseRatePerYear",
4780
+ "type": "uint256"
4781
+ },
4782
+ {
4783
+ "internalType": "uint256",
4784
+ "name": "multiplierPerYear",
4785
+ "type": "uint256"
4786
+ },
4787
+ {
4788
+ "internalType": "uint256",
4789
+ "name": "jumpMultiplierPerYear",
4790
+ "type": "uint256"
4791
+ },
4792
+ {
4793
+ "internalType": "uint256",
4794
+ "name": "kink_",
4795
+ "type": "uint256"
4796
+ },
4797
+ {
4798
+ "internalType": "contract IAccessControlManagerV8",
4799
+ "name": "accessControlManager_",
4800
+ "type": "address"
4801
+ }
4802
+ ],
4803
+ "stateMutability": "nonpayable",
4804
+ "type": "constructor"
4805
+ },
4806
+ {
4807
+ "inputs": [
4808
+ {
4809
+ "internalType": "address",
4810
+ "name": "sender",
4811
+ "type": "address"
4812
+ },
4813
+ {
4814
+ "internalType": "address",
4815
+ "name": "calledContract",
4816
+ "type": "address"
4817
+ },
4818
+ {
4819
+ "internalType": "string",
4820
+ "name": "methodSignature",
4821
+ "type": "string"
4822
+ }
4823
+ ],
4824
+ "name": "Unauthorized",
4825
+ "type": "error"
4826
+ },
4827
+ {
4828
+ "anonymous": false,
4829
+ "inputs": [
4830
+ {
4831
+ "indexed": false,
4832
+ "internalType": "uint256",
4833
+ "name": "baseRatePerBlock",
4834
+ "type": "uint256"
4835
+ },
4836
+ {
4837
+ "indexed": false,
4838
+ "internalType": "uint256",
4839
+ "name": "multiplierPerBlock",
4840
+ "type": "uint256"
4841
+ },
4842
+ {
4843
+ "indexed": false,
4844
+ "internalType": "uint256",
4845
+ "name": "jumpMultiplierPerBlock",
4846
+ "type": "uint256"
4847
+ },
4848
+ {
4849
+ "indexed": false,
4850
+ "internalType": "uint256",
4851
+ "name": "kink",
4852
+ "type": "uint256"
4853
+ }
4854
+ ],
4855
+ "name": "NewInterestParams",
4856
+ "type": "event"
4857
+ },
4858
+ {
4859
+ "inputs": [],
4860
+ "name": "accessControlManager",
4861
+ "outputs": [
4862
+ {
4863
+ "internalType": "contract IAccessControlManagerV8",
4864
+ "name": "",
4865
+ "type": "address"
4866
+ }
4867
+ ],
4868
+ "stateMutability": "view",
4869
+ "type": "function"
4870
+ },
4871
+ {
4872
+ "inputs": [],
4873
+ "name": "baseRatePerBlock",
4874
+ "outputs": [
4875
+ {
4876
+ "internalType": "uint256",
4877
+ "name": "",
4878
+ "type": "uint256"
4879
+ }
4880
+ ],
4881
+ "stateMutability": "view",
4882
+ "type": "function"
4883
+ },
4884
+ {
4885
+ "inputs": [
4886
+ {
4887
+ "internalType": "uint256",
4888
+ "name": "cash",
4889
+ "type": "uint256"
4890
+ },
4891
+ {
4892
+ "internalType": "uint256",
4893
+ "name": "borrows",
4894
+ "type": "uint256"
4895
+ },
4896
+ {
4897
+ "internalType": "uint256",
4898
+ "name": "reserves",
4899
+ "type": "uint256"
4900
+ },
4901
+ {
4902
+ "internalType": "uint256",
4903
+ "name": "badDebt",
4904
+ "type": "uint256"
4905
+ }
4906
+ ],
4907
+ "name": "getBorrowRate",
4908
+ "outputs": [
4909
+ {
4910
+ "internalType": "uint256",
4911
+ "name": "",
4912
+ "type": "uint256"
4913
+ }
4914
+ ],
4915
+ "stateMutability": "view",
4916
+ "type": "function"
4917
+ },
4918
+ {
4919
+ "inputs": [
4920
+ {
4921
+ "internalType": "uint256",
4922
+ "name": "cash",
4923
+ "type": "uint256"
4924
+ },
4925
+ {
4926
+ "internalType": "uint256",
4927
+ "name": "borrows",
4928
+ "type": "uint256"
4929
+ },
4930
+ {
4931
+ "internalType": "uint256",
4932
+ "name": "reserves",
4933
+ "type": "uint256"
4934
+ },
4935
+ {
4936
+ "internalType": "uint256",
4937
+ "name": "reserveFactorMantissa",
4938
+ "type": "uint256"
4939
+ },
4940
+ {
4941
+ "internalType": "uint256",
4942
+ "name": "badDebt",
4943
+ "type": "uint256"
4944
+ }
4945
+ ],
4946
+ "name": "getSupplyRate",
4947
+ "outputs": [
4948
+ {
4949
+ "internalType": "uint256",
4950
+ "name": "",
4951
+ "type": "uint256"
4952
+ }
4953
+ ],
4954
+ "stateMutability": "view",
4955
+ "type": "function"
4956
+ },
4957
+ {
4958
+ "inputs": [],
4959
+ "name": "isInterestRateModel",
4960
+ "outputs": [
4961
+ {
4962
+ "internalType": "bool",
4963
+ "name": "",
4964
+ "type": "bool"
4965
+ }
4966
+ ],
4967
+ "stateMutability": "pure",
4968
+ "type": "function"
4969
+ },
4970
+ {
4971
+ "inputs": [],
4972
+ "name": "jumpMultiplierPerBlock",
4973
+ "outputs": [
4974
+ {
4975
+ "internalType": "uint256",
4976
+ "name": "",
4977
+ "type": "uint256"
4978
+ }
4979
+ ],
4980
+ "stateMutability": "view",
4981
+ "type": "function"
4982
+ },
4983
+ {
4984
+ "inputs": [],
4985
+ "name": "kink",
4986
+ "outputs": [
4987
+ {
4988
+ "internalType": "uint256",
4989
+ "name": "",
4990
+ "type": "uint256"
4991
+ }
4992
+ ],
4993
+ "stateMutability": "view",
4994
+ "type": "function"
4995
+ },
4996
+ {
4997
+ "inputs": [],
4998
+ "name": "multiplierPerBlock",
4999
+ "outputs": [
5000
+ {
5001
+ "internalType": "uint256",
5002
+ "name": "",
5003
+ "type": "uint256"
5004
+ }
5005
+ ],
5006
+ "stateMutability": "view",
5007
+ "type": "function"
5008
+ },
5009
+ {
5010
+ "inputs": [
5011
+ {
5012
+ "internalType": "uint256",
5013
+ "name": "baseRatePerYear",
5014
+ "type": "uint256"
5015
+ },
5016
+ {
5017
+ "internalType": "uint256",
5018
+ "name": "multiplierPerYear",
5019
+ "type": "uint256"
5020
+ },
5021
+ {
5022
+ "internalType": "uint256",
5023
+ "name": "jumpMultiplierPerYear",
5024
+ "type": "uint256"
5025
+ },
5026
+ {
5027
+ "internalType": "uint256",
5028
+ "name": "kink_",
5029
+ "type": "uint256"
5030
+ }
5031
+ ],
5032
+ "name": "updateJumpRateModel",
5033
+ "outputs": [],
5034
+ "stateMutability": "nonpayable",
5035
+ "type": "function"
5036
+ },
5037
+ {
5038
+ "inputs": [
5039
+ {
5040
+ "internalType": "uint256",
5041
+ "name": "cash",
5042
+ "type": "uint256"
5043
+ },
5044
+ {
5045
+ "internalType": "uint256",
5046
+ "name": "borrows",
5047
+ "type": "uint256"
5048
+ },
5049
+ {
5050
+ "internalType": "uint256",
5051
+ "name": "reserves",
5052
+ "type": "uint256"
5053
+ },
5054
+ {
5055
+ "internalType": "uint256",
5056
+ "name": "badDebt",
5057
+ "type": "uint256"
5058
+ }
5059
+ ],
5060
+ "name": "utilizationRate",
5061
+ "outputs": [
5062
+ {
5063
+ "internalType": "uint256",
5064
+ "name": "",
5065
+ "type": "uint256"
5066
+ }
5067
+ ],
5068
+ "stateMutability": "pure",
5069
+ "type": "function"
5070
+ }
5071
+ ]
5072
+ },
5073
+ "JumpRateModelV2_base200bps_slope1350bps_jump25000bps_kink8000bps": {
5074
+ "address": "0x3aB2e4594D9C81455b330B423Dec61E49EB11667",
5075
+ "abi": [
5076
+ {
5077
+ "inputs": [
5078
+ {
5079
+ "internalType": "uint256",
5080
+ "name": "baseRatePerYear_",
5081
+ "type": "uint256"
5082
+ },
5083
+ {
5084
+ "internalType": "uint256",
5085
+ "name": "multiplierPerYear_",
5086
+ "type": "uint256"
5087
+ },
5088
+ {
5089
+ "internalType": "uint256",
5090
+ "name": "jumpMultiplierPerYear_",
5091
+ "type": "uint256"
5092
+ },
5093
+ {
5094
+ "internalType": "uint256",
5095
+ "name": "kink_",
5096
+ "type": "uint256"
5097
+ },
5098
+ {
5099
+ "internalType": "contract IAccessControlManagerV8",
5100
+ "name": "accessControlManager_",
5101
+ "type": "address"
5102
+ },
5103
+ {
5104
+ "internalType": "bool",
5105
+ "name": "timeBased_",
5106
+ "type": "bool"
5107
+ },
5108
+ {
5109
+ "internalType": "uint256",
5110
+ "name": "blocksPerYear_",
5111
+ "type": "uint256"
5112
+ }
5113
+ ],
5114
+ "stateMutability": "nonpayable",
5115
+ "type": "constructor"
5116
+ },
5117
+ {
5118
+ "inputs": [],
5119
+ "name": "InvalidBlocksPerYear",
5120
+ "type": "error"
5121
+ },
5122
+ {
5123
+ "inputs": [],
5124
+ "name": "InvalidTimeBasedConfiguration",
5125
+ "type": "error"
5126
+ },
5127
+ {
5128
+ "inputs": [
5129
+ {
5130
+ "internalType": "address",
5131
+ "name": "sender",
5132
+ "type": "address"
5133
+ },
5134
+ {
5135
+ "internalType": "address",
5136
+ "name": "calledContract",
5137
+ "type": "address"
5138
+ },
5139
+ {
5140
+ "internalType": "string",
5141
+ "name": "methodSignature",
5142
+ "type": "string"
5143
+ }
5144
+ ],
5145
+ "name": "Unauthorized",
5146
+ "type": "error"
5147
+ },
5148
+ {
5149
+ "anonymous": false,
5150
+ "inputs": [
5151
+ {
5152
+ "indexed": false,
5153
+ "internalType": "uint256",
5154
+ "name": "baseRatePerBlockOrTimestamp",
5155
+ "type": "uint256"
5156
+ },
5157
+ {
5158
+ "indexed": false,
5159
+ "internalType": "uint256",
5160
+ "name": "multiplierPerBlockOrTimestamp",
5161
+ "type": "uint256"
5162
+ },
5163
+ {
5164
+ "indexed": false,
5165
+ "internalType": "uint256",
5166
+ "name": "jumpMultiplierPerBlockOrTimestamp",
5167
+ "type": "uint256"
5168
+ },
5169
+ {
5170
+ "indexed": false,
5171
+ "internalType": "uint256",
5172
+ "name": "kink",
5173
+ "type": "uint256"
5174
+ }
5175
+ ],
5176
+ "name": "NewInterestParams",
5177
+ "type": "event"
5178
+ },
5179
+ {
5180
+ "inputs": [],
5181
+ "name": "accessControlManager",
5182
+ "outputs": [
5183
+ {
5184
+ "internalType": "contract IAccessControlManagerV8",
5185
+ "name": "",
5186
+ "type": "address"
5187
+ }
5188
+ ],
5189
+ "stateMutability": "view",
5190
+ "type": "function"
5191
+ },
5192
+ {
5193
+ "inputs": [],
5194
+ "name": "baseRatePerBlock",
5195
+ "outputs": [
5196
+ {
5197
+ "internalType": "uint256",
5198
+ "name": "",
5199
+ "type": "uint256"
5200
+ }
5201
+ ],
5202
+ "stateMutability": "view",
5203
+ "type": "function"
5204
+ },
5205
+ {
5206
+ "inputs": [],
5207
+ "name": "blocksOrSecondsPerYear",
5208
+ "outputs": [
5209
+ {
5210
+ "internalType": "uint256",
5211
+ "name": "",
5212
+ "type": "uint256"
5213
+ }
5214
+ ],
5215
+ "stateMutability": "view",
5216
+ "type": "function"
5217
+ },
5218
+ {
5219
+ "inputs": [],
5220
+ "name": "getBlockNumberOrTimestamp",
5221
+ "outputs": [
5222
+ {
5223
+ "internalType": "uint256",
5224
+ "name": "",
5225
+ "type": "uint256"
5226
+ }
5227
+ ],
5228
+ "stateMutability": "view",
5229
+ "type": "function"
5230
+ },
5231
+ {
5232
+ "inputs": [
5233
+ {
5234
+ "internalType": "uint256",
5235
+ "name": "cash",
5236
+ "type": "uint256"
5237
+ },
5238
+ {
5239
+ "internalType": "uint256",
5240
+ "name": "borrows",
5241
+ "type": "uint256"
5242
+ },
5243
+ {
5244
+ "internalType": "uint256",
5245
+ "name": "reserves",
5246
+ "type": "uint256"
5247
+ },
5248
+ {
5249
+ "internalType": "uint256",
5250
+ "name": "badDebt",
5251
+ "type": "uint256"
5252
+ }
5253
+ ],
5254
+ "name": "getBorrowRate",
5255
+ "outputs": [
5256
+ {
5257
+ "internalType": "uint256",
5258
+ "name": "",
5259
+ "type": "uint256"
5260
+ }
5261
+ ],
5262
+ "stateMutability": "view",
5263
+ "type": "function"
5264
+ },
5265
+ {
5266
+ "inputs": [
5267
+ {
5268
+ "internalType": "uint256",
5269
+ "name": "cash",
5270
+ "type": "uint256"
5271
+ },
5272
+ {
5273
+ "internalType": "uint256",
5274
+ "name": "borrows",
5275
+ "type": "uint256"
5276
+ },
5277
+ {
5278
+ "internalType": "uint256",
5279
+ "name": "reserves",
5280
+ "type": "uint256"
5281
+ },
5282
+ {
5283
+ "internalType": "uint256",
5284
+ "name": "reserveFactorMantissa",
5285
+ "type": "uint256"
5286
+ },
5287
+ {
5288
+ "internalType": "uint256",
5289
+ "name": "badDebt",
5290
+ "type": "uint256"
5291
+ }
5292
+ ],
5293
+ "name": "getSupplyRate",
5294
+ "outputs": [
5295
+ {
5296
+ "internalType": "uint256",
5297
+ "name": "",
5298
+ "type": "uint256"
5299
+ }
5300
+ ],
5301
+ "stateMutability": "view",
5302
+ "type": "function"
5303
+ },
5304
+ {
5305
+ "inputs": [],
5306
+ "name": "isInterestRateModel",
5307
+ "outputs": [
5308
+ {
5309
+ "internalType": "bool",
5310
+ "name": "",
5311
+ "type": "bool"
5312
+ }
5313
+ ],
5314
+ "stateMutability": "pure",
5315
+ "type": "function"
5316
+ },
5317
+ {
5318
+ "inputs": [],
5319
+ "name": "isTimeBased",
5320
+ "outputs": [
5321
+ {
5322
+ "internalType": "bool",
5323
+ "name": "",
5324
+ "type": "bool"
5325
+ }
5326
+ ],
5327
+ "stateMutability": "view",
5328
+ "type": "function"
5329
+ },
5330
+ {
5331
+ "inputs": [],
5332
+ "name": "jumpMultiplierPerBlock",
5333
+ "outputs": [
5334
+ {
5335
+ "internalType": "uint256",
5336
+ "name": "",
5337
+ "type": "uint256"
5338
+ }
5339
+ ],
5340
+ "stateMutability": "view",
5341
+ "type": "function"
5342
+ },
5343
+ {
5344
+ "inputs": [],
5345
+ "name": "kink",
5346
+ "outputs": [
5347
+ {
5348
+ "internalType": "uint256",
5349
+ "name": "",
5350
+ "type": "uint256"
5351
+ }
5352
+ ],
5353
+ "stateMutability": "view",
5354
+ "type": "function"
5355
+ },
5356
+ {
5357
+ "inputs": [],
5358
+ "name": "multiplierPerBlock",
5359
+ "outputs": [
5360
+ {
5361
+ "internalType": "uint256",
5362
+ "name": "",
5363
+ "type": "uint256"
5364
+ }
5365
+ ],
5366
+ "stateMutability": "view",
5367
+ "type": "function"
5368
+ },
5369
+ {
5370
+ "inputs": [
5371
+ {
5372
+ "internalType": "uint256",
5373
+ "name": "baseRatePerYear",
5374
+ "type": "uint256"
5375
+ },
5376
+ {
5377
+ "internalType": "uint256",
5378
+ "name": "multiplierPerYear",
5379
+ "type": "uint256"
5380
+ },
5381
+ {
5382
+ "internalType": "uint256",
5383
+ "name": "jumpMultiplierPerYear",
5384
+ "type": "uint256"
5385
+ },
5386
+ {
5387
+ "internalType": "uint256",
5388
+ "name": "kink_",
5389
+ "type": "uint256"
5390
+ }
5391
+ ],
5392
+ "name": "updateJumpRateModel",
5393
+ "outputs": [],
5394
+ "stateMutability": "nonpayable",
5395
+ "type": "function"
5396
+ },
5397
+ {
5398
+ "inputs": [
5399
+ {
5400
+ "internalType": "uint256",
5401
+ "name": "cash",
5402
+ "type": "uint256"
5403
+ },
5404
+ {
5405
+ "internalType": "uint256",
5406
+ "name": "borrows",
5407
+ "type": "uint256"
5408
+ },
5409
+ {
5410
+ "internalType": "uint256",
5411
+ "name": "reserves",
5412
+ "type": "uint256"
5413
+ },
5414
+ {
5415
+ "internalType": "uint256",
5416
+ "name": "badDebt",
5417
+ "type": "uint256"
5418
+ }
5419
+ ],
5420
+ "name": "utilizationRate",
5421
+ "outputs": [
5422
+ {
5423
+ "internalType": "uint256",
5424
+ "name": "",
5425
+ "type": "uint256"
5426
+ }
5427
+ ],
5428
+ "stateMutability": "pure",
5429
+ "type": "function"
5430
+ }
5431
+ ]
5432
+ },
4713
5433
  "JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": {
4714
5434
  "address": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
4715
5435
  "abi": [