Raw Traces
Chain
Dataset name
superseed.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_0xdc47dae0687cba0bb23ec6d95def4ec04404296795fd75b25031c68b918a5cf6_0 | 2 | 0xdc47dae0687cba0bb23ec6d95def4ec04404296795fd75b25031c68b918a5cf6 | 0x27a6ac9794b39907acab5892aac1fad699b80497a1cc3343debc929b3aa9e4f8 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe00000000000000000000000020000000066e3696300000000013c6dc5000000000000000000000000000000000000000000000000000000009092e9f2000000000000000000000000000000000000000000000000000000000000000132566bf75b83734e532a687ad0c1d0b884e544815498401696ca5a49df238cf2000000000000000000000000a9b074b27de97f492f8f07fd7c213400e4ca5391 | null | call | call | null | 1000000 | 43830 | 1 | null | 1 | call_0x27a6ac9794b39907acab5892aac1fad699b80497a1cc3343debc929b3aa9e4f8_ | 1726179687 | ||
| geth_trace_0x08da9d9068d55fd2ef7250f1918311edd0ae6ddb3b2b79447f21248674fd955d_1 | 4 | 0x08da9d9068d55fd2ef7250f1918311edd0ae6ddb3b2b79447f21248674fd955d | 0x6d5ba630979d4201b8f874345da426e4ad8126616f01556f94c139b76ee06895 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000a6fe00000000000000000000000040000000066e3696300000000013c6dc5000000000000000000000000000000000000000000000000000000009092e9f2000000000000000000000000000000000000000000000000000000000000000132566bf75b83734e532a687ad0c1d0b884e544815498401696ca5a49df238cf2000000000000000000000000a9b074b27de97f492f8f07fd7c213400e4ca5391 | null | call | delegatecall | null | 957337 | 16327 | 0 | 0 | null | 1 | call_0x6d5ba630979d4201b8f874345da426e4ad8126616f01556f94c139b76ee06895_0 | 1726179691 | |
| geth_trace_0x048c40847780b96ffedb694e7c14b2d921ef67392d2b8fbaff4f25b0609a15ea_1 | 6 | 0x048c40847780b96ffedb694e7c14b2d921ef67392d2b8fbaff4f25b0609a15ea | 0x6758e08f43e4ce5b6934df20f8aec12d8cf8384d261e687a1ccf76c705b7b726 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000a6fe00000000000000000000000000000000066e3696f00000000013c6dc6000000000000000000000000000000000000000000000000000000008d1e5c590000000000000000000000000000000000000000000000000000000000000001bfac5cb870fc66a1f9c182c690461c115ea23e8953a2dcbedb7eceabebccae47000000000000000000000000a9b074b27de97f492f8f07fd7c213400e4ca5391 | null | call | delegatecall | null | 957348 | 24727 | 0 | 0 | null | 1 | call_0x6758e08f43e4ce5b6934df20f8aec12d8cf8384d261e687a1ccf76c705b7b726_0 | 1726179695 |
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 |