Raw Traces
Chain
Dataset name
rise.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_v2_0x27d0a4b2bad4b838cdc7638a8d857dab2beb56163e606e25c9acf5181fe62b75_0 | 1 | 0x27d0a4b2bad4b838cdc7638a8d857dab2beb56163e606e25c9acf5181fe62b75 | 0x1336fda8999618ef6fa3029fb9fad3fe915466c0db0d920c097f8ae6ec2fa7eb | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x3db6be2b0000000000000000000000000000000100000000695b85ff000000000170c4b40000000000000000000000000000000000000000000000000000000004c9093c00000000000000000000000000000000000000000000000000000000004ae437eb5a28815d21b0e7d009d67ec82bf66008990adf7dbe2ae90d3407796fe4deec000000000000000000000000499a15427f46685a362dab7886a491fefdf68a410000000000000000000000000000 | null | call | call | null | 0 | {º | 1 | null | 1 | call_0x1336fda8999618ef6fa3029fb9fad3fe915466c0db0d920c097f8ae6ec2fa7eb_ | 1767605760 | ||
| geth_trace_v2_0x5a16ccbbc442f3835dbf0bdd5d5f2601b99ef59172f4e4c3e70e492ba479f0d2_1 | 6 | 0x5a16ccbbc442f3835dbf0bdd5d5f2601b99ef59172f4e4c3e70e492ba479f0d2 | 0xb9bd4132e35626d951e2e3818d50649a7761674107e035f08742353041fcffd2 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x3db6be2b0000000000000000000000000000000600000000695b85ff000000000170c4b40000000000000000000000000000000000000000000000000000000004c9093c00000000000000000000000000000000000000000000000000000000004ae437eb5a28815d21b0e7d009d67ec82bf66008990adf7dbe2ae90d3407796fe4deec000000000000000000000000499a15427f46685a362dab7886a491fefdf68a410000000000000000000000000000 | null | call | delegatecall | null | b | H | 0 | 0 | null | 1 | call_0xb9bd4132e35626d951e2e3818d50649a7761674107e035f08742353041fcffd2_0 | 1767605765 | |
| geth_trace_v2_0x7662ef27a181294a1f442f8b559d6d1476409442a227b703404706caad2aca86_1 | 22 | 0x7662ef27a181294a1f442f8b559d6d1476409442a227b703404706caad2aca86 | 0x5f41241d659fabae1b4f0b3d069e4b43d602a72cda421c72989d4d4f33378b64 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x3db6be2b0000000000000000000000000000000900000000695b860b000000000170c4b50000000000000000000000000000000000000000000000000000000004e26adf00000000000000000000000000000000000000000000000000000000004b48d7e08a316a5fd00778b888a4e74bf21c45920f566d20596c7f8f4683c7d268aa8b000000000000000000000000499a15427f46685a362dab7886a491fefdf68a410000000000000000000000000000 | null | call | delegatecall | null | b | H | 0 | 0 | null | 1 | call_0x5f41241d659fabae1b4f0b3d069e4b43d602a72cda421c72989d4d4f33378b64_0 | 1767605781 |
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 | decimal |
| gas_used | decimal |
| subtraces | long |
| trace_address | string |
| error | string |
| status | long |
| trace_id | string |
| block_timestamp | long |