WhitePaperInterestRateModel
function
getBorrowRate
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| cash | uint256 | |
| borrows | uint256 | |
| _reserves | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 |
constructor
WhitePaperInterestRateModel
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| baseRate_ | uint256 | |
| multiplier_ | uint256 |
Outputs
(void)
function
blocksPerYear
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
isInterestRateModel
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
baseRate
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
multiplier
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |