Skip to content

Instantly share code, notes, and snippets.

@dmitry-vsl
dmitry-vsl / ballot.sol
Last active October 13, 2017 22:40 — forked from anonymous/ballot.sol
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.17+commit.bdeb9e52.js&optimize=true&gist=
pragma solidity ^0.4.17;
/**
* Allows one to send EIP-20 tokens to multiple addresses cheaply.
* Copyright © 2017 by ABDK Consulting https://abdk.consulting/
* Author: Mikhail Vladimirov <mikhail.vladimirov[at]gmail.com>
*/
contract BatchTokenSender {
event BatchSent();