Comment on page
RMRKTokenURIPerToken
RMRK team
RMRKTokenURIPerToken
Implementation of token URI per token.
function tokenURI(uint256 tokenId) external view returns (string)
Used to retrieve the metadata URI of a token.
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token to retrieve the metadata URI for |
Name | Type | Description |
---|---|---|
_0 | string | Metadata URI of the specified token |