Update to preferred citation formation for ERC-721

This commit is contained in:
William Entriken
2019-02-23 16:56:47 -05:00
committed by GitHub
parent 328d03a7f4
commit 99a07493f2

View File

@ -4,7 +4,7 @@ import "../../introspection/IERC165.sol";
/**
* @title ERC721 Non-Fungible Token Standard basic interface
* @dev see https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
* @dev see https://eips.ethereum.org/EIPS/eip-721
*/
contract IERC721 is IERC165 {
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);