Enriched Transactions
Chain
Dataset name
linea_sepolia.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_0x36da1e1381ee2d455b261eae2fa47afa0d2bbf1dc20f2ad4b3ec37af9cd24a8b_0 | 0x6f18b9ec404dd10e413fb6eb8da6cbb5404aed6936701bbec0d4ddf7aef43de4 | 1 | 0x36da1e1381ee2d455b261eae2fa47afa0d2bbf1dc20f2ad4b3ec37af9cd24a8b | 2 | 0 | 0x857dbfebd7d29a75ff06d1423c418da3b6e07292 | 0x857dbfebd7d29a75ff06d1423c418da3b6e07292 | 0 | 0x | 2 | 1709571105 | 0 | 0 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |||||
| enriched_transaction_v2_0x9451b4e431cd71548e29dc72d969299f66483ec3582cf30856327a8fd3764dc0_4 | 0x087ddf8f3b562b9ebdd5f3faec64a079b160c92fa70e15615f0557c8a6c5d100 | 6 | 0x9451b4e431cd71548e29dc72d969299f66483ec3582cf30856327a8fd3764dc0 | 35 | 4 | 0xe2904585e0594ddb8eea3e0d99a0e1e40dedd785 | 0x7d79c89d24998b5c0d00fb42309b414d5c9a29bd | 0 | 0 | 0 | 0x | null | null | 0 | 1710773291 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
| enriched_transaction_v2_0x3bc82d66ddc12f37df84519cb69bb5506db4d667e5a9aa55dcae149fcd235562_3 | 0x5bb380a3aff27fb0197828ebd0f0ece3ffb3e646c5f9554f8d3cf9ad488915c7 | 13 | 0x3bc82d66ddc12f37df84519cb69bb5506db4d667e5a9aa55dcae149fcd235562 | 36 | 3 | 0xe2904585e0594ddb8eea3e0d99a0e1e40dedd785 | 0x817da4f279e3557e49de3cf7d62011da80af44d5 | 0 | 0 | 0 | 0x | null | null | 0 | 1710773295 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | 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_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 |