Raw Traces
Chain
Dataset name
bob_testnet.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_0x4860e6d409a36b9715efd219962fe9e104b75b26a31ebeaed2eade2977e2dc03_0 | 3 | 0x4860e6d409a36b9715efd219962fe9e104b75b26a31ebeaed2eade2977e2dc03 | 0x6bf6d85132a67f75d30c1ebebf0bf810ee91240af3db398c227347580d3469ad | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000000441813000000000000000000000000000000000000000000000000000000006525260400000000000000000000000000000000000000000000000000000000000000302ea36f07fff4127174b68efacd2c5a9a47455a2b278e8c3b2ee9e0a01808eced0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000a06251fda7fe4a8ab89b0d7f6e5949b3ef1afafa00000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x6bf6d85132a67f75d30c1ebebf0bf810ee91240af3db398c227347580d3469ad_ | 1696933386 | |
| geth_trace_0xbd7930ba4dc5f8a55d5d2e35565ae21f47e4aa71e156b9d820f774f159fb2e6d_0 | 4 | 0xbd7930ba4dc5f8a55d5d2e35565ae21f47e4aa71e156b9d820f774f159fb2e6d | 0xe3de8cdec615ff7f5a9db6dd3045468fd957aa9bcd3a6e19ceca18cc2cee368c | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000000441813000000000000000000000000000000000000000000000000000000006525260400000000000000000000000000000000000000000000000000000000000000302ea36f07fff4127174b68efacd2c5a9a47455a2b278e8c3b2ee9e0a01808eced0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000a06251fda7fe4a8ab89b0d7f6e5949b3ef1afafa00000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xe3de8cdec615ff7f5a9db6dd3045468fd957aa9bcd3a6e19ceca18cc2cee368c_ | 1696933388 |
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 |