Enriched Transactions
Chain
Dataset name
taiko_hoodi_testnet.receipt_transactionsVersion
2.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_0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67_7 | 0x9c25add797d075f4d324ccf41a5498b6228c65e7f1b77a288904c93f261410c4 | 6 | 0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67 | 8 | 7 | 0x3f5e8f2a7b2510bd3bc6a71cb6d3a3eb5ea01327 | 0xcfc8efbfeaccd349dfb113b2ae7e46462066ea1e | à¶³§d | R | À | 0x | Ð | 2 | 1760964530 | Áÿ | R | null | 1 | À | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67_15 | 0xb5c6a3133921865083a6d60d2a8320819f7643921fd663554e27019c90d47e04 | 14 | 0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67 | 8 | 15 | 0x3f5e8f2a7b2510bd3bc6a71cb6d3a3eb5ea01327 | 0x5163a2c542d57f57ec8e4a5f4efd6a67e9ea7128 | à¶³§d | R | À | 0x | Ð | 2 | 1760964530 | R? | R | null | 1 | À | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67_22 | 0xc29810eb6b17098ebf4c7a5f672645e2538a98f50bd7b935f7e7779aba12f981 | 21 | 0xeeeaa135370b739db28efb6e5032bb262002d3575746b5a0296a4ab850be1c67 | 8 | 22 | 0x3f5e8f2a7b2510bd3bc6a71cb6d3a3eb5ea01327 | 0x1a9192f0cc24a17205761ea7f6041d963605326c | à¶³§d | R | À | 0x | Ð | 2 | 1760964530 | w | R | null | 1 | À | 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 |