Raw Traces
Chain
Dataset name
sophon.raw_tracesVersion
1.0.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_0x0679665d10d3598f28177114033e744130cef383383da91872d455a6599ce689_18 | 3 | 0x0679665d10d3598f28177114033e744130cef383383da91872d455a6599ce689 | 0x48ce73d7d901c20951491909ae0beb9ca8b784bf8095795ae44397f89653d512 | 0 | 0x000000000000000000000000000000000000800a | 0x0000000000000000000000000000000000008010 | 0x0000000000000000000000004cb9ac68a2151f14e8242a984b1f1fadb36ebf600000000000000000000000000000000000000000000000000000000000000000 | 0x8c41a25b897af52e391cbed2f5560a5ba37d3f1d34c56ece3fe209fd1a0edf28 | call | call | null | 26901 | 159 | 0 | 0,9,0,0 | null | 1 | call_0x48ce73d7d901c20951491909ae0beb9ca8b784bf8095795ae44397f89653d512_0_9_0_0 | 1729619546 | |
| geth_trace_0x0679665d10d3598f28177114033e744130cef383383da91872d455a6599ce689_24 | 3 | 0x0679665d10d3598f28177114033e744130cef383383da91872d455a6599ce689 | 0x48ce73d7d901c20951491909ae0beb9ca8b784bf8095795ae44397f89653d512 | 0 | 0x000000000000000000000000000000000000800a | 0x0000000000000000000000000000000000008010 | 0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000 | 0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da | call | call | null | 4161728844 | 159 | 0 | 0,10,0 | null | 1 | call_0x48ce73d7d901c20951491909ae0beb9ca8b784bf8095795ae44397f89653d512_0_10_0 | 1729619546 | |
| geth_trace_0x5ccf65715fb90b1a9f061017501c32e7476db0df2f5f0793d3330e30372d2dc4_42 | 4 | 0x5ccf65715fb90b1a9f061017501c32e7476db0df2f5f0793d3330e30372d2dc4 | 0x9d75d98c4a4602785967a3808d40beb3ba15580a00e9d5b1255de77c1ff29005 | 0 | 0x0000000000000000000000000000000000008001 | 0x000000000000000000000000000000000000800a | 0x9cc7f7080000000000000000000000000000000000000000000000000000000000008001 | 0x0000000000000000000000000000000000000000000000003024aecd4cd55a80 | call | call | null | 104895 | 792 | 1 | 0,14 | null | 1 | call_0x9d75d98c4a4602785967a3808d40beb3ba15580a00e9d5b1255de77c1ff29005_0_14 | 1729619547 |
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 |