@venusprotocol/venus-protocol 9.8.0-dev.15 → 9.8.0-dev.16
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/JumpRateModel_base0bps_slope1000bps_jump50000bps_kink8000bps_bpy21024000.json +394 -0
- package/deployments/bscmainnet/TwoKinks_base0bps_slope1000bps_kink8000bps_slope27000bps_base20bps_kink29000bps_jump30000bps_bpy21024000.json +443 -0
- package/deployments/bscmainnet.json +1347 -795
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/bsctestnet/JumpRateModel_base0bps_slope1000bps_jump10900bps_kink8000bps_bpy21024000.json +394 -0
- package/deployments/bsctestnet/TwoKinks_base0bps_slope1000bps_kink8000bps_slope27000bps_base20bps_kink29000bps_jump30000bps_bpy21024000.json +443 -0
- package/deployments/bsctestnet.json +809 -257
- package/deployments/bsctestnet_addresses.json +2 -0
- package/dist/deployments/bscmainnet.json +1347 -795
- package/dist/deployments/bsctestnet.json +809 -257
- package/dist/helpers/markets/bscmainnet.d.ts +7 -7
- package/dist/helpers/markets/bscmainnet.js +7 -7
- package/dist/helpers/markets/bsctestnet.d.ts +17 -7
- package/dist/helpers/markets/bsctestnet.js +17 -7
- package/package.json +1 -1
|
@@ -10004,8 +10004,8 @@
|
|
|
10004
10004
|
}
|
|
10005
10005
|
]
|
|
10006
10006
|
},
|
|
10007
|
-
"
|
|
10008
|
-
"address": "
|
|
10007
|
+
"JumpRateModel_base0bps_slope1000bps_jump50000bps_kink8000bps_bpy21024000": {
|
|
10008
|
+
"address": "0x76cB08c25EF426F5444C28179D05F77cB1a6aBD0",
|
|
10009
10009
|
"abi": [
|
|
10010
10010
|
{
|
|
10011
10011
|
"inputs": [
|
|
@@ -10028,256 +10028,10 @@
|
|
|
10028
10028
|
"internalType": "uint256",
|
|
10029
10029
|
"name": "kink_",
|
|
10030
10030
|
"type": "uint256"
|
|
10031
|
-
}
|
|
10032
|
-
],
|
|
10033
|
-
"payable": false,
|
|
10034
|
-
"stateMutability": "nonpayable",
|
|
10035
|
-
"type": "constructor"
|
|
10036
|
-
},
|
|
10037
|
-
{
|
|
10038
|
-
"anonymous": false,
|
|
10039
|
-
"inputs": [
|
|
10040
|
-
{
|
|
10041
|
-
"indexed": false,
|
|
10042
|
-
"internalType": "uint256",
|
|
10043
|
-
"name": "baseRatePerBlock",
|
|
10044
|
-
"type": "uint256"
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"indexed": false,
|
|
10048
|
-
"internalType": "uint256",
|
|
10049
|
-
"name": "multiplierPerBlock",
|
|
10050
|
-
"type": "uint256"
|
|
10051
|
-
},
|
|
10052
|
-
{
|
|
10053
|
-
"indexed": false,
|
|
10054
|
-
"internalType": "uint256",
|
|
10055
|
-
"name": "jumpMultiplierPerBlock",
|
|
10056
|
-
"type": "uint256"
|
|
10057
|
-
},
|
|
10058
|
-
{
|
|
10059
|
-
"indexed": false,
|
|
10060
|
-
"internalType": "uint256",
|
|
10061
|
-
"name": "kink",
|
|
10062
|
-
"type": "uint256"
|
|
10063
|
-
}
|
|
10064
|
-
],
|
|
10065
|
-
"name": "NewInterestParams",
|
|
10066
|
-
"type": "event"
|
|
10067
|
-
},
|
|
10068
|
-
{
|
|
10069
|
-
"constant": true,
|
|
10070
|
-
"inputs": [],
|
|
10071
|
-
"name": "baseRatePerBlock",
|
|
10072
|
-
"outputs": [
|
|
10073
|
-
{
|
|
10074
|
-
"internalType": "uint256",
|
|
10075
|
-
"name": "",
|
|
10076
|
-
"type": "uint256"
|
|
10077
|
-
}
|
|
10078
|
-
],
|
|
10079
|
-
"payable": false,
|
|
10080
|
-
"stateMutability": "view",
|
|
10081
|
-
"type": "function"
|
|
10082
|
-
},
|
|
10083
|
-
{
|
|
10084
|
-
"constant": true,
|
|
10085
|
-
"inputs": [],
|
|
10086
|
-
"name": "blocksPerYear",
|
|
10087
|
-
"outputs": [
|
|
10088
|
-
{
|
|
10089
|
-
"internalType": "uint256",
|
|
10090
|
-
"name": "",
|
|
10091
|
-
"type": "uint256"
|
|
10092
|
-
}
|
|
10093
|
-
],
|
|
10094
|
-
"payable": false,
|
|
10095
|
-
"stateMutability": "view",
|
|
10096
|
-
"type": "function"
|
|
10097
|
-
},
|
|
10098
|
-
{
|
|
10099
|
-
"constant": true,
|
|
10100
|
-
"inputs": [
|
|
10101
|
-
{
|
|
10102
|
-
"internalType": "uint256",
|
|
10103
|
-
"name": "cash",
|
|
10104
|
-
"type": "uint256"
|
|
10105
|
-
},
|
|
10106
|
-
{
|
|
10107
|
-
"internalType": "uint256",
|
|
10108
|
-
"name": "borrows",
|
|
10109
|
-
"type": "uint256"
|
|
10110
|
-
},
|
|
10111
|
-
{
|
|
10112
|
-
"internalType": "uint256",
|
|
10113
|
-
"name": "reserves",
|
|
10114
|
-
"type": "uint256"
|
|
10115
|
-
}
|
|
10116
|
-
],
|
|
10117
|
-
"name": "getBorrowRate",
|
|
10118
|
-
"outputs": [
|
|
10119
|
-
{
|
|
10120
|
-
"internalType": "uint256",
|
|
10121
|
-
"name": "",
|
|
10122
|
-
"type": "uint256"
|
|
10123
|
-
}
|
|
10124
|
-
],
|
|
10125
|
-
"payable": false,
|
|
10126
|
-
"stateMutability": "view",
|
|
10127
|
-
"type": "function"
|
|
10128
|
-
},
|
|
10129
|
-
{
|
|
10130
|
-
"constant": true,
|
|
10131
|
-
"inputs": [
|
|
10132
|
-
{
|
|
10133
|
-
"internalType": "uint256",
|
|
10134
|
-
"name": "cash",
|
|
10135
|
-
"type": "uint256"
|
|
10136
|
-
},
|
|
10137
|
-
{
|
|
10138
|
-
"internalType": "uint256",
|
|
10139
|
-
"name": "borrows",
|
|
10140
|
-
"type": "uint256"
|
|
10141
|
-
},
|
|
10142
|
-
{
|
|
10143
|
-
"internalType": "uint256",
|
|
10144
|
-
"name": "reserves",
|
|
10145
|
-
"type": "uint256"
|
|
10146
|
-
},
|
|
10147
|
-
{
|
|
10148
|
-
"internalType": "uint256",
|
|
10149
|
-
"name": "reserveFactorMantissa",
|
|
10150
|
-
"type": "uint256"
|
|
10151
|
-
}
|
|
10152
|
-
],
|
|
10153
|
-
"name": "getSupplyRate",
|
|
10154
|
-
"outputs": [
|
|
10155
|
-
{
|
|
10156
|
-
"internalType": "uint256",
|
|
10157
|
-
"name": "",
|
|
10158
|
-
"type": "uint256"
|
|
10159
|
-
}
|
|
10160
|
-
],
|
|
10161
|
-
"payable": false,
|
|
10162
|
-
"stateMutability": "view",
|
|
10163
|
-
"type": "function"
|
|
10164
|
-
},
|
|
10165
|
-
{
|
|
10166
|
-
"constant": true,
|
|
10167
|
-
"inputs": [],
|
|
10168
|
-
"name": "isInterestRateModel",
|
|
10169
|
-
"outputs": [
|
|
10170
|
-
{
|
|
10171
|
-
"internalType": "bool",
|
|
10172
|
-
"name": "",
|
|
10173
|
-
"type": "bool"
|
|
10174
|
-
}
|
|
10175
|
-
],
|
|
10176
|
-
"payable": false,
|
|
10177
|
-
"stateMutability": "view",
|
|
10178
|
-
"type": "function"
|
|
10179
|
-
},
|
|
10180
|
-
{
|
|
10181
|
-
"constant": true,
|
|
10182
|
-
"inputs": [],
|
|
10183
|
-
"name": "jumpMultiplierPerBlock",
|
|
10184
|
-
"outputs": [
|
|
10185
|
-
{
|
|
10186
|
-
"internalType": "uint256",
|
|
10187
|
-
"name": "",
|
|
10188
|
-
"type": "uint256"
|
|
10189
|
-
}
|
|
10190
|
-
],
|
|
10191
|
-
"payable": false,
|
|
10192
|
-
"stateMutability": "view",
|
|
10193
|
-
"type": "function"
|
|
10194
|
-
},
|
|
10195
|
-
{
|
|
10196
|
-
"constant": true,
|
|
10197
|
-
"inputs": [],
|
|
10198
|
-
"name": "kink",
|
|
10199
|
-
"outputs": [
|
|
10200
|
-
{
|
|
10201
|
-
"internalType": "uint256",
|
|
10202
|
-
"name": "",
|
|
10203
|
-
"type": "uint256"
|
|
10204
|
-
}
|
|
10205
|
-
],
|
|
10206
|
-
"payable": false,
|
|
10207
|
-
"stateMutability": "view",
|
|
10208
|
-
"type": "function"
|
|
10209
|
-
},
|
|
10210
|
-
{
|
|
10211
|
-
"constant": true,
|
|
10212
|
-
"inputs": [],
|
|
10213
|
-
"name": "multiplierPerBlock",
|
|
10214
|
-
"outputs": [
|
|
10215
|
-
{
|
|
10216
|
-
"internalType": "uint256",
|
|
10217
|
-
"name": "",
|
|
10218
|
-
"type": "uint256"
|
|
10219
|
-
}
|
|
10220
|
-
],
|
|
10221
|
-
"payable": false,
|
|
10222
|
-
"stateMutability": "view",
|
|
10223
|
-
"type": "function"
|
|
10224
|
-
},
|
|
10225
|
-
{
|
|
10226
|
-
"constant": true,
|
|
10227
|
-
"inputs": [
|
|
10228
|
-
{
|
|
10229
|
-
"internalType": "uint256",
|
|
10230
|
-
"name": "cash",
|
|
10231
|
-
"type": "uint256"
|
|
10232
|
-
},
|
|
10233
|
-
{
|
|
10234
|
-
"internalType": "uint256",
|
|
10235
|
-
"name": "borrows",
|
|
10236
|
-
"type": "uint256"
|
|
10237
|
-
},
|
|
10238
|
-
{
|
|
10239
|
-
"internalType": "uint256",
|
|
10240
|
-
"name": "reserves",
|
|
10241
|
-
"type": "uint256"
|
|
10242
|
-
}
|
|
10243
|
-
],
|
|
10244
|
-
"name": "utilizationRate",
|
|
10245
|
-
"outputs": [
|
|
10246
|
-
{
|
|
10247
|
-
"internalType": "uint256",
|
|
10248
|
-
"name": "",
|
|
10249
|
-
"type": "uint256"
|
|
10250
|
-
}
|
|
10251
|
-
],
|
|
10252
|
-
"payable": false,
|
|
10253
|
-
"stateMutability": "pure",
|
|
10254
|
-
"type": "function"
|
|
10255
|
-
}
|
|
10256
|
-
]
|
|
10257
|
-
},
|
|
10258
|
-
"JumpRateModel_base0bps_slope1250bps_jump50000bps_kink8000bps_bpy10512000": {
|
|
10259
|
-
"address": "0x9Fca5d66Cc0DF990080825051E825A8104a7ffA4",
|
|
10260
|
-
"abi": [
|
|
10261
|
-
{
|
|
10262
|
-
"inputs": [
|
|
10263
|
-
{
|
|
10264
|
-
"internalType": "uint256",
|
|
10265
|
-
"name": "baseRatePerYear",
|
|
10266
|
-
"type": "uint256"
|
|
10267
|
-
},
|
|
10268
|
-
{
|
|
10269
|
-
"internalType": "uint256",
|
|
10270
|
-
"name": "multiplierPerYear",
|
|
10271
|
-
"type": "uint256"
|
|
10272
|
-
},
|
|
10273
|
-
{
|
|
10274
|
-
"internalType": "uint256",
|
|
10275
|
-
"name": "jumpMultiplierPerYear",
|
|
10276
|
-
"type": "uint256"
|
|
10277
10031
|
},
|
|
10278
10032
|
{
|
|
10279
10033
|
"internalType": "uint256",
|
|
10280
|
-
"name": "
|
|
10034
|
+
"name": "blocksPerYear_",
|
|
10281
10035
|
"type": "uint256"
|
|
10282
10036
|
}
|
|
10283
10037
|
],
|
|
@@ -10506,8 +10260,8 @@
|
|
|
10506
10260
|
}
|
|
10507
10261
|
]
|
|
10508
10262
|
},
|
|
10509
|
-
"
|
|
10510
|
-
"address": "
|
|
10263
|
+
"JumpRateModel_base0bps_slope1250bps_jump25000bps_kink8000bps_bpy10512000": {
|
|
10264
|
+
"address": "0x1485A27D95D3d2878a6641055dD3a643F296CCf6",
|
|
10511
10265
|
"abi": [
|
|
10512
10266
|
{
|
|
10513
10267
|
"inputs": [
|
|
@@ -10757,8 +10511,8 @@
|
|
|
10757
10511
|
}
|
|
10758
10512
|
]
|
|
10759
10513
|
},
|
|
10760
|
-
"
|
|
10761
|
-
"address": "
|
|
10514
|
+
"JumpRateModel_base0bps_slope1250bps_jump50000bps_kink8000bps_bpy10512000": {
|
|
10515
|
+
"address": "0x9Fca5d66Cc0DF990080825051E825A8104a7ffA4",
|
|
10762
10516
|
"abi": [
|
|
10763
10517
|
{
|
|
10764
10518
|
"inputs": [
|
|
@@ -10781,11 +10535,6 @@
|
|
|
10781
10535
|
"internalType": "uint256",
|
|
10782
10536
|
"name": "kink_",
|
|
10783
10537
|
"type": "uint256"
|
|
10784
|
-
},
|
|
10785
|
-
{
|
|
10786
|
-
"internalType": "uint256",
|
|
10787
|
-
"name": "blocksPerYear_",
|
|
10788
|
-
"type": "uint256"
|
|
10789
10538
|
}
|
|
10790
10539
|
],
|
|
10791
10540
|
"payable": false,
|
|
@@ -11013,8 +10762,8 @@
|
|
|
11013
10762
|
}
|
|
11014
10763
|
]
|
|
11015
10764
|
},
|
|
11016
|
-
"
|
|
11017
|
-
"address": "
|
|
10765
|
+
"JumpRateModel_base0bps_slope1500bps_jump30000bps_kink6000bps_bpy10512000": {
|
|
10766
|
+
"address": "0xEa464DfB1B0BB8964c250427bb5B0DD4f315141A",
|
|
11018
10767
|
"abi": [
|
|
11019
10768
|
{
|
|
11020
10769
|
"inputs": [
|
|
@@ -11264,8 +11013,8 @@
|
|
|
11264
11013
|
}
|
|
11265
11014
|
]
|
|
11266
11015
|
},
|
|
11267
|
-
"
|
|
11268
|
-
"address": "
|
|
11016
|
+
"JumpRateModel_base0bps_slope1500bps_jump30000bps_kink6000bps_bpy21024000": {
|
|
11017
|
+
"address": "0x927EA36cE0a926b0Ed9358A0ed899EFCE4574fC0",
|
|
11269
11018
|
"abi": [
|
|
11270
11019
|
{
|
|
11271
11020
|
"inputs": [
|
|
@@ -11520,8 +11269,8 @@
|
|
|
11520
11269
|
}
|
|
11521
11270
|
]
|
|
11522
11271
|
},
|
|
11523
|
-
"
|
|
11524
|
-
"address": "
|
|
11272
|
+
"JumpRateModel_base0bps_slope1750bps_jump25000bps_kink8000bps_bpy10512000": {
|
|
11273
|
+
"address": "0x0be3ca99FBBE16b86C3b00E2C4c30C3892F31647",
|
|
11525
11274
|
"abi": [
|
|
11526
11275
|
{
|
|
11527
11276
|
"inputs": [
|
|
@@ -11771,8 +11520,8 @@
|
|
|
11771
11520
|
}
|
|
11772
11521
|
]
|
|
11773
11522
|
},
|
|
11774
|
-
"
|
|
11775
|
-
"address": "
|
|
11523
|
+
"JumpRateModel_base0bps_slope1750bps_jump25000bps_kink8000bps_bpy21024000": {
|
|
11524
|
+
"address": "0x16d55426f0439613260e1F4b2A76B493B36f8ba5",
|
|
11776
11525
|
"abi": [
|
|
11777
11526
|
{
|
|
11778
11527
|
"inputs": [
|
|
@@ -12027,8 +11776,8 @@
|
|
|
12027
11776
|
}
|
|
12028
11777
|
]
|
|
12029
11778
|
},
|
|
12030
|
-
"
|
|
12031
|
-
"address": "
|
|
11779
|
+
"JumpRateModel_base0bps_slope2000bps_jump30000bps_kink5000bps_bpy10512000": {
|
|
11780
|
+
"address": "0x637e19b6EE87758506d6eA34bF11BE8F43AD8d61",
|
|
12032
11781
|
"abi": [
|
|
12033
11782
|
{
|
|
12034
11783
|
"inputs": [
|
|
@@ -12278,8 +12027,8 @@
|
|
|
12278
12027
|
}
|
|
12279
12028
|
]
|
|
12280
12029
|
},
|
|
12281
|
-
"
|
|
12282
|
-
"address": "
|
|
12030
|
+
"JumpRateModel_base0bps_slope2000bps_jump30000bps_kink5000bps_bpy21024000": {
|
|
12031
|
+
"address": "0xb831F6aC79121d0a7Cf11a452E4254516899Ea16",
|
|
12283
12032
|
"abi": [
|
|
12284
12033
|
{
|
|
12285
12034
|
"inputs": [
|
|
@@ -12534,259 +12283,8 @@
|
|
|
12534
12283
|
}
|
|
12535
12284
|
]
|
|
12536
12285
|
},
|
|
12537
|
-
"
|
|
12538
|
-
"address": "
|
|
12539
|
-
"abi": [
|
|
12540
|
-
{
|
|
12541
|
-
"inputs": [
|
|
12542
|
-
{
|
|
12543
|
-
"internalType": "uint256",
|
|
12544
|
-
"name": "baseRatePerYear",
|
|
12545
|
-
"type": "uint256"
|
|
12546
|
-
},
|
|
12547
|
-
{
|
|
12548
|
-
"internalType": "uint256",
|
|
12549
|
-
"name": "multiplierPerYear",
|
|
12550
|
-
"type": "uint256"
|
|
12551
|
-
},
|
|
12552
|
-
{
|
|
12553
|
-
"internalType": "uint256",
|
|
12554
|
-
"name": "jumpMultiplierPerYear",
|
|
12555
|
-
"type": "uint256"
|
|
12556
|
-
},
|
|
12557
|
-
{
|
|
12558
|
-
"internalType": "uint256",
|
|
12559
|
-
"name": "kink_",
|
|
12560
|
-
"type": "uint256"
|
|
12561
|
-
}
|
|
12562
|
-
],
|
|
12563
|
-
"payable": false,
|
|
12564
|
-
"stateMutability": "nonpayable",
|
|
12565
|
-
"type": "constructor"
|
|
12566
|
-
},
|
|
12567
|
-
{
|
|
12568
|
-
"anonymous": false,
|
|
12569
|
-
"inputs": [
|
|
12570
|
-
{
|
|
12571
|
-
"indexed": false,
|
|
12572
|
-
"internalType": "uint256",
|
|
12573
|
-
"name": "baseRatePerBlock",
|
|
12574
|
-
"type": "uint256"
|
|
12575
|
-
},
|
|
12576
|
-
{
|
|
12577
|
-
"indexed": false,
|
|
12578
|
-
"internalType": "uint256",
|
|
12579
|
-
"name": "multiplierPerBlock",
|
|
12580
|
-
"type": "uint256"
|
|
12581
|
-
},
|
|
12582
|
-
{
|
|
12583
|
-
"indexed": false,
|
|
12584
|
-
"internalType": "uint256",
|
|
12585
|
-
"name": "jumpMultiplierPerBlock",
|
|
12586
|
-
"type": "uint256"
|
|
12587
|
-
},
|
|
12588
|
-
{
|
|
12589
|
-
"indexed": false,
|
|
12590
|
-
"internalType": "uint256",
|
|
12591
|
-
"name": "kink",
|
|
12592
|
-
"type": "uint256"
|
|
12593
|
-
}
|
|
12594
|
-
],
|
|
12595
|
-
"name": "NewInterestParams",
|
|
12596
|
-
"type": "event"
|
|
12597
|
-
},
|
|
12598
|
-
{
|
|
12599
|
-
"constant": true,
|
|
12600
|
-
"inputs": [],
|
|
12601
|
-
"name": "baseRatePerBlock",
|
|
12602
|
-
"outputs": [
|
|
12603
|
-
{
|
|
12604
|
-
"internalType": "uint256",
|
|
12605
|
-
"name": "",
|
|
12606
|
-
"type": "uint256"
|
|
12607
|
-
}
|
|
12608
|
-
],
|
|
12609
|
-
"payable": false,
|
|
12610
|
-
"stateMutability": "view",
|
|
12611
|
-
"type": "function"
|
|
12612
|
-
},
|
|
12613
|
-
{
|
|
12614
|
-
"constant": true,
|
|
12615
|
-
"inputs": [],
|
|
12616
|
-
"name": "blocksPerYear",
|
|
12617
|
-
"outputs": [
|
|
12618
|
-
{
|
|
12619
|
-
"internalType": "uint256",
|
|
12620
|
-
"name": "",
|
|
12621
|
-
"type": "uint256"
|
|
12622
|
-
}
|
|
12623
|
-
],
|
|
12624
|
-
"payable": false,
|
|
12625
|
-
"stateMutability": "view",
|
|
12626
|
-
"type": "function"
|
|
12627
|
-
},
|
|
12628
|
-
{
|
|
12629
|
-
"constant": true,
|
|
12630
|
-
"inputs": [
|
|
12631
|
-
{
|
|
12632
|
-
"internalType": "uint256",
|
|
12633
|
-
"name": "cash",
|
|
12634
|
-
"type": "uint256"
|
|
12635
|
-
},
|
|
12636
|
-
{
|
|
12637
|
-
"internalType": "uint256",
|
|
12638
|
-
"name": "borrows",
|
|
12639
|
-
"type": "uint256"
|
|
12640
|
-
},
|
|
12641
|
-
{
|
|
12642
|
-
"internalType": "uint256",
|
|
12643
|
-
"name": "reserves",
|
|
12644
|
-
"type": "uint256"
|
|
12645
|
-
}
|
|
12646
|
-
],
|
|
12647
|
-
"name": "getBorrowRate",
|
|
12648
|
-
"outputs": [
|
|
12649
|
-
{
|
|
12650
|
-
"internalType": "uint256",
|
|
12651
|
-
"name": "",
|
|
12652
|
-
"type": "uint256"
|
|
12653
|
-
}
|
|
12654
|
-
],
|
|
12655
|
-
"payable": false,
|
|
12656
|
-
"stateMutability": "view",
|
|
12657
|
-
"type": "function"
|
|
12658
|
-
},
|
|
12659
|
-
{
|
|
12660
|
-
"constant": true,
|
|
12661
|
-
"inputs": [
|
|
12662
|
-
{
|
|
12663
|
-
"internalType": "uint256",
|
|
12664
|
-
"name": "cash",
|
|
12665
|
-
"type": "uint256"
|
|
12666
|
-
},
|
|
12667
|
-
{
|
|
12668
|
-
"internalType": "uint256",
|
|
12669
|
-
"name": "borrows",
|
|
12670
|
-
"type": "uint256"
|
|
12671
|
-
},
|
|
12672
|
-
{
|
|
12673
|
-
"internalType": "uint256",
|
|
12674
|
-
"name": "reserves",
|
|
12675
|
-
"type": "uint256"
|
|
12676
|
-
},
|
|
12677
|
-
{
|
|
12678
|
-
"internalType": "uint256",
|
|
12679
|
-
"name": "reserveFactorMantissa",
|
|
12680
|
-
"type": "uint256"
|
|
12681
|
-
}
|
|
12682
|
-
],
|
|
12683
|
-
"name": "getSupplyRate",
|
|
12684
|
-
"outputs": [
|
|
12685
|
-
{
|
|
12686
|
-
"internalType": "uint256",
|
|
12687
|
-
"name": "",
|
|
12688
|
-
"type": "uint256"
|
|
12689
|
-
}
|
|
12690
|
-
],
|
|
12691
|
-
"payable": false,
|
|
12692
|
-
"stateMutability": "view",
|
|
12693
|
-
"type": "function"
|
|
12694
|
-
},
|
|
12695
|
-
{
|
|
12696
|
-
"constant": true,
|
|
12697
|
-
"inputs": [],
|
|
12698
|
-
"name": "isInterestRateModel",
|
|
12699
|
-
"outputs": [
|
|
12700
|
-
{
|
|
12701
|
-
"internalType": "bool",
|
|
12702
|
-
"name": "",
|
|
12703
|
-
"type": "bool"
|
|
12704
|
-
}
|
|
12705
|
-
],
|
|
12706
|
-
"payable": false,
|
|
12707
|
-
"stateMutability": "view",
|
|
12708
|
-
"type": "function"
|
|
12709
|
-
},
|
|
12710
|
-
{
|
|
12711
|
-
"constant": true,
|
|
12712
|
-
"inputs": [],
|
|
12713
|
-
"name": "jumpMultiplierPerBlock",
|
|
12714
|
-
"outputs": [
|
|
12715
|
-
{
|
|
12716
|
-
"internalType": "uint256",
|
|
12717
|
-
"name": "",
|
|
12718
|
-
"type": "uint256"
|
|
12719
|
-
}
|
|
12720
|
-
],
|
|
12721
|
-
"payable": false,
|
|
12722
|
-
"stateMutability": "view",
|
|
12723
|
-
"type": "function"
|
|
12724
|
-
},
|
|
12725
|
-
{
|
|
12726
|
-
"constant": true,
|
|
12727
|
-
"inputs": [],
|
|
12728
|
-
"name": "kink",
|
|
12729
|
-
"outputs": [
|
|
12730
|
-
{
|
|
12731
|
-
"internalType": "uint256",
|
|
12732
|
-
"name": "",
|
|
12733
|
-
"type": "uint256"
|
|
12734
|
-
}
|
|
12735
|
-
],
|
|
12736
|
-
"payable": false,
|
|
12737
|
-
"stateMutability": "view",
|
|
12738
|
-
"type": "function"
|
|
12739
|
-
},
|
|
12740
|
-
{
|
|
12741
|
-
"constant": true,
|
|
12742
|
-
"inputs": [],
|
|
12743
|
-
"name": "multiplierPerBlock",
|
|
12744
|
-
"outputs": [
|
|
12745
|
-
{
|
|
12746
|
-
"internalType": "uint256",
|
|
12747
|
-
"name": "",
|
|
12748
|
-
"type": "uint256"
|
|
12749
|
-
}
|
|
12750
|
-
],
|
|
12751
|
-
"payable": false,
|
|
12752
|
-
"stateMutability": "view",
|
|
12753
|
-
"type": "function"
|
|
12754
|
-
},
|
|
12755
|
-
{
|
|
12756
|
-
"constant": true,
|
|
12757
|
-
"inputs": [
|
|
12758
|
-
{
|
|
12759
|
-
"internalType": "uint256",
|
|
12760
|
-
"name": "cash",
|
|
12761
|
-
"type": "uint256"
|
|
12762
|
-
},
|
|
12763
|
-
{
|
|
12764
|
-
"internalType": "uint256",
|
|
12765
|
-
"name": "borrows",
|
|
12766
|
-
"type": "uint256"
|
|
12767
|
-
},
|
|
12768
|
-
{
|
|
12769
|
-
"internalType": "uint256",
|
|
12770
|
-
"name": "reserves",
|
|
12771
|
-
"type": "uint256"
|
|
12772
|
-
}
|
|
12773
|
-
],
|
|
12774
|
-
"name": "utilizationRate",
|
|
12775
|
-
"outputs": [
|
|
12776
|
-
{
|
|
12777
|
-
"internalType": "uint256",
|
|
12778
|
-
"name": "",
|
|
12779
|
-
"type": "uint256"
|
|
12780
|
-
}
|
|
12781
|
-
],
|
|
12782
|
-
"payable": false,
|
|
12783
|
-
"stateMutability": "pure",
|
|
12784
|
-
"type": "function"
|
|
12785
|
-
}
|
|
12786
|
-
]
|
|
12787
|
-
},
|
|
12788
|
-
"JumpRateModel_base0bps_slope750bps_jump50000bps_kink8000bps_bpy10512000": {
|
|
12789
|
-
"address": "0xdEf4b9462223c9a44E61d217a145063C7836FD7B",
|
|
12286
|
+
"JumpRateModel_base0bps_slope300bps_jump45000bps_kink9000bps_bpy10512000": {
|
|
12287
|
+
"address": "0x3aa125788FC6b9F801772baEa887aA40328015e9",
|
|
12790
12288
|
"abi": [
|
|
12791
12289
|
{
|
|
12792
12290
|
"inputs": [
|
|
@@ -13036,8 +12534,8 @@
|
|
|
13036
12534
|
}
|
|
13037
12535
|
]
|
|
13038
12536
|
},
|
|
13039
|
-
"
|
|
13040
|
-
"address": "
|
|
12537
|
+
"JumpRateModel_base0bps_slope300bps_jump45000bps_kink9000bps_bpy21024000": {
|
|
12538
|
+
"address": "0xFFB9d1556Cb6323115c0E8658edfB4c090a427e8",
|
|
13041
12539
|
"abi": [
|
|
13042
12540
|
{
|
|
13043
12541
|
"inputs": [
|
|
@@ -13292,8 +12790,8 @@
|
|
|
13292
12790
|
}
|
|
13293
12791
|
]
|
|
13294
12792
|
},
|
|
13295
|
-
"
|
|
13296
|
-
"address": "
|
|
12793
|
+
"JumpRateModel_base0bps_slope687bps_jump25000bps_kink8000bps_bpy10512000": {
|
|
12794
|
+
"address": "0xB105F9B511836cc7dF9F3dD0Ec4873766b5b6660",
|
|
13297
12795
|
"abi": [
|
|
13298
12796
|
{
|
|
13299
12797
|
"inputs": [
|
|
@@ -13543,8 +13041,259 @@
|
|
|
13543
13041
|
}
|
|
13544
13042
|
]
|
|
13545
13043
|
},
|
|
13546
|
-
"
|
|
13547
|
-
"address": "
|
|
13044
|
+
"JumpRateModel_base0bps_slope750bps_jump50000bps_kink8000bps_bpy10512000": {
|
|
13045
|
+
"address": "0xdEf4b9462223c9a44E61d217a145063C7836FD7B",
|
|
13046
|
+
"abi": [
|
|
13047
|
+
{
|
|
13048
|
+
"inputs": [
|
|
13049
|
+
{
|
|
13050
|
+
"internalType": "uint256",
|
|
13051
|
+
"name": "baseRatePerYear",
|
|
13052
|
+
"type": "uint256"
|
|
13053
|
+
},
|
|
13054
|
+
{
|
|
13055
|
+
"internalType": "uint256",
|
|
13056
|
+
"name": "multiplierPerYear",
|
|
13057
|
+
"type": "uint256"
|
|
13058
|
+
},
|
|
13059
|
+
{
|
|
13060
|
+
"internalType": "uint256",
|
|
13061
|
+
"name": "jumpMultiplierPerYear",
|
|
13062
|
+
"type": "uint256"
|
|
13063
|
+
},
|
|
13064
|
+
{
|
|
13065
|
+
"internalType": "uint256",
|
|
13066
|
+
"name": "kink_",
|
|
13067
|
+
"type": "uint256"
|
|
13068
|
+
}
|
|
13069
|
+
],
|
|
13070
|
+
"payable": false,
|
|
13071
|
+
"stateMutability": "nonpayable",
|
|
13072
|
+
"type": "constructor"
|
|
13073
|
+
},
|
|
13074
|
+
{
|
|
13075
|
+
"anonymous": false,
|
|
13076
|
+
"inputs": [
|
|
13077
|
+
{
|
|
13078
|
+
"indexed": false,
|
|
13079
|
+
"internalType": "uint256",
|
|
13080
|
+
"name": "baseRatePerBlock",
|
|
13081
|
+
"type": "uint256"
|
|
13082
|
+
},
|
|
13083
|
+
{
|
|
13084
|
+
"indexed": false,
|
|
13085
|
+
"internalType": "uint256",
|
|
13086
|
+
"name": "multiplierPerBlock",
|
|
13087
|
+
"type": "uint256"
|
|
13088
|
+
},
|
|
13089
|
+
{
|
|
13090
|
+
"indexed": false,
|
|
13091
|
+
"internalType": "uint256",
|
|
13092
|
+
"name": "jumpMultiplierPerBlock",
|
|
13093
|
+
"type": "uint256"
|
|
13094
|
+
},
|
|
13095
|
+
{
|
|
13096
|
+
"indexed": false,
|
|
13097
|
+
"internalType": "uint256",
|
|
13098
|
+
"name": "kink",
|
|
13099
|
+
"type": "uint256"
|
|
13100
|
+
}
|
|
13101
|
+
],
|
|
13102
|
+
"name": "NewInterestParams",
|
|
13103
|
+
"type": "event"
|
|
13104
|
+
},
|
|
13105
|
+
{
|
|
13106
|
+
"constant": true,
|
|
13107
|
+
"inputs": [],
|
|
13108
|
+
"name": "baseRatePerBlock",
|
|
13109
|
+
"outputs": [
|
|
13110
|
+
{
|
|
13111
|
+
"internalType": "uint256",
|
|
13112
|
+
"name": "",
|
|
13113
|
+
"type": "uint256"
|
|
13114
|
+
}
|
|
13115
|
+
],
|
|
13116
|
+
"payable": false,
|
|
13117
|
+
"stateMutability": "view",
|
|
13118
|
+
"type": "function"
|
|
13119
|
+
},
|
|
13120
|
+
{
|
|
13121
|
+
"constant": true,
|
|
13122
|
+
"inputs": [],
|
|
13123
|
+
"name": "blocksPerYear",
|
|
13124
|
+
"outputs": [
|
|
13125
|
+
{
|
|
13126
|
+
"internalType": "uint256",
|
|
13127
|
+
"name": "",
|
|
13128
|
+
"type": "uint256"
|
|
13129
|
+
}
|
|
13130
|
+
],
|
|
13131
|
+
"payable": false,
|
|
13132
|
+
"stateMutability": "view",
|
|
13133
|
+
"type": "function"
|
|
13134
|
+
},
|
|
13135
|
+
{
|
|
13136
|
+
"constant": true,
|
|
13137
|
+
"inputs": [
|
|
13138
|
+
{
|
|
13139
|
+
"internalType": "uint256",
|
|
13140
|
+
"name": "cash",
|
|
13141
|
+
"type": "uint256"
|
|
13142
|
+
},
|
|
13143
|
+
{
|
|
13144
|
+
"internalType": "uint256",
|
|
13145
|
+
"name": "borrows",
|
|
13146
|
+
"type": "uint256"
|
|
13147
|
+
},
|
|
13148
|
+
{
|
|
13149
|
+
"internalType": "uint256",
|
|
13150
|
+
"name": "reserves",
|
|
13151
|
+
"type": "uint256"
|
|
13152
|
+
}
|
|
13153
|
+
],
|
|
13154
|
+
"name": "getBorrowRate",
|
|
13155
|
+
"outputs": [
|
|
13156
|
+
{
|
|
13157
|
+
"internalType": "uint256",
|
|
13158
|
+
"name": "",
|
|
13159
|
+
"type": "uint256"
|
|
13160
|
+
}
|
|
13161
|
+
],
|
|
13162
|
+
"payable": false,
|
|
13163
|
+
"stateMutability": "view",
|
|
13164
|
+
"type": "function"
|
|
13165
|
+
},
|
|
13166
|
+
{
|
|
13167
|
+
"constant": true,
|
|
13168
|
+
"inputs": [
|
|
13169
|
+
{
|
|
13170
|
+
"internalType": "uint256",
|
|
13171
|
+
"name": "cash",
|
|
13172
|
+
"type": "uint256"
|
|
13173
|
+
},
|
|
13174
|
+
{
|
|
13175
|
+
"internalType": "uint256",
|
|
13176
|
+
"name": "borrows",
|
|
13177
|
+
"type": "uint256"
|
|
13178
|
+
},
|
|
13179
|
+
{
|
|
13180
|
+
"internalType": "uint256",
|
|
13181
|
+
"name": "reserves",
|
|
13182
|
+
"type": "uint256"
|
|
13183
|
+
},
|
|
13184
|
+
{
|
|
13185
|
+
"internalType": "uint256",
|
|
13186
|
+
"name": "reserveFactorMantissa",
|
|
13187
|
+
"type": "uint256"
|
|
13188
|
+
}
|
|
13189
|
+
],
|
|
13190
|
+
"name": "getSupplyRate",
|
|
13191
|
+
"outputs": [
|
|
13192
|
+
{
|
|
13193
|
+
"internalType": "uint256",
|
|
13194
|
+
"name": "",
|
|
13195
|
+
"type": "uint256"
|
|
13196
|
+
}
|
|
13197
|
+
],
|
|
13198
|
+
"payable": false,
|
|
13199
|
+
"stateMutability": "view",
|
|
13200
|
+
"type": "function"
|
|
13201
|
+
},
|
|
13202
|
+
{
|
|
13203
|
+
"constant": true,
|
|
13204
|
+
"inputs": [],
|
|
13205
|
+
"name": "isInterestRateModel",
|
|
13206
|
+
"outputs": [
|
|
13207
|
+
{
|
|
13208
|
+
"internalType": "bool",
|
|
13209
|
+
"name": "",
|
|
13210
|
+
"type": "bool"
|
|
13211
|
+
}
|
|
13212
|
+
],
|
|
13213
|
+
"payable": false,
|
|
13214
|
+
"stateMutability": "view",
|
|
13215
|
+
"type": "function"
|
|
13216
|
+
},
|
|
13217
|
+
{
|
|
13218
|
+
"constant": true,
|
|
13219
|
+
"inputs": [],
|
|
13220
|
+
"name": "jumpMultiplierPerBlock",
|
|
13221
|
+
"outputs": [
|
|
13222
|
+
{
|
|
13223
|
+
"internalType": "uint256",
|
|
13224
|
+
"name": "",
|
|
13225
|
+
"type": "uint256"
|
|
13226
|
+
}
|
|
13227
|
+
],
|
|
13228
|
+
"payable": false,
|
|
13229
|
+
"stateMutability": "view",
|
|
13230
|
+
"type": "function"
|
|
13231
|
+
},
|
|
13232
|
+
{
|
|
13233
|
+
"constant": true,
|
|
13234
|
+
"inputs": [],
|
|
13235
|
+
"name": "kink",
|
|
13236
|
+
"outputs": [
|
|
13237
|
+
{
|
|
13238
|
+
"internalType": "uint256",
|
|
13239
|
+
"name": "",
|
|
13240
|
+
"type": "uint256"
|
|
13241
|
+
}
|
|
13242
|
+
],
|
|
13243
|
+
"payable": false,
|
|
13244
|
+
"stateMutability": "view",
|
|
13245
|
+
"type": "function"
|
|
13246
|
+
},
|
|
13247
|
+
{
|
|
13248
|
+
"constant": true,
|
|
13249
|
+
"inputs": [],
|
|
13250
|
+
"name": "multiplierPerBlock",
|
|
13251
|
+
"outputs": [
|
|
13252
|
+
{
|
|
13253
|
+
"internalType": "uint256",
|
|
13254
|
+
"name": "",
|
|
13255
|
+
"type": "uint256"
|
|
13256
|
+
}
|
|
13257
|
+
],
|
|
13258
|
+
"payable": false,
|
|
13259
|
+
"stateMutability": "view",
|
|
13260
|
+
"type": "function"
|
|
13261
|
+
},
|
|
13262
|
+
{
|
|
13263
|
+
"constant": true,
|
|
13264
|
+
"inputs": [
|
|
13265
|
+
{
|
|
13266
|
+
"internalType": "uint256",
|
|
13267
|
+
"name": "cash",
|
|
13268
|
+
"type": "uint256"
|
|
13269
|
+
},
|
|
13270
|
+
{
|
|
13271
|
+
"internalType": "uint256",
|
|
13272
|
+
"name": "borrows",
|
|
13273
|
+
"type": "uint256"
|
|
13274
|
+
},
|
|
13275
|
+
{
|
|
13276
|
+
"internalType": "uint256",
|
|
13277
|
+
"name": "reserves",
|
|
13278
|
+
"type": "uint256"
|
|
13279
|
+
}
|
|
13280
|
+
],
|
|
13281
|
+
"name": "utilizationRate",
|
|
13282
|
+
"outputs": [
|
|
13283
|
+
{
|
|
13284
|
+
"internalType": "uint256",
|
|
13285
|
+
"name": "",
|
|
13286
|
+
"type": "uint256"
|
|
13287
|
+
}
|
|
13288
|
+
],
|
|
13289
|
+
"payable": false,
|
|
13290
|
+
"stateMutability": "pure",
|
|
13291
|
+
"type": "function"
|
|
13292
|
+
}
|
|
13293
|
+
]
|
|
13294
|
+
},
|
|
13295
|
+
"JumpRateModel_base0bps_slope750bps_jump50000bps_kink8000bps_bpy21024000": {
|
|
13296
|
+
"address": "0x76EdDEfad0C348B0075217EE8d9E5c1Eb4bB4Fd3",
|
|
13548
13297
|
"abi": [
|
|
13549
13298
|
{
|
|
13550
13299
|
"inputs": [
|
|
@@ -13799,8 +13548,8 @@
|
|
|
13799
13548
|
}
|
|
13800
13549
|
]
|
|
13801
13550
|
},
|
|
13802
|
-
"
|
|
13803
|
-
"address": "
|
|
13551
|
+
"JumpRateModel_base0bps_slope750bps_jump5000bps_kink8000bps_bpy10512000": {
|
|
13552
|
+
"address": "0xF874A969d504e0b1b2021d76A2c438B841124715",
|
|
13804
13553
|
"abi": [
|
|
13805
13554
|
{
|
|
13806
13555
|
"inputs": [
|
|
@@ -14050,8 +13799,8 @@
|
|
|
14050
13799
|
}
|
|
14051
13800
|
]
|
|
14052
13801
|
},
|
|
14053
|
-
"
|
|
14054
|
-
"address": "
|
|
13802
|
+
"JumpRateModel_base0bps_slope750bps_jump5000bps_kink8000bps_bpy21024000": {
|
|
13803
|
+
"address": "0x8c60091fdE10BC44143cB7C306Ff954E047e164c",
|
|
14055
13804
|
"abi": [
|
|
14056
13805
|
{
|
|
14057
13806
|
"inputs": [
|
|
@@ -14074,256 +13823,10 @@
|
|
|
14074
13823
|
"internalType": "uint256",
|
|
14075
13824
|
"name": "kink_",
|
|
14076
13825
|
"type": "uint256"
|
|
14077
|
-
}
|
|
14078
|
-
],
|
|
14079
|
-
"payable": false,
|
|
14080
|
-
"stateMutability": "nonpayable",
|
|
14081
|
-
"type": "constructor"
|
|
14082
|
-
},
|
|
14083
|
-
{
|
|
14084
|
-
"anonymous": false,
|
|
14085
|
-
"inputs": [
|
|
14086
|
-
{
|
|
14087
|
-
"indexed": false,
|
|
14088
|
-
"internalType": "uint256",
|
|
14089
|
-
"name": "baseRatePerBlock",
|
|
14090
|
-
"type": "uint256"
|
|
14091
13826
|
},
|
|
14092
13827
|
{
|
|
14093
|
-
"indexed": false,
|
|
14094
13828
|
"internalType": "uint256",
|
|
14095
|
-
"name": "
|
|
14096
|
-
"type": "uint256"
|
|
14097
|
-
},
|
|
14098
|
-
{
|
|
14099
|
-
"indexed": false,
|
|
14100
|
-
"internalType": "uint256",
|
|
14101
|
-
"name": "jumpMultiplierPerBlock",
|
|
14102
|
-
"type": "uint256"
|
|
14103
|
-
},
|
|
14104
|
-
{
|
|
14105
|
-
"indexed": false,
|
|
14106
|
-
"internalType": "uint256",
|
|
14107
|
-
"name": "kink",
|
|
14108
|
-
"type": "uint256"
|
|
14109
|
-
}
|
|
14110
|
-
],
|
|
14111
|
-
"name": "NewInterestParams",
|
|
14112
|
-
"type": "event"
|
|
14113
|
-
},
|
|
14114
|
-
{
|
|
14115
|
-
"constant": true,
|
|
14116
|
-
"inputs": [],
|
|
14117
|
-
"name": "baseRatePerBlock",
|
|
14118
|
-
"outputs": [
|
|
14119
|
-
{
|
|
14120
|
-
"internalType": "uint256",
|
|
14121
|
-
"name": "",
|
|
14122
|
-
"type": "uint256"
|
|
14123
|
-
}
|
|
14124
|
-
],
|
|
14125
|
-
"payable": false,
|
|
14126
|
-
"stateMutability": "view",
|
|
14127
|
-
"type": "function"
|
|
14128
|
-
},
|
|
14129
|
-
{
|
|
14130
|
-
"constant": true,
|
|
14131
|
-
"inputs": [],
|
|
14132
|
-
"name": "blocksPerYear",
|
|
14133
|
-
"outputs": [
|
|
14134
|
-
{
|
|
14135
|
-
"internalType": "uint256",
|
|
14136
|
-
"name": "",
|
|
14137
|
-
"type": "uint256"
|
|
14138
|
-
}
|
|
14139
|
-
],
|
|
14140
|
-
"payable": false,
|
|
14141
|
-
"stateMutability": "view",
|
|
14142
|
-
"type": "function"
|
|
14143
|
-
},
|
|
14144
|
-
{
|
|
14145
|
-
"constant": true,
|
|
14146
|
-
"inputs": [
|
|
14147
|
-
{
|
|
14148
|
-
"internalType": "uint256",
|
|
14149
|
-
"name": "cash",
|
|
14150
|
-
"type": "uint256"
|
|
14151
|
-
},
|
|
14152
|
-
{
|
|
14153
|
-
"internalType": "uint256",
|
|
14154
|
-
"name": "borrows",
|
|
14155
|
-
"type": "uint256"
|
|
14156
|
-
},
|
|
14157
|
-
{
|
|
14158
|
-
"internalType": "uint256",
|
|
14159
|
-
"name": "reserves",
|
|
14160
|
-
"type": "uint256"
|
|
14161
|
-
}
|
|
14162
|
-
],
|
|
14163
|
-
"name": "getBorrowRate",
|
|
14164
|
-
"outputs": [
|
|
14165
|
-
{
|
|
14166
|
-
"internalType": "uint256",
|
|
14167
|
-
"name": "",
|
|
14168
|
-
"type": "uint256"
|
|
14169
|
-
}
|
|
14170
|
-
],
|
|
14171
|
-
"payable": false,
|
|
14172
|
-
"stateMutability": "view",
|
|
14173
|
-
"type": "function"
|
|
14174
|
-
},
|
|
14175
|
-
{
|
|
14176
|
-
"constant": true,
|
|
14177
|
-
"inputs": [
|
|
14178
|
-
{
|
|
14179
|
-
"internalType": "uint256",
|
|
14180
|
-
"name": "cash",
|
|
14181
|
-
"type": "uint256"
|
|
14182
|
-
},
|
|
14183
|
-
{
|
|
14184
|
-
"internalType": "uint256",
|
|
14185
|
-
"name": "borrows",
|
|
14186
|
-
"type": "uint256"
|
|
14187
|
-
},
|
|
14188
|
-
{
|
|
14189
|
-
"internalType": "uint256",
|
|
14190
|
-
"name": "reserves",
|
|
14191
|
-
"type": "uint256"
|
|
14192
|
-
},
|
|
14193
|
-
{
|
|
14194
|
-
"internalType": "uint256",
|
|
14195
|
-
"name": "reserveFactorMantissa",
|
|
14196
|
-
"type": "uint256"
|
|
14197
|
-
}
|
|
14198
|
-
],
|
|
14199
|
-
"name": "getSupplyRate",
|
|
14200
|
-
"outputs": [
|
|
14201
|
-
{
|
|
14202
|
-
"internalType": "uint256",
|
|
14203
|
-
"name": "",
|
|
14204
|
-
"type": "uint256"
|
|
14205
|
-
}
|
|
14206
|
-
],
|
|
14207
|
-
"payable": false,
|
|
14208
|
-
"stateMutability": "view",
|
|
14209
|
-
"type": "function"
|
|
14210
|
-
},
|
|
14211
|
-
{
|
|
14212
|
-
"constant": true,
|
|
14213
|
-
"inputs": [],
|
|
14214
|
-
"name": "isInterestRateModel",
|
|
14215
|
-
"outputs": [
|
|
14216
|
-
{
|
|
14217
|
-
"internalType": "bool",
|
|
14218
|
-
"name": "",
|
|
14219
|
-
"type": "bool"
|
|
14220
|
-
}
|
|
14221
|
-
],
|
|
14222
|
-
"payable": false,
|
|
14223
|
-
"stateMutability": "view",
|
|
14224
|
-
"type": "function"
|
|
14225
|
-
},
|
|
14226
|
-
{
|
|
14227
|
-
"constant": true,
|
|
14228
|
-
"inputs": [],
|
|
14229
|
-
"name": "jumpMultiplierPerBlock",
|
|
14230
|
-
"outputs": [
|
|
14231
|
-
{
|
|
14232
|
-
"internalType": "uint256",
|
|
14233
|
-
"name": "",
|
|
14234
|
-
"type": "uint256"
|
|
14235
|
-
}
|
|
14236
|
-
],
|
|
14237
|
-
"payable": false,
|
|
14238
|
-
"stateMutability": "view",
|
|
14239
|
-
"type": "function"
|
|
14240
|
-
},
|
|
14241
|
-
{
|
|
14242
|
-
"constant": true,
|
|
14243
|
-
"inputs": [],
|
|
14244
|
-
"name": "kink",
|
|
14245
|
-
"outputs": [
|
|
14246
|
-
{
|
|
14247
|
-
"internalType": "uint256",
|
|
14248
|
-
"name": "",
|
|
14249
|
-
"type": "uint256"
|
|
14250
|
-
}
|
|
14251
|
-
],
|
|
14252
|
-
"payable": false,
|
|
14253
|
-
"stateMutability": "view",
|
|
14254
|
-
"type": "function"
|
|
14255
|
-
},
|
|
14256
|
-
{
|
|
14257
|
-
"constant": true,
|
|
14258
|
-
"inputs": [],
|
|
14259
|
-
"name": "multiplierPerBlock",
|
|
14260
|
-
"outputs": [
|
|
14261
|
-
{
|
|
14262
|
-
"internalType": "uint256",
|
|
14263
|
-
"name": "",
|
|
14264
|
-
"type": "uint256"
|
|
14265
|
-
}
|
|
14266
|
-
],
|
|
14267
|
-
"payable": false,
|
|
14268
|
-
"stateMutability": "view",
|
|
14269
|
-
"type": "function"
|
|
14270
|
-
},
|
|
14271
|
-
{
|
|
14272
|
-
"constant": true,
|
|
14273
|
-
"inputs": [
|
|
14274
|
-
{
|
|
14275
|
-
"internalType": "uint256",
|
|
14276
|
-
"name": "cash",
|
|
14277
|
-
"type": "uint256"
|
|
14278
|
-
},
|
|
14279
|
-
{
|
|
14280
|
-
"internalType": "uint256",
|
|
14281
|
-
"name": "borrows",
|
|
14282
|
-
"type": "uint256"
|
|
14283
|
-
},
|
|
14284
|
-
{
|
|
14285
|
-
"internalType": "uint256",
|
|
14286
|
-
"name": "reserves",
|
|
14287
|
-
"type": "uint256"
|
|
14288
|
-
}
|
|
14289
|
-
],
|
|
14290
|
-
"name": "utilizationRate",
|
|
14291
|
-
"outputs": [
|
|
14292
|
-
{
|
|
14293
|
-
"internalType": "uint256",
|
|
14294
|
-
"name": "",
|
|
14295
|
-
"type": "uint256"
|
|
14296
|
-
}
|
|
14297
|
-
],
|
|
14298
|
-
"payable": false,
|
|
14299
|
-
"stateMutability": "pure",
|
|
14300
|
-
"type": "function"
|
|
14301
|
-
}
|
|
14302
|
-
]
|
|
14303
|
-
},
|
|
14304
|
-
"JumpRateModel_base0bps_slope900bps_jump20000bps_kink5000bps_bpy10512000": {
|
|
14305
|
-
"address": "0xf092558eD27Df036144f6d92cC657BAc9682A324",
|
|
14306
|
-
"abi": [
|
|
14307
|
-
{
|
|
14308
|
-
"inputs": [
|
|
14309
|
-
{
|
|
14310
|
-
"internalType": "uint256",
|
|
14311
|
-
"name": "baseRatePerYear",
|
|
14312
|
-
"type": "uint256"
|
|
14313
|
-
},
|
|
14314
|
-
{
|
|
14315
|
-
"internalType": "uint256",
|
|
14316
|
-
"name": "multiplierPerYear",
|
|
14317
|
-
"type": "uint256"
|
|
14318
|
-
},
|
|
14319
|
-
{
|
|
14320
|
-
"internalType": "uint256",
|
|
14321
|
-
"name": "jumpMultiplierPerYear",
|
|
14322
|
-
"type": "uint256"
|
|
14323
|
-
},
|
|
14324
|
-
{
|
|
14325
|
-
"internalType": "uint256",
|
|
14326
|
-
"name": "kink_",
|
|
13829
|
+
"name": "blocksPerYear_",
|
|
14327
13830
|
"type": "uint256"
|
|
14328
13831
|
}
|
|
14329
13832
|
],
|
|
@@ -14552,8 +14055,8 @@
|
|
|
14552
14055
|
}
|
|
14553
14056
|
]
|
|
14554
14057
|
},
|
|
14555
|
-
"
|
|
14556
|
-
"address": "
|
|
14058
|
+
"JumpRateModel_base0bps_slope875bps_jump25000bps_kink8000bps_bpy10512000": {
|
|
14059
|
+
"address": "0xBe4609d972FdEBAa9DC870F4A957F40C301bEb1D",
|
|
14557
14060
|
"abi": [
|
|
14558
14061
|
{
|
|
14559
14062
|
"inputs": [
|
|
@@ -14576,11 +14079,6 @@
|
|
|
14576
14079
|
"internalType": "uint256",
|
|
14577
14080
|
"name": "kink_",
|
|
14578
14081
|
"type": "uint256"
|
|
14579
|
-
},
|
|
14580
|
-
{
|
|
14581
|
-
"internalType": "uint256",
|
|
14582
|
-
"name": "blocksPerYear_",
|
|
14583
|
-
"type": "uint256"
|
|
14584
14082
|
}
|
|
14585
14083
|
],
|
|
14586
14084
|
"payable": false,
|
|
@@ -14808,8 +14306,8 @@
|
|
|
14808
14306
|
}
|
|
14809
14307
|
]
|
|
14810
14308
|
},
|
|
14811
|
-
"
|
|
14812
|
-
"address": "
|
|
14309
|
+
"JumpRateModel_base0bps_slope875bps_jump50000bps_kink8000bps_bpy10512000": {
|
|
14310
|
+
"address": "0xE19C14171C2aC6CA63E008133e4B0D8571164BA3",
|
|
14813
14311
|
"abi": [
|
|
14814
14312
|
{
|
|
14815
14313
|
"inputs": [
|
|
@@ -15059,8 +14557,259 @@
|
|
|
15059
14557
|
}
|
|
15060
14558
|
]
|
|
15061
14559
|
},
|
|
15062
|
-
"
|
|
15063
|
-
"address": "
|
|
14560
|
+
"JumpRateModel_base0bps_slope900bps_jump20000bps_kink5000bps_bpy10512000": {
|
|
14561
|
+
"address": "0xf092558eD27Df036144f6d92cC657BAc9682A324",
|
|
14562
|
+
"abi": [
|
|
14563
|
+
{
|
|
14564
|
+
"inputs": [
|
|
14565
|
+
{
|
|
14566
|
+
"internalType": "uint256",
|
|
14567
|
+
"name": "baseRatePerYear",
|
|
14568
|
+
"type": "uint256"
|
|
14569
|
+
},
|
|
14570
|
+
{
|
|
14571
|
+
"internalType": "uint256",
|
|
14572
|
+
"name": "multiplierPerYear",
|
|
14573
|
+
"type": "uint256"
|
|
14574
|
+
},
|
|
14575
|
+
{
|
|
14576
|
+
"internalType": "uint256",
|
|
14577
|
+
"name": "jumpMultiplierPerYear",
|
|
14578
|
+
"type": "uint256"
|
|
14579
|
+
},
|
|
14580
|
+
{
|
|
14581
|
+
"internalType": "uint256",
|
|
14582
|
+
"name": "kink_",
|
|
14583
|
+
"type": "uint256"
|
|
14584
|
+
}
|
|
14585
|
+
],
|
|
14586
|
+
"payable": false,
|
|
14587
|
+
"stateMutability": "nonpayable",
|
|
14588
|
+
"type": "constructor"
|
|
14589
|
+
},
|
|
14590
|
+
{
|
|
14591
|
+
"anonymous": false,
|
|
14592
|
+
"inputs": [
|
|
14593
|
+
{
|
|
14594
|
+
"indexed": false,
|
|
14595
|
+
"internalType": "uint256",
|
|
14596
|
+
"name": "baseRatePerBlock",
|
|
14597
|
+
"type": "uint256"
|
|
14598
|
+
},
|
|
14599
|
+
{
|
|
14600
|
+
"indexed": false,
|
|
14601
|
+
"internalType": "uint256",
|
|
14602
|
+
"name": "multiplierPerBlock",
|
|
14603
|
+
"type": "uint256"
|
|
14604
|
+
},
|
|
14605
|
+
{
|
|
14606
|
+
"indexed": false,
|
|
14607
|
+
"internalType": "uint256",
|
|
14608
|
+
"name": "jumpMultiplierPerBlock",
|
|
14609
|
+
"type": "uint256"
|
|
14610
|
+
},
|
|
14611
|
+
{
|
|
14612
|
+
"indexed": false,
|
|
14613
|
+
"internalType": "uint256",
|
|
14614
|
+
"name": "kink",
|
|
14615
|
+
"type": "uint256"
|
|
14616
|
+
}
|
|
14617
|
+
],
|
|
14618
|
+
"name": "NewInterestParams",
|
|
14619
|
+
"type": "event"
|
|
14620
|
+
},
|
|
14621
|
+
{
|
|
14622
|
+
"constant": true,
|
|
14623
|
+
"inputs": [],
|
|
14624
|
+
"name": "baseRatePerBlock",
|
|
14625
|
+
"outputs": [
|
|
14626
|
+
{
|
|
14627
|
+
"internalType": "uint256",
|
|
14628
|
+
"name": "",
|
|
14629
|
+
"type": "uint256"
|
|
14630
|
+
}
|
|
14631
|
+
],
|
|
14632
|
+
"payable": false,
|
|
14633
|
+
"stateMutability": "view",
|
|
14634
|
+
"type": "function"
|
|
14635
|
+
},
|
|
14636
|
+
{
|
|
14637
|
+
"constant": true,
|
|
14638
|
+
"inputs": [],
|
|
14639
|
+
"name": "blocksPerYear",
|
|
14640
|
+
"outputs": [
|
|
14641
|
+
{
|
|
14642
|
+
"internalType": "uint256",
|
|
14643
|
+
"name": "",
|
|
14644
|
+
"type": "uint256"
|
|
14645
|
+
}
|
|
14646
|
+
],
|
|
14647
|
+
"payable": false,
|
|
14648
|
+
"stateMutability": "view",
|
|
14649
|
+
"type": "function"
|
|
14650
|
+
},
|
|
14651
|
+
{
|
|
14652
|
+
"constant": true,
|
|
14653
|
+
"inputs": [
|
|
14654
|
+
{
|
|
14655
|
+
"internalType": "uint256",
|
|
14656
|
+
"name": "cash",
|
|
14657
|
+
"type": "uint256"
|
|
14658
|
+
},
|
|
14659
|
+
{
|
|
14660
|
+
"internalType": "uint256",
|
|
14661
|
+
"name": "borrows",
|
|
14662
|
+
"type": "uint256"
|
|
14663
|
+
},
|
|
14664
|
+
{
|
|
14665
|
+
"internalType": "uint256",
|
|
14666
|
+
"name": "reserves",
|
|
14667
|
+
"type": "uint256"
|
|
14668
|
+
}
|
|
14669
|
+
],
|
|
14670
|
+
"name": "getBorrowRate",
|
|
14671
|
+
"outputs": [
|
|
14672
|
+
{
|
|
14673
|
+
"internalType": "uint256",
|
|
14674
|
+
"name": "",
|
|
14675
|
+
"type": "uint256"
|
|
14676
|
+
}
|
|
14677
|
+
],
|
|
14678
|
+
"payable": false,
|
|
14679
|
+
"stateMutability": "view",
|
|
14680
|
+
"type": "function"
|
|
14681
|
+
},
|
|
14682
|
+
{
|
|
14683
|
+
"constant": true,
|
|
14684
|
+
"inputs": [
|
|
14685
|
+
{
|
|
14686
|
+
"internalType": "uint256",
|
|
14687
|
+
"name": "cash",
|
|
14688
|
+
"type": "uint256"
|
|
14689
|
+
},
|
|
14690
|
+
{
|
|
14691
|
+
"internalType": "uint256",
|
|
14692
|
+
"name": "borrows",
|
|
14693
|
+
"type": "uint256"
|
|
14694
|
+
},
|
|
14695
|
+
{
|
|
14696
|
+
"internalType": "uint256",
|
|
14697
|
+
"name": "reserves",
|
|
14698
|
+
"type": "uint256"
|
|
14699
|
+
},
|
|
14700
|
+
{
|
|
14701
|
+
"internalType": "uint256",
|
|
14702
|
+
"name": "reserveFactorMantissa",
|
|
14703
|
+
"type": "uint256"
|
|
14704
|
+
}
|
|
14705
|
+
],
|
|
14706
|
+
"name": "getSupplyRate",
|
|
14707
|
+
"outputs": [
|
|
14708
|
+
{
|
|
14709
|
+
"internalType": "uint256",
|
|
14710
|
+
"name": "",
|
|
14711
|
+
"type": "uint256"
|
|
14712
|
+
}
|
|
14713
|
+
],
|
|
14714
|
+
"payable": false,
|
|
14715
|
+
"stateMutability": "view",
|
|
14716
|
+
"type": "function"
|
|
14717
|
+
},
|
|
14718
|
+
{
|
|
14719
|
+
"constant": true,
|
|
14720
|
+
"inputs": [],
|
|
14721
|
+
"name": "isInterestRateModel",
|
|
14722
|
+
"outputs": [
|
|
14723
|
+
{
|
|
14724
|
+
"internalType": "bool",
|
|
14725
|
+
"name": "",
|
|
14726
|
+
"type": "bool"
|
|
14727
|
+
}
|
|
14728
|
+
],
|
|
14729
|
+
"payable": false,
|
|
14730
|
+
"stateMutability": "view",
|
|
14731
|
+
"type": "function"
|
|
14732
|
+
},
|
|
14733
|
+
{
|
|
14734
|
+
"constant": true,
|
|
14735
|
+
"inputs": [],
|
|
14736
|
+
"name": "jumpMultiplierPerBlock",
|
|
14737
|
+
"outputs": [
|
|
14738
|
+
{
|
|
14739
|
+
"internalType": "uint256",
|
|
14740
|
+
"name": "",
|
|
14741
|
+
"type": "uint256"
|
|
14742
|
+
}
|
|
14743
|
+
],
|
|
14744
|
+
"payable": false,
|
|
14745
|
+
"stateMutability": "view",
|
|
14746
|
+
"type": "function"
|
|
14747
|
+
},
|
|
14748
|
+
{
|
|
14749
|
+
"constant": true,
|
|
14750
|
+
"inputs": [],
|
|
14751
|
+
"name": "kink",
|
|
14752
|
+
"outputs": [
|
|
14753
|
+
{
|
|
14754
|
+
"internalType": "uint256",
|
|
14755
|
+
"name": "",
|
|
14756
|
+
"type": "uint256"
|
|
14757
|
+
}
|
|
14758
|
+
],
|
|
14759
|
+
"payable": false,
|
|
14760
|
+
"stateMutability": "view",
|
|
14761
|
+
"type": "function"
|
|
14762
|
+
},
|
|
14763
|
+
{
|
|
14764
|
+
"constant": true,
|
|
14765
|
+
"inputs": [],
|
|
14766
|
+
"name": "multiplierPerBlock",
|
|
14767
|
+
"outputs": [
|
|
14768
|
+
{
|
|
14769
|
+
"internalType": "uint256",
|
|
14770
|
+
"name": "",
|
|
14771
|
+
"type": "uint256"
|
|
14772
|
+
}
|
|
14773
|
+
],
|
|
14774
|
+
"payable": false,
|
|
14775
|
+
"stateMutability": "view",
|
|
14776
|
+
"type": "function"
|
|
14777
|
+
},
|
|
14778
|
+
{
|
|
14779
|
+
"constant": true,
|
|
14780
|
+
"inputs": [
|
|
14781
|
+
{
|
|
14782
|
+
"internalType": "uint256",
|
|
14783
|
+
"name": "cash",
|
|
14784
|
+
"type": "uint256"
|
|
14785
|
+
},
|
|
14786
|
+
{
|
|
14787
|
+
"internalType": "uint256",
|
|
14788
|
+
"name": "borrows",
|
|
14789
|
+
"type": "uint256"
|
|
14790
|
+
},
|
|
14791
|
+
{
|
|
14792
|
+
"internalType": "uint256",
|
|
14793
|
+
"name": "reserves",
|
|
14794
|
+
"type": "uint256"
|
|
14795
|
+
}
|
|
14796
|
+
],
|
|
14797
|
+
"name": "utilizationRate",
|
|
14798
|
+
"outputs": [
|
|
14799
|
+
{
|
|
14800
|
+
"internalType": "uint256",
|
|
14801
|
+
"name": "",
|
|
14802
|
+
"type": "uint256"
|
|
14803
|
+
}
|
|
14804
|
+
],
|
|
14805
|
+
"payable": false,
|
|
14806
|
+
"stateMutability": "pure",
|
|
14807
|
+
"type": "function"
|
|
14808
|
+
}
|
|
14809
|
+
]
|
|
14810
|
+
},
|
|
14811
|
+
"JumpRateModel_base0bps_slope900bps_jump20000bps_kink5000bps_bpy21024000": {
|
|
14812
|
+
"address": "0x52F63686D09d92c367c90BCDBF79A562f81bd6BF",
|
|
15064
14813
|
"abi": [
|
|
15065
14814
|
{
|
|
15066
14815
|
"inputs": [
|
|
@@ -15315,8 +15064,8 @@
|
|
|
15315
15064
|
}
|
|
15316
15065
|
]
|
|
15317
15066
|
},
|
|
15318
|
-
"
|
|
15319
|
-
"address": "
|
|
15067
|
+
"JumpRateModel_base0bps_slope900bps_jump20000bps_kink7500bps_bpy10512000": {
|
|
15068
|
+
"address": "0xAA69D9B80B5b303F66227932489669538027783F",
|
|
15320
15069
|
"abi": [
|
|
15321
15070
|
{
|
|
15322
15071
|
"inputs": [
|
|
@@ -15566,8 +15315,515 @@
|
|
|
15566
15315
|
}
|
|
15567
15316
|
]
|
|
15568
15317
|
},
|
|
15569
|
-
"
|
|
15570
|
-
"address": "
|
|
15318
|
+
"JumpRateModel_base0bps_slope900bps_jump20000bps_kink7500bps_bpy21024000": {
|
|
15319
|
+
"address": "0xbB32a50FeA5AB822A1B52245D1Fbea7fC49659fc",
|
|
15320
|
+
"abi": [
|
|
15321
|
+
{
|
|
15322
|
+
"inputs": [
|
|
15323
|
+
{
|
|
15324
|
+
"internalType": "uint256",
|
|
15325
|
+
"name": "baseRatePerYear",
|
|
15326
|
+
"type": "uint256"
|
|
15327
|
+
},
|
|
15328
|
+
{
|
|
15329
|
+
"internalType": "uint256",
|
|
15330
|
+
"name": "multiplierPerYear",
|
|
15331
|
+
"type": "uint256"
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"internalType": "uint256",
|
|
15335
|
+
"name": "jumpMultiplierPerYear",
|
|
15336
|
+
"type": "uint256"
|
|
15337
|
+
},
|
|
15338
|
+
{
|
|
15339
|
+
"internalType": "uint256",
|
|
15340
|
+
"name": "kink_",
|
|
15341
|
+
"type": "uint256"
|
|
15342
|
+
},
|
|
15343
|
+
{
|
|
15344
|
+
"internalType": "uint256",
|
|
15345
|
+
"name": "blocksPerYear_",
|
|
15346
|
+
"type": "uint256"
|
|
15347
|
+
}
|
|
15348
|
+
],
|
|
15349
|
+
"payable": false,
|
|
15350
|
+
"stateMutability": "nonpayable",
|
|
15351
|
+
"type": "constructor"
|
|
15352
|
+
},
|
|
15353
|
+
{
|
|
15354
|
+
"anonymous": false,
|
|
15355
|
+
"inputs": [
|
|
15356
|
+
{
|
|
15357
|
+
"indexed": false,
|
|
15358
|
+
"internalType": "uint256",
|
|
15359
|
+
"name": "baseRatePerBlock",
|
|
15360
|
+
"type": "uint256"
|
|
15361
|
+
},
|
|
15362
|
+
{
|
|
15363
|
+
"indexed": false,
|
|
15364
|
+
"internalType": "uint256",
|
|
15365
|
+
"name": "multiplierPerBlock",
|
|
15366
|
+
"type": "uint256"
|
|
15367
|
+
},
|
|
15368
|
+
{
|
|
15369
|
+
"indexed": false,
|
|
15370
|
+
"internalType": "uint256",
|
|
15371
|
+
"name": "jumpMultiplierPerBlock",
|
|
15372
|
+
"type": "uint256"
|
|
15373
|
+
},
|
|
15374
|
+
{
|
|
15375
|
+
"indexed": false,
|
|
15376
|
+
"internalType": "uint256",
|
|
15377
|
+
"name": "kink",
|
|
15378
|
+
"type": "uint256"
|
|
15379
|
+
}
|
|
15380
|
+
],
|
|
15381
|
+
"name": "NewInterestParams",
|
|
15382
|
+
"type": "event"
|
|
15383
|
+
},
|
|
15384
|
+
{
|
|
15385
|
+
"constant": true,
|
|
15386
|
+
"inputs": [],
|
|
15387
|
+
"name": "baseRatePerBlock",
|
|
15388
|
+
"outputs": [
|
|
15389
|
+
{
|
|
15390
|
+
"internalType": "uint256",
|
|
15391
|
+
"name": "",
|
|
15392
|
+
"type": "uint256"
|
|
15393
|
+
}
|
|
15394
|
+
],
|
|
15395
|
+
"payable": false,
|
|
15396
|
+
"stateMutability": "view",
|
|
15397
|
+
"type": "function"
|
|
15398
|
+
},
|
|
15399
|
+
{
|
|
15400
|
+
"constant": true,
|
|
15401
|
+
"inputs": [],
|
|
15402
|
+
"name": "blocksPerYear",
|
|
15403
|
+
"outputs": [
|
|
15404
|
+
{
|
|
15405
|
+
"internalType": "uint256",
|
|
15406
|
+
"name": "",
|
|
15407
|
+
"type": "uint256"
|
|
15408
|
+
}
|
|
15409
|
+
],
|
|
15410
|
+
"payable": false,
|
|
15411
|
+
"stateMutability": "view",
|
|
15412
|
+
"type": "function"
|
|
15413
|
+
},
|
|
15414
|
+
{
|
|
15415
|
+
"constant": true,
|
|
15416
|
+
"inputs": [
|
|
15417
|
+
{
|
|
15418
|
+
"internalType": "uint256",
|
|
15419
|
+
"name": "cash",
|
|
15420
|
+
"type": "uint256"
|
|
15421
|
+
},
|
|
15422
|
+
{
|
|
15423
|
+
"internalType": "uint256",
|
|
15424
|
+
"name": "borrows",
|
|
15425
|
+
"type": "uint256"
|
|
15426
|
+
},
|
|
15427
|
+
{
|
|
15428
|
+
"internalType": "uint256",
|
|
15429
|
+
"name": "reserves",
|
|
15430
|
+
"type": "uint256"
|
|
15431
|
+
}
|
|
15432
|
+
],
|
|
15433
|
+
"name": "getBorrowRate",
|
|
15434
|
+
"outputs": [
|
|
15435
|
+
{
|
|
15436
|
+
"internalType": "uint256",
|
|
15437
|
+
"name": "",
|
|
15438
|
+
"type": "uint256"
|
|
15439
|
+
}
|
|
15440
|
+
],
|
|
15441
|
+
"payable": false,
|
|
15442
|
+
"stateMutability": "view",
|
|
15443
|
+
"type": "function"
|
|
15444
|
+
},
|
|
15445
|
+
{
|
|
15446
|
+
"constant": true,
|
|
15447
|
+
"inputs": [
|
|
15448
|
+
{
|
|
15449
|
+
"internalType": "uint256",
|
|
15450
|
+
"name": "cash",
|
|
15451
|
+
"type": "uint256"
|
|
15452
|
+
},
|
|
15453
|
+
{
|
|
15454
|
+
"internalType": "uint256",
|
|
15455
|
+
"name": "borrows",
|
|
15456
|
+
"type": "uint256"
|
|
15457
|
+
},
|
|
15458
|
+
{
|
|
15459
|
+
"internalType": "uint256",
|
|
15460
|
+
"name": "reserves",
|
|
15461
|
+
"type": "uint256"
|
|
15462
|
+
},
|
|
15463
|
+
{
|
|
15464
|
+
"internalType": "uint256",
|
|
15465
|
+
"name": "reserveFactorMantissa",
|
|
15466
|
+
"type": "uint256"
|
|
15467
|
+
}
|
|
15468
|
+
],
|
|
15469
|
+
"name": "getSupplyRate",
|
|
15470
|
+
"outputs": [
|
|
15471
|
+
{
|
|
15472
|
+
"internalType": "uint256",
|
|
15473
|
+
"name": "",
|
|
15474
|
+
"type": "uint256"
|
|
15475
|
+
}
|
|
15476
|
+
],
|
|
15477
|
+
"payable": false,
|
|
15478
|
+
"stateMutability": "view",
|
|
15479
|
+
"type": "function"
|
|
15480
|
+
},
|
|
15481
|
+
{
|
|
15482
|
+
"constant": true,
|
|
15483
|
+
"inputs": [],
|
|
15484
|
+
"name": "isInterestRateModel",
|
|
15485
|
+
"outputs": [
|
|
15486
|
+
{
|
|
15487
|
+
"internalType": "bool",
|
|
15488
|
+
"name": "",
|
|
15489
|
+
"type": "bool"
|
|
15490
|
+
}
|
|
15491
|
+
],
|
|
15492
|
+
"payable": false,
|
|
15493
|
+
"stateMutability": "view",
|
|
15494
|
+
"type": "function"
|
|
15495
|
+
},
|
|
15496
|
+
{
|
|
15497
|
+
"constant": true,
|
|
15498
|
+
"inputs": [],
|
|
15499
|
+
"name": "jumpMultiplierPerBlock",
|
|
15500
|
+
"outputs": [
|
|
15501
|
+
{
|
|
15502
|
+
"internalType": "uint256",
|
|
15503
|
+
"name": "",
|
|
15504
|
+
"type": "uint256"
|
|
15505
|
+
}
|
|
15506
|
+
],
|
|
15507
|
+
"payable": false,
|
|
15508
|
+
"stateMutability": "view",
|
|
15509
|
+
"type": "function"
|
|
15510
|
+
},
|
|
15511
|
+
{
|
|
15512
|
+
"constant": true,
|
|
15513
|
+
"inputs": [],
|
|
15514
|
+
"name": "kink",
|
|
15515
|
+
"outputs": [
|
|
15516
|
+
{
|
|
15517
|
+
"internalType": "uint256",
|
|
15518
|
+
"name": "",
|
|
15519
|
+
"type": "uint256"
|
|
15520
|
+
}
|
|
15521
|
+
],
|
|
15522
|
+
"payable": false,
|
|
15523
|
+
"stateMutability": "view",
|
|
15524
|
+
"type": "function"
|
|
15525
|
+
},
|
|
15526
|
+
{
|
|
15527
|
+
"constant": true,
|
|
15528
|
+
"inputs": [],
|
|
15529
|
+
"name": "multiplierPerBlock",
|
|
15530
|
+
"outputs": [
|
|
15531
|
+
{
|
|
15532
|
+
"internalType": "uint256",
|
|
15533
|
+
"name": "",
|
|
15534
|
+
"type": "uint256"
|
|
15535
|
+
}
|
|
15536
|
+
],
|
|
15537
|
+
"payable": false,
|
|
15538
|
+
"stateMutability": "view",
|
|
15539
|
+
"type": "function"
|
|
15540
|
+
},
|
|
15541
|
+
{
|
|
15542
|
+
"constant": true,
|
|
15543
|
+
"inputs": [
|
|
15544
|
+
{
|
|
15545
|
+
"internalType": "uint256",
|
|
15546
|
+
"name": "cash",
|
|
15547
|
+
"type": "uint256"
|
|
15548
|
+
},
|
|
15549
|
+
{
|
|
15550
|
+
"internalType": "uint256",
|
|
15551
|
+
"name": "borrows",
|
|
15552
|
+
"type": "uint256"
|
|
15553
|
+
},
|
|
15554
|
+
{
|
|
15555
|
+
"internalType": "uint256",
|
|
15556
|
+
"name": "reserves",
|
|
15557
|
+
"type": "uint256"
|
|
15558
|
+
}
|
|
15559
|
+
],
|
|
15560
|
+
"name": "utilizationRate",
|
|
15561
|
+
"outputs": [
|
|
15562
|
+
{
|
|
15563
|
+
"internalType": "uint256",
|
|
15564
|
+
"name": "",
|
|
15565
|
+
"type": "uint256"
|
|
15566
|
+
}
|
|
15567
|
+
],
|
|
15568
|
+
"payable": false,
|
|
15569
|
+
"stateMutability": "pure",
|
|
15570
|
+
"type": "function"
|
|
15571
|
+
}
|
|
15572
|
+
]
|
|
15573
|
+
},
|
|
15574
|
+
"JumpRateModel_base0bps_slope900bps_jump35000bps_kink4500bps_bpy10512000": {
|
|
15575
|
+
"address": "0x77C50b4d5d8b84511a4787aaF5BC22E5A496B1Ef",
|
|
15576
|
+
"abi": [
|
|
15577
|
+
{
|
|
15578
|
+
"inputs": [
|
|
15579
|
+
{
|
|
15580
|
+
"internalType": "uint256",
|
|
15581
|
+
"name": "baseRatePerYear",
|
|
15582
|
+
"type": "uint256"
|
|
15583
|
+
},
|
|
15584
|
+
{
|
|
15585
|
+
"internalType": "uint256",
|
|
15586
|
+
"name": "multiplierPerYear",
|
|
15587
|
+
"type": "uint256"
|
|
15588
|
+
},
|
|
15589
|
+
{
|
|
15590
|
+
"internalType": "uint256",
|
|
15591
|
+
"name": "jumpMultiplierPerYear",
|
|
15592
|
+
"type": "uint256"
|
|
15593
|
+
},
|
|
15594
|
+
{
|
|
15595
|
+
"internalType": "uint256",
|
|
15596
|
+
"name": "kink_",
|
|
15597
|
+
"type": "uint256"
|
|
15598
|
+
}
|
|
15599
|
+
],
|
|
15600
|
+
"payable": false,
|
|
15601
|
+
"stateMutability": "nonpayable",
|
|
15602
|
+
"type": "constructor"
|
|
15603
|
+
},
|
|
15604
|
+
{
|
|
15605
|
+
"anonymous": false,
|
|
15606
|
+
"inputs": [
|
|
15607
|
+
{
|
|
15608
|
+
"indexed": false,
|
|
15609
|
+
"internalType": "uint256",
|
|
15610
|
+
"name": "baseRatePerBlock",
|
|
15611
|
+
"type": "uint256"
|
|
15612
|
+
},
|
|
15613
|
+
{
|
|
15614
|
+
"indexed": false,
|
|
15615
|
+
"internalType": "uint256",
|
|
15616
|
+
"name": "multiplierPerBlock",
|
|
15617
|
+
"type": "uint256"
|
|
15618
|
+
},
|
|
15619
|
+
{
|
|
15620
|
+
"indexed": false,
|
|
15621
|
+
"internalType": "uint256",
|
|
15622
|
+
"name": "jumpMultiplierPerBlock",
|
|
15623
|
+
"type": "uint256"
|
|
15624
|
+
},
|
|
15625
|
+
{
|
|
15626
|
+
"indexed": false,
|
|
15627
|
+
"internalType": "uint256",
|
|
15628
|
+
"name": "kink",
|
|
15629
|
+
"type": "uint256"
|
|
15630
|
+
}
|
|
15631
|
+
],
|
|
15632
|
+
"name": "NewInterestParams",
|
|
15633
|
+
"type": "event"
|
|
15634
|
+
},
|
|
15635
|
+
{
|
|
15636
|
+
"constant": true,
|
|
15637
|
+
"inputs": [],
|
|
15638
|
+
"name": "baseRatePerBlock",
|
|
15639
|
+
"outputs": [
|
|
15640
|
+
{
|
|
15641
|
+
"internalType": "uint256",
|
|
15642
|
+
"name": "",
|
|
15643
|
+
"type": "uint256"
|
|
15644
|
+
}
|
|
15645
|
+
],
|
|
15646
|
+
"payable": false,
|
|
15647
|
+
"stateMutability": "view",
|
|
15648
|
+
"type": "function"
|
|
15649
|
+
},
|
|
15650
|
+
{
|
|
15651
|
+
"constant": true,
|
|
15652
|
+
"inputs": [],
|
|
15653
|
+
"name": "blocksPerYear",
|
|
15654
|
+
"outputs": [
|
|
15655
|
+
{
|
|
15656
|
+
"internalType": "uint256",
|
|
15657
|
+
"name": "",
|
|
15658
|
+
"type": "uint256"
|
|
15659
|
+
}
|
|
15660
|
+
],
|
|
15661
|
+
"payable": false,
|
|
15662
|
+
"stateMutability": "view",
|
|
15663
|
+
"type": "function"
|
|
15664
|
+
},
|
|
15665
|
+
{
|
|
15666
|
+
"constant": true,
|
|
15667
|
+
"inputs": [
|
|
15668
|
+
{
|
|
15669
|
+
"internalType": "uint256",
|
|
15670
|
+
"name": "cash",
|
|
15671
|
+
"type": "uint256"
|
|
15672
|
+
},
|
|
15673
|
+
{
|
|
15674
|
+
"internalType": "uint256",
|
|
15675
|
+
"name": "borrows",
|
|
15676
|
+
"type": "uint256"
|
|
15677
|
+
},
|
|
15678
|
+
{
|
|
15679
|
+
"internalType": "uint256",
|
|
15680
|
+
"name": "reserves",
|
|
15681
|
+
"type": "uint256"
|
|
15682
|
+
}
|
|
15683
|
+
],
|
|
15684
|
+
"name": "getBorrowRate",
|
|
15685
|
+
"outputs": [
|
|
15686
|
+
{
|
|
15687
|
+
"internalType": "uint256",
|
|
15688
|
+
"name": "",
|
|
15689
|
+
"type": "uint256"
|
|
15690
|
+
}
|
|
15691
|
+
],
|
|
15692
|
+
"payable": false,
|
|
15693
|
+
"stateMutability": "view",
|
|
15694
|
+
"type": "function"
|
|
15695
|
+
},
|
|
15696
|
+
{
|
|
15697
|
+
"constant": true,
|
|
15698
|
+
"inputs": [
|
|
15699
|
+
{
|
|
15700
|
+
"internalType": "uint256",
|
|
15701
|
+
"name": "cash",
|
|
15702
|
+
"type": "uint256"
|
|
15703
|
+
},
|
|
15704
|
+
{
|
|
15705
|
+
"internalType": "uint256",
|
|
15706
|
+
"name": "borrows",
|
|
15707
|
+
"type": "uint256"
|
|
15708
|
+
},
|
|
15709
|
+
{
|
|
15710
|
+
"internalType": "uint256",
|
|
15711
|
+
"name": "reserves",
|
|
15712
|
+
"type": "uint256"
|
|
15713
|
+
},
|
|
15714
|
+
{
|
|
15715
|
+
"internalType": "uint256",
|
|
15716
|
+
"name": "reserveFactorMantissa",
|
|
15717
|
+
"type": "uint256"
|
|
15718
|
+
}
|
|
15719
|
+
],
|
|
15720
|
+
"name": "getSupplyRate",
|
|
15721
|
+
"outputs": [
|
|
15722
|
+
{
|
|
15723
|
+
"internalType": "uint256",
|
|
15724
|
+
"name": "",
|
|
15725
|
+
"type": "uint256"
|
|
15726
|
+
}
|
|
15727
|
+
],
|
|
15728
|
+
"payable": false,
|
|
15729
|
+
"stateMutability": "view",
|
|
15730
|
+
"type": "function"
|
|
15731
|
+
},
|
|
15732
|
+
{
|
|
15733
|
+
"constant": true,
|
|
15734
|
+
"inputs": [],
|
|
15735
|
+
"name": "isInterestRateModel",
|
|
15736
|
+
"outputs": [
|
|
15737
|
+
{
|
|
15738
|
+
"internalType": "bool",
|
|
15739
|
+
"name": "",
|
|
15740
|
+
"type": "bool"
|
|
15741
|
+
}
|
|
15742
|
+
],
|
|
15743
|
+
"payable": false,
|
|
15744
|
+
"stateMutability": "view",
|
|
15745
|
+
"type": "function"
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
"constant": true,
|
|
15749
|
+
"inputs": [],
|
|
15750
|
+
"name": "jumpMultiplierPerBlock",
|
|
15751
|
+
"outputs": [
|
|
15752
|
+
{
|
|
15753
|
+
"internalType": "uint256",
|
|
15754
|
+
"name": "",
|
|
15755
|
+
"type": "uint256"
|
|
15756
|
+
}
|
|
15757
|
+
],
|
|
15758
|
+
"payable": false,
|
|
15759
|
+
"stateMutability": "view",
|
|
15760
|
+
"type": "function"
|
|
15761
|
+
},
|
|
15762
|
+
{
|
|
15763
|
+
"constant": true,
|
|
15764
|
+
"inputs": [],
|
|
15765
|
+
"name": "kink",
|
|
15766
|
+
"outputs": [
|
|
15767
|
+
{
|
|
15768
|
+
"internalType": "uint256",
|
|
15769
|
+
"name": "",
|
|
15770
|
+
"type": "uint256"
|
|
15771
|
+
}
|
|
15772
|
+
],
|
|
15773
|
+
"payable": false,
|
|
15774
|
+
"stateMutability": "view",
|
|
15775
|
+
"type": "function"
|
|
15776
|
+
},
|
|
15777
|
+
{
|
|
15778
|
+
"constant": true,
|
|
15779
|
+
"inputs": [],
|
|
15780
|
+
"name": "multiplierPerBlock",
|
|
15781
|
+
"outputs": [
|
|
15782
|
+
{
|
|
15783
|
+
"internalType": "uint256",
|
|
15784
|
+
"name": "",
|
|
15785
|
+
"type": "uint256"
|
|
15786
|
+
}
|
|
15787
|
+
],
|
|
15788
|
+
"payable": false,
|
|
15789
|
+
"stateMutability": "view",
|
|
15790
|
+
"type": "function"
|
|
15791
|
+
},
|
|
15792
|
+
{
|
|
15793
|
+
"constant": true,
|
|
15794
|
+
"inputs": [
|
|
15795
|
+
{
|
|
15796
|
+
"internalType": "uint256",
|
|
15797
|
+
"name": "cash",
|
|
15798
|
+
"type": "uint256"
|
|
15799
|
+
},
|
|
15800
|
+
{
|
|
15801
|
+
"internalType": "uint256",
|
|
15802
|
+
"name": "borrows",
|
|
15803
|
+
"type": "uint256"
|
|
15804
|
+
},
|
|
15805
|
+
{
|
|
15806
|
+
"internalType": "uint256",
|
|
15807
|
+
"name": "reserves",
|
|
15808
|
+
"type": "uint256"
|
|
15809
|
+
}
|
|
15810
|
+
],
|
|
15811
|
+
"name": "utilizationRate",
|
|
15812
|
+
"outputs": [
|
|
15813
|
+
{
|
|
15814
|
+
"internalType": "uint256",
|
|
15815
|
+
"name": "",
|
|
15816
|
+
"type": "uint256"
|
|
15817
|
+
}
|
|
15818
|
+
],
|
|
15819
|
+
"payable": false,
|
|
15820
|
+
"stateMutability": "pure",
|
|
15821
|
+
"type": "function"
|
|
15822
|
+
}
|
|
15823
|
+
]
|
|
15824
|
+
},
|
|
15825
|
+
"JumpRateModel_base0bps_slope900bps_jump35000bps_kink4500bps_bpy21024000": {
|
|
15826
|
+
"address": "0x4699bA39B8E7da3ef178020b69dcb9E25103D0a3",
|
|
15571
15827
|
"abi": [
|
|
15572
15828
|
{
|
|
15573
15829
|
"inputs": [
|
|
@@ -42545,6 +42801,302 @@
|
|
|
42545
42801
|
}
|
|
42546
42802
|
]
|
|
42547
42803
|
},
|
|
42804
|
+
"TwoKinks_base0bps_slope1000bps_kink8000bps_slope27000bps_base20bps_kink29000bps_jump30000bps_bpy21024000": {
|
|
42805
|
+
"address": "0x31d20C36A4804AB30F04fB606555f545b2bAE3b3",
|
|
42806
|
+
"abi": [
|
|
42807
|
+
{
|
|
42808
|
+
"inputs": [
|
|
42809
|
+
{
|
|
42810
|
+
"internalType": "int256",
|
|
42811
|
+
"name": "baseRatePerYear_",
|
|
42812
|
+
"type": "int256"
|
|
42813
|
+
},
|
|
42814
|
+
{
|
|
42815
|
+
"internalType": "int256",
|
|
42816
|
+
"name": "multiplierPerYear_",
|
|
42817
|
+
"type": "int256"
|
|
42818
|
+
},
|
|
42819
|
+
{
|
|
42820
|
+
"internalType": "int256",
|
|
42821
|
+
"name": "kink1_",
|
|
42822
|
+
"type": "int256"
|
|
42823
|
+
},
|
|
42824
|
+
{
|
|
42825
|
+
"internalType": "int256",
|
|
42826
|
+
"name": "multiplier2PerYear_",
|
|
42827
|
+
"type": "int256"
|
|
42828
|
+
},
|
|
42829
|
+
{
|
|
42830
|
+
"internalType": "int256",
|
|
42831
|
+
"name": "baseRate2PerYear_",
|
|
42832
|
+
"type": "int256"
|
|
42833
|
+
},
|
|
42834
|
+
{
|
|
42835
|
+
"internalType": "int256",
|
|
42836
|
+
"name": "kink2_",
|
|
42837
|
+
"type": "int256"
|
|
42838
|
+
},
|
|
42839
|
+
{
|
|
42840
|
+
"internalType": "int256",
|
|
42841
|
+
"name": "jumpMultiplierPerYear_",
|
|
42842
|
+
"type": "int256"
|
|
42843
|
+
},
|
|
42844
|
+
{
|
|
42845
|
+
"internalType": "int256",
|
|
42846
|
+
"name": "blocksPerYear_",
|
|
42847
|
+
"type": "int256"
|
|
42848
|
+
}
|
|
42849
|
+
],
|
|
42850
|
+
"stateMutability": "nonpayable",
|
|
42851
|
+
"type": "constructor"
|
|
42852
|
+
},
|
|
42853
|
+
{
|
|
42854
|
+
"inputs": [],
|
|
42855
|
+
"name": "InvalidKink",
|
|
42856
|
+
"type": "error"
|
|
42857
|
+
},
|
|
42858
|
+
{
|
|
42859
|
+
"inputs": [],
|
|
42860
|
+
"name": "NegativeValueNotAllowed",
|
|
42861
|
+
"type": "error"
|
|
42862
|
+
},
|
|
42863
|
+
{
|
|
42864
|
+
"inputs": [],
|
|
42865
|
+
"name": "BASE_RATE_2_PER_BLOCK",
|
|
42866
|
+
"outputs": [
|
|
42867
|
+
{
|
|
42868
|
+
"internalType": "int256",
|
|
42869
|
+
"name": "",
|
|
42870
|
+
"type": "int256"
|
|
42871
|
+
}
|
|
42872
|
+
],
|
|
42873
|
+
"stateMutability": "view",
|
|
42874
|
+
"type": "function"
|
|
42875
|
+
},
|
|
42876
|
+
{
|
|
42877
|
+
"inputs": [],
|
|
42878
|
+
"name": "BASE_RATE_PER_BLOCK",
|
|
42879
|
+
"outputs": [
|
|
42880
|
+
{
|
|
42881
|
+
"internalType": "int256",
|
|
42882
|
+
"name": "",
|
|
42883
|
+
"type": "int256"
|
|
42884
|
+
}
|
|
42885
|
+
],
|
|
42886
|
+
"stateMutability": "view",
|
|
42887
|
+
"type": "function"
|
|
42888
|
+
},
|
|
42889
|
+
{
|
|
42890
|
+
"inputs": [],
|
|
42891
|
+
"name": "BLOCKS_PER_YEAR",
|
|
42892
|
+
"outputs": [
|
|
42893
|
+
{
|
|
42894
|
+
"internalType": "int256",
|
|
42895
|
+
"name": "",
|
|
42896
|
+
"type": "int256"
|
|
42897
|
+
}
|
|
42898
|
+
],
|
|
42899
|
+
"stateMutability": "view",
|
|
42900
|
+
"type": "function"
|
|
42901
|
+
},
|
|
42902
|
+
{
|
|
42903
|
+
"inputs": [],
|
|
42904
|
+
"name": "JUMP_MULTIPLIER_PER_BLOCK",
|
|
42905
|
+
"outputs": [
|
|
42906
|
+
{
|
|
42907
|
+
"internalType": "int256",
|
|
42908
|
+
"name": "",
|
|
42909
|
+
"type": "int256"
|
|
42910
|
+
}
|
|
42911
|
+
],
|
|
42912
|
+
"stateMutability": "view",
|
|
42913
|
+
"type": "function"
|
|
42914
|
+
},
|
|
42915
|
+
{
|
|
42916
|
+
"inputs": [],
|
|
42917
|
+
"name": "KINK_1",
|
|
42918
|
+
"outputs": [
|
|
42919
|
+
{
|
|
42920
|
+
"internalType": "int256",
|
|
42921
|
+
"name": "",
|
|
42922
|
+
"type": "int256"
|
|
42923
|
+
}
|
|
42924
|
+
],
|
|
42925
|
+
"stateMutability": "view",
|
|
42926
|
+
"type": "function"
|
|
42927
|
+
},
|
|
42928
|
+
{
|
|
42929
|
+
"inputs": [],
|
|
42930
|
+
"name": "KINK_2",
|
|
42931
|
+
"outputs": [
|
|
42932
|
+
{
|
|
42933
|
+
"internalType": "int256",
|
|
42934
|
+
"name": "",
|
|
42935
|
+
"type": "int256"
|
|
42936
|
+
}
|
|
42937
|
+
],
|
|
42938
|
+
"stateMutability": "view",
|
|
42939
|
+
"type": "function"
|
|
42940
|
+
},
|
|
42941
|
+
{
|
|
42942
|
+
"inputs": [],
|
|
42943
|
+
"name": "MULTIPLIER_2_PER_BLOCK",
|
|
42944
|
+
"outputs": [
|
|
42945
|
+
{
|
|
42946
|
+
"internalType": "int256",
|
|
42947
|
+
"name": "",
|
|
42948
|
+
"type": "int256"
|
|
42949
|
+
}
|
|
42950
|
+
],
|
|
42951
|
+
"stateMutability": "view",
|
|
42952
|
+
"type": "function"
|
|
42953
|
+
},
|
|
42954
|
+
{
|
|
42955
|
+
"inputs": [],
|
|
42956
|
+
"name": "MULTIPLIER_PER_BLOCK",
|
|
42957
|
+
"outputs": [
|
|
42958
|
+
{
|
|
42959
|
+
"internalType": "int256",
|
|
42960
|
+
"name": "",
|
|
42961
|
+
"type": "int256"
|
|
42962
|
+
}
|
|
42963
|
+
],
|
|
42964
|
+
"stateMutability": "view",
|
|
42965
|
+
"type": "function"
|
|
42966
|
+
},
|
|
42967
|
+
{
|
|
42968
|
+
"inputs": [],
|
|
42969
|
+
"name": "RATE_1",
|
|
42970
|
+
"outputs": [
|
|
42971
|
+
{
|
|
42972
|
+
"internalType": "int256",
|
|
42973
|
+
"name": "",
|
|
42974
|
+
"type": "int256"
|
|
42975
|
+
}
|
|
42976
|
+
],
|
|
42977
|
+
"stateMutability": "view",
|
|
42978
|
+
"type": "function"
|
|
42979
|
+
},
|
|
42980
|
+
{
|
|
42981
|
+
"inputs": [],
|
|
42982
|
+
"name": "RATE_2",
|
|
42983
|
+
"outputs": [
|
|
42984
|
+
{
|
|
42985
|
+
"internalType": "int256",
|
|
42986
|
+
"name": "",
|
|
42987
|
+
"type": "int256"
|
|
42988
|
+
}
|
|
42989
|
+
],
|
|
42990
|
+
"stateMutability": "view",
|
|
42991
|
+
"type": "function"
|
|
42992
|
+
},
|
|
42993
|
+
{
|
|
42994
|
+
"inputs": [
|
|
42995
|
+
{
|
|
42996
|
+
"internalType": "uint256",
|
|
42997
|
+
"name": "cash",
|
|
42998
|
+
"type": "uint256"
|
|
42999
|
+
},
|
|
43000
|
+
{
|
|
43001
|
+
"internalType": "uint256",
|
|
43002
|
+
"name": "borrows",
|
|
43003
|
+
"type": "uint256"
|
|
43004
|
+
},
|
|
43005
|
+
{
|
|
43006
|
+
"internalType": "uint256",
|
|
43007
|
+
"name": "reserves",
|
|
43008
|
+
"type": "uint256"
|
|
43009
|
+
}
|
|
43010
|
+
],
|
|
43011
|
+
"name": "getBorrowRate",
|
|
43012
|
+
"outputs": [
|
|
43013
|
+
{
|
|
43014
|
+
"internalType": "uint256",
|
|
43015
|
+
"name": "",
|
|
43016
|
+
"type": "uint256"
|
|
43017
|
+
}
|
|
43018
|
+
],
|
|
43019
|
+
"stateMutability": "view",
|
|
43020
|
+
"type": "function"
|
|
43021
|
+
},
|
|
43022
|
+
{
|
|
43023
|
+
"inputs": [
|
|
43024
|
+
{
|
|
43025
|
+
"internalType": "uint256",
|
|
43026
|
+
"name": "cash",
|
|
43027
|
+
"type": "uint256"
|
|
43028
|
+
},
|
|
43029
|
+
{
|
|
43030
|
+
"internalType": "uint256",
|
|
43031
|
+
"name": "borrows",
|
|
43032
|
+
"type": "uint256"
|
|
43033
|
+
},
|
|
43034
|
+
{
|
|
43035
|
+
"internalType": "uint256",
|
|
43036
|
+
"name": "reserves",
|
|
43037
|
+
"type": "uint256"
|
|
43038
|
+
},
|
|
43039
|
+
{
|
|
43040
|
+
"internalType": "uint256",
|
|
43041
|
+
"name": "reserveFactorMantissa",
|
|
43042
|
+
"type": "uint256"
|
|
43043
|
+
}
|
|
43044
|
+
],
|
|
43045
|
+
"name": "getSupplyRate",
|
|
43046
|
+
"outputs": [
|
|
43047
|
+
{
|
|
43048
|
+
"internalType": "uint256",
|
|
43049
|
+
"name": "",
|
|
43050
|
+
"type": "uint256"
|
|
43051
|
+
}
|
|
43052
|
+
],
|
|
43053
|
+
"stateMutability": "view",
|
|
43054
|
+
"type": "function"
|
|
43055
|
+
},
|
|
43056
|
+
{
|
|
43057
|
+
"inputs": [],
|
|
43058
|
+
"name": "isInterestRateModel",
|
|
43059
|
+
"outputs": [
|
|
43060
|
+
{
|
|
43061
|
+
"internalType": "bool",
|
|
43062
|
+
"name": "",
|
|
43063
|
+
"type": "bool"
|
|
43064
|
+
}
|
|
43065
|
+
],
|
|
43066
|
+
"stateMutability": "view",
|
|
43067
|
+
"type": "function"
|
|
43068
|
+
},
|
|
43069
|
+
{
|
|
43070
|
+
"inputs": [
|
|
43071
|
+
{
|
|
43072
|
+
"internalType": "uint256",
|
|
43073
|
+
"name": "cash",
|
|
43074
|
+
"type": "uint256"
|
|
43075
|
+
},
|
|
43076
|
+
{
|
|
43077
|
+
"internalType": "uint256",
|
|
43078
|
+
"name": "borrows",
|
|
43079
|
+
"type": "uint256"
|
|
43080
|
+
},
|
|
43081
|
+
{
|
|
43082
|
+
"internalType": "uint256",
|
|
43083
|
+
"name": "reserves",
|
|
43084
|
+
"type": "uint256"
|
|
43085
|
+
}
|
|
43086
|
+
],
|
|
43087
|
+
"name": "utilizationRate",
|
|
43088
|
+
"outputs": [
|
|
43089
|
+
{
|
|
43090
|
+
"internalType": "uint256",
|
|
43091
|
+
"name": "",
|
|
43092
|
+
"type": "uint256"
|
|
43093
|
+
}
|
|
43094
|
+
],
|
|
43095
|
+
"stateMutability": "pure",
|
|
43096
|
+
"type": "function"
|
|
43097
|
+
}
|
|
43098
|
+
]
|
|
43099
|
+
},
|
|
42548
43100
|
"TwoKinks_base0bps_slope1500bps_kink8000bps_slope29000bps_base20bps_kink29000bps_jump30000bps_bpy10512000": {
|
|
42549
43101
|
"address": "0x4D712A88Ff15a7147a9966c5ED2ccb392F1760c9",
|
|
42550
43102
|
"abi": [
|