We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bddd12 commit e855ea6Copy full SHA for e855ea6
EIPS/eip-721.md
@@ -132,7 +132,7 @@ interface ERC721 /* is ERC165 */ {
132
/// @dev Throws if `_tokenId` is not a valid NFT
133
/// @param _tokenId The NFT to find the approved address for
134
/// @return The approved address for this NFT, or the zero address if there is none
135
- function getApproved(uint256 _tokenId) external returns (address);
+ function getApproved(uint256 _tokenId) external view returns (address);
136
137
/// @notice Query if an address is an authorized operator for another address
138
/// @param _owner The address that owns the NFTs
0 commit comments