Raw Traces
Chain
Dataset name
ethernity_testnet.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_0x2cd8eea62292cba143100ec96bea37849d17604ebf4659f337404da2d3e9a3b4_1 | 22 | 0x2cd8eea62292cba143100ec96bea37849d17604ebf4659f337404da2d3e9a3b4 | 0x44196618752b210336f5f40bdf3d984138b2eba32ad0ed22fe2878f92007e10e | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f424000000000000000000000000a00000000665ef57800000000005c1fdc00000000000000000000000000000000000000000000000000000011abc2c7bc0000000000000000000000000000000000000000000000000000000000000001f1eb0a6aca66856387b35d0b65980694ecf3961ceaf6e25ce4a71d6b6a2ad90e000000000000000000000000973a9e30d6d11355a459a69e7cbfba61c7627736 | null | call | delegatecall | null | 957325 | 16327 | 0 | 0 | null | 1 | call_0x44196618752b210336f5f40bdf3d984138b2eba32ad0ed22fe2878f92007e10e_0 | 1717499276 | |
| geth_trace_0x7f879c1555a90582e2a68ab4a6691ee5712da73e9afc423958c023dd8d0d6979_0 | 30 | 0x7f879c1555a90582e2a68ab4a6691ee5712da73e9afc423958c023dd8d0d6979 | 0x92422ea88eace01f0edcf8d465f542183cd68bd49705d687b039fdd31159c478 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f424000000000000000000000000000000000665ef59c00000000005c1fde00000000000000000000000000000000000000000000000000000011a865194900000000000000000000000000000000000000000000000000000000000000015c0710363628dfec66eefa57b0e4ea7e5d7a8184ed931c5a525cbaf6678b86c4000000000000000000000000973a9e30d6d11355a459a69e7cbfba61c7627736 | null | call | call | null | 1000000 | 52230 | 1 | null | 1 | call_0x92422ea88eace01f0edcf8d465f542183cd68bd49705d687b039fdd31159c478_ | 1717499292 | ||
| geth_trace_0x2d6f0fd043a32ec1446f46dd987dbb834977d9180c5360e8d0ed8efba2879949_1 | 45 | 0x2d6f0fd043a32ec1446f46dd987dbb834977d9180c5360e8d0ed8efba2879949 | 0xc34ba9ba50445b146cd3940169a1b823db8f8e8301bb1b7998741dd5278d6b99 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e20000f424000000000000000000000000300000000665ef5b400000000005c1fe0000000000000000000000000000000000000000000000000000000111e162b760000000000000000000000000000000000000000000000000000000000000001581f1dc542ebb52a686715fcddfad6835bef9b1d0c7da0c67c480bac1335779d000000000000000000000000973a9e30d6d11355a459a69e7cbfba61c7627736 | null | call | delegatecall | null | 957325 | 16327 | 0 | 0 | null | 1 | call_0xc34ba9ba50445b146cd3940169a1b823db8f8e8301bb1b7998741dd5278d6b99_0 | 1717499322 |
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 |