@venusprotocol/venus-protocol 10.1.0-dev.5 → 10.1.0-dev.6
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/TwoKinks_base0bps_slope312bps_kink8000bps_slope28499bps_base20bps_kink29000bps_jump34000bps_bpy42048000.json +443 -0
- package/deployments/bscmainnet/TwoKinks_base0bps_slope624bps_kink8000bps_slope26001bps_base20bps_kink29000bps_jump34000bps_bpy42048000.json +443 -0
- package/deployments/bscmainnet/solcInputs/2e8503e3cf540ab7ac2f0e55bbc8f4e8.json +580 -0
- package/deployments/bscmainnet.json +600 -8
- package/deployments/bscmainnet_addresses.json +2 -0
- package/dist/deployments/bscmainnet.json +600 -8
- package/dist/helpers/markets/bscmainnet.d.ts +11 -11
- package/dist/helpers/markets/bscmainnet.js +11 -11
- package/package.json +1 -1
|
@@ -51076,6 +51076,302 @@
|
|
|
51076
51076
|
}
|
|
51077
51077
|
]
|
|
51078
51078
|
},
|
|
51079
|
+
"TwoKinks_base0bps_slope312bps_kink8000bps_slope28499bps_base20bps_kink29000bps_jump34000bps_bpy42048000": {
|
|
51080
|
+
"address": "0x5dff09a6D241eac6ccc63A7665CaC6eff55b38E7",
|
|
51081
|
+
"abi": [
|
|
51082
|
+
{
|
|
51083
|
+
"inputs": [
|
|
51084
|
+
{
|
|
51085
|
+
"internalType": "int256",
|
|
51086
|
+
"name": "baseRatePerYear_",
|
|
51087
|
+
"type": "int256"
|
|
51088
|
+
},
|
|
51089
|
+
{
|
|
51090
|
+
"internalType": "int256",
|
|
51091
|
+
"name": "multiplierPerYear_",
|
|
51092
|
+
"type": "int256"
|
|
51093
|
+
},
|
|
51094
|
+
{
|
|
51095
|
+
"internalType": "int256",
|
|
51096
|
+
"name": "kink1_",
|
|
51097
|
+
"type": "int256"
|
|
51098
|
+
},
|
|
51099
|
+
{
|
|
51100
|
+
"internalType": "int256",
|
|
51101
|
+
"name": "multiplier2PerYear_",
|
|
51102
|
+
"type": "int256"
|
|
51103
|
+
},
|
|
51104
|
+
{
|
|
51105
|
+
"internalType": "int256",
|
|
51106
|
+
"name": "baseRate2PerYear_",
|
|
51107
|
+
"type": "int256"
|
|
51108
|
+
},
|
|
51109
|
+
{
|
|
51110
|
+
"internalType": "int256",
|
|
51111
|
+
"name": "kink2_",
|
|
51112
|
+
"type": "int256"
|
|
51113
|
+
},
|
|
51114
|
+
{
|
|
51115
|
+
"internalType": "int256",
|
|
51116
|
+
"name": "jumpMultiplierPerYear_",
|
|
51117
|
+
"type": "int256"
|
|
51118
|
+
},
|
|
51119
|
+
{
|
|
51120
|
+
"internalType": "int256",
|
|
51121
|
+
"name": "blocksPerYear_",
|
|
51122
|
+
"type": "int256"
|
|
51123
|
+
}
|
|
51124
|
+
],
|
|
51125
|
+
"stateMutability": "nonpayable",
|
|
51126
|
+
"type": "constructor"
|
|
51127
|
+
},
|
|
51128
|
+
{
|
|
51129
|
+
"inputs": [],
|
|
51130
|
+
"name": "InvalidKink",
|
|
51131
|
+
"type": "error"
|
|
51132
|
+
},
|
|
51133
|
+
{
|
|
51134
|
+
"inputs": [],
|
|
51135
|
+
"name": "NegativeValueNotAllowed",
|
|
51136
|
+
"type": "error"
|
|
51137
|
+
},
|
|
51138
|
+
{
|
|
51139
|
+
"inputs": [],
|
|
51140
|
+
"name": "BASE_RATE_2_PER_BLOCK",
|
|
51141
|
+
"outputs": [
|
|
51142
|
+
{
|
|
51143
|
+
"internalType": "int256",
|
|
51144
|
+
"name": "",
|
|
51145
|
+
"type": "int256"
|
|
51146
|
+
}
|
|
51147
|
+
],
|
|
51148
|
+
"stateMutability": "view",
|
|
51149
|
+
"type": "function"
|
|
51150
|
+
},
|
|
51151
|
+
{
|
|
51152
|
+
"inputs": [],
|
|
51153
|
+
"name": "BASE_RATE_PER_BLOCK",
|
|
51154
|
+
"outputs": [
|
|
51155
|
+
{
|
|
51156
|
+
"internalType": "int256",
|
|
51157
|
+
"name": "",
|
|
51158
|
+
"type": "int256"
|
|
51159
|
+
}
|
|
51160
|
+
],
|
|
51161
|
+
"stateMutability": "view",
|
|
51162
|
+
"type": "function"
|
|
51163
|
+
},
|
|
51164
|
+
{
|
|
51165
|
+
"inputs": [],
|
|
51166
|
+
"name": "BLOCKS_PER_YEAR",
|
|
51167
|
+
"outputs": [
|
|
51168
|
+
{
|
|
51169
|
+
"internalType": "int256",
|
|
51170
|
+
"name": "",
|
|
51171
|
+
"type": "int256"
|
|
51172
|
+
}
|
|
51173
|
+
],
|
|
51174
|
+
"stateMutability": "view",
|
|
51175
|
+
"type": "function"
|
|
51176
|
+
},
|
|
51177
|
+
{
|
|
51178
|
+
"inputs": [],
|
|
51179
|
+
"name": "JUMP_MULTIPLIER_PER_BLOCK",
|
|
51180
|
+
"outputs": [
|
|
51181
|
+
{
|
|
51182
|
+
"internalType": "int256",
|
|
51183
|
+
"name": "",
|
|
51184
|
+
"type": "int256"
|
|
51185
|
+
}
|
|
51186
|
+
],
|
|
51187
|
+
"stateMutability": "view",
|
|
51188
|
+
"type": "function"
|
|
51189
|
+
},
|
|
51190
|
+
{
|
|
51191
|
+
"inputs": [],
|
|
51192
|
+
"name": "KINK_1",
|
|
51193
|
+
"outputs": [
|
|
51194
|
+
{
|
|
51195
|
+
"internalType": "int256",
|
|
51196
|
+
"name": "",
|
|
51197
|
+
"type": "int256"
|
|
51198
|
+
}
|
|
51199
|
+
],
|
|
51200
|
+
"stateMutability": "view",
|
|
51201
|
+
"type": "function"
|
|
51202
|
+
},
|
|
51203
|
+
{
|
|
51204
|
+
"inputs": [],
|
|
51205
|
+
"name": "KINK_2",
|
|
51206
|
+
"outputs": [
|
|
51207
|
+
{
|
|
51208
|
+
"internalType": "int256",
|
|
51209
|
+
"name": "",
|
|
51210
|
+
"type": "int256"
|
|
51211
|
+
}
|
|
51212
|
+
],
|
|
51213
|
+
"stateMutability": "view",
|
|
51214
|
+
"type": "function"
|
|
51215
|
+
},
|
|
51216
|
+
{
|
|
51217
|
+
"inputs": [],
|
|
51218
|
+
"name": "MULTIPLIER_2_PER_BLOCK",
|
|
51219
|
+
"outputs": [
|
|
51220
|
+
{
|
|
51221
|
+
"internalType": "int256",
|
|
51222
|
+
"name": "",
|
|
51223
|
+
"type": "int256"
|
|
51224
|
+
}
|
|
51225
|
+
],
|
|
51226
|
+
"stateMutability": "view",
|
|
51227
|
+
"type": "function"
|
|
51228
|
+
},
|
|
51229
|
+
{
|
|
51230
|
+
"inputs": [],
|
|
51231
|
+
"name": "MULTIPLIER_PER_BLOCK",
|
|
51232
|
+
"outputs": [
|
|
51233
|
+
{
|
|
51234
|
+
"internalType": "int256",
|
|
51235
|
+
"name": "",
|
|
51236
|
+
"type": "int256"
|
|
51237
|
+
}
|
|
51238
|
+
],
|
|
51239
|
+
"stateMutability": "view",
|
|
51240
|
+
"type": "function"
|
|
51241
|
+
},
|
|
51242
|
+
{
|
|
51243
|
+
"inputs": [],
|
|
51244
|
+
"name": "RATE_1",
|
|
51245
|
+
"outputs": [
|
|
51246
|
+
{
|
|
51247
|
+
"internalType": "int256",
|
|
51248
|
+
"name": "",
|
|
51249
|
+
"type": "int256"
|
|
51250
|
+
}
|
|
51251
|
+
],
|
|
51252
|
+
"stateMutability": "view",
|
|
51253
|
+
"type": "function"
|
|
51254
|
+
},
|
|
51255
|
+
{
|
|
51256
|
+
"inputs": [],
|
|
51257
|
+
"name": "RATE_2",
|
|
51258
|
+
"outputs": [
|
|
51259
|
+
{
|
|
51260
|
+
"internalType": "int256",
|
|
51261
|
+
"name": "",
|
|
51262
|
+
"type": "int256"
|
|
51263
|
+
}
|
|
51264
|
+
],
|
|
51265
|
+
"stateMutability": "view",
|
|
51266
|
+
"type": "function"
|
|
51267
|
+
},
|
|
51268
|
+
{
|
|
51269
|
+
"inputs": [
|
|
51270
|
+
{
|
|
51271
|
+
"internalType": "uint256",
|
|
51272
|
+
"name": "cash",
|
|
51273
|
+
"type": "uint256"
|
|
51274
|
+
},
|
|
51275
|
+
{
|
|
51276
|
+
"internalType": "uint256",
|
|
51277
|
+
"name": "borrows",
|
|
51278
|
+
"type": "uint256"
|
|
51279
|
+
},
|
|
51280
|
+
{
|
|
51281
|
+
"internalType": "uint256",
|
|
51282
|
+
"name": "reserves",
|
|
51283
|
+
"type": "uint256"
|
|
51284
|
+
}
|
|
51285
|
+
],
|
|
51286
|
+
"name": "getBorrowRate",
|
|
51287
|
+
"outputs": [
|
|
51288
|
+
{
|
|
51289
|
+
"internalType": "uint256",
|
|
51290
|
+
"name": "",
|
|
51291
|
+
"type": "uint256"
|
|
51292
|
+
}
|
|
51293
|
+
],
|
|
51294
|
+
"stateMutability": "view",
|
|
51295
|
+
"type": "function"
|
|
51296
|
+
},
|
|
51297
|
+
{
|
|
51298
|
+
"inputs": [
|
|
51299
|
+
{
|
|
51300
|
+
"internalType": "uint256",
|
|
51301
|
+
"name": "cash",
|
|
51302
|
+
"type": "uint256"
|
|
51303
|
+
},
|
|
51304
|
+
{
|
|
51305
|
+
"internalType": "uint256",
|
|
51306
|
+
"name": "borrows",
|
|
51307
|
+
"type": "uint256"
|
|
51308
|
+
},
|
|
51309
|
+
{
|
|
51310
|
+
"internalType": "uint256",
|
|
51311
|
+
"name": "reserves",
|
|
51312
|
+
"type": "uint256"
|
|
51313
|
+
},
|
|
51314
|
+
{
|
|
51315
|
+
"internalType": "uint256",
|
|
51316
|
+
"name": "reserveFactorMantissa",
|
|
51317
|
+
"type": "uint256"
|
|
51318
|
+
}
|
|
51319
|
+
],
|
|
51320
|
+
"name": "getSupplyRate",
|
|
51321
|
+
"outputs": [
|
|
51322
|
+
{
|
|
51323
|
+
"internalType": "uint256",
|
|
51324
|
+
"name": "",
|
|
51325
|
+
"type": "uint256"
|
|
51326
|
+
}
|
|
51327
|
+
],
|
|
51328
|
+
"stateMutability": "view",
|
|
51329
|
+
"type": "function"
|
|
51330
|
+
},
|
|
51331
|
+
{
|
|
51332
|
+
"inputs": [],
|
|
51333
|
+
"name": "isInterestRateModel",
|
|
51334
|
+
"outputs": [
|
|
51335
|
+
{
|
|
51336
|
+
"internalType": "bool",
|
|
51337
|
+
"name": "",
|
|
51338
|
+
"type": "bool"
|
|
51339
|
+
}
|
|
51340
|
+
],
|
|
51341
|
+
"stateMutability": "view",
|
|
51342
|
+
"type": "function"
|
|
51343
|
+
},
|
|
51344
|
+
{
|
|
51345
|
+
"inputs": [
|
|
51346
|
+
{
|
|
51347
|
+
"internalType": "uint256",
|
|
51348
|
+
"name": "cash",
|
|
51349
|
+
"type": "uint256"
|
|
51350
|
+
},
|
|
51351
|
+
{
|
|
51352
|
+
"internalType": "uint256",
|
|
51353
|
+
"name": "borrows",
|
|
51354
|
+
"type": "uint256"
|
|
51355
|
+
},
|
|
51356
|
+
{
|
|
51357
|
+
"internalType": "uint256",
|
|
51358
|
+
"name": "reserves",
|
|
51359
|
+
"type": "uint256"
|
|
51360
|
+
}
|
|
51361
|
+
],
|
|
51362
|
+
"name": "utilizationRate",
|
|
51363
|
+
"outputs": [
|
|
51364
|
+
{
|
|
51365
|
+
"internalType": "uint256",
|
|
51366
|
+
"name": "",
|
|
51367
|
+
"type": "uint256"
|
|
51368
|
+
}
|
|
51369
|
+
],
|
|
51370
|
+
"stateMutability": "pure",
|
|
51371
|
+
"type": "function"
|
|
51372
|
+
}
|
|
51373
|
+
]
|
|
51374
|
+
},
|
|
51079
51375
|
"TwoKinks_base0bps_slope350bps_kink8000bps_slope217500bps_base20bps_kink29000bps_jump30000bps_bpy10512000": {
|
|
51080
51376
|
"address": "0x01B1DA0D0e7c92BE46405565e34fc7C23f0a5A2A",
|
|
51081
51377
|
"abi": [
|
|
@@ -51367,8 +51663,304 @@
|
|
|
51367
51663
|
}
|
|
51368
51664
|
]
|
|
51369
51665
|
},
|
|
51370
|
-
"TwoKinks_base0bps_slope350bps_kink8000bps_slope217500bps_base20bps_kink29000bps_jump30000bps_bpy21024000": {
|
|
51371
|
-
"address": "0xb0a41574C87318265BC4c93acC8D32299dAdF022",
|
|
51666
|
+
"TwoKinks_base0bps_slope350bps_kink8000bps_slope217500bps_base20bps_kink29000bps_jump30000bps_bpy21024000": {
|
|
51667
|
+
"address": "0xb0a41574C87318265BC4c93acC8D32299dAdF022",
|
|
51668
|
+
"abi": [
|
|
51669
|
+
{
|
|
51670
|
+
"inputs": [
|
|
51671
|
+
{
|
|
51672
|
+
"internalType": "int256",
|
|
51673
|
+
"name": "baseRatePerYear_",
|
|
51674
|
+
"type": "int256"
|
|
51675
|
+
},
|
|
51676
|
+
{
|
|
51677
|
+
"internalType": "int256",
|
|
51678
|
+
"name": "multiplierPerYear_",
|
|
51679
|
+
"type": "int256"
|
|
51680
|
+
},
|
|
51681
|
+
{
|
|
51682
|
+
"internalType": "int256",
|
|
51683
|
+
"name": "kink1_",
|
|
51684
|
+
"type": "int256"
|
|
51685
|
+
},
|
|
51686
|
+
{
|
|
51687
|
+
"internalType": "int256",
|
|
51688
|
+
"name": "multiplier2PerYear_",
|
|
51689
|
+
"type": "int256"
|
|
51690
|
+
},
|
|
51691
|
+
{
|
|
51692
|
+
"internalType": "int256",
|
|
51693
|
+
"name": "baseRate2PerYear_",
|
|
51694
|
+
"type": "int256"
|
|
51695
|
+
},
|
|
51696
|
+
{
|
|
51697
|
+
"internalType": "int256",
|
|
51698
|
+
"name": "kink2_",
|
|
51699
|
+
"type": "int256"
|
|
51700
|
+
},
|
|
51701
|
+
{
|
|
51702
|
+
"internalType": "int256",
|
|
51703
|
+
"name": "jumpMultiplierPerYear_",
|
|
51704
|
+
"type": "int256"
|
|
51705
|
+
},
|
|
51706
|
+
{
|
|
51707
|
+
"internalType": "int256",
|
|
51708
|
+
"name": "blocksPerYear_",
|
|
51709
|
+
"type": "int256"
|
|
51710
|
+
}
|
|
51711
|
+
],
|
|
51712
|
+
"stateMutability": "nonpayable",
|
|
51713
|
+
"type": "constructor"
|
|
51714
|
+
},
|
|
51715
|
+
{
|
|
51716
|
+
"inputs": [],
|
|
51717
|
+
"name": "InvalidKink",
|
|
51718
|
+
"type": "error"
|
|
51719
|
+
},
|
|
51720
|
+
{
|
|
51721
|
+
"inputs": [],
|
|
51722
|
+
"name": "NegativeValueNotAllowed",
|
|
51723
|
+
"type": "error"
|
|
51724
|
+
},
|
|
51725
|
+
{
|
|
51726
|
+
"inputs": [],
|
|
51727
|
+
"name": "BASE_RATE_2_PER_BLOCK",
|
|
51728
|
+
"outputs": [
|
|
51729
|
+
{
|
|
51730
|
+
"internalType": "int256",
|
|
51731
|
+
"name": "",
|
|
51732
|
+
"type": "int256"
|
|
51733
|
+
}
|
|
51734
|
+
],
|
|
51735
|
+
"stateMutability": "view",
|
|
51736
|
+
"type": "function"
|
|
51737
|
+
},
|
|
51738
|
+
{
|
|
51739
|
+
"inputs": [],
|
|
51740
|
+
"name": "BASE_RATE_PER_BLOCK",
|
|
51741
|
+
"outputs": [
|
|
51742
|
+
{
|
|
51743
|
+
"internalType": "int256",
|
|
51744
|
+
"name": "",
|
|
51745
|
+
"type": "int256"
|
|
51746
|
+
}
|
|
51747
|
+
],
|
|
51748
|
+
"stateMutability": "view",
|
|
51749
|
+
"type": "function"
|
|
51750
|
+
},
|
|
51751
|
+
{
|
|
51752
|
+
"inputs": [],
|
|
51753
|
+
"name": "BLOCKS_PER_YEAR",
|
|
51754
|
+
"outputs": [
|
|
51755
|
+
{
|
|
51756
|
+
"internalType": "int256",
|
|
51757
|
+
"name": "",
|
|
51758
|
+
"type": "int256"
|
|
51759
|
+
}
|
|
51760
|
+
],
|
|
51761
|
+
"stateMutability": "view",
|
|
51762
|
+
"type": "function"
|
|
51763
|
+
},
|
|
51764
|
+
{
|
|
51765
|
+
"inputs": [],
|
|
51766
|
+
"name": "JUMP_MULTIPLIER_PER_BLOCK",
|
|
51767
|
+
"outputs": [
|
|
51768
|
+
{
|
|
51769
|
+
"internalType": "int256",
|
|
51770
|
+
"name": "",
|
|
51771
|
+
"type": "int256"
|
|
51772
|
+
}
|
|
51773
|
+
],
|
|
51774
|
+
"stateMutability": "view",
|
|
51775
|
+
"type": "function"
|
|
51776
|
+
},
|
|
51777
|
+
{
|
|
51778
|
+
"inputs": [],
|
|
51779
|
+
"name": "KINK_1",
|
|
51780
|
+
"outputs": [
|
|
51781
|
+
{
|
|
51782
|
+
"internalType": "int256",
|
|
51783
|
+
"name": "",
|
|
51784
|
+
"type": "int256"
|
|
51785
|
+
}
|
|
51786
|
+
],
|
|
51787
|
+
"stateMutability": "view",
|
|
51788
|
+
"type": "function"
|
|
51789
|
+
},
|
|
51790
|
+
{
|
|
51791
|
+
"inputs": [],
|
|
51792
|
+
"name": "KINK_2",
|
|
51793
|
+
"outputs": [
|
|
51794
|
+
{
|
|
51795
|
+
"internalType": "int256",
|
|
51796
|
+
"name": "",
|
|
51797
|
+
"type": "int256"
|
|
51798
|
+
}
|
|
51799
|
+
],
|
|
51800
|
+
"stateMutability": "view",
|
|
51801
|
+
"type": "function"
|
|
51802
|
+
},
|
|
51803
|
+
{
|
|
51804
|
+
"inputs": [],
|
|
51805
|
+
"name": "MULTIPLIER_2_PER_BLOCK",
|
|
51806
|
+
"outputs": [
|
|
51807
|
+
{
|
|
51808
|
+
"internalType": "int256",
|
|
51809
|
+
"name": "",
|
|
51810
|
+
"type": "int256"
|
|
51811
|
+
}
|
|
51812
|
+
],
|
|
51813
|
+
"stateMutability": "view",
|
|
51814
|
+
"type": "function"
|
|
51815
|
+
},
|
|
51816
|
+
{
|
|
51817
|
+
"inputs": [],
|
|
51818
|
+
"name": "MULTIPLIER_PER_BLOCK",
|
|
51819
|
+
"outputs": [
|
|
51820
|
+
{
|
|
51821
|
+
"internalType": "int256",
|
|
51822
|
+
"name": "",
|
|
51823
|
+
"type": "int256"
|
|
51824
|
+
}
|
|
51825
|
+
],
|
|
51826
|
+
"stateMutability": "view",
|
|
51827
|
+
"type": "function"
|
|
51828
|
+
},
|
|
51829
|
+
{
|
|
51830
|
+
"inputs": [],
|
|
51831
|
+
"name": "RATE_1",
|
|
51832
|
+
"outputs": [
|
|
51833
|
+
{
|
|
51834
|
+
"internalType": "int256",
|
|
51835
|
+
"name": "",
|
|
51836
|
+
"type": "int256"
|
|
51837
|
+
}
|
|
51838
|
+
],
|
|
51839
|
+
"stateMutability": "view",
|
|
51840
|
+
"type": "function"
|
|
51841
|
+
},
|
|
51842
|
+
{
|
|
51843
|
+
"inputs": [],
|
|
51844
|
+
"name": "RATE_2",
|
|
51845
|
+
"outputs": [
|
|
51846
|
+
{
|
|
51847
|
+
"internalType": "int256",
|
|
51848
|
+
"name": "",
|
|
51849
|
+
"type": "int256"
|
|
51850
|
+
}
|
|
51851
|
+
],
|
|
51852
|
+
"stateMutability": "view",
|
|
51853
|
+
"type": "function"
|
|
51854
|
+
},
|
|
51855
|
+
{
|
|
51856
|
+
"inputs": [
|
|
51857
|
+
{
|
|
51858
|
+
"internalType": "uint256",
|
|
51859
|
+
"name": "cash",
|
|
51860
|
+
"type": "uint256"
|
|
51861
|
+
},
|
|
51862
|
+
{
|
|
51863
|
+
"internalType": "uint256",
|
|
51864
|
+
"name": "borrows",
|
|
51865
|
+
"type": "uint256"
|
|
51866
|
+
},
|
|
51867
|
+
{
|
|
51868
|
+
"internalType": "uint256",
|
|
51869
|
+
"name": "reserves",
|
|
51870
|
+
"type": "uint256"
|
|
51871
|
+
}
|
|
51872
|
+
],
|
|
51873
|
+
"name": "getBorrowRate",
|
|
51874
|
+
"outputs": [
|
|
51875
|
+
{
|
|
51876
|
+
"internalType": "uint256",
|
|
51877
|
+
"name": "",
|
|
51878
|
+
"type": "uint256"
|
|
51879
|
+
}
|
|
51880
|
+
],
|
|
51881
|
+
"stateMutability": "view",
|
|
51882
|
+
"type": "function"
|
|
51883
|
+
},
|
|
51884
|
+
{
|
|
51885
|
+
"inputs": [
|
|
51886
|
+
{
|
|
51887
|
+
"internalType": "uint256",
|
|
51888
|
+
"name": "cash",
|
|
51889
|
+
"type": "uint256"
|
|
51890
|
+
},
|
|
51891
|
+
{
|
|
51892
|
+
"internalType": "uint256",
|
|
51893
|
+
"name": "borrows",
|
|
51894
|
+
"type": "uint256"
|
|
51895
|
+
},
|
|
51896
|
+
{
|
|
51897
|
+
"internalType": "uint256",
|
|
51898
|
+
"name": "reserves",
|
|
51899
|
+
"type": "uint256"
|
|
51900
|
+
},
|
|
51901
|
+
{
|
|
51902
|
+
"internalType": "uint256",
|
|
51903
|
+
"name": "reserveFactorMantissa",
|
|
51904
|
+
"type": "uint256"
|
|
51905
|
+
}
|
|
51906
|
+
],
|
|
51907
|
+
"name": "getSupplyRate",
|
|
51908
|
+
"outputs": [
|
|
51909
|
+
{
|
|
51910
|
+
"internalType": "uint256",
|
|
51911
|
+
"name": "",
|
|
51912
|
+
"type": "uint256"
|
|
51913
|
+
}
|
|
51914
|
+
],
|
|
51915
|
+
"stateMutability": "view",
|
|
51916
|
+
"type": "function"
|
|
51917
|
+
},
|
|
51918
|
+
{
|
|
51919
|
+
"inputs": [],
|
|
51920
|
+
"name": "isInterestRateModel",
|
|
51921
|
+
"outputs": [
|
|
51922
|
+
{
|
|
51923
|
+
"internalType": "bool",
|
|
51924
|
+
"name": "",
|
|
51925
|
+
"type": "bool"
|
|
51926
|
+
}
|
|
51927
|
+
],
|
|
51928
|
+
"stateMutability": "view",
|
|
51929
|
+
"type": "function"
|
|
51930
|
+
},
|
|
51931
|
+
{
|
|
51932
|
+
"inputs": [
|
|
51933
|
+
{
|
|
51934
|
+
"internalType": "uint256",
|
|
51935
|
+
"name": "cash",
|
|
51936
|
+
"type": "uint256"
|
|
51937
|
+
},
|
|
51938
|
+
{
|
|
51939
|
+
"internalType": "uint256",
|
|
51940
|
+
"name": "borrows",
|
|
51941
|
+
"type": "uint256"
|
|
51942
|
+
},
|
|
51943
|
+
{
|
|
51944
|
+
"internalType": "uint256",
|
|
51945
|
+
"name": "reserves",
|
|
51946
|
+
"type": "uint256"
|
|
51947
|
+
}
|
|
51948
|
+
],
|
|
51949
|
+
"name": "utilizationRate",
|
|
51950
|
+
"outputs": [
|
|
51951
|
+
{
|
|
51952
|
+
"internalType": "uint256",
|
|
51953
|
+
"name": "",
|
|
51954
|
+
"type": "uint256"
|
|
51955
|
+
}
|
|
51956
|
+
],
|
|
51957
|
+
"stateMutability": "pure",
|
|
51958
|
+
"type": "function"
|
|
51959
|
+
}
|
|
51960
|
+
]
|
|
51961
|
+
},
|
|
51962
|
+
"TwoKinks_base0bps_slope450bps_kink6500bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy21024000": {
|
|
51963
|
+
"address": "0x939c9458Bee63Bc21031be3d56dDD30Af7f2230A",
|
|
51372
51964
|
"abi": [
|
|
51373
51965
|
{
|
|
51374
51966
|
"inputs": [
|
|
@@ -51663,8 +52255,8 @@
|
|
|
51663
52255
|
}
|
|
51664
52256
|
]
|
|
51665
52257
|
},
|
|
51666
|
-
"
|
|
51667
|
-
"address": "
|
|
52258
|
+
"TwoKinks_base0bps_slope450bps_kink7000bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy21024000": {
|
|
52259
|
+
"address": "0x66C928605F123d91462dCB3859811eC8403977a9",
|
|
51668
52260
|
"abi": [
|
|
51669
52261
|
{
|
|
51670
52262
|
"inputs": [
|
|
@@ -51959,8 +52551,8 @@
|
|
|
51959
52551
|
}
|
|
51960
52552
|
]
|
|
51961
52553
|
},
|
|
51962
|
-
"
|
|
51963
|
-
"address": "
|
|
52554
|
+
"TwoKinks_base0bps_slope450bps_kink7000bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy42048000": {
|
|
52555
|
+
"address": "0xE82B36f4CE8A9B769036B74354588D427a724763",
|
|
51964
52556
|
"abi": [
|
|
51965
52557
|
{
|
|
51966
52558
|
"inputs": [
|
|
@@ -52255,8 +52847,8 @@
|
|
|
52255
52847
|
}
|
|
52256
52848
|
]
|
|
52257
52849
|
},
|
|
52258
|
-
"
|
|
52259
|
-
"address": "
|
|
52850
|
+
"TwoKinks_base0bps_slope624bps_kink8000bps_slope26001bps_base20bps_kink29000bps_jump34000bps_bpy42048000": {
|
|
52851
|
+
"address": "0xb1c97b14dE87928845FCf0016b48B3a61aa3e1AD",
|
|
52260
52852
|
"abi": [
|
|
52261
52853
|
{
|
|
52262
52854
|
"inputs": [
|
|
@@ -92,12 +92,12 @@ declare const _default: readonly [{
|
|
|
92
92
|
readonly interestRateModel: {
|
|
93
93
|
readonly model: "two-kinks";
|
|
94
94
|
readonly baseRatePerYear: "0";
|
|
95
|
-
readonly multiplierPerYear: "0.
|
|
96
|
-
readonly kink: "0.
|
|
95
|
+
readonly multiplierPerYear: "0.03124999993";
|
|
96
|
+
readonly kink: "0.8";
|
|
97
97
|
readonly baseRatePerYear2: "0";
|
|
98
|
-
readonly multiplierPerYear2: "
|
|
99
|
-
readonly kink2: "0.
|
|
100
|
-
readonly jumpMultiplierPerYear: "3";
|
|
98
|
+
readonly multiplierPerYear2: "0.8499999996";
|
|
99
|
+
readonly kink2: "0.9";
|
|
100
|
+
readonly jumpMultiplierPerYear: "3.400000001";
|
|
101
101
|
};
|
|
102
102
|
readonly riskParameters: {
|
|
103
103
|
readonly collateralFactor: "0.78";
|
|
@@ -719,16 +719,16 @@ declare const _default: readonly [{
|
|
|
719
719
|
readonly interestRateModel: {
|
|
720
720
|
readonly model: "two-kinks";
|
|
721
721
|
readonly baseRatePerYear: "0";
|
|
722
|
-
readonly multiplierPerYear: "0.
|
|
723
|
-
readonly kink: "0.
|
|
722
|
+
readonly multiplierPerYear: "0.06249999995";
|
|
723
|
+
readonly kink: "0.8";
|
|
724
724
|
readonly baseRatePerYear2: "0";
|
|
725
|
-
readonly multiplierPerYear2: "
|
|
726
|
-
readonly kink2: "0.
|
|
727
|
-
readonly jumpMultiplierPerYear: "3";
|
|
725
|
+
readonly multiplierPerYear2: "0.6001662413";
|
|
726
|
+
readonly kink2: "0.9";
|
|
727
|
+
readonly jumpMultiplierPerYear: "3.400000001";
|
|
728
728
|
};
|
|
729
729
|
readonly riskParameters: {
|
|
730
730
|
readonly collateralFactor: "0.8";
|
|
731
|
-
readonly reserveFactor: "0.
|
|
731
|
+
readonly reserveFactor: "0.15";
|
|
732
732
|
readonly supplyCap: "2672000";
|
|
733
733
|
readonly borrowCap: "2008000";
|
|
734
734
|
};
|