Skip to content

Instantly share code, notes, and snippets.

@hayeah

hayeah/block21. Secret

Created September 3, 2017 10:30
Show Gist options
  • Save hayeah/40baf723f972318c0a574400ef292c37 to your computer and use it in GitHub Desktop.
Save hayeah/40baf723f972318c0a574400ef292c37 to your computer and use it in GitHub Desktop.
> encode_abi(["int8", "uint32", "uint64"],[1, 2, 3]).hex()
0000000000000000000000000000000000000000000000000000000000000001
0000000000000000000000000000000000000000000000000000000000000002
0000000000000000000000000000000000000000000000000000000000000003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment