Skip to content

Instantly share code, notes, and snippets.

@jeroenouw
Created September 3, 2018 13:10
Show Gist options
  • Save jeroenouw/27dd4f8449c135b4b18a0c87e4c5ad90 to your computer and use it in GitHub Desktop.
Save jeroenouw/27dd4f8449c135b4b18a0c87e4c5ad90 to your computer and use it in GitHub Desktop.
constructor
/**
* @dev Constructor which inits at contract creation.
*/
constructor() public {
owner = msg.sender;
coins = 0;
cash = 0;
service = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment