Interest Rate Model
Methods
getBorrowRate
function getBorrowRate(uint256 cash, uint256 borrows, uint256 reserves) external view returns (uint256)Parameters
Name
Type
Description
Returns
Name
Type
Description
getSupplyRate
function getSupplyRate(uint256 cash, uint256 borrows, uint256 reserves, uint256 reserveFactorMantissa) external view returns (uint256)Parameters
Name
Type
Description
Returns
Name
Type
Description
isInterestRateModel
Returns
Name
Type
Description
Last updated