Skip to content

token:transfer-from

Transfer ERC20 tokens from one account to another, consuming the sender allowance.

token:transfer-from <amount> <token> <from> <owner> <to> <recipient>
NameTypeDescription
amountnumberAmount in token units (wei)
tokenaddressToken address
fromcommandKeyword from
owneraddressAccount to debit
tocommandKeyword to
recipientaddressRecipient
load token
set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb
set $from 0x4F2083f5fBede34C2714aFfb3105539775f7FE64
# Pull previously approved tokens into the connected account
token:transfer-from 100e18 $token from $from to @me