Enriched Transactions
Chain
Dataset name
cronos_zkevm.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_0x5d1608fbfccf7f73b9bf1f59e615fcba502320b7cdcb7cde8267b9bd967bc936_0 | 0x115c85e84e5ebe6399cfafd7ddba43777ec9ecbef28fac272cf089cf1a49ee21 | 0 | 0x5d1608fbfccf7f73b9bf1f59e615fcba502320b7cdcb7cde8267b9bd967bc936 | 11 | 0 | 0x8d4519f78f4316e7c7345d6c62461800cff337eb | 0xcc872fa17545ae0708d9ec39b0f9aa690a85bf06 | 0 | 0 | 0 | 0x | 0 | 0 | 2 | 1722489193 | 0 | null | 1 | 0 | 0x5d1608fbfccf7f73b9bf1f59e615fcba502320b7cdcb7cde8267b9bd967bc936 | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x04315e2750972ef02ba3ed85c13494d2ac4112a5f472a5fd39c4d36ece5711dc_0 | 0xb4bd467b20ec58a3e4c494ef3b077f25705f6a4ba6bed661d0f628eeba70cdc3 | 1 | 0x04315e2750972ef02ba3ed85c13494d2ac4112a5f472a5fd39c4d36ece5711dc | 13 | 0 | 0x8d4519f78f4316e7c7345d6c62461800cff337eb | 0xcc872fa17545ae0708d9ec39b0f9aa690a85bf06 | 0 | 0 | 0 | 0x | 0 | 0 | 2 | 1722489661 | 0 | null | 1 | 0 | 0x04315e2750972ef02ba3ed85c13494d2ac4112a5f472a5fd39c4d36ece5711dc | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xe4536d243d4a993b0bfd9fba80dde2b6a960f635aa6433984c6ae80ad46d74fd_0 | 0x0c3711c6446953afd2a87037f6754024797b96f13843aa1430a1872dc0b876fa | 1 | 0xe4536d243d4a993b0bfd9fba80dde2b6a960f635aa6433984c6ae80ad46d74fd | 14 | 0 | 0xc31e5b015546ab8aa511c31b6ebbfd8d7fca7592 | 0x143524d0ac8d7f35a2133b6b0a7567e0e3393137 | 0 | 0 | 0 | 0x | 0 | 0 | 2 | 1722489734 | 0 | null | 1 | 0 | 0xe4536d243d4a993b0bfd9fba80dde2b6a960f635aa6433984c6ae80ad46d74fd | 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 |