Skip to main content

PartyNFTRenderer

Contract responsibile for implementing and returning token metadata used by Party membership cards.

Code

PartyNFTRenderer.sol

Functions

tokenURI

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

contractURI

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

royaltyInfo

function royaltyInfo(uint256, uint256) external pure returns (address receiver, uint256 royaltyAmount);