Skip to content

Instantly share code, notes, and snippets.

@sekrystal
Last active November 11, 2022 17:22
Show Gist options
  • Save sekrystal/afe9b373ca49c32011fa3e38b6193424 to your computer and use it in GitHub Desktop.
Save sekrystal/afe9b373ca49c32011fa3e38b6193424 to your computer and use it in GitHub Desktop.
EVM Contract Construction Example 6
pragma solidity ^0.8.13;
...
balances[msg.sender] = totalSupply;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment