Skip to content

Instantly share code, notes, and snippets.

@daniellehrner
Created April 8, 2019 10:42
Show Gist options
  • Save daniellehrner/b3c6ab260067a70859a5c37374516e0b to your computer and use it in GitHub Desktop.
Save daniellehrner/b3c6ab260067a70859a5c37374516e0b to your computer and use it in GitHub Desktop.
Divison in Solidity
_balances[_who] = _balances[_who] / (10 ** 16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment