Raw Traces
Chain
Dataset name
gnosis.raw_tracesVersion
1.3.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| id | block_number | block_hash | transaction_hash | transaction_index | from_address | to_address | value | input | output | trace_type | call_type | reward_type | gas | gas_used | subtraces | trace_address | error | status | trace_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geth_trace_0x8c6f8384105f07da904200b2120de183957cd25604598a9fe69a7bd3fe695ef1_1 | 36883656 | 0x8c6f8384105f07da904200b2120de183957cd25604598a9fe69a7bd3fe695ef1 | 0x1b018fcc4b037d9e7426de427c76d12625b92016a8f7cbaa9458e95c1c60ddef | 0 | 0xa0b3d4ad8dcbd152be53412d65e74e4f332a8157 | 0xaf204776c7245bf4147c2612bf6e5972ee483701 | 0x23b872dd000000000000000000000000b371b55749c18ad86e2250efe5270b1a51409898000000000000000000000000a0b3d4ad8dcbd152be53412d65e74e4f332a8157000000000000000000000000000000000000000000000008f4aaf422592ba9e0 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 3886526 | 35736 | 0 | 0 | null | 1 | call_0x1b018fcc4b037d9e7426de427c76d12625b92016a8f7cbaa9458e95c1c60ddef_0 | 1730889425 | |
| geth_trace_0x8c6f8384105f07da904200b2120de183957cd25604598a9fe69a7bd3fe695ef1_8 | 36883656 | 0x8c6f8384105f07da904200b2120de183957cd25604598a9fe69a7bd3fe695ef1 | 0x1b018fcc4b037d9e7426de427c76d12625b92016a8f7cbaa9458e95c1c60ddef | 0 | 0xa0b3d4ad8dcbd152be53412d65e74e4f332a8157 | 0xe91d153e0b41518a2ce8dd3d7944fa863463a97d | null | 0x70a08231000000000000000000000000a0b3d4ad8dcbd152be53412d65e74e4f332a8157 | 0x00000000000000000000000000000000000000000000000a0cddd13c611a83d0 | call | staticcall | null | 3788933 | 564 | 0 | 3 | null | 1 | call_0x1b018fcc4b037d9e7426de427c76d12625b92016a8f7cbaa9458e95c1c60ddef_3 | 1730889425 |
| geth_trace_0xc467baed4781f980611edc581d2f79340e7bb289ad30c5beb95488e624829f9e_3 | 36883658 | 0xc467baed4781f980611edc581d2f79340e7bb289ad30c5beb95488e624829f9e | 0x74052f620854b8a4bf241d492faebd0654b3a56faa2ee5f3435ff9b80bf5d9c4 | 0 | 0x58b014ee9296c4be5dec056a7577df2d18aa5974 | 0xf24de7884a55dcd71c43f68bf2f174f1106fe1dd | null | 0x86e0cc8875b70de315c5b5687e45de5944b277e2ca0f7dde59bb7184dc6fb13bfb99e5e8 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | staticcall | null | 811617 | 2779 | 0 | 1,0 | null | 1 | call_0x74052f620854b8a4bf241d492faebd0654b3a56faa2ee5f3435ff9b80bf5d9c4_1_0 | 1730889435 |
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_hash | string |
| transaction_hash | string |
| transaction_index | long |
| from_address | string |
| to_address | string |
| value | decimal |
| input | string |
| output | string |
| trace_type | string |
| call_type | string |
| reward_type | string |
| gas | long |
| gas_used | long |
| subtraces | long |
| trace_address | string |
| error | string |
| status | long |
| trace_id | string |
| block_timestamp | long |