LinearInterestRateModel
Verified contract
Active on
Ethereum with 0 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "LinearInterestRateModel"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LinearInterestRateModel"
ABI
ABI objects
Getter at block 21279703
_R_base_RAY() view returns (uint256)
0
_R_slope1_RAY() view returns (uint256)
10000000000000000000000000
_R_slope2_RAY() view returns (uint256)
600000000000000000000000000
_U_Optimal_WAD() view returns (uint256)
850000000000000000
_U_Optimal_inverted_WAD() view returns (uint256)
150000000000000000
getModelParameters() view returns (uint256 U_optimal, uint256 R_base, uint256 R_slope1, uint256 R_slope2)
(U_optimal=8500, R_base=0, R_slope1=10000000000000000000000000, R_slope2=600000000000000000000000000)
version() view returns (uint256)
1
Read-only
calcBorrowRate(uint256 expectedLiquidity, uint256 availableLiquidity) view returns (uint256)
State-modifying
Events This contract contains no state-modifying function objects.
This contract contains no event objects.
constructor(uint256 U_optimal, uint256 R_base, uint256 R_slope1, uint256 R_slope2)
This contract contains no fallback and receive objects.
This contract contains no error objects.