Enriched Transactions
Chain
Dataset name
incentiv.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_0xc9255bb8324837ee5ff0b943cc12fd06b324010bb9b3d164c1863e9504b4bd0d_0 | 0xf241405cb2566047945c18a06300ba10e9d6cc5a0967598efb274ab1545a1c6d | 7 | 0xc9255bb8324837ee5ff0b943cc12fd06b324010bb9b3d164c1863e9504b4bd0d | 29522 | 0 | 0xd2cc08d9afabb57bdf2216ed15fceaa9993f3b7b | 0x8e009df4519c14d7d758f955993413f2e68cab3e | ;Ê | 0xf0b2c40e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000004e59b44847b379578588920ca78fbf26c0b4956c | ;Ê | ;Ê | 2 | 1758879801 | null | 1 | ;Ê | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||
| enriched_transaction_v2_0xce27b42158b156584e5904d6c2c28d47b2a7d2302c835bc47b3b39fc601b9f16_0 | 0xd289275d6299646c2dd52f3540e1edfbc694414a805cf56c5cb02ca69f4b7d2b | 20 | 0xce27b42158b156584e5904d6c2c28d47b2a7d2302c835bc47b3b39fc601b9f16 | 82228 | 0 | 0xa7eccdb9be08178f896c26b7bbd8c3d4e844d9ba | 0x2c1fabecd7bfbdebf27ccdb67baadb38b6df90fc | ôn | ;Ê | 0xed547bf70000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000030000000000000000000000000531251bbadc1f9f19ccce3ca6b3f79f08eae1be0000000000000000000000004f977a59fdc2d9e39f6d780a84d5b4add1495a36000000000000000000000000cf0211fafbb91fd9d06d7e306b30032dc3a1934f | ;Ê | ;Ê | 2 | 1759158557 | Ãü | Ãü | null | 1 | ;Ê | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x9e32e701780e09ca50c5b128039aee5706a38eeb77b4d558c650c58c8d695d71_0 | 0x932ac0541ce7f39639154dbdf65143717871f86e9698b068a09212678caf2114 | 51 | 0x9e32e701780e09ca50c5b128039aee5706a38eeb77b4d558c650c58c8d695d71 | 82272 | 0 | 0xa7eccdb9be08178f896c26b7bbd8c3d4e844d9ba | 0x8f7454ac98228f3504bb91ea3d8adafe6406110a | Õþ | ;Ê | 0xed547bf70000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000007e0a09e09a52409a9213a9e6de6fa2b7735fcffa000000000000000000000000c7c0a8530156effdb1c17f0cb2f7c91615dd4a46 | ;Ê | ;Ê | 2 | 1759158861 | ¨µ | ¨µ | 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 |