Enriched Transactions
Chain
Dataset name
superseed_sepolia.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 | 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_0xf7da73b68bd4e4e2893111e3bc9e78f076fec68e3b201710a1225a412b68e77b_0 | 0x1117f24e26848a8c276616fef7f43ed266686bed60c4d849de5ac5fb29bba661 | 1 | 0xf7da73b68bd4e4e2893111e3bc9e78f076fec68e3b201710a1225a412b68e77b | 2 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 1000000 | 0 | 0x015d8eb900000000000000000000000000000000000000000000000000000000005447e70000000000000000000000000000000000000000000000000000000065faae0000000000000000000000000000000000000000000000000000000000017f40891aa73ab9cbcacb234c766d0199ea431e4164dbaa1b0a564fad5d2a15b308bfa000000000000000000000000000000000000000000000000000000000000000020000000000000000000000006b8147c9d326faa79dec758339568de845a94cf500000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1710927364 | 46877 | 46877 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
| enriched_transaction_v2_0xd9f10184c270e24d81fcab448e772750b4d517bb55d12e3f559e93cead7c9c47_0 | 0xcac2353d074ddd001d301ec7c1be7c8aed54e7f4b5c591e7e53faced75740623 | 2 | 0xd9f10184c270e24d81fcab448e772750b4d517bb55d12e3f559e93cead7c9c47 | 3 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 1000000 | 0 | 0x015d8eb900000000000000000000000000000000000000000000000000000000005447e70000000000000000000000000000000000000000000000000000000065faae0000000000000000000000000000000000000000000000000000000000017f40891aa73ab9cbcacb234c766d0199ea431e4164dbaa1b0a564fad5d2a15b308bfa000000000000000000000000000000000000000000000000000000000000000030000000000000000000000006b8147c9d326faa79dec758339568de845a94cf500000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1710927366 | 46877 | 46877 | null | 1 | 0 | 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 | long |
| 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 |