mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-12 07:44:13 +00:00
Correct ERC-165 id
This commit is contained in:
parent
47e16b4baf
commit
d164cb2031
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user