Raw Traces
Chain
Dataset name
shape.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_0xd3f4e2d9fa09aebeaca5d311824b73b1336cb014a2b16d8b54e32f478ef1cda8_1 | 5 | 0xd3f4e2d9fa09aebeaca5d311824b73b1336cb014a2b16d8b54e32f478ef1cda8 | 0x071e992a7dca023f07364a1e3c751250c8232356d75e3835b4ce8f69813f7f33 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e20000a6fe000000000000000000000000500000000669fbc57000000000136d1810000000000000000000000000000000000000000000000000000000222480e7e000000000000000000000000000000000000000000000000000000000000000164772c7ca14e37ca9f0662b7d16b250f486218656012c0da994396608584b2b1000000000000000000000000f7ca543d652e38692fd12f989eb55b5327ec9a20 | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x071e992a7dca023f07364a1e3c751250c8232356d75e3835b4ce8f69813f7f33_0 | 1721744481 | |
| geth_trace_0xa5e901ec31c89ccea8ab8bf2ed17f12278e5ca9595e1a84d1876f450304d17ec_0 | 13 | 0xa5e901ec31c89ccea8ab8bf2ed17f12278e5ca9595e1a84d1876f450304d17ec | 0x37a5848cf18ccd60611ff1f150f3b406faa78c06b2e178c73f8992da8b707527 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe000000000000000000000000100000000669fbc6f000000000136d183000000000000000000000000000000000000000000000000000000021980f3ad0000000000000000000000000000000000000000000000000000000000000001e20415952620880fe7130f51a3d637a58b7300d5cd98ac39789cc042fecbd942000000000000000000000000f7ca543d652e38692fd12f989eb55b5327ec9a20 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x37a5848cf18ccd60611ff1f150f3b406faa78c06b2e178c73f8992da8b707527_ | 1721744497 | ||
| geth_trace_0x7921fdc3d04f5e9f67c316e7dde40cb21c628ba30062da39409d656562cf0d8c_0 | 35 | 0x7921fdc3d04f5e9f67c316e7dde40cb21c628ba30062da39409d656562cf0d8c | 0xe06ce86c90778be2ba2a740e4d58dfddd57a522c47c5021399c6cc32c0aed7be | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe000000000000000000000000500000000669fbc93000000000136d186000000000000000000000000000000000000000000000000000000022f67527e00000000000000000000000000000000000000000000000000000000000000010ad7e67f6fe395b0db83705d3fd4fa2912b77d0e2e907fe91c93b1212d6e5c4b000000000000000000000000f7ca543d652e38692fd12f989eb55b5327ec9a20 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xe06ce86c90778be2ba2a740e4d58dfddd57a522c47c5021399c6cc32c0aed7be_ | 1721744541 |
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 |