Raw Traces
Chain
Dataset name
zetachain_mainnet.raw_tracesVersion
1.0.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| block_hash | block_number | block_timestamp | call_type | error | from_address | gas | gas_used | id | input | output | reward_type | status | subtraces | to_address | trace_address | trace_id | trace_type | transaction_hash | transaction_index | value | after_evm_transfers | before_evm_transfers |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x3041ba5d4a21f91e763d59b231b0393872cc32d12ec1f4c4760185ca3661db33 | 155129833 | 1701235916 | call | 0xbbee07b3e8121227afcfe1e2b82772246226128e | 368764 | 21677 | trace_arbitrum_0x3041ba5d4a21f91e763d59b231b0393872cc32d12ec1f4c4760185ca3661db33_7 | 0x39509351000000000000000000000000ae1ec28d6225dce2ff787dcb8ce11cf6d3ae064f000000000000000000000000000000000000000000000000000000002cb41780 | 0x0000000000000000000000000000000000000000000000000000000000000001 | 1 | 1 | 0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 | 0,3 | call_0x85268219aca264340a9c2b984f0cfab1f7dcf61b523b045a5f8ecc24706764e1_0_3 | call | 0x85268219aca264340a9c2b984f0cfab1f7dcf61b523b045a5f8ecc24706764e1 | 1 | 0 | ||||
| 0x8c02294d953fb68890970bf74eae4533bc1a85dc61dc4bfedcba96e53e22dde0 | 155129836 | 1701235917 | call | 0xd56e4eab23cb81f43168f9f45211eb027b9ac7cc | 326655 | 7694 | trace_arbitrum_0x8c02294d953fb68890970bf74eae4533bc1a85dc61dc4bfedcba96e53e22dde0_31 | 0xdf2b057e0000000000000000000000009c8d8a224545c15024cb50c7c02cf3ea9aa1bf36000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000352d8275aae3e0c2404d9f68f6cee084b5beb3dd00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000002ee000000000000000000000000000000000000000000000000000000000000075300000000000000000000000000000000000000000000000000000000000002ee0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000f2176b1558f8 | 1 | 1 | 0xdea04ef31c4b4fdf31cb58923f37869739280d49 | 6,1,0,2,0 | call_0x559d16e609d2b88a8078beef153fcba9c20823a1249e12f562d21875e5041d68_6_1_0_2_0 | call | 0x559d16e609d2b88a8078beef153fcba9c20823a1249e12f562d21875e5041d68 | 1 | 0 | ||||
| 0x8c02294d953fb68890970bf74eae4533bc1a85dc61dc4bfedcba96e53e22dde0 | 155129836 | 1701235917 | call | 0x89410dc8e6fb637c7c919de68e2db99488a821fe | 2295500 | 1956132 | trace_arbitrum_0x8c02294d953fb68890970bf74eae4533bc1a85dc61dc4bfedcba96e53e22dde0_1 | 0x9fbf10fc000000000000000000000000000000000000000000000000000000000000006f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000089410dc8e6fb637c7c919de68e2db99488a821fe0000000000000000000000000000000000000000000000000000000001aad1a00000000000000000000000000000000000000000000000000000000001a8af4c000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000001489410dc8e6fb637c7c919de68e2db99488a821fe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 1 | 7 | 0x53bf833a5d6c4dda888f69c22c88c9f356a41614 | call_0x559d16e609d2b88a8078beef153fcba9c20823a1249e12f562d21875e5041d68_ | call | 0x559d16e609d2b88a8078beef153fcba9c20823a1249e12f562d21875e5041d68 | 1 | 731767085099917 |
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 |
| block_timestamp | long |