Skip to content

Instantly share code, notes, and snippets.

[
{
"constant": false,
"inputs": [
{
"name": "_startDate",
"type": "uint256"
},
{
"name": "_endDate",
pragma solidity ^0.4.16;
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
uint256 public totalSupply;
function balanceOf(address who) public constant returns (uint256);