Raw Traces
Chain
Dataset name
moca.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_0xd96e9bc682c8c3e1ff62eaa229b4aa13feea0ec8d3d59ec448d876b7a841fb56_5 | 14530240 | 0xd96e9bc682c8c3e1ff62eaa229b4aa13feea0ec8d3d59ec448d876b7a841fb56 | 0xfa4a480445c5625710c5e0b307b4e833464012a7fc1a99757817d54f7eeeeae7 | 0 | 0x3c2269811836af69497e5f486a85d7316753cf62 | 0x4ee2f9b7cf3a68966c370f3eb2c16613d3235245 | null | 0x3161b7f600000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000016f0000000000000000000000000000000000000000000043087c73b1f7d0399e71000000000000000000000000000000000000000000000000000000002ffbaf950000000000000000000000000000000000000000000000000000000000000010 | 0x | call | delegatecall | null | 190832 | 10872 | 0 | 0 | null | 1 | call_0xfa4a480445c5625710c5e0b307b4e833464012a7fc1a99757817d54f7eeeeae7_0 | 1777975009 |
| geth_trace_0x6aba0e0b63509ea204cd75fa427304c891d5fc746d45f061177d41ce31a0e1c3_1 | 14530602 | 0x6aba0e0b63509ea204cd75fa427304c891d5fc746d45f061177d41ce31a0e1c3 | 0x88103be3357581b45bad73662651b62e39690309d78cca4050a047cfd3c8a89e | 1 | 0x3c2269811836af69497e5f486a85d7316753cf62 | 0x4ee2f9b7cf3a68966c370f3eb2c16613d3235245 | null | 0x3161b7f60000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000e7802fb25cb3efc8502a6000000000000000000000000000000000000000000000000000000000a473e7c000000000000000000000000000000000000000000000000000000000000000c | 0x | call | delegatecall | null | 190832 | 10872 | 0 | 0 | null | 1 | call_0x88103be3357581b45bad73662651b62e39690309d78cca4050a047cfd3c8a89e_0 | 1777975308 |
| geth_trace_0x69add49d3c006468fbe56a85a16ba1b11b684b26dfca77c3640c0050e02cc3ff_1 | 14530964 | 0x69add49d3c006468fbe56a85a16ba1b11b684b26dfca77c3640c0050e02cc3ff | 0x6ab54b33f6f970b7fde5c8b3df72d0faf924a4e3b7fc8c707b3d09aef26cd3b8 | 1 | 0x3c2269811836af69497e5f486a85d7316753cf62 | 0x4ee2f9b7cf3a68966c370f3eb2c16613d3235245 | null | 0x3161b7f60000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000e756c3391779681d3302e0000000000000000000000000000000000000000000000000000000007e21db0000000000000000000000000000000000000000000000000000000000000000c | 0x | call | delegatecall | null | 190832 | 10872 | 0 | 0 | null | 1 | call_0x6ab54b33f6f970b7fde5c8b3df72d0faf924a4e3b7fc8c707b3d09aef26cd3b8_0 | 1777975606 |
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 |