Skip to content

Instantly share code, notes, and snippets.

@alexroan
Created March 27, 2020 14:46
Show Gist options
  • Save alexroan/3ce12251311a1f3175bfcf4e13775e84 to your computer and use it in GitHub Desktop.
Save alexroan/3ce12251311a1f3175bfcf4e13775e84 to your computer and use it in GitHub Desktop.
ethermon.sol@1
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