Raw Traces
Chain
Dataset name
robinhood_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_0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41_1 | 7151512 | 0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41 | 0xa039a35e4747037469ca5f9ee70591aa960c08ce1489a580b79ac5b193a33600 | 0 | 0xfffffffffffffffffffffffffffffffffffffffe | 0x0000f90827f1c53a10cb7a02335b175320002935 | 0xaa5382ca3eb9ddd807275873593c919926f3dfabb0fb053f8206a29d965a99a1 | null | call | call | null | 30000000 | 8492 | 1 | 0 | null | 1 | call_0xa039a35e4747037469ca5f9ee70591aa960c08ce1489a580b79ac5b193a33600_0 | 1772542784 | |
| geth_trace_0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41_30 | 7151512 | 0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41 | 0x3b01e019bbaf90ecf8d4418dda21252764f0ef466323bb217688952f24053025 | 1 | 0x0064394b61942924d63db20192652cddbcca745d | 0x6934f4526971efae7ccf9a8ffd24c8baadebe179 | null | 0xa58987090000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004ec8995a08f0e7f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000405a6243e08bcdb5204000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e80000000000000000000000005884ad2f920c162cfbbacc88c9c51aa75ec09e02000000000000000000000000dc21815a25df02c1040dad8e1b7d1ffe86bcdd12 | 0x0000000000000000000000000000000000000000000a331c3b3820b788449c3a00000000000000000000000000000000000000000070a215e476cf7bd4d49036000000000000000000000000000000000000000000262fd81dc2c3f13ad49036 | call | staticcall | null | 63188 | 17713 | 1 | 0,2,10 | null | 1 | call_0x3b01e019bbaf90ecf8d4418dda21252764f0ef466323bb217688952f24053025_0_2_10 | 1772542784 |
| geth_trace_0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41_32 | 7151512 | 0x0e736787bad1e9a2aeef87548cf9b0a614537bb18e8b8192ed79482bcc752d41 | 0x3b01e019bbaf90ecf8d4418dda21252764f0ef466323bb217688952f24053025 | 1 | 0x5884ad2f920c162cfbbacc88c9c51aa75ec09e02 | 0x1df3ca0fd30ed5eeb09eb01938f4e9c5196e6ca5 | null | 0x5c60da1b | 0x0000000000000000000000003a2f31e6bd72439bf4b0926720ae910104bd4be1 | call | staticcall | null | 54562 | 2425 | 0 | 0,2,10,0,0 | null | 1 | call_0x3b01e019bbaf90ecf8d4418dda21252764f0ef466323bb217688952f24053025_0_2_10_0_0 | 1772542784 |
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 |