Skip to main content

CrowdfundNFTRenderer

Contract responsibile for implementing and returning token metadata used by crowdfund contribution cards.

Code

CrowdfundNFTRenderer.sol

Functions

tokenURI

function tokenURI(uint256 tokenId) external view returns (string memory);

contractURI

function contractURI() external view override returns (string memory);