We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Git Source
Inherits: INFTURIExtension, ERC165
IERC721Community public immutable nft;
constructor(address _nft);
function supportsInterface(bytes4 interfaceId) public view override(IERC165, ERC165) returns (bool);
function tokenURI(uint256) public pure returns (string memory uri);