Erc721.ownerOf() methodGet the current owner of a given NFT within this ContractSignature:ownerOf(tokenId: BigNumberish): Promise<string>;ParametersParameterTypeDescriptiontokenIdBigNumberishthe tokenId of the NFTReturns:Promise<string>the address of the owner