Raw Traces
Chain
Dataset name
metal.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_0xe4d73baa037ee8e9ec39f31a002b17bc55ae456308c9e92e51e82c55b18f7a1f_1 | 516270 | 0xe4d73baa037ee8e9ec39f31a002b17bc55ae456308c9e92e51e82c55b18f7a1f | 0x744ead21db1c92e69e7fc77fe3aa421d56dbf8e96bc5980ec8926ee2ce1a3e08 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe0000000000000000000000002000000006614241b00000000012b42a50000000000000000000000000000000000000000000000000000000f3068c3d80000000000000000000000000000000000000000000000000000000000000001b1df60a6462743dc355ad1e7734eab57e7ac533e336331e2c3f9c1aac620f7ac000000000000000000000000c94c243f8fb37223f3eb2f7961f7072602a51b8b | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x744ead21db1c92e69e7fc77fe3aa421d56dbf8e96bc5980ec8926ee2ce1a3e08_0 | 1712596055 |
| trace_0xc05b08e6e9d59f6d962cce341d6cf02b78e88df3bad1d60d86a246d8ca68ccef_1 | 516284 | 0xc05b08e6e9d59f6d962cce341d6cf02b78e88df3bad1d60d86a246d8ca68ccef | 0x4d3ceb4273f0403c14087ff51ce8bb288ba91824e614cdbc609fed74f5baa1ad | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe0000000000000000000000003000000006614243300000000012b42a70000000000000000000000000000000000000000000000000000000e29bfa15500000000000000000000000000000000000000000000000000000000000000015f7bbabef31639ef1b53bab8c595111a25cd1615c98ca37130d98ace256e2a0a000000000000000000000000c94c243f8fb37223f3eb2f7961f7072602a51b8b | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x4d3ceb4273f0403c14087ff51ce8bb288ba91824e614cdbc609fed74f5baa1ad_0 | 1712596083 |
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 |