Skip to content

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

NameTypeDescription
accountaddressThe address that created the token
tokenIduint256The ID of the newly created token