Enriched Transactions
Chain
Dataset name
blast.receipt_transactionsVersion
1.0.0Description
Transaction data including input, value, from and to address, and metadata for the block, gas, and receipts.
Example data
| id | hash | nonce | block_hash | block_number | transaction_index | from_address | to_address | value | gas | gas_price | input | max_fee_per_gas | max_priority_fee_per_gas | transaction_type | block_timestamp | receipt_cumulative_gas_used | receipt_gas_used | receipt_contract_address | receipt_status | receipt_effective_gas_price | receipt_root | receipt_root_hash | receipt_l1_fee | receipt_l1_gas_used | receipt_l1_gas_price | receipt_l1_fee_scalar |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enriched_transaction_0x9ec5b7df61e1f1432fa271ceafda3bc1a450aaf100b19d4dd2730c3fc7574288_0 | 0xdc675ff87f032499d68eb37e2462eca9dc682b4acc7316bad1baf0048155d114 | 21 | 0x9ec5b7df61e1f1432fa271ceafda3bc1a450aaf100b19d4dd2730c3fc7574288 | 22 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000001267f090000000000000000000000000000000000000000000000000000000065da5e7b000000000000000000000000000000000000000000000000000000059c1156f2b57add75c478b4f6fce2cade4acae5e2ab060da076f968127bbcb4462d1ef1a70000000000000000000000000000000000000000000000000000000000000004000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1708809859 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null |
| enriched_transaction_0xe2a4005cd5136abf39906fa14365ac119bd2a92e017c46084e03701388129655_0 | 0xcb79305fc21fddb84f65791cc535847eb9869852df7069b1c8201cf4392ba791 | 33 | 0xe2a4005cd5136abf39906fa14365ac119bd2a92e017c46084e03701388129655 | 34 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000001267f0b0000000000000000000000000000000000000000000000000000000065da5e93000000000000000000000000000000000000000000000000000000065b7440b26ff402c2fca8beb63f0ada3b5db779f928ee7e2edac880adef4efdc9dc93db660000000000000000000000000000000000000000000000000000000000000004000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1708809883 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null |
Schema
| Column | Type |
|---|---|
| id | string |
| hash | string |
| nonce | long |
| block_hash | string |
| block_number | long |
| transaction_index | long |
| from_address | string |
| to_address | string |
| value | decimal |
| gas | decimal |
| gas_price | decimal |
| input | string |
| max_fee_per_gas | decimal |
| max_priority_fee_per_gas | decimal |
| transaction_type | long |
| block_timestamp | long |
| receipt_cumulative_gas_used | decimal |
| receipt_gas_used | decimal |
| receipt_contract_address | string |
| receipt_status | long |
| receipt_effective_gas_price | decimal |
| receipt_root | long |
| receipt_root_hash | string |
| receipt_l1_fee | decimal |
| receipt_l1_gas_used | decimal |
| receipt_l1_gas_price | decimal |
| receipt_l1_fee_scalar | double |