Skip to content

Instantly share code, notes, and snippets.

@jeroenouw
Last active September 3, 2018 13:15
Show Gist options
  • Save jeroenouw/49f100950411a3e48f14c461e76e7a37 to your computer and use it in GitHub Desktop.
Save jeroenouw/49f100950411a3e48f14c461e76e7a37 to your computer and use it in GitHub Desktop.
contract with global variables
contract Freelancer {
address public owner;
uint256 private coins;
uint256 private cash;
bytes32 private service;
/* here comes all the code */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment