Skip to content

Instantly share code, notes, and snippets.

View radek1st's full-sized avatar

Radek Ostrowski radek1st

View GitHub Profile
@radek1st
radek1st / gist:ba53a6f63d781cc7327b1a773bfafc66
Created March 20, 2018 07:01
EtherScanVerifyingExample
pragma solidity 0.4.21;
// ----------------------------------------------------------------------------
// TokenVesting for 'Digitize Coin' project based on:
// https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/TokenVesting.sol
//
// Radek Ostrowski / http://startonchain.com / https://digitizecoin.com
// ----------------------------------------------------------------------------