@venusprotocol/venus-protocol 7.4.0-dev.1 → 7.4.0-dev.2
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/InterestRateModelVBNB.json +380 -0
- package/deployments/bscmainnet/solcInputs/c3599fe405114938035c0ee8ddf55b7c.json +345 -0
- package/deployments/bscmainnet.json +251 -0
- package/deployments/bscmainnet_addresses.json +1 -0
- package/dist/deployments/bscmainnet.json +251 -0
- package/dist/deployments/bscmainnet_addresses.json +1 -0
- package/package.json +1 -1
|
@@ -8815,6 +8815,257 @@
|
|
|
8815
8815
|
}
|
|
8816
8816
|
]
|
|
8817
8817
|
},
|
|
8818
|
+
"InterestRateModelVBNB": {
|
|
8819
|
+
"address": "0xF558Be24F2CACb65a4BB41A155631C83B15388F1",
|
|
8820
|
+
"abi": [
|
|
8821
|
+
{
|
|
8822
|
+
"inputs": [
|
|
8823
|
+
{
|
|
8824
|
+
"internalType": "uint256",
|
|
8825
|
+
"name": "baseRatePerYear",
|
|
8826
|
+
"type": "uint256"
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"internalType": "uint256",
|
|
8830
|
+
"name": "multiplierPerYear",
|
|
8831
|
+
"type": "uint256"
|
|
8832
|
+
},
|
|
8833
|
+
{
|
|
8834
|
+
"internalType": "uint256",
|
|
8835
|
+
"name": "jumpMultiplierPerYear",
|
|
8836
|
+
"type": "uint256"
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"internalType": "uint256",
|
|
8840
|
+
"name": "kink_",
|
|
8841
|
+
"type": "uint256"
|
|
8842
|
+
}
|
|
8843
|
+
],
|
|
8844
|
+
"payable": false,
|
|
8845
|
+
"stateMutability": "nonpayable",
|
|
8846
|
+
"type": "constructor"
|
|
8847
|
+
},
|
|
8848
|
+
{
|
|
8849
|
+
"anonymous": false,
|
|
8850
|
+
"inputs": [
|
|
8851
|
+
{
|
|
8852
|
+
"indexed": false,
|
|
8853
|
+
"internalType": "uint256",
|
|
8854
|
+
"name": "baseRatePerBlock",
|
|
8855
|
+
"type": "uint256"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"indexed": false,
|
|
8859
|
+
"internalType": "uint256",
|
|
8860
|
+
"name": "multiplierPerBlock",
|
|
8861
|
+
"type": "uint256"
|
|
8862
|
+
},
|
|
8863
|
+
{
|
|
8864
|
+
"indexed": false,
|
|
8865
|
+
"internalType": "uint256",
|
|
8866
|
+
"name": "jumpMultiplierPerBlock",
|
|
8867
|
+
"type": "uint256"
|
|
8868
|
+
},
|
|
8869
|
+
{
|
|
8870
|
+
"indexed": false,
|
|
8871
|
+
"internalType": "uint256",
|
|
8872
|
+
"name": "kink",
|
|
8873
|
+
"type": "uint256"
|
|
8874
|
+
}
|
|
8875
|
+
],
|
|
8876
|
+
"name": "NewInterestParams",
|
|
8877
|
+
"type": "event"
|
|
8878
|
+
},
|
|
8879
|
+
{
|
|
8880
|
+
"constant": true,
|
|
8881
|
+
"inputs": [],
|
|
8882
|
+
"name": "baseRatePerBlock",
|
|
8883
|
+
"outputs": [
|
|
8884
|
+
{
|
|
8885
|
+
"internalType": "uint256",
|
|
8886
|
+
"name": "",
|
|
8887
|
+
"type": "uint256"
|
|
8888
|
+
}
|
|
8889
|
+
],
|
|
8890
|
+
"payable": false,
|
|
8891
|
+
"stateMutability": "view",
|
|
8892
|
+
"type": "function"
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"constant": true,
|
|
8896
|
+
"inputs": [],
|
|
8897
|
+
"name": "blocksPerYear",
|
|
8898
|
+
"outputs": [
|
|
8899
|
+
{
|
|
8900
|
+
"internalType": "uint256",
|
|
8901
|
+
"name": "",
|
|
8902
|
+
"type": "uint256"
|
|
8903
|
+
}
|
|
8904
|
+
],
|
|
8905
|
+
"payable": false,
|
|
8906
|
+
"stateMutability": "view",
|
|
8907
|
+
"type": "function"
|
|
8908
|
+
},
|
|
8909
|
+
{
|
|
8910
|
+
"constant": true,
|
|
8911
|
+
"inputs": [
|
|
8912
|
+
{
|
|
8913
|
+
"internalType": "uint256",
|
|
8914
|
+
"name": "cash",
|
|
8915
|
+
"type": "uint256"
|
|
8916
|
+
},
|
|
8917
|
+
{
|
|
8918
|
+
"internalType": "uint256",
|
|
8919
|
+
"name": "borrows",
|
|
8920
|
+
"type": "uint256"
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"internalType": "uint256",
|
|
8924
|
+
"name": "reserves",
|
|
8925
|
+
"type": "uint256"
|
|
8926
|
+
}
|
|
8927
|
+
],
|
|
8928
|
+
"name": "getBorrowRate",
|
|
8929
|
+
"outputs": [
|
|
8930
|
+
{
|
|
8931
|
+
"internalType": "uint256",
|
|
8932
|
+
"name": "",
|
|
8933
|
+
"type": "uint256"
|
|
8934
|
+
}
|
|
8935
|
+
],
|
|
8936
|
+
"payable": false,
|
|
8937
|
+
"stateMutability": "view",
|
|
8938
|
+
"type": "function"
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
"constant": true,
|
|
8942
|
+
"inputs": [
|
|
8943
|
+
{
|
|
8944
|
+
"internalType": "uint256",
|
|
8945
|
+
"name": "cash",
|
|
8946
|
+
"type": "uint256"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"internalType": "uint256",
|
|
8950
|
+
"name": "borrows",
|
|
8951
|
+
"type": "uint256"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"internalType": "uint256",
|
|
8955
|
+
"name": "reserves",
|
|
8956
|
+
"type": "uint256"
|
|
8957
|
+
},
|
|
8958
|
+
{
|
|
8959
|
+
"internalType": "uint256",
|
|
8960
|
+
"name": "reserveFactorMantissa",
|
|
8961
|
+
"type": "uint256"
|
|
8962
|
+
}
|
|
8963
|
+
],
|
|
8964
|
+
"name": "getSupplyRate",
|
|
8965
|
+
"outputs": [
|
|
8966
|
+
{
|
|
8967
|
+
"internalType": "uint256",
|
|
8968
|
+
"name": "",
|
|
8969
|
+
"type": "uint256"
|
|
8970
|
+
}
|
|
8971
|
+
],
|
|
8972
|
+
"payable": false,
|
|
8973
|
+
"stateMutability": "view",
|
|
8974
|
+
"type": "function"
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
"constant": true,
|
|
8978
|
+
"inputs": [],
|
|
8979
|
+
"name": "isInterestRateModel",
|
|
8980
|
+
"outputs": [
|
|
8981
|
+
{
|
|
8982
|
+
"internalType": "bool",
|
|
8983
|
+
"name": "",
|
|
8984
|
+
"type": "bool"
|
|
8985
|
+
}
|
|
8986
|
+
],
|
|
8987
|
+
"payable": false,
|
|
8988
|
+
"stateMutability": "view",
|
|
8989
|
+
"type": "function"
|
|
8990
|
+
},
|
|
8991
|
+
{
|
|
8992
|
+
"constant": true,
|
|
8993
|
+
"inputs": [],
|
|
8994
|
+
"name": "jumpMultiplierPerBlock",
|
|
8995
|
+
"outputs": [
|
|
8996
|
+
{
|
|
8997
|
+
"internalType": "uint256",
|
|
8998
|
+
"name": "",
|
|
8999
|
+
"type": "uint256"
|
|
9000
|
+
}
|
|
9001
|
+
],
|
|
9002
|
+
"payable": false,
|
|
9003
|
+
"stateMutability": "view",
|
|
9004
|
+
"type": "function"
|
|
9005
|
+
},
|
|
9006
|
+
{
|
|
9007
|
+
"constant": true,
|
|
9008
|
+
"inputs": [],
|
|
9009
|
+
"name": "kink",
|
|
9010
|
+
"outputs": [
|
|
9011
|
+
{
|
|
9012
|
+
"internalType": "uint256",
|
|
9013
|
+
"name": "",
|
|
9014
|
+
"type": "uint256"
|
|
9015
|
+
}
|
|
9016
|
+
],
|
|
9017
|
+
"payable": false,
|
|
9018
|
+
"stateMutability": "view",
|
|
9019
|
+
"type": "function"
|
|
9020
|
+
},
|
|
9021
|
+
{
|
|
9022
|
+
"constant": true,
|
|
9023
|
+
"inputs": [],
|
|
9024
|
+
"name": "multiplierPerBlock",
|
|
9025
|
+
"outputs": [
|
|
9026
|
+
{
|
|
9027
|
+
"internalType": "uint256",
|
|
9028
|
+
"name": "",
|
|
9029
|
+
"type": "uint256"
|
|
9030
|
+
}
|
|
9031
|
+
],
|
|
9032
|
+
"payable": false,
|
|
9033
|
+
"stateMutability": "view",
|
|
9034
|
+
"type": "function"
|
|
9035
|
+
},
|
|
9036
|
+
{
|
|
9037
|
+
"constant": true,
|
|
9038
|
+
"inputs": [
|
|
9039
|
+
{
|
|
9040
|
+
"internalType": "uint256",
|
|
9041
|
+
"name": "cash",
|
|
9042
|
+
"type": "uint256"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"internalType": "uint256",
|
|
9046
|
+
"name": "borrows",
|
|
9047
|
+
"type": "uint256"
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"internalType": "uint256",
|
|
9051
|
+
"name": "reserves",
|
|
9052
|
+
"type": "uint256"
|
|
9053
|
+
}
|
|
9054
|
+
],
|
|
9055
|
+
"name": "utilizationRate",
|
|
9056
|
+
"outputs": [
|
|
9057
|
+
{
|
|
9058
|
+
"internalType": "uint256",
|
|
9059
|
+
"name": "",
|
|
9060
|
+
"type": "uint256"
|
|
9061
|
+
}
|
|
9062
|
+
],
|
|
9063
|
+
"payable": false,
|
|
9064
|
+
"stateMutability": "pure",
|
|
9065
|
+
"type": "function"
|
|
9066
|
+
}
|
|
9067
|
+
]
|
|
9068
|
+
},
|
|
8818
9069
|
"JumpRateModel_base0bps_slope687bps_jump25000bps_kink8000bps": {
|
|
8819
9070
|
"address": "0xB105F9B511836cc7dF9F3dD0Ec4873766b5b6660",
|
|
8820
9071
|
"abi": [
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"FIL": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153",
|
|
25
25
|
"FIL_Implementation": "0xba5fe23f8a3a24bed3236f05f2fcf35fd0bf0b5c",
|
|
26
26
|
"FIL_Proxy": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153",
|
|
27
|
+
"InterestRateModelVBNB": "0xF558Be24F2CACb65a4BB41A155631C83B15388F1",
|
|
27
28
|
"JumpRateModel_base0bps_slope687bps_jump25000bps_kink8000bps": "0xB105F9B511836cc7dF9F3dD0Ec4873766b5b6660",
|
|
28
29
|
"LINK": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD",
|
|
29
30
|
"LTC": "0x4338665CBB7B2485A8855A139b75D5e34AB0DB94",
|
|
@@ -8815,6 +8815,257 @@
|
|
|
8815
8815
|
}
|
|
8816
8816
|
]
|
|
8817
8817
|
},
|
|
8818
|
+
"InterestRateModelVBNB": {
|
|
8819
|
+
"address": "0xF558Be24F2CACb65a4BB41A155631C83B15388F1",
|
|
8820
|
+
"abi": [
|
|
8821
|
+
{
|
|
8822
|
+
"inputs": [
|
|
8823
|
+
{
|
|
8824
|
+
"internalType": "uint256",
|
|
8825
|
+
"name": "baseRatePerYear",
|
|
8826
|
+
"type": "uint256"
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"internalType": "uint256",
|
|
8830
|
+
"name": "multiplierPerYear",
|
|
8831
|
+
"type": "uint256"
|
|
8832
|
+
},
|
|
8833
|
+
{
|
|
8834
|
+
"internalType": "uint256",
|
|
8835
|
+
"name": "jumpMultiplierPerYear",
|
|
8836
|
+
"type": "uint256"
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"internalType": "uint256",
|
|
8840
|
+
"name": "kink_",
|
|
8841
|
+
"type": "uint256"
|
|
8842
|
+
}
|
|
8843
|
+
],
|
|
8844
|
+
"payable": false,
|
|
8845
|
+
"stateMutability": "nonpayable",
|
|
8846
|
+
"type": "constructor"
|
|
8847
|
+
},
|
|
8848
|
+
{
|
|
8849
|
+
"anonymous": false,
|
|
8850
|
+
"inputs": [
|
|
8851
|
+
{
|
|
8852
|
+
"indexed": false,
|
|
8853
|
+
"internalType": "uint256",
|
|
8854
|
+
"name": "baseRatePerBlock",
|
|
8855
|
+
"type": "uint256"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"indexed": false,
|
|
8859
|
+
"internalType": "uint256",
|
|
8860
|
+
"name": "multiplierPerBlock",
|
|
8861
|
+
"type": "uint256"
|
|
8862
|
+
},
|
|
8863
|
+
{
|
|
8864
|
+
"indexed": false,
|
|
8865
|
+
"internalType": "uint256",
|
|
8866
|
+
"name": "jumpMultiplierPerBlock",
|
|
8867
|
+
"type": "uint256"
|
|
8868
|
+
},
|
|
8869
|
+
{
|
|
8870
|
+
"indexed": false,
|
|
8871
|
+
"internalType": "uint256",
|
|
8872
|
+
"name": "kink",
|
|
8873
|
+
"type": "uint256"
|
|
8874
|
+
}
|
|
8875
|
+
],
|
|
8876
|
+
"name": "NewInterestParams",
|
|
8877
|
+
"type": "event"
|
|
8878
|
+
},
|
|
8879
|
+
{
|
|
8880
|
+
"constant": true,
|
|
8881
|
+
"inputs": [],
|
|
8882
|
+
"name": "baseRatePerBlock",
|
|
8883
|
+
"outputs": [
|
|
8884
|
+
{
|
|
8885
|
+
"internalType": "uint256",
|
|
8886
|
+
"name": "",
|
|
8887
|
+
"type": "uint256"
|
|
8888
|
+
}
|
|
8889
|
+
],
|
|
8890
|
+
"payable": false,
|
|
8891
|
+
"stateMutability": "view",
|
|
8892
|
+
"type": "function"
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"constant": true,
|
|
8896
|
+
"inputs": [],
|
|
8897
|
+
"name": "blocksPerYear",
|
|
8898
|
+
"outputs": [
|
|
8899
|
+
{
|
|
8900
|
+
"internalType": "uint256",
|
|
8901
|
+
"name": "",
|
|
8902
|
+
"type": "uint256"
|
|
8903
|
+
}
|
|
8904
|
+
],
|
|
8905
|
+
"payable": false,
|
|
8906
|
+
"stateMutability": "view",
|
|
8907
|
+
"type": "function"
|
|
8908
|
+
},
|
|
8909
|
+
{
|
|
8910
|
+
"constant": true,
|
|
8911
|
+
"inputs": [
|
|
8912
|
+
{
|
|
8913
|
+
"internalType": "uint256",
|
|
8914
|
+
"name": "cash",
|
|
8915
|
+
"type": "uint256"
|
|
8916
|
+
},
|
|
8917
|
+
{
|
|
8918
|
+
"internalType": "uint256",
|
|
8919
|
+
"name": "borrows",
|
|
8920
|
+
"type": "uint256"
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"internalType": "uint256",
|
|
8924
|
+
"name": "reserves",
|
|
8925
|
+
"type": "uint256"
|
|
8926
|
+
}
|
|
8927
|
+
],
|
|
8928
|
+
"name": "getBorrowRate",
|
|
8929
|
+
"outputs": [
|
|
8930
|
+
{
|
|
8931
|
+
"internalType": "uint256",
|
|
8932
|
+
"name": "",
|
|
8933
|
+
"type": "uint256"
|
|
8934
|
+
}
|
|
8935
|
+
],
|
|
8936
|
+
"payable": false,
|
|
8937
|
+
"stateMutability": "view",
|
|
8938
|
+
"type": "function"
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
"constant": true,
|
|
8942
|
+
"inputs": [
|
|
8943
|
+
{
|
|
8944
|
+
"internalType": "uint256",
|
|
8945
|
+
"name": "cash",
|
|
8946
|
+
"type": "uint256"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"internalType": "uint256",
|
|
8950
|
+
"name": "borrows",
|
|
8951
|
+
"type": "uint256"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"internalType": "uint256",
|
|
8955
|
+
"name": "reserves",
|
|
8956
|
+
"type": "uint256"
|
|
8957
|
+
},
|
|
8958
|
+
{
|
|
8959
|
+
"internalType": "uint256",
|
|
8960
|
+
"name": "reserveFactorMantissa",
|
|
8961
|
+
"type": "uint256"
|
|
8962
|
+
}
|
|
8963
|
+
],
|
|
8964
|
+
"name": "getSupplyRate",
|
|
8965
|
+
"outputs": [
|
|
8966
|
+
{
|
|
8967
|
+
"internalType": "uint256",
|
|
8968
|
+
"name": "",
|
|
8969
|
+
"type": "uint256"
|
|
8970
|
+
}
|
|
8971
|
+
],
|
|
8972
|
+
"payable": false,
|
|
8973
|
+
"stateMutability": "view",
|
|
8974
|
+
"type": "function"
|
|
8975
|
+
},
|
|
8976
|
+
{
|
|
8977
|
+
"constant": true,
|
|
8978
|
+
"inputs": [],
|
|
8979
|
+
"name": "isInterestRateModel",
|
|
8980
|
+
"outputs": [
|
|
8981
|
+
{
|
|
8982
|
+
"internalType": "bool",
|
|
8983
|
+
"name": "",
|
|
8984
|
+
"type": "bool"
|
|
8985
|
+
}
|
|
8986
|
+
],
|
|
8987
|
+
"payable": false,
|
|
8988
|
+
"stateMutability": "view",
|
|
8989
|
+
"type": "function"
|
|
8990
|
+
},
|
|
8991
|
+
{
|
|
8992
|
+
"constant": true,
|
|
8993
|
+
"inputs": [],
|
|
8994
|
+
"name": "jumpMultiplierPerBlock",
|
|
8995
|
+
"outputs": [
|
|
8996
|
+
{
|
|
8997
|
+
"internalType": "uint256",
|
|
8998
|
+
"name": "",
|
|
8999
|
+
"type": "uint256"
|
|
9000
|
+
}
|
|
9001
|
+
],
|
|
9002
|
+
"payable": false,
|
|
9003
|
+
"stateMutability": "view",
|
|
9004
|
+
"type": "function"
|
|
9005
|
+
},
|
|
9006
|
+
{
|
|
9007
|
+
"constant": true,
|
|
9008
|
+
"inputs": [],
|
|
9009
|
+
"name": "kink",
|
|
9010
|
+
"outputs": [
|
|
9011
|
+
{
|
|
9012
|
+
"internalType": "uint256",
|
|
9013
|
+
"name": "",
|
|
9014
|
+
"type": "uint256"
|
|
9015
|
+
}
|
|
9016
|
+
],
|
|
9017
|
+
"payable": false,
|
|
9018
|
+
"stateMutability": "view",
|
|
9019
|
+
"type": "function"
|
|
9020
|
+
},
|
|
9021
|
+
{
|
|
9022
|
+
"constant": true,
|
|
9023
|
+
"inputs": [],
|
|
9024
|
+
"name": "multiplierPerBlock",
|
|
9025
|
+
"outputs": [
|
|
9026
|
+
{
|
|
9027
|
+
"internalType": "uint256",
|
|
9028
|
+
"name": "",
|
|
9029
|
+
"type": "uint256"
|
|
9030
|
+
}
|
|
9031
|
+
],
|
|
9032
|
+
"payable": false,
|
|
9033
|
+
"stateMutability": "view",
|
|
9034
|
+
"type": "function"
|
|
9035
|
+
},
|
|
9036
|
+
{
|
|
9037
|
+
"constant": true,
|
|
9038
|
+
"inputs": [
|
|
9039
|
+
{
|
|
9040
|
+
"internalType": "uint256",
|
|
9041
|
+
"name": "cash",
|
|
9042
|
+
"type": "uint256"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"internalType": "uint256",
|
|
9046
|
+
"name": "borrows",
|
|
9047
|
+
"type": "uint256"
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"internalType": "uint256",
|
|
9051
|
+
"name": "reserves",
|
|
9052
|
+
"type": "uint256"
|
|
9053
|
+
}
|
|
9054
|
+
],
|
|
9055
|
+
"name": "utilizationRate",
|
|
9056
|
+
"outputs": [
|
|
9057
|
+
{
|
|
9058
|
+
"internalType": "uint256",
|
|
9059
|
+
"name": "",
|
|
9060
|
+
"type": "uint256"
|
|
9061
|
+
}
|
|
9062
|
+
],
|
|
9063
|
+
"payable": false,
|
|
9064
|
+
"stateMutability": "pure",
|
|
9065
|
+
"type": "function"
|
|
9066
|
+
}
|
|
9067
|
+
]
|
|
9068
|
+
},
|
|
8818
9069
|
"JumpRateModel_base0bps_slope687bps_jump25000bps_kink8000bps": {
|
|
8819
9070
|
"address": "0xB105F9B511836cc7dF9F3dD0Ec4873766b5b6660",
|
|
8820
9071
|
"abi": [
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"FIL": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153",
|
|
25
25
|
"FIL_Implementation": "0xba5fe23f8a3a24bed3236f05f2fcf35fd0bf0b5c",
|
|
26
26
|
"FIL_Proxy": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153",
|
|
27
|
+
"InterestRateModelVBNB": "0xF558Be24F2CACb65a4BB41A155631C83B15388F1",
|
|
27
28
|
"JumpRateModel_base0bps_slope687bps_jump25000bps_kink8000bps": "0xB105F9B511836cc7dF9F3dD0Ec4873766b5b6660",
|
|
28
29
|
"LINK": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD",
|
|
29
30
|
"LTC": "0x4338665CBB7B2485A8855A139b75D5e34AB0DB94",
|