मुख्य विषय में जाएं

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

NameTypeDescription
LOOKS_RARE_EXCHANGEaddressaddress of the LooksRareExchange

transferNonFungibleToken

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

Transfer ERC1155 token(s)

Parameters

NameTypeDescription
collectionaddressaddress of the collection
fromaddressaddress of the sender
toaddressaddress of the recipient
tokenIduint256tokenId
amountuint256amount of tokens (1 and more for ERC1155)