Skip to content

Instantly share code, notes, and snippets.

View lucasPellis's full-sized avatar
🚀

Lucas Pellis lucasPellis

🚀
View GitHub Profile
@lucasPellis
lucasPellis / ABCToken.sol
Created June 10, 2021 04:36 — forked from abelliumnt/ABCToken.sol
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.4+commit.1dca32f3.js&optimize=true&gist=
pragma solidity 0.6.4;
import "./Context.sol";
import "./IERC20.sol";
import "./SafeMath.sol";
import "./Ownable.sol";
/**
* @dev Implementation of the {IERC20} interface.
*