Skip to content

Instantly share code, notes, and snippets.

View jt-metatheory's full-sized avatar

Jt Gleason jt-metatheory

View GitHub Profile
@jt-metatheory
jt-metatheory / DuskBreaker.sol
Created December 4, 2021 02:12
DuskBreakers Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/math/SafeMath.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";