Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created August 13, 2017 09:05
Show Gist options
  • Save hayeah/7b76c655d305517abda0eeeeea4611b0 to your computer and use it in GitHub Desktop.
Save hayeah/7b76c655d305517abda0eeeeea4611b0 to your computer and use it in GitHub Desktop.
:
// sload(0x0) returning 0x0
0x0
dup1
sload
// a + 1; where a == 0
0x1
add
// sstore(0x0, a + 1)
swap1
sstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment