Enriched Transactions
Chain
Dataset name
hyperevm_testnet.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_0x94d7f4c891cb69c37be6f175c0ee656eb5ecd065aba618f41dd6f894861236b6_0 | 0x01ff2bf63ae1b7e689e093c0f4f7e339d50551496995096c41730ad9220b3b2b | 26177 | 0x94d7f4c891cb69c37be6f175c0ee656eb5ecd065aba618f41dd6f894861236b6 | 32625596 | 0 | 0x1a856d1a3d3be167242be21b2a8679011dc2cd9a | 0x159d9394cdac20a97e25f8eaa91b1f6daf613858 | 0 | 0 | 0x539baa730000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000200000000000000000000000007eccfa11dbfc99648038c60c8ee0dd0922f56b3000000000000000000000000e19ec8cc72adc128bbbe734071f619864395dae4 | 0 | 2 | 1758184583 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||
| enriched_transaction_v2_0x34a20b24e1dd0efd0eca0d3353864b6865241face967c2f9ab4ab9169606fcf4_0 | 0x85921c68f8c4fcc5fdeb97bab1c437357f950b2b74a2d1b4c9ae1c0a83cff0e5 | 26178 | 0x34a20b24e1dd0efd0eca0d3353864b6865241face967c2f9ab4ab9169606fcf4 | 32625657 | 0 | 0x1a856d1a3d3be167242be21b2a8679011dc2cd9a | 0x159d9394cdac20a97e25f8eaa91b1f6daf613858 | 0 | 0 | 0x539baa730000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000200000000000000000000000007eccfa11dbfc99648038c60c8ee0dd0922f56b3000000000000000000000000e19ec8cc72adc128bbbe734071f619864395dae4 | 0 | 2 | 1758184643 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||
| enriched_transaction_v2_0xa3ab740ba15f85e0e301bcbe861039cf6213c6ed325d68fe69fe270ab7b4431a_0 | 0xa0796879314dd074a045bf5757e958879cd108d56ef1e3596420adcbc9cf7d92 | 3021 | 0xa3ab740ba15f85e0e301bcbe861039cf6213c6ed325d68fe69fe270ab7b4431a | 32625960 | 0 | 0xd81da5fc00ad59fb1d715dfacf5835725925f85b | 0x44de994bb1f10604b76531c4d8143a8ca1c3f826 | 0 | 0x658ed0c30000000000000000000000006088d80dd67c6e3d480ba146279acdc67d80f87b | 0 | 0 | 2 | 1758184941 | 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 |