Raw Traces
Chain
Dataset name
unichain.raw_tracesVersion
1.1.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_0xebba4f7a994ca2775711bbb00cfa86007198f319fa67e9e349c651a2af2b271e_1 | 25 | 0xebba4f7a994ca2775711bbb00cfa86007198f319fa67e9e349c651a2af2b271e | 0x5c11cc147c20101dd339c7bcde0d6d188996bdf174488dd793b97e0e8723d72c | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000007d0000dbba000000000000000010000000067291fdf00000000014235cd000000000000000000000000000000000000000000000000000000014b75aacb000000000000000000000000000000000000000000000000000000002bd31b6e21059f2e4b5f01d8667506c597f3cf394b06f0a1aab290bbfae002c3128901f50000000000000000000000002f60a5184c63ca94f82a27100643dbabe4f3f7fd | null | call | delegatecall | null | 957254 | 16351 | 0 | 0 | null | 1 | call_0x5c11cc147c20101dd339c7bcde0d6d188996bdf174488dd793b97e0e8723d72c_0 | 1730748384 | |
| geth_trace_0x9c08b2e368701283177183a291e5ad8ede44aeff0333fc5b09283dc92283b061_0 | 39 | 0x9c08b2e368701283177183a291e5ad8ede44aeff0333fc5b09283dc92283b061 | 0x031df0e8b879720e80e29b44250813f35cc496ed09667cf0151dc09644528bac | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000007d0000dbba000000000000000030000000067291feb00000000014235ce000000000000000000000000000000000000000000000000000000014681857600000000000000000000000000000000000000000000000000000000314d7ee62a544736168ee58e53260a0fb0ddee6754ad5f81b851b5eed35502ad39e5af0d0000000000000000000000002f60a5184c63ca94f82a27100643dbabe4f3f7fd | null | call | call | null | 1000000 | 43938 | 1 | null | 1 | call_0x031df0e8b879720e80e29b44250813f35cc496ed09667cf0151dc09644528bac_ | 1730748398 | ||
| geth_trace_0x4c3fa1011a40957165f2044993d48c4c248cc2201c828c2a8a5f3d0af673a63e_0 | 40 | 0x4c3fa1011a40957165f2044993d48c4c248cc2201c828c2a8a5f3d0af673a63e | 0xf8fd7fde6aafe3516d8545fe5e6d17c95f01840e5d63e27e6fdb0d48e7fb4284 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000007d0000dbba000000000000000040000000067291feb00000000014235ce000000000000000000000000000000000000000000000000000000014681857600000000000000000000000000000000000000000000000000000000314d7ee62a544736168ee58e53260a0fb0ddee6754ad5f81b851b5eed35502ad39e5af0d0000000000000000000000002f60a5184c63ca94f82a27100643dbabe4f3f7fd | null | call | call | null | 1000000 | 43938 | 1 | null | 1 | call_0xf8fd7fde6aafe3516d8545fe5e6d17c95f01840e5d63e27e6fdb0d48e7fb4284_ | 1730748399 |
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 |