Raw Traces
Chain
Dataset name
hyperevm.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_v2_0x6708c92396f96d0e845c68c18fa765f472abec8dde8fa95cb09b453309043b77_0 | 4725 | 0x6708c92396f96d0e845c68c18fa765f472abec8dde8fa95cb09b453309043b77 | 0x3028cddcf7b3f4b4bccd3d4e973cd2b9ebf8ded26a277165c8f5469eff5474ed | 0 | 0x2222222222222222222222222222222222222222 | 0x29ac25d705966859a33e7957d8c56c2c6736ac0e | 0 | 0x | null | call | call | null | 0 | 0 | 0 | null | 1 | call_0x3028cddcf7b3f4b4bccd3d4e973cd2b9ebf8ded26a277165c8f5469eff5474ed_ | 1739858922 | |
| geth_trace_v2_0xeeafa40a09bf3d49ceb4019a73e7972ff37e5d0b792a11fd0a128c92a24769f6_1 | 4775 | 0xeeafa40a09bf3d49ceb4019a73e7972ff37e5d0b792a11fd0a128c92a24769f6 | 0xabcf997a6874d2f1139b616f265f71e2f1862ee92277959ae286de88b1d32f30 | 1 | 0x2222222222222222222222222222222222222222 | 0xa65a864ca19535e4c06000768c6cfa9f6ebaeb12 | 0 | 0x | null | call | call | null | 0 | 0 | 0 | null | 1 | call_0xabcf997a6874d2f1139b616f265f71e2f1862ee92277959ae286de88b1d32f30_ | 1739859018 | |
| geth_trace_v2_0x031cb892a309148692bba1d5130be110b9957f9c3b1a541a1c0d804970817f65_0 | 4965 | 0x031cb892a309148692bba1d5130be110b9957f9c3b1a541a1c0d804970817f65 | 0x8afd7387fa0edc8e5692fa2cd72b7e617b6db4defe9add331adfedf941a66caf | 0 | 0x2222222222222222222222222222222222222222 | 0x1aa780bb10425b86bcf05ecbb7953f9a93729ed9 | 0 | 0x | null | call | call | null | u0 | 0 | 0 | null | 1 | call_0x8afd7387fa0edc8e5692fa2cd72b7e617b6db4defe9add331adfedf941a66caf_ | 1739859386 |
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 |