Skip to content

Instantly share code, notes, and snippets.

@phramz
Last active September 20, 2017 08:25
Show Gist options
  • Select an option

  • Save phramz/be3860f9b5917451e7dc4d472ae1310f to your computer and use it in GitHub Desktop.

Select an option

Save phramz/be3860f9b5917451e7dc4d472ae1310f to your computer and use it in GitHub Desktop.
solutions.hamburg | solidity example | DO NOT USE IN PRODUCTION
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