This file contains hidden or 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
// Doku see https://drive.google.com/file/d/0Bzjj9RC5wV6KRndsd1FQOGFPb0E/view?usp=sharing | |
contract FinneyDonationGamble { | |
// Basics | |
address foundation = 0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae; | |
// History | |
uint256 Bets_total_number; // Number of bets | |
uint256 Bets_since_last_win; // Number of bets since last win | |
uint256 Sum_of_Payouts; // Sum pay out | |
uint256 Sum_of_Donations; // Sum donations |