Enriched Transactions
Chain
Dataset name
zetachain_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_0xa29695434e9b505a6317240b076270852a99511d01d306e33b2e19911fd77961_7 | 0x540a925a6cb95e18aad06aedc0ae501d8ae6f64510e90b537d631e84d862cf8d | 0 | 0xa29695434e9b505a6317240b076270852a99511d01d306e33b2e19911fd77961 | 31505 | 7 | 0x735b14bb79463307aacbed86daf3322b1e6226ab | 0x91d18e54daf4f677cb28167158d6dd21f6ab3921 | 0 | 0 | 0x | null | null | 88 | 1685130181 | 0 | 0 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x682e36cf15beafeb692ffdcc6fbcd4806086b8386d5d0e7b9e3a688917fd0b81_3 | 0x039b6da7f1c7171dc7fc8bb9dbebbb8756dfdd6f11b3b8a9877c15f14e54604e | 0 | 0x682e36cf15beafeb692ffdcc6fbcd4806086b8386d5d0e7b9e3a688917fd0b81 | 31506 | 3 | 0x735b14bb79463307aacbed86daf3322b1e6226ab | 0x91d18e54daf4f677cb28167158d6dd21f6ab3921 | 0 | 0 | 0x | null | null | 88 | 1685130187 | 0 | 0 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xddaf06b705ac256d1f72b1fc0a6493453bff6818452e8a56764d8e77618f1d15_5 | 0x4fd3238519c5b6eb35590a92ee318cad91040a9265a683f9c9d2329636125327 | 0 | 0xddaf06b705ac256d1f72b1fc0a6493453bff6818452e8a56764d8e77618f1d15 | 31510 | 5 | 0x735b14bb79463307aacbed86daf3322b1e6226ab | 0x91d18e54daf4f677cb28167158d6dd21f6ab3921 | 0 | 0 | 0x | null | null | 88 | 1685130210 | 0 | 0 | null | 1 | null | 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 |