Raw Traces
Chain
Dataset name
swell.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_0x0d0728d18de087bbea4ded39f71abc2d9a51f853fb219858944df50d74831c83_0 | 914649 | 0x0d0728d18de087bbea4ded39f71abc2d9a51f853fb219858944df50d74831c83 | 0xcd74569b29cd00d24056e06646cd56c60743d28d21c17750a04817b37f88bd11 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc50000000000000003000000006762c36b000000000146fcf300000000000000000000000000000000000000000000000000000004aa44e98c0000000000000000000000000000000000000000000000000000000000010fc4c10f5070928f6bebad4c4188bf0c6142de5f17dd4f097bde97554189d1cbdebc000000000000000000000000f854cd5b26bfd73d51236c0122798907ed65b1f2 | null | call | call | null | 1000000 | 43926 | 1 | null | 1 | call_0xcd74569b29cd00d24056e06646cd56c60743d28d21c17750a04817b37f88bd11_ | 1734526001 | ||
| geth_trace_0x50bdb3be6e75b817086b199502e7c4a81bae6cc491fcd87214425d0744666855_0 | 914650 | 0x50bdb3be6e75b817086b199502e7c4a81bae6cc491fcd87214425d0744666855 | 0x37f267e1258ccdd4c0630046229c9506ff64285b5947d2b8a7cad3056855e917 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc50000000000000004000000006762c36b000000000146fcf300000000000000000000000000000000000000000000000000000004aa44e98c0000000000000000000000000000000000000000000000000000000000010fc4c10f5070928f6bebad4c4188bf0c6142de5f17dd4f097bde97554189d1cbdebc000000000000000000000000f854cd5b26bfd73d51236c0122798907ed65b1f2 | null | call | call | null | 1000000 | 43926 | 1 | null | 1 | call_0x37f267e1258ccdd4c0630046229c9506ff64285b5947d2b8a7cad3056855e917_ | 1734526003 | ||
| geth_trace_0xeb857ec4cf4e38994bf6fe9a85708ade53fc129a0b0a3b2ec08e3308dccef9a3_1 | 914664 | 0xeb857ec4cf4e38994bf6fe9a85708ade53fc129a0b0a3b2ec08e3308dccef9a3 | 0x6c485cc6deeac918876c6d7c7d2248e65dcef1325476aeced8590fe22a445e09 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e2000000558000c5fc50000000000000000000000006762c38f000000000146fcf60000000000000000000000000000000000000000000000000000000472a034b20000000000000000000000000000000000000000000000000000000000011aa68830c13cf08a29aea35286116d02a47ba2852d6a9f66b04a24df38ae7668f36f000000000000000000000000f854cd5b26bfd73d51236c0122798907ed65b1f2 | null | call | delegatecall | null | 957278 | 27551 | 0 | 0 | null | 1 | call_0x6c485cc6deeac918876c6d7c7d2248e65dcef1325476aeced8590fe22a445e09_0 | 1734526031 |
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 |