Erc721.ownerOf() method
Get the current owner of a given NFT within this Contract
Signature:
ownerOf(tokenId: BigNumberish): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
tokenId | BigNumberish | the tokenId of the NFT |
Returns:
Promise<string>
the address of the owner