Skip to main content

IERC1155Enumerable

ERC1155 Non-Fungible Token Standard, optional enumeration extension

See https://eips.ethereum.org/EIPS/eip-1155

Methods

nextTokenIdToMint

function nextTokenIdToMint() external view returns (uint256)

Returns the next token ID available for minting

Returns

NameTypeDescription
_0uint256The token identifier for the _indexth NFT, (sort order not specified)