Raw Traces
Chain
Dataset name
b3_sepolia.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_0xf465d4480b8bba0816b72a8cd2cf57c288dec9de913204042dff7f95e20a260a_0 | 7 | 0xf465d4480b8bba0816b72a8cd2cf57c288dec9de913204042dff7f95e20a260a | 0xdf82a296f12b3903bd49d0fbdcbcdde575bbf5ebb06eb28b8190ffcd22420c31 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f424000000000000000000000000100000000662c382600000000008c6ca300000000000000000000000000000000000000000000000000000000000003c800000000000000000000000000000000000000000000000000000000000000019dd052eb2aefe212a060681d1ddc70b931b2450cad4ff0f70453562738e7dbb40000000000000000000000006f9e9dd73cc45e22f4df49a7441da9e998a955b0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xdf82a296f12b3903bd49d0fbdcbcdde575bbf5ebb06eb28b8190ffcd22420c31_ | 1714173991 | ||
| geth_trace_0x933c57af99adad9b65e5d743949ff402ec26edb618481d4989545aefb1d5b712_0 | 8 | 0x933c57af99adad9b65e5d743949ff402ec26edb618481d4989545aefb1d5b712 | 0x39470b9ca9dd84e1391c712c96e017e711bcfe1558986b2b93a40f71bdc8ea58 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f424000000000000000000000000000000000662c382800000000008c6ca400000000000000000000000000000000000000000000000000000000000003c80000000000000000000000000000000000000000000000000000000000000001494ad20474d2222b769acbfb68850163d955abe6f85145f8293f66fba4572cea0000000000000000000000006f9e9dd73cc45e22f4df49a7441da9e998a955b0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x39470b9ca9dd84e1391c712c96e017e711bcfe1558986b2b93a40f71bdc8ea58_ | 1714173992 | ||
| geth_trace_0xc4ab9db6804474ab4b8922afe9b7b58b034885ec2ee2048ad6dc429b0b21e8c1_0 | 12 | 0xc4ab9db6804474ab4b8922afe9b7b58b034885ec2ee2048ad6dc429b0b21e8c1 | 0x61ff6f62aba8658049e22daeb52b42683f52c90d7c2eb98f65c4aa9a8ff1e051 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f424000000000000000000000000000000000662c382c00000000008c6ca600000000000000000000000000000000000000000000000000000000000003ce000000000000000000000000000000000000000000000000000000000000000145d3e20e0d10eebbcf328b10146511ad67b2212fea72f568081b631ae77b41ef0000000000000000000000006f9e9dd73cc45e22f4df49a7441da9e998a955b0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x61ff6f62aba8658049e22daeb52b42683f52c90d7c2eb98f65c4aa9a8ff1e051_ | 1714173996 |
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 |