Last active
September 28, 2021 16:39
-
-
Save grampabacon/0a7f993d648d994648bff74fc9f58e29 to your computer and use it in GitHub Desktop.
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
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.0; | |
import '@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol'; | |
import '@openzeppelin/contracts/access/Ownable.sol'; | |
contract PaperCats is ERC721Enumerable, Ownable { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment