Enriched Transactions
Chain
Dataset name
tac_turin.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_0x6b02aac54aedfcb032baf4dc32be47c696f4a16d78bfca7690b73dad01cd9756_0 | 0xd4be1e6affdc1a07408527e7779f0b4fca74d87b585b9a1cabfab42023871301 | 22 | 0x6b02aac54aedfcb032baf4dc32be47c696f4a16d78bfca7690b73dad01cd9756 | 5421 | 0 | 0x440e079445aa9586bf99971d5f57bf09e2b9a403 | 0xce61005f30f1effaf9f561332fd4aa36eb508f08 | 0x3fe8ef0f8b3d2b653be123dfa67d31b4929f40dc858986d04c92681a7c6a58214173136a000000000000000000000000b9856463de80753b0717e3d62da6236c408734df | 2 | 1731090420 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |||||||
| enriched_transaction_v2_0xd795d1b293fa54e1fe35417c06236707ee1216f55528f594d2376f9fd1104978_0 | 0xabf14e6cfc01bf8f224eab5a4f554d398197a3ad80b2460518714133bd546501 | 49 | 0xd795d1b293fa54e1fe35417c06236707ee1216f55528f594d2376f9fd1104978 | 37236 | 0 | 0x440e079445aa9586bf99971d5f57bf09e2b9a403 | 0x0000000000000000000000000000000000000000 | | 0x | 2 | 1731198609 | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | ||||||
| enriched_transaction_v2_0xf6d4ddc39b2849f14c3876951b6d193adfa864500e21f3d7c49394d59cdb6837_0 | 0x4fb8f8b4ed1b4e9680a0da76328d68312ba75753233a7c54c298c2d6acb95ff6 | 53 | 0xf6d4ddc39b2849f14c3876951b6d193adfa864500e21f3d7c49394d59cdb6837 | 37240 | 0 | 0x440e079445aa9586bf99971d5f57bf09e2b9a403 | 0x0000000000000000000000000000000000000000 | | 0x | 2 | 1731198623 | 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 |