Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Last active October 6, 2021 15:20
Show Gist options
  • Save sepisoltani/93582f518205b7671d690be26afa5166 to your computer and use it in GitHub Desktop.
Save sepisoltani/93582f518205b7671d690be26afa5166 to your computer and use it in GitHub Desktop.
contract Example{
// For a financial app, storing a uint that holds the user's account balance:
mapping (address => uint) public accountBalance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment