Raw Traces
Chain
Dataset name
ethernity.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_0x37beecc919b1b499eec71d71703446befd364f372e246576579685bb53e956c0_0 | 36 | 0x37beecc919b1b499eec71d71703446befd364f372e246576579685bb53e956c0 | 0xee689928cce715aaffa1d43dd553ca3707d67d0e7dec79d4eb8adc9850aeb7d2 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f42400000000000000000000000000000000066bb409f00000000013919b2000000000000000000000000000000000000000000000000000000006d038fe200000000000000000000000000000000000000000000000000000000000000011f117ab76132ada471598e021e72969c7907d6357a84bbf95039b0b302e2471c00000000000000000000000043ca061ea80fbb4a2b5515f4be4e953b191147af | null | call | call | null | 1000000 | 52230 | 1 | null | 1 | call_0xee689928cce715aaffa1d43dd553ca3707d67d0e7dec79d4eb8adc9850aeb7d2_ | 1723547807 | ||
| geth_trace_0xc06614650971bd35577d682d124d7ff2ea0d49837fad82e8ae213c016495e068_0 | 56 | 0xc06614650971bd35577d682d124d7ff2ea0d49837fad82e8ae213c016495e068 | 0xa4a3f46904b0f89b959e89c80afeb7c19d2074048338b6e67626dcf9bec003e2 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f42400000000000000000000000020000000066bb40c300000000013919b50000000000000000000000000000000000000000000000000000000066d4c694000000000000000000000000000000000000000000000000000000000000000187415d15ee5c14d2af427d2ae1bf52e4cd5a057d8932ebd888caf6a6f23ed10f00000000000000000000000043ca061ea80fbb4a2b5515f4be4e953b191147af | null | call | call | null | 1000000 | 43842 | 1 | null | 1 | call_0xa4a3f46904b0f89b959e89c80afeb7c19d2074048338b6e67626dcf9bec003e2_ | 1723547847 | ||
| geth_trace_0x7b29ab9d2b0b58883fca341040786b65a3b460cea4ee8c74e9ff8d216415b829_1 | 61 | 0x7b29ab9d2b0b58883fca341040786b65a3b460cea4ee8c74e9ff8d216415b829 | 0x0778ca0d38abb15f0640af068eb04268c25bc5710a1e65f8ba97f383797401ba | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f42400000000000000000000000010000000066bb40cf00000000013919b600000000000000000000000000000000000000000000000000000000684a77ae0000000000000000000000000000000000000000000000000000000000000001442bfc6873d581747bc4fc7799a1e9bb666ba68e2f551f2f9d5ea3837815762b00000000000000000000000043ca061ea80fbb4a2b5515f4be4e953b191147af | null | call | delegatecall | null | 957325 | 16327 | 0 | 0 | null | 1 | call_0x0778ca0d38abb15f0640af068eb04268c25bc5710a1e65f8ba97f383797401ba_0 | 1723547857 |
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 |