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

Name
Type
Description

_0

uint256

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

Last updated