Ready To Use
Utils
Token URI Enumerated

RMRKTokenURIEnumerated

RMRK team

RMRKTokenURIEnumerated

Implementation of enumerable token URI.

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