Raw Traces
Chain
Dataset name
monad_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_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_28 | 8982 | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 0x90759d360d4ae280b0f2c881b0382501cd9cc0223bbddb7db01dc36fc875ec97 | 28 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0x764bf1a29148d28091dd899c5d9491fc89a9d496 | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0x90759d360d4ae280b0f2c881b0382501cd9cc0223bbddb7db01dc36fc875ec97_ | 1736285629 | |
| geth_trace_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_40 | 8982 | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 0xdd0888096b91fb149dc436afdfb8290113f2935a684a827a56557fe5153a3fdd | 40 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0xe94db9b7b798ecdc42f27ea7da4f622e614256be | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0xdd0888096b91fb149dc436afdfb8290113f2935a684a827a56557fe5153a3fdd_ | 1736285629 | |
| geth_trace_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_54 | 8982 | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 0xb9e12307d12041f25fa4d834f451858045a0d91755abd6a8df353fd53e0f4e0d | 54 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0x71ea0db01fefb85366af3a61bdac566ca964d419 | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0xb9e12307d12041f25fa4d834f451858045a0d91755abd6a8df353fd53e0f4e0d_ | 1736285629 |
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 |