Enriched Transactions
Chain
Dataset name
fluent_public_devnet.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_0x424ce8340a0e115b9931cb96be3c996394f9950ae80f9f3c807634c43e0edebd_1 | 0x8c9fafeaac23a919e44d264192b1fde27c7f4afd1a292c2ff220ccc33de7a5e4 | 12 | 0x424ce8340a0e115b9931cb96be3c996394f9950ae80f9f3c807634c43e0edebd | 423152 | 1 | 0x7da6acfaf088108c44c47525df501fc78642311c | 0x108cbe696c71261f5b1ea7bd2b442158f29171a8 | 0 | 0 | 0x1249c58b | 0 | 0 | 2 | 1748597134 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||
| enriched_transaction_v2_0x6f714ed4e1908c8b6a6dda6a35085c3dc41ad9a5a2fa80ea16813ac8f0e48b5d_0 | 0xe5b91806353e29ba9c99fbf8ca379341eec386296520c80c4ed7b72d6254bf4b | 12 | 0x6f714ed4e1908c8b6a6dda6a35085c3dc41ad9a5a2fa80ea16813ac8f0e48b5d | 423759 | 0 | 0xbe8e9b5b6c2f3a8cea6acb8efacefc0a32973c4f | 0x108cbe696c71261f5b1ea7bd2b442158f29171a8 | 0 | 0 | 0x1249c58b | 0 | 0 | 2 | 1748598955 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xedb89e62b0d852b7fb99f894c0727fb337941a156aec108e9b361117839c175d_0 | 0x7be77d0d39726a99bb2221967876a881ec541384d7640ecf5799853b3db89630 | 14 | 0xedb89e62b0d852b7fb99f894c0727fb337941a156aec108e9b361117839c175d | 424159 | 0 | 0xa65236afd2bd08a73afa5317c0a2fb1452ab649d | 0x108cbe696c71261f5b1ea7bd2b442158f29171a8 | 0 | 0 | 0x1249c58b | 0 | 0 | 2 | 1748600155 | 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 |