Raw Traces
Chain
Dataset name
race.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_0x900c36db03273df0c4e276e7e5ad76de8761530ec8a0537373d13ec530a08bf8_1 | 2741430 | 0x900c36db03273df0c4e276e7e5ad76de8761530ec8a0537373d13ec530a08bf8 | 0xb7989afc4c67c84f3ce30a8fc0c980ccad74c278b19913873dc2f41b5a185b0d | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e200000044d000a118b00000000000000080000000066df35ef00000000013c14ac00000000000000000000000000000000000000000000000000000001e2586b5700000000000000000000000000000000000000000000000000000000000000012d14a3191119e5a701bdbc3ff0ad81489215849d2bbe862638b42173773439820000000000000000000000008cda8351236199af7532bad53d683ddd9b275d89 | null | call | delegatecall | null | 957289 | 16327 | 0 | 0 | null | 1 | call_0xb7989afc4c67c84f3ce30a8fc0c980ccad74c278b19913873dc2f41b5a185b0d_0 | 1725904451 | |
| geth_trace_0x1521cdfe41b5950ebefc71e69fd05d1721dee266818e1bb11acd390289771382_0 | 2741431 | 0x1521cdfe41b5950ebefc71e69fd05d1721dee266818e1bb11acd390289771382 | 0x43c2bd06a2d43e6ba0e86bb2949c44ab468c05b823853f4bdecf62c9342dc0c4 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e200000044d000a118b00000000000000090000000066df35ef00000000013c14ac00000000000000000000000000000000000000000000000000000001e2586b5700000000000000000000000000000000000000000000000000000000000000012d14a3191119e5a701bdbc3ff0ad81489215849d2bbe862638b42173773439820000000000000000000000008cda8351236199af7532bad53d683ddd9b275d89 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x43c2bd06a2d43e6ba0e86bb2949c44ab468c05b823853f4bdecf62c9342dc0c4_ | 1725904453 | ||
| geth_trace_0x7b4d2f690ead739baaf61cf4006c51e6ee99d3322e78a6cc1c814f8c7867bfaa_1 | 2741439 | 0x7b4d2f690ead739baaf61cf4006c51e6ee99d3322e78a6cc1c814f8c7867bfaa | 0x21787e08c9ef9920794bf281336f2743c458a20fecd631f1e7a94f495744f20e | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e200000044d000a118b00000000000000050000000066df35fb00000000013c14ad00000000000000000000000000000000000000000000000000000001b554e39a00000000000000000000000000000000000000000000000000000000000000010660d0231bf5a747a53b8df9b2d6fbc0c5da977562c33ac93ac342fc173bf2b50000000000000000000000008cda8351236199af7532bad53d683ddd9b275d89 | null | call | delegatecall | null | 957289 | 16327 | 0 | 0 | null | 1 | call_0x21787e08c9ef9920794bf281336f2743c458a20fecd631f1e7a94f495744f20e_0 | 1725904469 |
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 |