VTokenInterfaces
VTokenStorage
Solidity API
struct BorrowSnapshot {
uint256 principal;
uint256 interestIndex;
}address underlyingstring namestring symbolName
Type
Description
Last updated
struct BorrowSnapshot {
uint256 principal;
uint256 interestIndex;
}address underlyingstring namestring symbolLast updated
uint8 decimalsaddress payable protocolShareReservecontract ComptrollerInterface comptrollercontract InterestRateModel interestRateModeluint256 reserveFactorMantissauint256 accrualBlockNumberuint256 borrowIndexuint256 totalBorrowsuint256 totalReservesuint256 totalSupplyuint256 badDebtuint256 protocolSeizeShareMantissaaddress shortfalluint256 reduceReservesBlockDeltauint256 reduceReservesBlockNumberstruct RiskManagementInit {
address shortfall;
address payable protocolShareReserve;
}function isVToken() external pure virtual returns (bool)