Beta
an instance of a NFTContract
the tokenId to look up
a response object that includes the metadata for the given tokenId
const tokenId = 0; // the tokenId to look up
const { data: nft, isLoading, error } = useNFT(contract, tokenId);
ERC721 | ERC1155
Generated using TypeDoc
Get a single NFT