Raw Traces
Chain
Dataset name
polynomial.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_0x430b2f9f2a8f0dacaecddba7569f53a0916d1c35a9820712a29aff15f0ea4f13_0 | 3932798 | 0x430b2f9f2a8f0dacaecddba7569f53a0916d1c35a9820712a29aff15f0ea4f13 | 0xe861020a8fe8c0e7bed00691b407011ebae9d76e8f11c6b6386d4c4eeb8a7b62 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe00000000000000000000000000000000066df335b00000000013c1475000000000000000000000000000000000000000000000000000000020f354881000000000000000000000000000000000000000000000000000000000000000187402ea5056e55c62f4f2ffba3a4efcdd49c8bd9b5ea76fcf5557f8fe2be88f100000000000000000000000067a44ce38627f46f20b1293960559ed85dd194f1 | null | call | call | null | 1000000 | 52215 | 1 | null | 1 | call_0xe861020a8fe8c0e7bed00691b407011ebae9d76e8f11c6b6386d4c4eeb8a7b62_ | 1725903771 | ||
| geth_trace_0xfd5bc3b3946214da3cf6ea0977876e1c46b7ef8688aee429a4b7b55afd343a3f_0 | 3932800 | 0xfd5bc3b3946214da3cf6ea0977876e1c46b7ef8688aee429a4b7b55afd343a3f | 0x3a6b06dbf3aabf5b046da2d3c9b4c4b285a6548c3738e799b6c7c71e43ca1359 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe00000000000000000000000020000000066df335b00000000013c1475000000000000000000000000000000000000000000000000000000020f354881000000000000000000000000000000000000000000000000000000000000000187402ea5056e55c62f4f2ffba3a4efcdd49c8bd9b5ea76fcf5557f8fe2be88f100000000000000000000000067a44ce38627f46f20b1293960559ed85dd194f1 | null | call | call | null | 1000000 | 43827 | 1 | null | 1 | call_0x3a6b06dbf3aabf5b046da2d3c9b4c4b285a6548c3738e799b6c7c71e43ca1359_ | 1725903775 | ||
| geth_trace_0x3cd5207dffac97d2901f2cb961b99036bde294aba999b2743c4aee82a1511975_0 | 3932801 | 0x3cd5207dffac97d2901f2cb961b99036bde294aba999b2743c4aee82a1511975 | 0x3b5ea0c6d1e8b25895cb77aefc6d4eda02173553529967ed7be96bf1087d1a58 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe00000000000000000000000030000000066df335b00000000013c1475000000000000000000000000000000000000000000000000000000020f354881000000000000000000000000000000000000000000000000000000000000000187402ea5056e55c62f4f2ffba3a4efcdd49c8bd9b5ea76fcf5557f8fe2be88f100000000000000000000000067a44ce38627f46f20b1293960559ed85dd194f1 | null | call | call | null | 1000000 | 43827 | 1 | null | 1 | call_0x3b5ea0c6d1e8b25895cb77aefc6d4eda02173553529967ed7be96bf1087d1a58_ | 1725903777 |
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 |