<EtherspotTokenTransferTransaction />
Last updated
Last updated
The <EtherspotTokenTransferTransaction />
React Component helps you facilitate the transfer of an asset (such as PLR. USDC or SHIB) to another account.
You just need to provide the token address, the destination address and the amount of tokens you want to transfer to the destination address, and we'll take it from there.
About token addresses
Remember to research the correct token address on the correct blockchain you are sending to. Do not send tokens to another blockchain as it will be lost.
Keep transfers on the same blockchain.
The <EtherspotTokenTransferTransaction />
component assumes that a transfer
function exists on the Smart Contract being called.
Property | Description |
---|---|
Below is an example of how to use the <EtherspotTokenTransferTransaction />
component.
And that is how we use the <EtherspotTokenTransferTransaction />
component. Transaction Kit has simplified the whole process of sending tokens to another bblockchain account.
Be sure that the the token address is the correct address for the blockchain you are working on.
tokenAddress
The destination token address
receiverAddress
The blockchain address that will receive the token
value
How much of the token you want to send to the receiver address