Lewati ke konten utama

TransferManagerERC721

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

Methods​

LOOKS_RARE_EXCHANGE​

function LOOKS_RARE_EXCHANGE() external view returns (address)

Returns​

NameTypeDescription
LOOKS_RARE_EXCHANGEaddressaddress of the LooksRareExchange

transferNonFungibleToken​

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

Transfer ERC721 token

For ERC721, amount is not used

Parameters​

NameTypeDescription
collectionaddressaddress of the collection
fromaddressaddress of the sender
toaddressaddress of the recipient
tokenIduint256tokenId
-uint256-