Transfer
transfer
is a BEP-20 method that allows accounts to send tokens to other Binance addresses. A qToken transfer will fail if the account has entered that qToken market and the transfer would have put the account into a state of negative liquidity.
QToken
recipient: The transfer recipient address.
amount: The amount of aTokens to transfer.
RETURN: Returns a boolean value indicating whether or not the operation succeeded.
Solidity
Ethers.js
Last updated