Raw Traces
Chain
Dataset name
camp_testnet.raw_tracesVersion
2.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0x8d61bf10c78e5c088b9ca4c0a2452e1726712647b3049cc3de17000345b44fed_1 | 1502417 | 0x8d61bf10c78e5c088b9ca4c0a2452e1726712647b3049cc3de17000345b44fed | 0x700fa2a05ceb4eea47054f085ff8adef6acd89c0dcc4293a72e5633f39ab8922 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000000564bfb000000000000000000000000000000000000000000000000000000006614232c00000000000000000000000000000000000000000000000000000000001642a3f6413e86459668c4af471fb75ff216816e92a4eb6bae01d1f37de0dd5e810895000000000000000000000000000000000000000000000000000000000000000100000000000000000000000084c8b4842e59f159026affa6c418cc60b04055da00000000000000000000000000000000000000000000000000000000000000bc0000000000000000000000000000000000000000000000000000000000010b30 | null | call | delegatecall | null | 956953 | 36084 | 0 | 0 | null | 1 | call_0x700fa2a05ceb4eea47054f085ff8adef6acd89c0dcc4293a72e5633f39ab8922_0 | 1712595814 |
| trace_0x0a178722d54f09ececf81b2adb1434eb7bf87c019994bd197b0af51923802c1c_1 | 1502418 | 0x0a178722d54f09ececf81b2adb1434eb7bf87c019994bd197b0af51923802c1c | 0x19270ac3bf3127c2fbf515e78840a99765d22cc5606dc3846afa749ba734cdd0 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000000564bfb000000000000000000000000000000000000000000000000000000006614232c00000000000000000000000000000000000000000000000000000000001642a3f6413e86459668c4af471fb75ff216816e92a4eb6bae01d1f37de0dd5e810895000000000000000000000000000000000000000000000000000000000000000200000000000000000000000084c8b4842e59f159026affa6c418cc60b04055da00000000000000000000000000000000000000000000000000000000000000bc0000000000000000000000000000000000000000000000000000000000010b30 | null | call | delegatecall | null | 956953 | 18984 | 0 | 0 | null | 1 | call_0x19270ac3bf3127c2fbf515e78840a99765d22cc5606dc3846afa749ba734cdd0_0 | 1712595816 |
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 |