Calls the "tokenURI" function on the contract.
import { tokenURI } from "thirdweb/extensions/erc721"; const result = await tokenURI({ contract, tokenId: ...,});
The parsed result of the function call.