Raw Traces
Chain
Dataset name
iota.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_0x9b3784695a6212945b6891e30a0f08d7d62a611971e5783ff4c32cc263659d27_0 | 59 | 0x9b3784695a6212945b6891e30a0f08d7d62a611971e5783ff4c32cc263659d27 | 0x95eace500dba510d52de4a571d1d9874be56eb238d36009e1f6b41d123b35279 | 0 | 0x04db225a38839f17da4b2264f62020e619587167 | 0xbd128f62608d00ebe0f9c30501393be67c7fedd1 | 0x1687fe8e | 0x | call | call | null | 49978936 | 3198 | 0 | null | 1 | call_0x95eace500dba510d52de4a571d1d9874be56eb238d36009e1f6b41d123b35279_ | 1711118537 | ||
| trace_0x7fc3620308e52462ff3c40d2971f86614879f78598bf4ab2390c6a6fc291fc67_1 | 230 | 0x7fc3620308e52462ff3c40d2971f86614879f78598bf4ab2390c6a6fc291fc67 | 0x265fd294d33b073cfc91faff8db7faab902ecbd00f3a03dc6ed5c5f7d308f779 | 1 | 0x255ec7e2b0d301742a5d3c18e275413528c6610b | 0x431b0ee09a89c9242e8e8eec72edbc682fcfa481 | 0x1687fe8e | 0x | call | call | null | 49978936 | 3198 | 0 | null | 1 | call_0x265fd294d33b073cfc91faff8db7faab902ecbd00f3a03dc6ed5c5f7d308f779_ | 1711121582 | ||
| trace_0x2770dfd820290edf54ae3cc5c39f814b5e1ca5cec9490e13addf6f62c9a5a6df_0 | 292 | 0x2770dfd820290edf54ae3cc5c39f814b5e1ca5cec9490e13addf6f62c9a5a6df | 0x42812f993cf780b02dd2b2215ce68a129e08dd7fbec68fd193932961ab74093e | 0 | 0x0100dece54dbe627fb0068ecc1a2cf41287bed51 | 0x431b0ee09a89c9242e8e8eec72edbc682fcfa481 | 0x1687fe8e | 0x | call | call | null | 49978936 | 3198 | 0 | null | 1 | call_0x42812f993cf780b02dd2b2215ce68a129e08dd7fbec68fd193932961ab74093e_ | 1711121629 |
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 |