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 | — |
| TransferSingle | Emitted when value token is transferred from from to to for id . |
| TransferBatch | Emitted when values are transferred from from to to for ids . |
| ApprovalForAll | Emitted when account enables or disables ( approved ) operator to manage all of its assets. |
| URI | 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… |
| ComponentState | — |