Skip to content

Instantly share code, notes, and snippets.

/*
Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
.*/
pragma solidity ^0.5.1;
import "./EIP20Interface.sol";
pragma solidity ^0.5.1;
/**
* @title BRRT Coin for brian trading-mining
* @author Brian Park
* See the manuals.
*/
pragma solidity ^0.5.1;
/**
* @title BRRT Coin for brian trading-mining
* @author Brian Park
* See the manuals.
*/
pragma solidity ^0.5.1;
/**
* @title BRRT Coin for brian trading-mining
* @author Brian Park
* See the manuals.
*/