BondtrollerV1Storage
Overview
License: MIT
contract BondtrollerV1StorageConstants info
isBondtroller (0xc311ab3c)
bool constant isBondtroller = truewatermark that says that this is Bondtroller
State variables info
admin (0xf851a440)
address adminAdministrator for this contract
oracle (0x7dc0d1d0)
address oracleOracle which gives the price of any given asset
closeFactorMantissa (0xe8755446)
uint256 closeFactorMantissaMultiplier used to calculate the maximum repayAmount when liquidating a borrow
liquidationIncentiveMantissa (0x4ada90af)
uint256 liquidationIncentiveMantissaMultiplier representing the discount on collateral that a liquidator receives
maxAssets (0x94b2294b)
uint256 maxAssetsMax number of assets a single account can participate in (borrow or use as collateral)
accountAssets (0xdce15449)
mapping(address => contract BToken[]) accountAssetsPer-account mapping of "assets you are in", capped by maxAssets
Last updated