IERC6909ContentURI
Inherits: IERC6909
Optional extension of {IERC6909} that adds content URI functions.
Functions
contractURI
Returns URI for the contract.
function contractURI() external view returns (string memory);
tokenURI
Returns the URI for the token of type id
.
function tokenURI(uint256 id) external view returns (string memory);