Enriched Transactions
Chain
Dataset name
tempo_moderato.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_0xc5f1bd1ddff4cc01ebe1be662f16e10c44f9c2f8f02dbbf7be80ef72d9a22ec6_0 | 0x9d9e93e1dc03bfd473f83ebac13cf6a13ff4ecc8e61522982308be1c1ab9fdc2 | 0 | 0xc5f1bd1ddff4cc01ebe1be662f16e10c44f9c2f8f02dbbf7be80ef72d9a22ec6 | 10 | 0 | 0x0000000000000000000000000000000000000000 | 0x3000000000000000000000000000000000000000 | 0x74160149000000000000000000000000000000000000000000000000000000000000000a | null | null | 0 | 1762801879 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||||
| enriched_transaction_v2_0x748baa3aef8b44648c4e64065a1c6d2035993e9964a92cce373357393b1c5871_2 | 0x2cc06e6eff232fbf26530f43af73cc36ad4565915420a4dbeff111198b66b38b | 0 | 0x748baa3aef8b44648c4e64065a1c6d2035993e9964a92cce373357393b1c5871 | 17 | 2 | 0x0000000000000000000000000000000000000000 | 0xdec0000000000000000000000000000000000000 | 0xb306cc700000000000000000000000000000000000000000000000000000000000000011 | null | null | 0 | 1762801885 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||||
| enriched_transaction_v2_0xb0a24e830d72215025e2241048ace95f2a68b357b748fbc0a25df15ce4c76e6f_2 | 0x67d1c65adca9d98608e144432d1c92a385c6c1ae361fbc291d80729f00d4bea7 | 0 | 0xb0a24e830d72215025e2241048ace95f2a68b357b748fbc0a25df15ce4c76e6f | 18 | 2 | 0x0000000000000000000000000000000000000000 | 0xdec0000000000000000000000000000000000000 | 0xb306cc700000000000000000000000000000000000000000000000000000000000000012 | null | null | 0 | 1762801886 | null | 1 | 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 |