mirror of https://github.com/status-im/EIPs.git
Remove my name as interface author, that isn't helping anything
This commit is contained in:
parent
29cf090a0d
commit
868a208451
|
@ -47,7 +47,6 @@ pragma solidity ^0.4.20;
|
|||
import "./ERC165.sol";
|
||||
|
||||
/// @title Required part of ERC-721 Deed Standard
|
||||
/// @author William Entriken (https://phor.net)
|
||||
/// @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
|
||||
/// Note: the ERC-165 (DRAFT) identifier for this interface is 0xb3a99827
|
||||
interface ERC721 /* is ERC165 */ {
|
||||
|
@ -136,7 +135,6 @@ The **metadata extension** is OPTIONAL for ERC-721 implementations (see "caveats
|
|||
|
||||
```solidity
|
||||
/// @title Optional metadata extension to ERC-721 Deed Standard
|
||||
/// @author William Entriken (https://phor.net)
|
||||
/// @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
|
||||
/// Note: the ERC-165 (DRAFT) identifier for this interface is 0x2a786f11
|
||||
interface ERC721Metadata /* is ERC721 */ {
|
||||
|
@ -181,7 +179,6 @@ The **enumeration extension** is OPTIONAL for ERC-721 implementations (see "cave
|
|||
|
||||
```solidity
|
||||
/// @title Optional enumeration extension to ERC-721 Deed Standard
|
||||
/// @author William Entriken (https://phor.net)
|
||||
/// @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
|
||||
/// Note: the ERC-165 (DRAFT) identifier for this interface is 0x5576ab6a
|
||||
interface ERC721Enumerable /* is ERC721 */ {
|
||||
|
|
Loading…
Reference in New Issue