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
Name | Type | Description |
---|---|---|
LOOKS_RARE_EXCHANGE | address | address 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
Name | Type | Description |
---|---|---|
collection | address | address of the collection |
from | address | address of the sender |
to | address | address of the recipient |
tokenId | uint256 | tokenId |
- | uint256 | - |