Raw Traces
Chain
Dataset name
bob.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_0xdbc195b2c7883c1fb6336697b817f349d6757bbeb585d4156e37571c75c33203_0 | 3 | 0xdbc195b2c7883c1fb6336697b817f349d6757bbeb585d4156e37571c75c33203 | 0x85f2a2d11f454ff74f39a504367208e84df62483f5b365a903d232f83f61bc4a | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e20000a6fe0000000000000000000000003000000006618332300000000012b989100000000000000000000000000000000000000000000000000000004b1d0ac13000000000000000000000000000000000000000000000000000000000002f242218132178d65c4bc490aadd93c31535326043fe1fe8fea2d87f26c1da83d45c200000000000000000000000008f9f14ff43e112b18c96f0986f28cb1878f1d11 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x85f2a2d11f454ff74f39a504367208e84df62483f5b365a903d232f83f61bc4a_ | 1712861993 | |
| geth_trace_0xac7cfa71ca75c8ac85638c27b99ea5f7b8efaf0831018a72997655cf40aa0b8c_1 | 4 | 0xac7cfa71ca75c8ac85638c27b99ea5f7b8efaf0831018a72997655cf40aa0b8c | 0xc7acca7880c4ece2332a4db420c715226af80c72003dfbd0e53cc4781d31279e | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe0000000000000000000000004000000006618332300000000012b989100000000000000000000000000000000000000000000000000000004b1d0ac13000000000000000000000000000000000000000000000000000000000002f242218132178d65c4bc490aadd93c31535326043fe1fe8fea2d87f26c1da83d45c200000000000000000000000008f9f14ff43e112b18c96f0986f28cb1878f1d11 | null | call | delegatecall | null | 957289 | 16300 | 0 | 0 | null | 1 | call_0xc7acca7880c4ece2332a4db420c715226af80c72003dfbd0e53cc4781d31279e_0 | 1712861995 |
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 |