We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70df15 commit 47e16b4Copy full SHA for 47e16b4
EIPS/eip-721.md
@@ -73,9 +73,9 @@ interface ERC721 /* is ERC165 */ {
73
function balanceOf(address _owner) external view returns (uint256);
74
75
/// @notice Find the owner of an NFT
76
- /// @param _tokenId The identifier for an NFT
77
/// @dev NFTs assigned to zero address are considered invalid, and queries
78
/// about them do throw.
+ /// @param _tokenId The identifier for an NFT
79
/// @return The address of the owner of the NFT
80
function ownerOf(uint256 _tokenId) external view returns (address);
81
0 commit comments