NFT: ERC-721/ERC-1155

Use this type of transaction if you need to send an NFT. The difference between ERC-721 and ERC-1155 is that the latter includes an 'Amount' parameter.

Sender Address: the address from which you want to transfer the NFT.

Receiver Address: the address to which you want to transfer the NFT.

NFT Token Address: the address of the NFT token you want to transfer.

NFT ID: the ID number of the NFT token you want to transfer.

Amount (for ERC-1155 NFTs): the amount of NFT tokens you want to transfer, for ERC-1155 tokens only.

When all the fields are filled, you may sign the transaction.

Last updated