Raw Traces
Chain
Dataset name
corn_maizenet.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_0x000be1326d211d26f7d0bc6cd11ce249295e180498c12d13d66d89a14c60c8a0_22 | 2 | 0x000be1326d211d26f7d0bc6cd11ce249295e180498c12d13d66d89a14c60c8a0 | 0xf70c9554d01bcb06fe18b33e507b260c2ecaa65798488feb92ad8fc5a803d1fa | 2 | 0xe83b11faa5693e68388785feca3595c6805dfb9a | 0x5a334e26f0e7f7f8b9868a8836fcab79dfe35d6e | 0x485cc955000000000000000000000000000000000000000000000000000000000000dead000000000000000000000000000000000000000000000000000000000000dead | null | call | call | null | 27689329 | 47333 | 0 | 9 | null | 1 | call_0xf70c9554d01bcb06fe18b33e507b260c2ecaa65798488feb92ad8fc5a803d1fa_9 | 1732012151 | |
| geth_trace_0x96943a4963c60a9e88796edb6e29e95049cdfb98392414152398847a37ff6e8c_2 | 11 | 0x96943a4963c60a9e88796edb6e29e95049cdfb98392414152398847a37ff6e8c | 0xe036f136ac9f749f2684e7616dd8d1f9894e50e0d673150c7963dbabcfd882b5 | 1 | 0x87bdb7530e7115e1b465a7f4abae80d1ab1172e4 | 0xf2314e09a0694c5f8a9d765bf76d2a98421d0687 | 0x36568abed8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6300000000000000000000000023ddfc9aa09612ee0417d0655ed1076f153f915e | null | call | delegatecall | null | 7917 | 7778 | 0 | 0 | null | 1 | call_0xe036f136ac9f749f2684e7616dd8d1f9894e50e0d673150c7963dbabcfd882b5_0 | 1732013448 | |
| geth_trace_0x7900986920aaae625326eb93d96526dcd85729f7c9e43deeb72d385d0c50040b_1 | 28 | 0x7900986920aaae625326eb93d96526dcd85729f7c9e43deeb72d385d0c50040b | 0xf84cf31f83cb0bd7725f2a892d2bf1074495ef59d58eec078f1c6eb756ff0e42 | 1 | 0x07a5f0d6c17bcc401f11fd289e6251ff714033d8 | 0xe1cb04a0fa36ddd16a06ea828007e35e1a3cbc37 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0xf84cf31f83cb0bd7725f2a892d2bf1074495ef59d58eec078f1c6eb756ff0e42_ | 1732218723 |
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 |