Enriched Transactions
Chain
Dataset name
corn_maizenet.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_0x321c85d3bfdaead564c46c4f99b6db24b67568be77d7673823c614084626bbbf_1 | 0xc1c0b446007284120d0695f2af00c0f20e03266d7b71b18aa2bca2bd755afb86 | 2 | 0x321c85d3bfdaead564c46c4f99b6db24b67568be77d7673823c614084626bbbf | 6 | 1 | 0x23ddfc9aa09612ee0417d0655ed1076f153f915e | 0x0000000000000000000000000000000000000070 | 0 | 0 | 0x2b352fae0000000000000000000000000000000000000000000000000000000000000000 | eSñ | Yh/ | 2 | 1732013447 | RÈ | RÈ | null | 1 | 0 | null | null | null | null | null | null | null | null | 21221290 | null | null | null | null | ||
| enriched_transaction_v2_0xdf104c7f8bd2ff4076607e991655433310be2aeeafe19cc6c0f2b8d581f85157_1 | 0x89db87ced470db8583f70c7998b825c8ea839ce54c97c681425d1cb3a8b7b8cc | 5 | 0xdf104c7f8bd2ff4076607e991655433310be2aeeafe19cc6c0f2b8d581f85157 | 9 | 1 | 0x23ddfc9aa09612ee0417d0655ed1076f153f915e | 0x0000000000000000000000000000000000000070 | 0 | YoÐ | 0x481f8dbf00000000000000000000000087bdb7530e7115e1b465a7f4abae80d1ab1172e4 | Ywq@ | Yh/ | 2 | 1732013448 | S¸ | S¸ | null | 1 | 0 | null | null | null | null | null | null | null | null | 21221290 | null | null | null | null | ||
| enriched_transaction_v2_0x704849d67708c9a2542d07f851117e7b75a23dba8acd5172039a5156cfcb5ccc_1 | 0xe0fc26708bbe13e20285e413985ba2eeb2d8ce61a43632b5485294f6805f12c9 | 6 | 0x704849d67708c9a2542d07f851117e7b75a23dba8acd5172039a5156cfcb5ccc | 10 | 1 | 0x23ddfc9aa09612ee0417d0655ed1076f153f915e | 0x87bdb7530e7115e1b465a7f4abae80d1ab1172e4 | 0 | YoÐ | 0xbca8c7b50000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000248792701a00000000000000000000000023ddfc9aa09612ee0417d0655ed1076f153f915e00000000000000000000000000000000000000000000000000000000 | Ywq@ | Yh/ | 2 | 1732013448 | null | 1 | 0 | null | null | null | null | null | null | null | null | 21221290 | 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 |