Skip to content

Instantly share code, notes, and snippets.

@staberas
staberas / Dice Gambler
Last active December 17, 2015 21:18 — forked from anonymous/Untitled
Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity?gist=
contract Dicegambler {
//get commands from God Creator
uint storedData;
address creator;
address gamblesite;
address gambleaddress;
address myAddress = this;
string asciidata;
string asciidata1;
string asciidata2;