Unverified Commit ae411958 by Nicolás Venturo Committed by GitHub

Merge pull request #1645 from fulldecent/patch-1

Update to preferred citation formation for ERC-721
parents 328d03a7 99a07493
...@@ -4,7 +4,7 @@ import "../../introspection/IERC165.sol"; ...@@ -4,7 +4,7 @@ import "../../introspection/IERC165.sol";
/** /**
* @title ERC721 Non-Fungible Token Standard basic interface * @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 { contract IERC721 is IERC165 {
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment