Bondtroller V 1 Storage

Methods

accountAssets

function accountAssets(address, uint256) external view returns (contract BToken)

Per-account mapping of "assets you are in", capped by maxAssets

Parameters

Returns

admin

function admin() external view returns (address)

Administrator for this contract

Returns

closeFactorMantissa

function closeFactorMantissa() external view returns (uint256)

Multiplier used to calculate the maximum repayAmount when liquidating a borrow

Returns

isBondtroller

function isBondtroller() external view returns (bool)

watermark that says that this is Bondtroller

Returns

liquidationIncentiveMantissa

function liquidationIncentiveMantissa() external view returns (uint256)

Multiplier representing the discount on collateral that a liquidator receives

Returns

maxAssets

function maxAssets() external view returns (uint256)

Max number of assets a single account can participate in (borrow or use as collateral)

Returns

oracle

function oracle() external view returns (address)

Oracle which gives the price of any given asset

Returns

Last updated