iTokens
Interest bearing tokens to interact with Lending & Synthetic Protocol.
EIP20 Methods
EIP2612 Methods
permit()
function permit(
address _owner,
address _spender,
uint256 _value,
uint256 _deadline,
uint8 _v,
bytes32 _r,
bytes32 _s
)Methods
mint()
mint&enterMarket()
redeem()
redeemUnderlying()
borrow()
repayBorrow()
repayBorrowBehalf()
liquidateBorrow()
updateInterest()
exchangeRateCurrent()
exchangeRateStored()
balanceOfUnderlying()
totalBorrowsCurrent()
borrowBalanceCurrent()
borrowBalanceStored()
borrowRatePerBlock()
supplyRatePerBlock()
getCash()
Key Events
Last updated