Enriched Transactions
Chain
Dataset name
liteforge_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_0x50fc20cb1ae4c098d085b9f8fd9c15b9c55b4f86ede1b809926028dcd4e76a4f_0 | 0x53ea1bc1ac533777d5074edbd543511711a451ba7239235ba0777a3d3a0de08c | 0 | 0x50fc20cb1ae4c098d085b9f8fd9c15b9c55b4f86ede1b809926028dcd4e76a4f | 5 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009ff77d00000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000000000 | null | null | 106 | 1774007028 | null | 1 | õá | null | null | null | null | null | null | null | null | 10483581 | null | null | null | null | ||||||
| enriched_transaction_v2_0x18c40fcebc78449475da505c339fb4f3fc76a24086df21a71c031f1955cc19be_0 | 0x7d62d8c27f67abdaeeae1248def82fe8333f899446d71c172f4bbf45b14ed4ac | 0 | 0x18c40fcebc78449475da505c339fb4f3fc76a24086df21a71c031f1955cc19be | 12 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009ff7be000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000005 | null | null | 106 | 1774007841 | null | 1 | õá | null | null | null | null | null | null | null | null | 10483646 | null | null | null | null | ||||||
| enriched_transaction_v2_0x3c1f1e9d98eecfcbdc2a45bb8cbc363893ebec9a1591d175c3eaa1e05f6977d3_0 | 0x515a6868be00536dbf6e1a6fa766180ca8c63896c976df5fe46736ea8595f796 | 0 | 0x3c1f1e9d98eecfcbdc2a45bb8cbc363893ebec9a1591d175c3eaa1e05f6977d3 | 14 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009ff7bf000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000004 | null | null | 106 | 1774007848 | null | 1 | õá | null | null | null | null | null | null | null | null | 10483647 | 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 |