Skip to content

Instantly share code, notes, and snippets.

View yograterol's full-sized avatar

Yohan Graterol yograterol

View GitHub Profile
@yograterol
yograterol / CoinaryToken.sol
Created July 19, 2021 05:24
Dragonary Smart Contracts to Audit
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20Burnable.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/drafts/ERC20Permit.sol";
import "./ERC20Capped.sol";