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
<!-- | |
─────█─▄▀█──█▀▄─█───── | |
────▐▌──────────▐▌──── | |
────█▌▀▄──▄▄──▄▀▐█──── | |
───▐██──▀▀──▀▀──██▌─── | |
──▄████▄──▐▌──▄████▄── | |
--> |
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.11; | |
contract SimpleAuction { | |
// Parameters of the auction. Times are either | |
// absolute unix timestamps (seconds since 1970-01-01) | |
// or time periods in seconds. | |
// final state of the auction |