Ready To Use
Utils
Token URI Per Token

RMRKTokenURIPerToken

RMRK team

RMRKTokenURIPerToken

Implementation of token URI per token.

Methods

tokenURI

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

Used to retrieve the metadata URI of a token.

Parameters

NameTypeDescription
tokenIduint256ID of the token to retrieve the metadata URI for

Returns

NameTypeDescription
tokenURI_stringMetadata URI of the specified token