TransferERC721
It allows the transfer of ERC-721 tokens by the BendExchange.
function transferNonFungibleToken(address token, address from, address to, uint256 tokenId, uint256) external nonpayable
Transfer ERC721 token
For ERC721, amount is not used
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 modified 1yr ago