B Token Storage
Methods
accountTokens
Official record of token balances for each account
Parameters
_0
address
undefined
Returns
_0
uint256
undefined
accrualBlockNumber
Block number that interest was last accrued at
Returns
_0
uint256
undefined
admin
Administrator for this contract
Returns
_0
address payable
undefined
bondtroller
Contract which oversees inter-cToken operations
Returns
_0
contract Bondtroller
undefined
borrowIndex
Accumulator of the total earned interest rate since the opening of the market
Returns
_0
uint256
undefined
decimals
EIP-20 token decimals for this token
Returns
_0
uint8
undefined
interestRateModel
Model which tells what the current interest rate should be
Returns
_0
contract InterestRateModel
undefined
name
EIP-20 token name for this token
Returns
_0
string
undefined
pendingAdmin
Pending administrator for this contract
Returns
_0
address payable
undefined
protocolSeizeShareMantissa
Share of seized collateral that is added to reserves
Returns
_0
uint256
undefined
reserveFactorMantissa
Fraction of interest currently set aside for reserves
Returns
_0
uint256
undefined
symbol
EIP-20 token symbol for this token
Returns
_0
string
undefined
totalBorrows
Total amount of outstanding borrows of the underlying in this market
Returns
_0
uint256
undefined
totalReserves
Total amount of reserves of the underlying held in this market
Returns
_0
uint256
undefined
totalSupply
Total number of tokens in circulation
Returns
_0
uint256
undefined
Last updated