Bondtroller V 1 Storage
Methods
accountAssets
Per-account mapping of "assets you are in", capped by maxAssets
Parameters
Name
Type
Description
_0
address
undefined
_1
uint256
undefined
Returns
Name
Type
Description
_0
contract BToken
undefined
admin
Administrator for this contract
Returns
Name
Type
Description
_0
address
undefined
closeFactorMantissa
Multiplier used to calculate the maximum repayAmount when liquidating a borrow
Returns
Name
Type
Description
_0
uint256
undefined
isBondtroller
watermark that says that this is Bondtroller
Returns
Name
Type
Description
_0
bool
undefined
liquidationIncentiveMantissa
Multiplier representing the discount on collateral that a liquidator receives
Returns
Name
Type
Description
_0
uint256
undefined
maxAssets
Max number of assets a single account can participate in (borrow or use as collateral)
Returns
Name
Type
Description
_0
uint256
undefined
oracle
Oracle which gives the price of any given asset
Returns
Name
Type
Description
_0
address
undefined
Last updated