Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created January 6, 2018 11:41
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 hayeah/fbc862a87534bc45e77eddea9d779847 to your computer and use it in GitHub Desktop.
Save hayeah/fbc862a87534bc45e77eddea9d779847 to your computer and use it in GitHub Desktop.
EVM Log Example
{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"address": "0x507e86b11541bcb1f3fe200b2f10ed8fd9413bd0",
"topics": [],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "0x179097",
"transactionHash": "0x0e88c5281bb38290ae2e9cd8588cd979bc92755605021e78550fbc4d130053d1",
"transactionIndex": "0x1",
"blockHash": "0x541bb92d8de24cad637717cdc43ae5e66d9d6193b9f964fbb6461f6727eb9e57",
"logIndex": "0x1",
"removed": false
},
{
"address": "0x507e86b11541bcb1f3fe200b2f10ed8fd9413bd0",
"topics": [
"0x000000000000000000000000000000000000000000000000000000000000000a"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"blockNumber": "0x179097",
"transactionHash": "0x0e88c5281bb38290ae2e9cd8588cd979bc92755605021e78550fbc4d130053d1",
"transactionIndex": "0x1",
"blockHash": "0x541bb92d8de24cad637717cdc43ae5e66d9d6193b9f964fbb6461f6727eb9e57",
"logIndex": "0x2",
"removed": false
},
{
"address": "0x507e86b11541bcb1f3fe200b2f10ed8fd9413bd0",
"topics": [
"0x000000000000000000000000000000000000000000000000000000000000000a",
"0x000000000000000000000000000000000000000000000000000000000000000b"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002",
"blockNumber": "0x179097",
"transactionHash": "0x0e88c5281bb38290ae2e9cd8588cd979bc92755605021e78550fbc4d130053d1",
"transactionIndex": "0x1",
"blockHash": "0x541bb92d8de24cad637717cdc43ae5e66d9d6193b9f964fbb6461f6727eb9e57",
"logIndex": "0x3",
"removed": false
},
{
"address": "0x507e86b11541bcb1f3fe200b2f10ed8fd9413bd0",
"topics": [
"0x000000000000000000000000000000000000000000000000000000000000000a",
"0x000000000000000000000000000000000000000000000000000000000000000b",
"0x000000000000000000000000000000000000000000000000000000000000000c"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003",
"blockNumber": "0x179097",
"transactionHash": "0x0e88c5281bb38290ae2e9cd8588cd979bc92755605021e78550fbc4d130053d1",
"transactionIndex": "0x1",
"blockHash": "0x541bb92d8de24cad637717cdc43ae5e66d9d6193b9f964fbb6461f6727eb9e57",
"logIndex": "0x4",
"removed": false
},
{
"address": "0x507e86b11541bcb1f3fe200b2f10ed8fd9413bd0",
"topics": [
"0x000000000000000000000000000000000000000000000000000000000000000a",
"0x000000000000000000000000000000000000000000000000000000000000000b",
"0x000000000000000000000000000000000000000000000000000000000000000c",
"0x000000000000000000000000000000000000000000000000000000000000000d"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000004",
"blockNumber": "0x179097",
"transactionHash": "0x0e88c5281bb38290ae2e9cd8588cd979bc92755605021e78550fbc4d130053d1",
"transactionIndex": "0x1",
"blockHash": "0x541bb92d8de24cad637717cdc43ae5e66d9d6193b9f964fbb6461f6727eb9e57",
"logIndex": "0x5",
"removed": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment