InterestRateModel
Overview
License: MIT
Author: Compound
Constants info
isInterestRateModel (0x2191f92a)
Indicator that this is an InterestRateModel contract (for inspection)
Functions info
getBorrowRate (0x89469df9)
Calculates the current borrow interest rate per block.
Parameters:
Return values:
getSupplyRate (0x32dc9b1c)
Calculates the current supply interest rate per block.
Parameters:
Return values:
storeBorrowRate (0x5eeaafea)
Calculates and stores the current borrow interest rate per block for the specified blending token.
Parameters:
Return values:
Last updated