getNFTOwner
Retrieve the owner of a specific NFT using the ERC721 contract address and token ID. Optional: specify provider and chain ID for customization. Part of MCP Ethers Wallet’s Ethereum network interaction tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use. | |
contractAddress | Yes | The address of the ERC721 contract | |
provider | No | Optional. The provider to use. If not provided, the default provider is used. | |
tokenId | Yes | The ID of the token to check |