ERC-1155 Events

TransferSingle(address operator, address from, address to, uint256 id, uint256 value)event

Emitted when value tokens of token type id are transferred from from to to by operator.

TransferBatch(address operator, address from, address to, uint256[] ids, uint256[] values)event

Equivalent to multiple TransferSingle events, where operator, from and to are the same for all transfers.

ApprovalForAll(address account, address operator, bool approved)event

Emitted when account grants or revokes permission to operator to transfer their tokens, according to approved.

URI(string value, uint256 id)event

Emitted when the URI for token type id changes to value, if it is a non-programmatic URI.

If an URI event was emitted for id, the standard guarantees that value will equal the value returned by IERC1155MetadataURI.uri.

Last updated