TransferERC721

It allows the transfer of ERC-721 tokens by the BendExchange.

Methods

transferNonFungibleToken

function transferNonFungibleToken(address token, address from, address to, uint256 tokenId, uint256) external nonpayable

Transfer ERC721 token

For ERC721, amount is not used

Parameters

NameTypeDescription

token

address

address of the collection

from

address

address of the sender

to

address

address of the recipient

tokenId

uint256

tokenId

-

uint256

-

Last updated