Raw Traces
Chain
Dataset name
scroll_mainnet.raw_tracesVersion
1.0.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| block_hash | block_number | block_timestamp | call_type | error | from_address | gas | gas_used | id | input | output | reward_type | status | subtraces | to_address | trace_address | trace_id | trace_type | transaction_hash | transaction_index | value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xd9832d8118ef585767332b70492858de37f3a6c706f8b2b1d31598e28c251519 | 1190106 | 1701292828 | call | 0x1828bbd0503788e1b26834d13d3d89a16e3b0580 | 84928 | 43928 | trace_0xd9832d8118ef585767332b70492858de37f3a6c706f8b2b1d31598e28c251519_9 | 0xa9059cbb000000000000000000000000b22a7ffafe4d5fb554f43a5214d1805de6f8af8300000000000000000000000000000000000000000000000000000000061b1d34 | 0x0000000000000000000000000000000000000000000000000000000000000001 | 1 | 1 | 0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4 | 6,0 | call_0xa523485e6b0ed9e32574074ef26d197ab6391292ae54b29a57f8ad588e9afe16_6_0 | call | 0xa523485e6b0ed9e32574074ef26d197ab6391292ae54b29a57f8ad588e9afe16 | 0 | 0 | ||
| 0xfc243b925089ddc1fc676257ba331bcdea3084c5aa36b1d30ccc39d0fea8b0cf | 1190102 | 1701292816 | call | 0x38de71124f7a447a01d67945a51edce9ff491251 | 892428 | 65224 | trace_0xfc243b925089ddc1fc676257ba331bcdea3084c5aa36b1d30ccc39d0fea8b0cf_4 | 0xc2fa4813000000000000000000000000000000000000000000000000000000000000006600000000000000000000000000000000000000000000000000000000000000c00000000000000000000000001a7206f9c315720d1e5b536b492c448863eb298a00000000000000000000000000000000000000000000000000000000000003f80000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000028e341f30ea040bf3691aa069b8c5c213f726764211a7206f9c315720d1e5b536b492c448863eb298a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000000000000000000000000000000000000000001433df77a3a987fe39f18e78363d8c164458607c3e000000000000000000000000 | 0x | 1 | 1 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0,0,1 | call_0xe13ea55c111acef3cece1837dfbb1ca6a5ed83f114079a0ce165040b8307e0c1_0_0_1 | call | 0xe13ea55c111acef3cece1837dfbb1ca6a5ed83f114079a0ce165040b8307e0c1 | 0 | 0 | ||
| 0xb45000fcba72bf1731293c7221a2041ee33d420a47bda64ff73566bfaf3752c5 | 1190107 | 1701292831 | call | 0x87ea09c63dbbec41fea1f6942c010d39984e8aed | 61800 | 54494 | trace_0xb45000fcba72bf1731293c7221a2041ee33d420a47bda64ff73566bfaf3752c5_2 | 0x40c10f19000000000000000000000000e3c45556e475bdad68736ae12dd9d31be935dc6e000000000000000000000000000000000000000000000000000000000003f20e | 0x0000000000000000000000000000000000000000000000000000000000003f3c | 1 | 0 | 0xc6a0807cc28ae3fc0af0ff5489dafff7d3b111a9 | 1 | call_0x2c5425851c146ca8dd2f4f493c0d3d73457ee640abcb8731aa168f1b0de15efb_1 | call | 0x2c5425851c146ca8dd2f4f493c0d3d73457ee640abcb8731aa168f1b0de15efb | 0 | 0 |
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 |
| block_timestamp | long |