Enriched Transactions
Chain
Dataset name
morph.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_0x7330f79dca568c8b89a33ca2e88c4dcc1a2cd5014656c50a94b905b3cf62e57f_0 | 0xd636b0960b32f75ee3a7bbc644e3c1c1a6f6c2894b690b147de6f7f97dc2a60d | 41 | 0x7330f79dca568c8b89a33ca2e88c4dcc1a2cd5014656c50a94b905b3cf62e57f | 1282 | 0 | 0x523bff68043c818e9b449dd3bee8eccfa85d7e50 | 0x530000000000000000000000000000000000000f | 0xbede39b500000000000000000000000000000000000000000000000000000002334145af | 2 | 1729495870 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | |||||||||
| enriched_transaction_v2_0x915a2404b022f0e5b11e45649434debf7aae67844e8deb0aac74062fa5dc6a65_0 | 0x6c67b016ffd2db87dbf190ef9ea86580e8f9952b7ebc36294a97b3c812bc3330 | 43 | 0x915a2404b022f0e5b11e45649434debf7aae67844e8deb0aac74062fa5dc6a65 | 1293 | 0 | 0x523bff68043c818e9b449dd3bee8eccfa85d7e50 | 0x530000000000000000000000000000000000000f | 0xbede39b500000000000000000000000000000000000000000000000000000002237a205e | 2 | 1729495911 | null | 1 | null | |¾q[ä | null | null | null | null | null | null | null | null | null | null | null | null | ||||||||
| enriched_transaction_v2_0xc726bdac95b5a5517dc710b16da3328ac1a9c274ed1ec4acdeaa0baadbafd9e0_0 | 0x774f5fe48d0e3c68772e601ef24dff5a8170b29d2383dbe048e851176eb650b4 | 57 | 0xc726bdac95b5a5517dc710b16da3328ac1a9c274ed1ec4acdeaa0baadbafd9e0 | 1405 | 0 | 0x523bff68043c818e9b449dd3bee8eccfa85d7e50 | 0x530000000000000000000000000000000000000f | 0xbede39b5000000000000000000000000000000000000000000000000000000021d82c024 | 2 | 1729496372 | null | 1 | null | wãö¹Z | 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 |