Appearance
Solidity API
IPropsERC1155Base
This interface extends the base ERC1155 functionality with enumeration and metadata capabilities
Interface for the PropsERC1155Base contract, combining multiple ERC1155 functionalities
TokenCreated
solidity
event TokenCreated(address account, uint256 tokenId)Emitted when a new token is created
Parameters
| Name | Type | Description |
|---|---|---|
| account | address | The address that created the token |
| tokenId | uint256 | The ID of the newly created token |