Last active
September 20, 2017 08:25
-
-
Save phramz/be3860f9b5917451e7dc4d472ae1310f to your computer and use it in GitHub Desktop.
solutions.hamburg | solidity example | DO NOT USE IN PRODUCTION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| contract AbiExample { | |
| function bar(bytes3[2] xy) {} | |
| function baz(uint32 x, bool y) returns (bool r) { | |
| r = x > 32 || y; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment