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