mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-12 07:44:13 +00:00
Update eip-721 natspec
This commit is contained in:
parent
c70df15b6c
commit
47e16b4baf
@ -73,9 +73,9 @@ interface ERC721 /* is ERC165 */ {
|
||||
function balanceOf(address _owner) external view returns (uint256);
|
||||
|
||||
/// @notice Find the owner of an NFT
|
||||
/// @param _tokenId The identifier for an NFT
|
||||
/// @dev NFTs assigned to zero address are considered invalid, and queries
|
||||
/// about them do throw.
|
||||
/// @param _tokenId The identifier for an NFT
|
||||
/// @return The address of the owner of the NFT
|
||||
function ownerOf(uint256 _tokenId) external view returns (address);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user