InterestRateModel
Overview
License: MIT
abstract contract InterestRateModelConstants info
isInterestRateModel (0x2191f92a)
bool constant isInterestRateModel = trueFunctions info
getBorrowRate (0x89469df9)
function getBorrowRate(
uint256 cash,
uint256 borrows,
uint256 reserves,
address blendingToken
) external view virtual returns (uint256)Name
Type
Description
Name
Type
Description
getSupplyRate (0x32dc9b1c)
Name
Type
Description
Name
Type
Description
storeBorrowRate (0x5eeaafea)
Name
Type
Description
Name
Type
Description
Last updated