Sound Protocol
Core Contracts
IMetadataModule

IMetadataModule

contracts/core/interfaces/IMetadataModule.sol

Interface for the metadata module.

tokenURI

function tokenURI(uint256 tokenId) external view returns (string memory)

When implemented, the SoundEdition’s tokenURI redirects execution to this tokenURI.

Params:
tokenIdThe token ID to retrieve the token URI for.

Returns the token URI string.