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: | |
---|---|
tokenId | The token ID to retrieve the token URI for. |
Returns the token URI string.