Enriched Transactions
Chain
Topaz TestnetDataset name
topaz_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_0xb5044729aa4fdbcc5c634a914339458b1c3b5893c9c5b20b645e986c8f0d0370_0 | 0x006b2d686151aaf398b653f8bd55666d9ec3b9fb4ee5fb2f424de685ca46e2eb | 15 | 0xb5044729aa4fdbcc5c634a914339458b1c3b5893c9c5b20b645e986c8f0d0370 | 36 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1728681764 | 0 | null | 1 | 0 | 0xb5044729aa4fdbcc5c634a914339458b1c3b5893c9c5b20b645e986c8f0d0370 | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0xe6426ba41edc890f8acb827faa429d17330481992a82c22c9fe091142e4efcad_0 | 0xad317895e735355941e92c7ff0040d37565a63cd724ec2ed44131247f7dc7fe6 | 33 | 0xe6426ba41edc890f8acb827faa429d17330481992a82c22c9fe091142e4efcad | 56 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1728686879 | 0 | null | 1 | 0 | 0xe6426ba41edc890f8acb827faa429d17330481992a82c22c9fe091142e4efcad | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x488b65d184ffac817ccc5547bf1d9314a5f6f22eb228517cf1bcc8cacc09cc1d_0 | 0x2838bd0debfc83d2dbe58ed6e53542ac0ef98793f7c20ad0fae046c0a002df54 | 39 | 0x488b65d184ffac817ccc5547bf1d9314a5f6f22eb228517cf1bcc8cacc09cc1d | 63 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1728688984 | 0 | null | 1 | 0 | 0x488b65d184ffac817ccc5547bf1d9314a5f6f22eb228517cf1bcc8cacc09cc1d | 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 |