Enriched Transactions
Chain
Dataset name
linea.receipt_transactionsVersion
1.1.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_0xdd2c0d797fedff37b7ce256e51e0422d159c437042b6bf655aae3aae05b84498_11 | 0xeddaccdc5eab6cfc3c7a38af4c9951f75747fbe7e1edaa856b341c39caff98e1 | 72 | 0xdd2c0d797fedff37b7ce256e51e0422d159c437042b6bf655aae3aae05b84498 | 10900372 | 11 | 0x89ef5cf2e2646a75b9c41e5fb1c68007f7e53ee6 | 0xdb75db974b1f2bd3b5916d503036208064d18295 | 0 | 0 | 0xf14fcbc87d4c1e10d1cb8c401d173352b9dc3e63a480af0a896156c3c71c77adcf625e2f | 0 | 0 | 2 | 1729250355 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||
| enriched_transaction_v2_0x84405f6691aca0f3a72a54ba64bccbb9399e2ed6692777e3970f421fd80a40c6_4 | 0xa37475394606afc58fa8c62d78cfbdf490520886d5538e66efcb8323c15a2855 | 756 | 0x84405f6691aca0f3a72a54ba64bccbb9399e2ed6692777e3970f421fd80a40c6 | 10900388 | 4 | 0xd7c6e2bd795c1fde51f5e24f4f542ae431fdac8c | 0x9dfdf32ae82c7e8ebc156ea28e6637b120e00d12 | 0 | 0 | 0x8e3c92e400000000000000000000000000000000000000000000000000000000053ec600000000000000000000000000000000000000000000000000002d13e2d055452d000000000000000000000000d7c6e2bd795c1fde51f5e24f4f542ae431fdac8c0000000000000000000000005045f48f1665654b7ab52f1eb281674484d5ecf40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0 | 0 | 2 | 1729250388 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x95aa929677238f2414c3ee1e0894d3e2d4778605d90b3f272bac6eac5069585d_0 | 0x9767b940cb9252504d27e47f9f33fde1512e855685d8049bb2d5c5fcc796533e | 98 | 0x95aa929677238f2414c3ee1e0894d3e2d4778605d90b3f272bac6eac5069585d | 10900395 | 0 | 0x0309fe6b0ad12734df1e1b08bf309d1756432fb6 | 0xd1a3abf42f9e66be86cfdea8c5c2c74f041c5e14 | 0 | 0x5b7d7482000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000004063653034333965343136626161373562333333383665646436333234333538626337333362663837626363303535316336346136333030303965313535333731000000000000000000000000000000000000000000000000000000000000004063653034333965343136626161373562333333383665646436333234333538626337333362663837626363303535316336346136333030303965313535333731 | 0 | 0 | 2 | 1729250402 | 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 |