TransferManagerERC1155
It allows the transfer of ERC-1155 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 amount) external nonpayable
Transfer ERC1155 token(s)
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 |
amount | uint256 | amount of tokens (1 and more for ERC1155) |