Raw Traces
Chain
Dataset name
avalanche.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_0x53156ba881ab87b378ba55283969c7dc97a6648ee6cd089aa3c56b6433d2e65b_16 | 45704709 | 0x53156ba881ab87b378ba55283969c7dc97a6648ee6cd089aa3c56b6433d2e65b | 0x72536cf3c6ef6f1a16bf5b3b36cb4416db97a1f22dccbc5182502a99d356d059 | 0 | 0xe37e799d5077682fa0a244d46e5649f71457bd09 | 0x0b2777b0c55aeaaeb56e86b6eefa6cc2cfa00e07 | 0 | 0x022c0d9f000000000000000000000000000000000000000000000000546d19741e78ae5600000000000000000000000000000000000000000000000000000000000000000000000000000000000000001111111254eeb25477b68fb85ed929f73a96058200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000 | null | call | call | null | 651847 | 40832 | 3 | 1,0,3,2 | null | 1 | call_0x72536cf3c6ef6f1a16bf5b3b36cb4416db97a1f22dccbc5182502a99d356d059_1_0_3_2 | 1716271238 |
| geth_trace_0x53156ba881ab87b378ba55283969c7dc97a6648ee6cd089aa3c56b6433d2e65b_21 | 45704709 | 0x53156ba881ab87b378ba55283969c7dc97a6648ee6cd089aa3c56b6433d2e65b | 0x72536cf3c6ef6f1a16bf5b3b36cb4416db97a1f22dccbc5182502a99d356d059 | 0 | 0xe37e799d5077682fa0a244d46e5649f71457bd09 | 0x28f577ed1cb3b0add148d745d9c0a2c0c40cc48d | 0 | 0x128acb080000000000000000000000001111111254eeb25477b68fb85ed929f73a960582000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005f7ffda8c46786a0e0000000000000000000000000fffd8963efd1fc6a506488495d951d5263988d2500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000ec3492a2508ddf4fdc0cd76f31f340b30d1793e6 | 0xffffffffffffffffffffffffffffffffffffffffffffffff93e1a722229be38c00000000000000000000000000000000000000000000005f7ffda8c46786a0e0 | call | call | null | 607240 | 63495 | 4 | 1,0,4,0 | null | 1 | call_0x72536cf3c6ef6f1a16bf5b3b36cb4416db97a1f22dccbc5182502a99d356d059_1_0_4_0 | 1716271238 |
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 |