Enriched Transactions
Chain
Dataset name
kroma.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_0xb7c64169170b73e257a5eb21a1dc9ac31819a413f08224d7ca63007ddc620bdd_2 | 0xbd5324b0404cdfbb23df3863bca2633445e1992f58b49e38ef41009869e05b7e | 19 | 0xb7c64169170b73e257a5eb21a1dc9ac31819a413f08224d7ca63007ddc620bdd | 5959497 | 2 | 0xbc7e333071f5999efc0639041e4ff9b756b22be4 | 0x4200000000000000000000000000000000000001 | 0 | 0x2e1a7d4d00000000000000000000000000000000000000000000000000038d7e9ed09f00 | 0 | 0 | 2 | 1705799381 | 0 | null | 1 | 0 | null | 0 | 0 | 0 | 0.684 | null | null | null | null | null | null | null | null | null | |||
| enriched_transaction_v2_0x6d5a17a1d1d86f984fd1e750b7048e87d82c9cc1e6075892de6e8caa2bb81ebc_1 | 0x6b964c069e725851ab09b293605a323f7f2ec02dae7fee0dfe02cc4a66ee5541 | 4 | 0x6d5a17a1d1d86f984fd1e750b7048e87d82c9cc1e6075892de6e8caa2bb81ebc | 5959498 | 1 | 0xb2132dbda4c91fac15ac100bb996f23d9e95bf07 | 0x0257e4d92c00c9efcca1d641b224d7d09cfa4522 | 0 | 0x095ea7b3000000000000000000000000f024541569796286d58fff4b5898a3c3f1635bd10000000000000000000000000000000000000000000000000000000000989680 | null | null | 0 | 1705799383 | 0 | null | 1 | 0 | null | 0 | 0 | 0 | 0.684 | null | null | null | null | null | null | null | null | null | |||
| enriched_transaction_v2_0x5049abc2e7099a657916558d0992c51f3dc4b032729fc1504a4391664d17f81d_1 | 0xc946ed82d5809fff9cf84cc155940b490f1a51c18e4e9012deb2f4eadba3cec1 | 14 | 0x5049abc2e7099a657916558d0992c51f3dc4b032729fc1504a4391664d17f81d | 5959499 | 1 | 0xe3dd6abb6b4ca37d9b52bcbe007b16d18589f038 | 0x4200000000000000000000000000000000000001 | 0 | 0x095ea7b300000000000000000000000009c6fe5921358be5fe8048def5e3080cf6a7fdadffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | 0 | 0 | 2 | 1705799385 | 0 | null | 1 | 0 | null | 0 | 0 | 0 | 0.684 | 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 |