Raw Traces
Chain
Dataset name
fantom.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0x0001332c00000fd906dbf4307cb8c93e15da7f6cadbec42c6fd1b91830e0a29b_3 | 30030450 | 0x0001332c00000fd906dbf4307cb8c93e15da7f6cadbec42c6fd1b91830e0a29b | 0xb2b2efc8b559878ff9c5d84100d4b83b3d989303490c61d22f727a176eb65ae0 | 0 | 0x8166994d9ebbe5829ec86bd81258149b87facfd3 | 0xf24bcf4d1e507740041c9cfd2dddb29585adce1e | 0 | 0x40c10f190000000000000000000000008166994d9ebbe5829ec86bd81258149b87facfd30000000000000000000000000000000000000000000000040aac1efc42060000 | 0x | call | call | null | 80277 | 11759 | 0 | 2 | null | 1 | call_0xb2b2efc8b559878ff9c5d84100d4b83b3d989303490c61d22f727a176eb65ae0_2 | 1644025585 |
| trace_0x0001332c00000fd906dbf4307cb8c93e15da7f6cadbec42c6fd1b91830e0a29b_12 | 30030450 | 0x0001332c00000fd906dbf4307cb8c93e15da7f6cadbec42c6fd1b91830e0a29b | 0xa7b039dac20cc20e09b26f23ca942888fcd58f826989aaa13b26cce06a627ad0 | 1 | 0x26596af66a10cb6c6fe890273ed37980d50f2448 | 0x376020c5b0ba3fd603d7722381faa06da8078d8a | null | 0x70a0823100000000000000000000000018f768455e7f5fb09fc491fd86bcc282bcdd5973 | 0x0000000000000000000000000000000000000000000000021cd61a5c4d1b0d6f | call | staticcall | null | 202925 | 5394 | 0 | 6 | null | 1 | call_0xa7b039dac20cc20e09b26f23ca942888fcd58f826989aaa13b26cce06a627ad0_6 | 1644025585 |
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 |