CrowdfundNFTRenderer
Contract responsibile for implementing and returning token metadata used by crowdfund contribution cards.
Code
Functions
tokenURI
function tokenURI(uint256 tokenId) external view returns (string memory);
contractURI
function contractURI() external view override returns (string memory);