Enriched Transactions
Chain
Dataset name
degen.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_0xe53aa1b6db86dc733ecabe9fb36a7eb4e83a85464a60f24ea08407612ccbc96d_0 | 0x9b0cc9725bd62c9fe5463f1fcce04d27bb175a0f48893065baa1c95684668701 | 0 | 0xe53aa1b6db86dc733ecabe9fb36a7eb4e83a85464a60f24ea08407612ccbc96d | 4 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b1c07600000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000055 | null | null | 106 | 1710087634 | null | 1 | 0 | null | null | null | null | null | null | null | null | 11649142 | null | null | null | null | ||||||
| enriched_transaction_v2_0x5305903ae7797206a6d00a8d245c0bbc9b9c0892d63b892b39332443a09605b3_0 | 0x7b8697c27d74370e7dd33069c6fe7c50178ad05bbe603854599930b264ce7de4 | 0 | 0x5305903ae7797206a6d00a8d245c0bbc9b9c0892d63b892b39332443a09605b3 | 6 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b1c07600000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000 | null | null | 106 | 1710087634 | null | 1 | 0 | null | null | null | null | null | null | null | null | 11649142 | null | null | null | null | ||||||
| enriched_transaction_v2_0x165175be96a4b69667ce3713847d51b1067e7c46644430cd5d6dcf74540ced02_0 | 0xd4c7867f6065329a07e1c485ca6127d5635bd7daf7493f2d0dfbbf2544f047f7 | 0 | 0x165175be96a4b69667ce3713847d51b1067e7c46644430cd5d6dcf74540ced02 | 11 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b1c076000000000000000000000000000000000000000000000000000000000000000b0000000000000000000000000000000000000000000000000000000000000000 | null | null | 106 | 1710087635 | null | 1 | null | null | null | null | null | null | null | null | 11649142 | 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 |