Raw Traces
Chain
Dataset name
lyra_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x92e4f433f7b8d07b0d3ae2ee29f6a8aa83ba42907dbb25a4b3d56c0f1d21e4ee | 112841223 | 1701281223 | call | 0x6855366e568182245b527c23399b2a00e14c2bd8 | 829206 | 79262 | trace_0x92e4f433f7b8d07b0d3ae2ee29f6a8aa83ba42907dbb25a4b3d56c0f1d21e4ee_377 | 0x414bf389000000000000000000000000dc6ff44d5d932cbd77b52e5612ba0529dc6226f10000000000000000000000007f5c764cbc14f9669b88837ca1490cca17c3160700000000000000000000000000000000000000000000000000000000000027100000000000000000000000006855366e568182245b527c23399b2a00e14c2bd800000000000000000000000000000000000000000000000000000000656781120000000000000000000000000000000000000000000000002da7db118e109f76000000000000000000000000000000000000000000000000000000000073f7800000000000000000000000000000000000000000000000000000000000000000 | 0x00000000000000000000000000000000000000000000000000000000007898ad | 1 | 1 | 0xe592427a0aece92de3edee1f18e0157c05861564 | 2,0,0,1,1 | call_0x9de8ce1522122aac556d593ff46b4183bacad309d5a0515ac0dc0b301738d2d3_2_0_0_1_1 | call | 0x9de8ce1522122aac556d593ff46b4183bacad309d5a0515ac0dc0b301738d2d3 | 3 | 0 | ||
| 0x92e4f433f7b8d07b0d3ae2ee29f6a8aa83ba42907dbb25a4b3d56c0f1d21e4ee | 112841223 | 1701281223 | staticcall | 0xb3260d921ae29b87557805e40a730620bb79d4a2 | 749189 | 3000 | trace_0x92e4f433f7b8d07b0d3ae2ee29f6a8aa83ba42907dbb25a4b3d56c0f1d21e4ee_387 | 0x759004ddb044043f2b0975bdf8135f5ef86d2d9de77f124cd324a1d449f44be9000000000000000000000000000000000000000000000000000000000000001b6c3eb37624080124f600e7bf949c3c4390e8729269f16f40b2bceee2c2c6b72d1a86feb050157dc32b871e258ce3f56d42a1b8c36fc1b6ec856fe3e720aebd06 | 0x000000000000000000000000234ee2e95a865b06f68df7f83ad47027fff7a01a | 1 | 0 | 0x0000000000000000000000000000000000000001 | 3,0,0,0 | call_0x9de8ce1522122aac556d593ff46b4183bacad309d5a0515ac0dc0b301738d2d3_3_0_0_0 | call | 0x9de8ce1522122aac556d593ff46b4183bacad309d5a0515ac0dc0b301738d2d3 | 3 |
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 |