Correct ERC-165 id

This commit is contained in:
William Entriken 2018-03-19 23:35:33 -04:00 committed by GitHub
parent 47e16b4baf
commit d164cb2031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ pragma solidity ^0.4.20;
/// @title ERC-721 Non-Fungible Token Standard /// @title ERC-721 Non-Fungible Token Standard
/// @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md /// @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
/// Note: the ERC-165 identifier for this interface is 0x6466353c /// Note: the ERC-165 identifier for this interface is 0x80ac58cd
interface ERC721 /* is ERC165 */ { interface ERC721 /* is ERC165 */ {
/// @dev This emits when ownership of any NFT changes by any mechanism. /// @dev This emits when ownership of any NFT changes by any mechanism.
/// This event emits when NFTs are created (`from` == 0) and destroyed /// This event emits when NFTs are created (`from` == 0) and destroyed