Raw Traces
Chain
Dataset name
b3.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_0x722971fad03981422e8f898b0f115f83c1175486edf31da6b8fd0eb926c0df0a_0 | 3 | 0x722971fad03981422e8f898b0f115f83c1175486edf31da6b8fd0eb926c0df0a | 0xaa2b25f492b425be9bf26c7b014bc5c20687e09bb57c6c6a622e52434afdbf55 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a31c20000000000000000000000010000000066a95c5b00000000010f7fbc00000000000000000000000000000000000000000000000000000000002d55d60000000000000000000000000000000000000000000000000000000000000001b0da755284264a87387ff6dd108bca1113bc944bf230218ebf06dcb777cffc000000000000000000000000001af3f4e08a16b93ccbdf6887549697f17f9cf78a | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xaa2b25f492b425be9bf26c7b014bc5c20687e09bb57c6c6a622e52434afdbf55_ | 1722375260 | ||
| geth_trace_0x4ace6a2b7e5be19b9e93f349d1d6b1f606a9b4c3f84ba89822b7de0498cdf485_0 | 10 | 0x4ace6a2b7e5be19b9e93f349d1d6b1f606a9b4c3f84ba89822b7de0498cdf485 | 0xa6bb1f5e2d0599d54d117c077cba38c6fc43a7593836fb83fceecb8ddc779c27 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a31c20000000000000000000000000000000066a95c6300000000010f7fc000000000000000000000000000000000000000000000000000000000002d393e00000000000000000000000000000000000000000000000000000000000000013352f427dc288c23da70387b35c4e31a88628f709f804014d26fd105b67a28180000000000000000000000001af3f4e08a16b93ccbdf6887549697f17f9cf78a | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xa6bb1f5e2d0599d54d117c077cba38c6fc43a7593836fb83fceecb8ddc779c27_ | 1722375267 | ||
| geth_trace_0x947c0791f63dc6451eff503e077d81ddead81ca8edc237a6f217610d8e7c8c3e_1 | 22 | 0x947c0791f63dc6451eff503e077d81ddead81ca8edc237a6f217610d8e7c8c3e | 0x54e8a534ff8faaf409092afc93cb2a05ddf75246ad21120a9616aa827d33be90 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000a31c20000000000000000000000000000000066a95c6f00000000010f7fc600000000000000000000000000000000000000000000000000000000002d0a02000000000000000000000000000000000000000000000000000000000000000143887e7a00bf2bf69245a93c8460a28df8e1d7c6f43f951d8c0db123f1e7f6410000000000000000000000001af3f4e08a16b93ccbdf6887549697f17f9cf78a | null | call | delegatecall | null | 957360 | 24727 | 0 | 0 | null | 1 | call_0x54e8a534ff8faaf409092afc93cb2a05ddf75246ad21120a9616aa827d33be90_0 | 1722375279 |
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 |