Raw Traces
Chain
Dataset name
moca_testnet.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_0x8a61e886b414fcbbc90b900213d7c6c3553450dad377e9c901a3097364b30d9d_0 | 901 | 0x8a61e886b414fcbbc90b900213d7c6c3553450dad377e9c901a3097364b30d9d | 0x1b3a13d8450bbbf5155d99bb939c117857c285d9abc449e0652a8a8ae444cb02 | 0 | 0xf129d121d1a660dc8274bd40374d8dc51880e3f0 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 0x | 0x | call | call | null | 0 | 0 | 0 | null | 1 | call_0x1b3a13d8450bbbf5155d99bb939c117857c285d9abc449e0652a8a8ae444cb02_ | 1756351213 | ||
| geth_trace_0x712790e0335bccceafbef95b3fe29446e7c0f2f0c3743b0bd41ddd9e2177016f_0 | 529908 | 0x712790e0335bccceafbef95b3fe29446e7c0f2f0c3743b0bd41ddd9e2177016f | 0x18221ac02f13ba809d51be5687fb6f6953501788f90f09eef8f34dadc8bca442 | 0 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 0x00000be6819f41400225702d32d3dd23663dd690 | #òoÁ | 0x | 0x | call | call | null | 0 | 0 | 0 | null | 1 | call_0x18221ac02f13ba809d51be5687fb6f6953501788f90f09eef8f34dadc8bca442_ | 1756871014 | |
| geth_trace_0x3de96aa92ba7f71265b55726e0cc42e17e11d622cc8b3c0c42e3257940b27dba_5 | 530266 | 0x3de96aa92ba7f71265b55726e0cc42e17e11d622cc8b3c0c42e3257940b27dba | 0x26687ec297dc3ed14f6f9ef4dad0027bb831ffe0fb404036195a3302a4d0a83d | 6 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 0x00000be6819f41400225702d32d3dd23663dd690 | #òoÁ | 0x | 0x | call | call | null | 0 | 0 | 0 | null | 1 | call_0x26687ec297dc3ed14f6f9ef4dad0027bb831ffe0fb404036195a3302a4d0a83d_ | 1756871363 |
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 |