Raw Traces
Chain
Dataset name
bsc.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_v2_0x5efd08e86da8bc8cb200b42d14c6cf76c81cb29b3ff36e99205dfe7344170220_2534 | 12851997 | 0x5efd08e86da8bc8cb200b42d14c6cf76c81cb29b3ff36e99205dfe7344170220 | 0x923340dea0be1a4c1f4be7b1fb4e013869fb2fbee212b5d5eee6af782503f7eb | 299 | 0x6053b8fc837dc98c54f7692606d632ac5e760488 | 0x56865845a49edf4d4ad091db34244f26e1ab96c3 | u0000 | 0x42966c68000000000000000000000000000000000000000000000000000000000077273d | 0x | call | delegatecall | null | �> | (? | 0 | 0,1,0 | null | 1 | call_0x923340dea0be1a4c1f4be7b1fb4e013869fb2fbee212b5d5eee6af782503f7eb_0_1_0 | 1637553351 |
| trace_v2_0x5efd08e86da8bc8cb200b42d14c6cf76c81cb29b3ff36e99205dfe7344170220_2597 | 12851997 | 0x5efd08e86da8bc8cb200b42d14c6cf76c81cb29b3ff36e99205dfe7344170220 | 0xd214d84a4528b18f044635bcb8309e682df8189440918210be298a5690af8511 | 310 | 0xd254a3c351dad83f8b369554b420047a1ed60f1c | 0xc001bbe2b87079294c63ece98bdd0a88d761434e | u0000 | 0x70a08231000000000000000000000000d254a3c351dad83f8b369554b420047a1ed60f1c | 0x000000000000000000000000000000000000000000000241eb50b70df1bbf9f4 | call | staticcall | null | �z | ^ | 0 | 3,2 | null | 1 | call_0xd214d84a4528b18f044635bcb8309e682df8189440918210be298a5690af8511_3_2 | 1637553351 |
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 | decimal |
| gas_used | decimal |
| subtraces | long |
| trace_address | string |
| error | string |
| status | long |
| trace_id | string |
| block_timestamp | long |