Skip to content

Instantly share code, notes, and snippets.

@jgrizzled
Created June 4, 2015 02:50
Show Gist options
  • Save jgrizzled/977bbdc910ba30c9ad4f to your computer and use it in GitHub Desktop.
Save jgrizzled/977bbdc910ba30c9ad4f to your computer and use it in GitHub Desktop.
{"source":"contract testShit2 { bytes32 public tester; function test() { tester = \"it werks\"; } }","language":"Solidity","languageVersion":"0","compilerVersion":"0.9.23","abiDefinition":[{"constant":true,"inputs":[],"name":"tester","outputs":[{"name":"","type":"bytes32"}],"type":"function"},{"constant":false,"inputs":[],"name":"test","outputs":[],"type":"function"}],"userDoc":{"methods":{}},"developerDoc":{"methods":{}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment