Enriched Transactions
Chain
Lith TestnetDataset name
lith_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_0xc8f914ca932c54713f970d6050415bd02ecf2c161096a7f0997ee6bcaca6c116_0 | 0x717605048adf246633ae8e156814f3abe01dffd6d2d3bfbb1d600b553b5eb358 | 9 | 0xc8f914ca932c54713f970d6050415bd02ecf2c161096a7f0997ee6bcaca6c116 | 36 | 0 | 0x1cea8db97660e72e164164249914b63c439e36c5 | 0x056baf4b989d899a39e42de70c2b4241da981d53 | 0 | 0xf2fde38b000000000000000000000000fa5cf46fe935e68b105ffdf5cfc438fa148e5df9 | null | null | 0 | 1719480859 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||
| enriched_transaction_v2_0x8dde66a404feba49ed24850a2941c74ddaf3a83e2e97f63026e45e39011a77a2_0 | 0xaea3e41d465bd8edd8ca6115c0daa9df6f4f1c618bf10af06e0c53629838bc45 | 30 | 0x8dde66a404feba49ed24850a2941c74ddaf3a83e2e97f63026e45e39011a77a2 | 41 | 0 | 0xbda4ff4a7cca358cc817e3f9a2b1afba893490b3 | 0x0200000000000000000000000000000000000000 | 0 | 0x8c6bfb3b000000000000000000000000fbdf667eeee2e918902ded3dbbf3b276bacdc68b | 000bý££ | 001dÍe | 2 | 1719480935 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||
| enriched_transaction_v2_0xa7108cf683bfaa2f1fba4a82f4eec7a1ad5a72fd5c7abb0045fcadc3fbd7e21a_0 | 0xebd34c7a1bed8d15abcf84fa18bc9cff748b540b2b5d33e81e60eea3c064d0f0 | 12 | 0xa7108cf683bfaa2f1fba4a82f4eec7a1ad5a72fd5c7abb0045fcadc3fbd7e21a | 48 | 0 | 0x1cea8db97660e72e164164249914b63c439e36c5 | 0x1290961579982239ac0c16a79a0f9f1370c5ea64 | 0 | 0x8f449a05 | null | null | 0 | 1719488972 | 0 | 0 | null | 1 | 0 | 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 |