Created
June 4, 2015 02:50
-
-
Save jgrizzled/977bbdc910ba30c9ad4f to your computer and use it in GitHub Desktop.
This file contains 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
{"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