Skip to content

Instantly share code, notes, and snippets.

View codingyourlife's full-sized avatar

Johannes Mayer codingyourlife

View GitHub Profile
@codingyourlife
codingyourlife / FreeMintCoin
Created October 21, 2018 11:58
FreeMintCoin is a OpenZeppelin MintableToken with a backdoor that everyone can mint tokens
pragma solidity ^0.4.24;
/**
* @title ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/20
*/
interface IERC20 {
function totalSupply() external view returns (uint256);