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)
Oracle which gives the price of any given asset
closeFactorMantissa (0xe8755446)
Multiplier used to calculate the maximum repayAmount when liquidating a borrow
liquidationIncentiveMantissa (0x4ada90af)
Multiplier representing the discount on collateral that a liquidator receives
maxAssets (0x94b2294b)
Max number of assets a single account can participate in (borrow or use as collateral)
accountAssets (0xdce15449)
Per-account mapping of "assets you are in", capped by maxAssets
Last updated