Raw Traces
Chain
Dataset name
metal_testnet.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_0xf464297550eabb7917b1882a8b23a310d0cebc407d7ca0b83eb407db6a35178a_1 | 319243 | 0xf464297550eabb7917b1882a8b23a310d0cebc407d7ca0b83eb407db6a35178a | 0xcb1dff5cd2c56d157a7dc03d92b7b430a04fdc88ecc3e455c4b047c61cfd17d5 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe00000000000000000000000040000000065d9bb20000000000051ae0c000000000000000000000000000000000000000000000000000000000000473000000000000000000000000000000000000000000000000000000006574a002c42b97fc6ba761cc7735f3d0562d366450638feb5f750c2fdd14534a997107190000000000000000000000000db80eca386ac72a55510e33cf9cf7533e75916ee | null | call | delegatecall | null | 957325 | 16300 | 0 | 0 | null | 1 | call_0xcb1dff5cd2c56d157a7dc03d92b7b430a04fdc88ecc3e455c4b047c61cfd17d5_0 | 1708768106 |
| geth_trace_0xdd8572bf03cc83a578781e2aa3955b6129e68ce35b9802574bf339606ec2c7cf_0 | 319245 | 0xdd8572bf03cc83a578781e2aa3955b6129e68ce35b9802574bf339606ec2c7cf | 0xb77d6bf44eab2778782d8dd9283791c4b1d9109762a4340beeeaea1da4ab42ee | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e20000a6fe00000000000000000000000060000000065d9bb20000000000051ae0c000000000000000000000000000000000000000000000000000000000000473000000000000000000000000000000000000000000000000000000006574a002c42b97fc6ba761cc7735f3d0562d366450638feb5f750c2fdd14534a997107190000000000000000000000000db80eca386ac72a55510e33cf9cf7533e75916ee | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xb77d6bf44eab2778782d8dd9283791c4b1d9109762a4340beeeaea1da4ab42ee_ | 1708768110 |
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 |