Components
<EtherspotTokenTransferTransaction />
Intro
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.
Component Properties
Property | Description |
---|---|
tokenAddress | The token’s Smart Contract address that will be permitted to be moved to the recieverAddress. |
receiverAddress | The destination blockchain address (on the same chain) permitted for the tokens located at tokenAddress to be moved to. |
value | The maximum value that the token address is allowed to move to the receiverAddress. |