Raw Traces
Chain
Dataset name
orderly_sepolia.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_0xba15762389b703c5040fb303a7d18fd87dc6a84384598baa47b1020c132cd90e_0 | 17186451 | 0xba15762389b703c5040fb303a7d18fd87dc6a84384598baa47b1020c132cd90e | 0x7200983a97d718131b1156b5d584a0c0aec928548ccc17bb4f00083eaadab041 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000d5c0000000000000000000000000000000066df3938000000000065a8b40000000000000000000000000000000000000000000000000000000283590562000000000000000000000000000000000000000000000000000000251b2107c1a192aff8bf733a79f3f3d7778c08183bdbdf93008508b17f1da3b61ab6328d9500000000000000000000000085e5551a01a3eebf34df650c0062cb80abd1661c | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x7200983a97d718131b1156b5d584a0c0aec928548ccc17bb4f00083eaadab041_ | 1725905274 | ||
| geth_trace_0x57fcebf54ca00dded841f04dc462a7ad2bdfccc5b0906ccbf74e56b0eb26cc2f_1 | 17186454 | 0x57fcebf54ca00dded841f04dc462a7ad2bdfccc5b0906ccbf74e56b0eb26cc2f | 0xcabd6a77aa05416c0637eb0ee0663bfbd69e8fe4a3f50b1ebb8c0182dcd27543 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e2000000d5c0000000000000000000000030000000066df3938000000000065a8b40000000000000000000000000000000000000000000000000000000283590562000000000000000000000000000000000000000000000000000000251b2107c1a192aff8bf733a79f3f3d7778c08183bdbdf93008508b17f1da3b61ab6328d9500000000000000000000000085e5551a01a3eebf34df650c0062cb80abd1661c | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0xcabd6a77aa05416c0637eb0ee0663bfbd69e8fe4a3f50b1ebb8c0182dcd27543_0 | 1725905280 | |
| geth_trace_0x3ff4778c5fa5b3771e6748789d8fadd0d36355f6c3084550aca3fe71b723e2e5_1 | 17186455 | 0x3ff4778c5fa5b3771e6748789d8fadd0d36355f6c3084550aca3fe71b723e2e5 | 0x58d764d7c65b13e757fd5b0e70086516c554c99409da4b997a029e0c708f514d | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e2000000d5c0000000000000000000000040000000066df3938000000000065a8b40000000000000000000000000000000000000000000000000000000283590562000000000000000000000000000000000000000000000000000000251b2107c1a192aff8bf733a79f3f3d7778c08183bdbdf93008508b17f1da3b61ab6328d9500000000000000000000000085e5551a01a3eebf34df650c0062cb80abd1661c | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x58d764d7c65b13e757fd5b0e70086516c554c99409da4b997a029e0c708f514d_0 | 1725905282 |
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 |