Created
March 27, 2020 14:46
-
-
Save alexroan/3ce12251311a1f3175bfcf4e13775e84 to your computer and use it in GitHub Desktop.
ethermon.sol@1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.5.5; | |
import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |
contract Ethermon is ERC721 { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment