Skip to content

Instantly share code, notes, and snippets.

@bombap
bombap / coin.sol
Created September 11, 2021 08:54
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract XXX is ERC20, Ownable {
uint256 private aSBlock;
uint256 private aEBlock;
uint256 private aCap;