Raw Traces
Chain
Dataset name
matic.raw_tracesVersion
1.0.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| block_hash | block_number | block_timestamp | call_type | error | from_address | gas | gas_used | id | input | output | reward_type | status | subtraces | to_address | trace_address | trace_id | trace_type | transaction_hash | transaction_index | value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061 | 50541073 | 1701280287 | call | 0xabf655f56b8146569af920f1ea3acf8db530cdab | 7976 | 0 | trace_0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061_392 | 0x646174613a2c7b2270223a227072632d3230222c226f70223a226d696e74222c227469636b223a22616e7473222c22616d74223a22313030303030303030227d | 0x | 1 | 0 | 0xabf655f56b8146569af920f1ea3acf8db530cdab | call_0xfd70ad14d5115fa381856bd3a6e36546f138c78d6aa90dbde0dd7e530b93bb20_ | call | 0xfd70ad14d5115fa381856bd3a6e36546f138c78d6aa90dbde0dd7e530b93bb20 | 301 | 0 | |||
| 0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061 | 50541073 | 1701280287 | call | 0xf5c700766d117d1431d8bd9402d208102fc4c253 | 7976 | 0 | trace_0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061_299 | 0x646174613a2c7b2270223a227072632d3230222c226f70223a226d696e74222c227469636b223a22616e7473222c22616d74223a22313030303030303030227d | 0x | 1 | 0 | 0xf5c700766d117d1431d8bd9402d208102fc4c253 | call_0x55bd66c7c1125f7d13fc3a5fb9e980bac48a56bafab602eb1dbb9a732de4b864_ | call | 0x55bd66c7c1125f7d13fc3a5fb9e980bac48a56bafab602eb1dbb9a732de4b864 | 208 | 0 | |||
| 0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061 | 50541073 | 1701280287 | call | 0xabf655f56b8146569af920f1ea3acf8db530cdab | 7976 | 0 | trace_0x622bb3eac49c8781bc35b57ccaa77409574b43792796d3d40c59aec3884c9061_373 | 0x646174613a2c7b2270223a227072632d3230222c226f70223a226d696e74222c227469636b223a22616e7473222c22616d74223a22313030303030303030227d | 0x | 1 | 0 | 0xabf655f56b8146569af920f1ea3acf8db530cdab | call_0x3b059efee1a1e354019f5248fe3eeb05bd44d3d9ec5d8e6688cc390283572456_ | call | 0x3b059efee1a1e354019f5248fe3eeb05bd44d3d9ec5d8e6688cc390283572456 | 282 | 0 |
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 |
| block_timestamp | long |