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