TransferERC721
It allows the transfer of ERC-721 tokens by the BendExchange.
Methods
transferNonFungibleToken
Transfer ERC721 token
For ERC721, amount is not used
Parameters
Name | Type | Description |
---|---|---|
token | address | address of the collection |
from | address | address of the sender |
to | address | address of the recipient |
tokenId | uint256 | tokenId |
- | uint256 | - |
Last updated