Remove my name as interface author, that isn't helping anything

This commit is contained in:
William Entriken 2018-02-23 11:03:36 -05:00 committed by GitHub
parent 29cf090a0d
commit 868a208451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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 */ {