Skip to content

Instantly share code, notes, and snippets.

@haniefhan
Last active October 29, 2021 09:41
Show Gist options
  • Save haniefhan/12b3bc59694f043aca8c0cfe384f11fe to your computer and use it in GitHub Desktop.
Save haniefhan/12b3bc59694f043aca8c0cfe384f11fe to your computer and use it in GitHub Desktop.
...
contract SmartBank {
mapping (address => uint) public balances;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment