Skip to content

Instantly share code, notes, and snippets.

@lhartikk
Created February 1, 2018 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhartikk/23cc8a87c4152c16e0d8477e27e52072 to your computer and use it in GitHub Desktop.
Save lhartikk/23cc8a87c4152c16e0d8477e27e52072 to your computer and use it in GitHub Desktop.
/**
* The release time is set to 8640000 seconds (= 100 days)
* in the future from the timestamp of the contract creation
*/
address public owner = msg.sender;
uint releaseTime = now + 8640000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment