Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ERC1155Component

ERC1155 Component

The ERC1155 component provides an implementation of the basic standard multi-token. See https://eips.ethereum.org/EIPS/eip-1155.

Fully qualified path: openzeppelin_token::erc1155::erc1155::ERC1155Component

Modules

Free functions

Structs

Storage
TransferSingleEmitted when value token is transferred from from to to for id .
TransferBatchEmitted when values are transferred from from to to for ids .
ApprovalForAllEmitted when account enables or disables ( approved ) operator to manage all of its assets.
URIEmitted 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…
ComponentState

Enums

Event

Traits