Raw Traces
Chain
Dataset name
cyber.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_0xdbfb5896d96cf863805462a2f55de71746f37d5ec6b2665bad8504cac3b20e4e_1 | 1 | 0xdbfb5896d96cf863805462a2f55de71746f37d5ec6b2665bad8504cac3b20e4e | 0xbb03e947a06a357f7791ce4bdd9bfffc95d7278051db75b19a599ed8aebdfa86 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe0000000000000000000000001000000006620d85700000000012c4f6500000000000000000000000000000000000000000000000000000002a936285100000000000000000000000000000000000000000000000000000000000000018fa2a34b37420b863aa33da7661a8929af8bd7a436b9e612c727eb5e63da3879000000000000000000000000f0748c52edc23135d9845cdfb91279cf61ee14b4 | null | call | delegatecall | null | 957313 | 53300 | 0 | 0 | null | 1 | call_0xbb03e947a06a357f7791ce4bdd9bfffc95d7278051db75b19a599ed8aebdfa86_0 | 1713428569 |
| geth_trace_0xd00ab1491b628f3d762d28c21c10b7ac5c9dfc6e61dfa1b8718c7f7494c7f83a_0 | 2 | 0xd00ab1491b628f3d762d28c21c10b7ac5c9dfc6e61dfa1b8718c7f7494c7f83a | 0x30f0d599d0f8cbc167234fe6f3dcd8784cb376e8bc09aaead55f48d9e422ac02 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e20000a6fe0000000000000000000000002000000006620d85700000000012c4f6500000000000000000000000000000000000000000000000000000002a936285100000000000000000000000000000000000000000000000000000000000000018fa2a34b37420b863aa33da7661a8929af8bd7a436b9e612c727eb5e63da3879000000000000000000000000f0748c52edc23135d9845cdfb91279cf61ee14b4 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x30f0d599d0f8cbc167234fe6f3dcd8784cb376e8bc09aaead55f48d9e422ac02_ | 1713428571 |
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 |