ErrorReporter
event
Failure
Inputs
| Parameter | Type | Description |
|---|---|---|
| error | uint256 | |
| info | uint256 | |
| detail | uint256 |
Outputs
(void)
LCStandardInterestRateModel
function
getBorrowRate
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| asset | address | |
| cash | uint256 | |
| borrows | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 |
function
getSupplyRate
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| _asset | address | |
| cash | uint256 | |
| borrows | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 |
LiquidationChecker
function
setAllowLiquidation
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| allowLiquidation_ | bool |
Outputs
(void)
PriceOracleProxy
constructor
LCStandardInterestRateModel
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| moneyMarket | address | |
| liquidator | address |
Outputs
(void)
function
moneyMarket
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
liquidator
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
allowLiquidation
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |