We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a5f63 commit 39687dcCopy full SHA for 39687dc
EIPS/eip-721.md
@@ -242,7 +242,7 @@ interface ERC721Enumerable /* is ERC721 */ {
242
/// @param _index A counter less than `balanceOf(_owner)`
243
/// @return The token identifier for the `_index`th NFT assigned to `_owner`,
244
/// (sort order not specified)
245
- function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256 _tokenId);
+ function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256);
246
}
247
```
248
0 commit comments