Raw Traces
Chain
Dataset name
sanko.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_0xde6bb6969c286ba0767d3c4821f8bec88a99e73852e7f121c1a4694de71777d0_7 | 5 | 0xde6bb6969c286ba0767d3c4821f8bec88a99e73852e7f121c1a4694de71777d0 | 0x5d61dff0b630162520ff5720f99281f91fef5ba585e2055558fe22b52d0bdd9e | 1 | 0xdacd4ece27e8bd956088ffe73f3c06de09316ac5 | 0xc15f408fdb08ec48a5d3b20d72fbba86df2a5f62 | 0x | null | call | call | null | 0 | 0 | 0 | 5 | null | 1 | call_0x5d61dff0b630162520ff5720f99281f91fef5ba585e2055558fe22b52d0bdd9e_5 | 1712958598 | |
| geth_trace_0xb4b1a3c83525ac8a84004370266916d912530d0a665cc412bd2d0019c7bf1359_0 | 8 | 0xb4b1a3c83525ac8a84004370266916d912530d0a665cc412bd2d0019c7bf1359 | 0x1b0a110ef789f3af67b7c3fd04d90f4591ca39d78e08f0917408065344d5b98d | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012bb7c100000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000 | null | call | call | null | 0 | 0 | 0 | null | 1 | call_0x1b0a110ef789f3af67b7c3fd04d90f4591ca39d78e08f0917408065344d5b98d_ | 1712958598 | ||
| geth_trace_0x61888648b08502f53761c12147f4c37eb30fe667c4244cf5ae064c40004d1c62_14 | 10 | 0x61888648b08502f53761c12147f4c37eb30fe667c4244cf5ae064c40004d1c62 | 0x14fc9330b041e274cb7b1d92ef1607881896400c8dac2b4c7d0b8bb75a144c1e | 2 | 0xa2a055fa56b7b4d36f0320c5c65562854873e5b2 | 0x2746eb55dc0bf1d7ac0acb37bc0e3cbd67e95df0 | 0x3659cfe60000000000000000000000003697bdabaf6dad05a842b91d2ded96963905b160 | null | call | call | null | 16848390 | 2541 | 0 | 3,0 | null | 1 | call_0x14fc9330b041e274cb7b1d92ef1607881896400c8dac2b4c7d0b8bb75a144c1e_3_0 | 1712958611 |
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 |