Transfer
Last updated
Last updated
Transfer is an ERC-20 method that allows accounts to send tokens to other Ethereum addresses. A oToken transfer will fail if the account has that oToken market and the transfer would have put the account into a state of negative .
OErc20 / OEther
recipient
: The transfer recipient address.
amount
: The amount of oTokens to transfer.
RETURN
: Returns a boolean value indicating whether or not the operation succeeded.
Solidity
Web3 1.0