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
pragma solidity ^0.4.4; | |
contract Etherdate { | |
uint constant startingPrice = 20 finney; | |
string constant startingMessage = "Nothing to see here..."; | |
uint constant dummyCoinID = 0; | |
// There are 366 coins (1-indexed so that 0 can be used as a non-assignment flag): | |
// day | id |
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
0x5507210803029FdDBdFC40CB6CE849272a52CcaE |