VToken代币接口
VTokenStorage
Solidity API
struct BorrowSnapshot {
uint256 principal;
uint256 interestIndex;
}underlying
address underlyingname
string namesymbol
decimals
protocolShareReserve
comptroller
interestRateModel
reserveFactorMantissa
accrualBlockNumber
borrowIndex
totalBorrows
totalReserves
totalSupply
badDebt
protocolSeizeShareMantissa
shortfall
reduceReservesBlockDelta
reduceReservesBlockNumber
isVToken
Name
Type
Description
Last updated