Skip to content

Instantly share code, notes, and snippets.

@cmcornejocrespo
Last active September 19, 2018 15:38
Show Gist options
  • Save cmcornejocrespo/86cbee15e3d8eb0fd32849266664246f to your computer and use it in GitHub Desktop.
Save cmcornejocrespo/86cbee15e3d8eb0fd32849266664246f to your computer and use it in GitHub Desktop.
{
"abi":[{
"type":"event",
"inputs": [{"name":"a","type":"uint256","indexed":true},{"name":"b","type":"bytes32","indexed":false}],
"name":"Event"
}, {
"type":"event",
"inputs": [{"name":"a","type":"uint256","indexed":true},{"name":"b","type":"bytes32","indexed":false}],
"name":"Event2"
}, {
"type":"function",
"inputs": [{"name":"a","type":"uint256"}],
"name":"foo",
"outputs": []
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment