IERC721JEnumerable.sol

IERC721JEnumerable.sol and IERC721JEnumerableUpgradeable.sol

The IERC721JEnumerable interface contract details 2 functions. This is inspired by IERC721Enumerable, but extended to have functions for an index of staked tokens and an index for each song.

Read Functions

The new functions are:

  • tokenOfPublicByIndex - Returns an index of tokens that are set to public

  • tokenOfSongByIndex - Returns an index of tokens with a particular songId

Read more here.

Last updated