Skip to content

1.0 Release

Latest
Compare
Choose a tag to compare
@pipermerriam pipermerriam released this 06 Oct 16:38
· 21 commits to master since this release

Initial Release

contract address: 0x1a6184cd4c5bea62b0116de7962ee7315b7bcbce

Compiled with:

$ solc --version
solc, the solidity compiler commandline interface
Version: 0.1.3-1736fe80/RelWithDebInfo-Darwin/unknown/JIT linked to libethereum-0.9.92-dcf2fd11/RelWithDebInfo-Darwin/unknown/JIT
$ solc contracts/DateTime.sol --optimize --bin

To verify, you need to compare the code on the blockchain with the runtime code
which can be gotten from solc contracts/DateTime.sol --optimize --bin-runtime.