Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 27, 2019 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaryKuz/b8f5d59e5871249d15c071b6e42ad37b to your computer and use it in GitHub Desktop.
Save MaryKuz/b8f5d59e5871249d15c071b6e42ad37b to your computer and use it in GitHub Desktop.
Solidity Contract Source Code
contract MyToken {
/* This creates an array with all balances */
mapping (address => uint256) public balanceOf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment