Skip to content

Instantly share code, notes, and snippets.

@janx
Created February 24, 2016 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janx/afa9137e5f9d9841f8d5 to your computer and use it in GitHub Desktop.
Save janx/afa9137e5f9d9841f8d5 to your computer and use it in GitHub Desktop.
test contract meta register
{"source":"contract test { function multiply(uint a) returns(uint d) { return a * 7; } }","language":"Solidity","languageVersion":"0.2.1","compilerVersion":"0.2.1","compilerOptions":"--bin --abi --userdoc --devdoc --add-std --optimize -o /tmp/solc206349014","abiDefinition":[{"constant":false,"inputs":[{"name":"a","type":"uint256"}],"name":"multiply","outputs":[{"name":"d","type":"uint256"}],"type":"function"}],"userDoc":{"methods":{}},"developerDoc":{"methods":{}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment