Skip to content

Instantly share code, notes, and snippets.

]q(X external_idqXcommandqXtsqe.K.}qK}q(X __version__qKX__id__qKXcommandqXselectqX external_idqXclojureqXtsqcdatetime
datetime
q C
 03uq
q Rq us.}q.
@delqw
delqw / ERC20Standard.sol
Created January 7, 2019 17:32
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.4.11+commit.68ef5810.js&optimize=false&gist=
pragma solidity ^0.4.11;
//------------------------------------------------------------------------------------------------
// ERC20 Standard Token Implementation, based on ERC Standard:
// https://github.com/ethereum/EIPs/issues/20
// With some inspiration from ConsenSys HumanStandardToken as well
// Copyright 2017 BattleDrome
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------