Raw Traces
Chain
Dataset name
optimism.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0x0754c3ec14a40b0456b0f69cd8dd2b5bce4fbe97e4930d084a0614a24d9f7273_153 | 8331825 | 0x0754c3ec14a40b0456b0f69cd8dd2b5bce4fbe97e4930d084a0614a24d9f7273 | 0xfd8292190c0847bbb4ac28194871460214626c4ba3ea8a25eede41214a1cee1d | 0 | 0xca6fa4b8cb365c02cd3ba70544efffe78f63ac82 | 0xf9ecc598293bd5fb4f700aeb5c4fb63b23cfe8aa | null | 0xfeaf968c | 0x0000000000000000000000000000000000000000000000000000000000001be600000000000000000000000000000000000000000000000000000000281d2a40000000000000000000000000000000000000000000000000000000006281002000000000000000000000000000000000000000000000000000000000628100200000000000000000000000000000000000000000000000000000000000001be6 | call | staticcall | null | 12162301 | 7410 | 0 | 0,9,0,0,0,14,0,0,0,0 | null | 1 | call_0xfd8292190c0847bbb4ac28194871460214626c4ba3ea8a25eede41214a1cee1d_0_9_0_0_0_14_0_0_0_0 | null |
| trace_0x2cc72157d08e749ad1fe42d87d21d42adc276978104f51ec773b647e790619c9_114 | 8331838 | 0x2cc72157d08e749ad1fe42d87d21d42adc276978104f51ec773b647e790619c9 | 0x30b67ff2403c0f8961c0bc708ea269dac82a885e01539d8cbd67072b308a0117 | 0 | 0xd5820ee0f55205f6cde8bb0647072143b3060067 | 0x05333977d60f3b687576493f825915407d3febfa | null | 0xbbe4f6db0000000000000000000000009d34f1d15c22e4c0924804e2a38cbe93dfb84bc2 | 0x00000000000000000000000005b552c0a787c228624b389d51eb4277e1f0f348 | call | delegatecall | null | 8727887 | 934 | 0 | 0,5,0,12,0 | null | 1 | call_0x30b67ff2403c0f8961c0bc708ea269dac82a885e01539d8cbd67072b308a0117_0_5_0_12_0 | null |
| trace_0x24b984c5757609bcea3a16c35b53dc3859184bb04c61e85bdd22bcb69ca2ca95_157 | 8331832 | 0x24b984c5757609bcea3a16c35b53dc3859184bb04c61e85bdd22bcb69ca2ca95 | 0x44ff3ed1ae5440835668937bb160eeac5eb75ee2900c4f72494705263fef1a89 | 0 | 0xba073023b8278cbc90bb27490b8279369bf7053b | 0xca6fa4b8cb365c02cd3ba70544efffe78f63ac82 | null | 0xfeaf968c | 0x0000000000000000000000000000000000000000000000010000000000001be600000000000000000000000000000000000000000000000000000000281d2a40000000000000000000000000000000000000000000000000000000006281002000000000000000000000000000000000000000000000000000000000628100200000000000000000000000000000000000000000000000010000000000001be6 | call | staticcall | null | 8095361 | 3143 | 1 | 0,9,0,1,0,5,0,0,0 | null | 1 | call_0x44ff3ed1ae5440835668937bb160eeac5eb75ee2900c4f72494705263fef1a89_0_9_0_1_0_5_0_0_0 | null |
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 |