Raw Traces
Chain
Dataset name
berachain.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_0xdb4c044b2c74a1eeac145aa016cbfa89e2888b660561ba268220b79d59e1575f_7 | 2974 | 0xdb4c044b2c74a1eeac145aa016cbfa89e2888b660561ba268220b79d59e1575f | 0x3d6247f22c15602028c6d247175c1b5917c081050d84080e3f945bae8cdc3b93 | 7 | 0x160d0e134b78bf083bd7f03b5d9fcbcb1c6ff27a | 0xce8bcd04ecabd348a3f95dfd87e234a53de2a780 | 0xa9059cbb000000000000000000000000deadbeefdeadbeefdeadbeefdeadbeefdeadbeef00000000000000000000000000000000000000000000000000038d7ea4c68000 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 52217 | 34723 | 0 | null | 1 | call_0x3d6247f22c15602028c6d247175c1b5917c081050d84080e3f945bae8cdc3b93_ | 1737390230 | ||
| geth_trace_0x79b0f78d9a33bd4b6e5710dec6c161d536f31c4c16b609fdf4e4625cf9aae078_8 | 2977 | 0x79b0f78d9a33bd4b6e5710dec6c161d536f31c4c16b609fdf4e4625cf9aae078 | 0x087e04288f77fc4c5890384b60017333488a792c59b037163145ef02554f71a3 | 8 | 0x160d0e134b78bf083bd7f03b5d9fcbcb1c6ff27a | 0xce8bcd04ecabd348a3f95dfd87e234a53de2a780 | 0xa9059cbb000000000000000000000000deadbeefdeadbeefdeadbeefdeadbeefdeadbeef00000000000000000000000000000000000000000000000000038d7ea4c68000 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 35083 | 34723 | 0 | null | 1 | call_0x087e04288f77fc4c5890384b60017333488a792c59b037163145ef02554f71a3_ | 1737390236 | ||
| geth_trace_0xd475a0de108358268a3867d629de6ad281158280f35c9b3c854e8d525b7be60a_5 | 2978 | 0xd475a0de108358268a3867d629de6ad281158280f35c9b3c854e8d525b7be60a | 0xf87fb67ed7ae1682b2d237cc1885b40af9d73d0621da69f800b17cf9ec9091a8 | 0 | 0x160d0e134b78bf083bd7f03b5d9fcbcb1c6ff27a | 0xce8bcd04ecabd348a3f95dfd87e234a53de2a780 | 0xa9059cbb000000000000000000000000deadbeefdeadbeefdeadbeefdeadbeefdeadbeef00000000000000000000000000000000000000000000000000038d7ea4c68000 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 35083 | 34723 | 0 | null | 1 | call_0xf87fb67ed7ae1682b2d237cc1885b40af9d73d0621da69f800b17cf9ec9091a8_ | 1737390238 |
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 |