BToken
Overview
License: MIT
abstract contract BToken is BTokenInterface, Exponential, TokenErrorReporterStructs info
MintLocalVars
struct MintLocalVars {
TokenErrorReporter.Error err;
CarefulMath.MathError mathErr;
uint256 exchangeRateMantissa;
uint256 mintTokens;
uint256 totalSupplyNew;
uint256 accountTokensNew;
uint256 actualMintAmount;
}RedeemLocalVars
BorrowLocalVars
RepayBorrowLocalVars
Modifiers info
nonReentrant
Functions info
initialize (0x99d8c1b4)
Name
Type
Description
transfer (0xa9059cbb)
Name
Type
Description
Name
Type
Description
transferFrom (0x23b872dd)
Name
Type
Description
Name
Type
Description
approve (0x095ea7b3)
Name
Type
Description
Name
Type
Description
allowance (0xdd62ed3e)
Name
Type
Description
Name
Type
Description
balanceOf (0x70a08231)
Name
Type
Description
Name
Type
Description
balanceOfUnderlying (0x3af9e669)
Name
Type
Description
Name
Type
Description
balanceOfUnderlyingView (0x439d3ee7)
Name
Type
Description
Name
Type
Description
getAccountSnapshot (0xc37f68e2)
Name
Type
Description
Name
Type
Description
borrowRatePerBlock (0xf8f9da28)
Name
Type
Description
supplyRatePerBlock (0xae9d70b0)
Name
Type
Description
totalBorrowsCurrent (0x73acee98)
Name
Type
Description
borrowBalanceCurrent (0x17bfdfbc)
Name
Type
Description
Name
Type
Description
borrowBalanceStored (0x95dd9193)
Name
Type
Description
Name
Type
Description
exchangeRateCurrent (0xbd6d894d)
Name
Type
Description
exchangeRateStored (0x182df0f5)
Name
Type
Description
getCash (0x3b1d21a2)
Name
Type
Description
accrueInterest (0xa6afed95)
_setBondtroller (0xb4ac7688)
Name
Type
Description
_setReserveFactor (0xfca7820b)
Name
Type
Description
_reduceReserves (0x601a0bf1)
Name
Type
Description
Name
Type
Description
_setInterestRateModel (0xf2b3abbd)
Name
Type
Description
Name
Type
Description
hasRoleModerator (0xd6526889)
Name
Type
Description
Name
Type
Description
Last updated