Raw Traces
Chain
Dataset name
celo_dango.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_0x7afe17f3bc53db398035b63b1d30960cb687d8956921ca1443385a60aa0e33b0_1 | 24940102 | 0x7afe17f3bc53db398035b63b1d30960cb687d8956921ca1443385a60aa0e33b0 | 0xa72f3463eb41c9a9a8dffbd97f09189f976cad6144342e3d73012044e650a023 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f4240000000000000000000000000000000006686a85800000000001c6ca90000000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000182161f696ea629539ee477ffa07bf5df2394dd9b65a89bfb0eea5d0c2edec139000000000000000000000000f8a9f4028b65fc77c3e73c180052066df01a9b93 | null | call | delegatecall | null | 957396 | 132927 | 0 | 0 | null | 1 | call_0xa72f3463eb41c9a9a8dffbd97f09189f976cad6144342e3d73012044e650a023_0 | 1720104718 | |
| geth_trace_0xb57cb303b2a3c4573e3445c5921d4ec3d46750b59efd806f2c2e8ce1ea8bcbc6_1 | 24940103 | 0xb57cb303b2a3c4573e3445c5921d4ec3d46750b59efd806f2c2e8ce1ea8bcbc6 | 0x1e914e8e1287aa7a0869a7032619a13824864b0dc68e0ff7019782f5e4f9b036 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f4240000000000000000000000000000000006686a86400000000001c6caa00000000000000000000000000000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000001ef85753d42d8fcf8a81821a89a7179c638a1f2cb5b17ea95eaaf33fe55e41699000000000000000000000000f8a9f4028b65fc77c3e73c180052066df01a9b93 | null | call | delegatecall | null | 957396 | 19127 | 0 | 0 | null | 1 | call_0x1e914e8e1287aa7a0869a7032619a13824864b0dc68e0ff7019782f5e4f9b036_0 | 1720104720 | |
| geth_trace_0x5fd287471f31129ebc4321b098d49ecb365ccebbe58afc0d3cd76581d99a13f9_1 | 24940104 | 0x5fd287471f31129ebc4321b098d49ecb365ccebbe58afc0d3cd76581d99a13f9 | 0xaaec88da323ed3b51a5f9a635d58b582a30022d4f5054df4bc9ba60a76147d35 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f4240000000000000000000000000000000006686a87000000000001c6cab00000000000000000000000000000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000001af925684d0ab940c8940fbde6b3e458905323733476418c74650271f49fea0ad000000000000000000000000f8a9f4028b65fc77c3e73c180052066df01a9b93 | null | call | delegatecall | null | 957396 | 19127 | 0 | 0 | null | 1 | call_0xaaec88da323ed3b51a5f9a635d58b582a30022d4f5054df4bc9ba60a76147d35_0 | 1720104722 |
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 |