Created
February 1, 2018 21:56
-
-
Save lhartikk/23cc8a87c4152c16e0d8477e27e52072 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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