Skip to content

Instantly share code, notes, and snippets.

View ShardixDB's full-sized avatar

ShardixDB ShardixDB

View GitHub Profile
pragma solidity ^0.4.18;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);