Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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);