Transfer ERC721
Use this method to transfer an ERC721 Token from your developer wallet.
Usage in your script
Parameters
Parameter
Type
Required
Description
collection_addr
String
Yes
The ERC721 collection address
token_id
number
Yes
The ERC721 tokenId
to_addr
String
Yes
The recipient's EVM-compatible address (0x...)
Last updated
Was this helpful?