Enriched Transactions
Chain
Dataset name
ethereal.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_hash | receipt_l1_fee | receipt_l1_gas_used | receipt_l1_gas_price | receipt_l1_fee_scalar | receipt_l1_blob_base_fee | receipt_l1_blob_base_fee_scalar | blob_versioned_hashes | max_fee_per_blob_gas | receipt_l1_block_number | receipt_l1_base_fee_scalar | gateway_fee | fee_currency | gateway_fee_recipient |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enriched_transaction_v2_0x438f1619b8e9930c44e3a5b78438eeb3dfba80aaf6669c28f611e1114d3eedf8_0 | 0x86441b1603fef6dd33d3deec953ab84f44b61705be3ce8d444a5a8b563e07ffb | 0 | 0x438f1619b8e9930c44e3a5b78438eeb3dfba80aaf6669c28f611e1114d3eedf8 | 2 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001655f7300000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000 | null | null | 106 | 1758570902 | null | 1 | õá | null | null | null | null | null | null | null | null | 23420787 | null | null | null | null | ||||||
| enriched_transaction_v2_0x3c2f633b505ff7ca8cbbdb2e3e931ae1cf88bcf9e174892a497f90054e9bde47_1 | 0xe27e7742b92d59c71f399a474b4a3fe9871b088a2962c024eb13bd9214c0c125 | 0 | 0x3c2f633b505ff7ca8cbbdb2e3e931ae1cf88bcf9e174892a497f90054e9bde47 | 6 | 1 | 0xd095ab623cfe1aba384fae82d9053fe5009dcacd | 0x0000000000000000000000000000000000000070 | = | _^ | 0xa0188cdb0000000000000000000000000000000000000000000000000000000000989680 | eSñ | Yh/ | 2 | 1758573170 | Rì | Rì | null | 1 | õá | null | null | null | null | null | null | null | null | 23420973 | null | null | null | null | ||
| enriched_transaction_v2_0x6d32fa351d21be7f8f23b1880c789bf2ed1bf8f678f1ca91368bcd7e9e2b09af_2 | 0x5c303f72fde377bebe997b394213d5caee0944c8e315e9ebefffec70df9960df | 0 | 0x6d32fa351d21be7f8f23b1880c789bf2ed1bf8f678f1ca91368bcd7e9e2b09af | 19 | 2 | 0xbf813b505f9284cf0ec2e9a907637238ef5dac22 | 0xae703b505f9284cf0ec2e9a907637238ef5d9b11 | kÇ^-c | à | 0x | null | 104 | 1758637901 | åè | R | null | 1 | null | null | null | null | null | null | null | null | 23426343 | 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_hash | string |
| receipt_l1_fee | decimal |
| receipt_l1_gas_used | decimal |
| receipt_l1_gas_price | decimal |
| receipt_l1_fee_scalar | double |
| receipt_l1_blob_base_fee | decimal |
| receipt_l1_blob_base_fee_scalar | long |
| blob_versioned_hashes | array |
| max_fee_per_blob_gas | decimal |
| receipt_l1_block_number | long |
| receipt_l1_base_fee_scalar | long |
| gateway_fee | long |
| fee_currency | string |
| gateway_fee_recipient | string |