Raw Traces
Chain
Dataset name
celo.raw_tracesVersion
1.1.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c | 21519363 | 1695265372 | call | 0x43d72ff17701b2da814620735c39c620ce0ea4a1 | 210571 | 110375 | trace_v2_0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c_269 | 0xa9059cbb00000000000000000000000077ac2aa49f5ade27618621fc9a795605c0eb4d8e000000000000000000000000000000000000000000000001cfb3c5904fd09d27 | 0x0000000000000000000000000000000000000000000000000000000000000001 | 1 | 1 | 0x62b8b11039fcfe5ab0c56e502b1c372a3d2a9c7a | 0,3 | call_0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2_0_3 | call | 0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2 | 7 | 0 | ||
| 0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c | 21519363 | 1695265372 | staticcall | 0x62b8b11039fcfe5ab0c56e502b1c372a3d2a9c7a | 183122 | 7561 | trace_v2_0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c_276 | 0x9b2e48bc00000000000000000000000062b8b11039fcfe5ab0c56e502b1c372a3d2a9c7a00000000000000000000000043d72ff17701b2da814620735c39c620ce0ea4a100000000000000000000000000000000000000000000000000000000650bb25c | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 1 | 1 | 0x9d369e78e1a682ce0f8d9ad849bea4fe1c3bd3ad | 0,3,0,3 | call_0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2_0_3_0_3 | call | 0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2 | 7 | |||
| 0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c | 21519363 | 1695265372 | staticcall | 0x26747fe93fac8bf28e1e24a558a2bc7e4d9846ca | 110962 | 3564 | trace_0x20890495eb6b31f8661d14c454d055ee31e62f90642b4095df1043c0c847a91c_285 | 0x4b61cc3300000000000000000000000026747fe93fac8bf28e1e24a558a2bc7e4d9846ca00000000000000000000000043d72ff17701b2da814620735c39c620ce0ea4a100000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000001 | 0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000 | 1 | 1 | 0x62b8b11039fcfe5ab0c56e502b1c372a3d2a9c7a | 0,3,0,4,0,1 | call_0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2_0_3_0_4_0_1 | call | 0x0ec50e66a12db6c930c62c3a1e2a588c0c8826c645b1f3c04fc9cd95483299c2 | 7 |
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 |