Enriched Transactions
Chain
Dataset name
sophon_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_0xe107fc57923b42642000509be14443832e90b921a1574065aa4d24c8bc252277_0 | 0xe41d64bf989235d202a2d8c22b3998969b4ffdb0ea43cdc0702da1f5ad0b77db | 0 | 0xe107fc57923b42642000509be14443832e90b921a1574065aa4d24c8bc252277 | 8 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1720631207 | 0 | null | 1 | 0 | 0xe107fc57923b42642000509be14443832e90b921a1574065aa4d24c8bc252277 | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x2a724006dd5e1fd1ed6f7484ce3c0fa98bf7c33d065b92cb038802a529a0499b_0 | 0x47d4626faeaf91aa802623a1b3595e8e43474bb7a4fb1ae465f9d14004d83ef3 | 1 | 0x2a724006dd5e1fd1ed6f7484ce3c0fa98bf7c33d065b92cb038802a529a0499b | 10 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1720631550 | 0 | null | 1 | 0 | 0x2a724006dd5e1fd1ed6f7484ce3c0fa98bf7c33d065b92cb038802a529a0499b | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x2779c5da99be7580ec5ad7df4bf25711a5d02b64b60bbeaaf67d8d39d6ba55b0_0 | 0x5dc81c958f0bf31f5f547eb7fabf6cae620fe8065c7f598e43639869392a67c9 | 6 | 0x2779c5da99be7580ec5ad7df4bf25711a5d02b64b60bbeaaf67d8d39d6ba55b0 | 17 | 0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0xe85b66fca403bc35bcae17ce7758e942aea65dc0 | 0 | 0 | 0 | 0x | 0 | 0 | 0 | 1720632756 | 0 | null | 1 | 0 | 0x2779c5da99be7580ec5ad7df4bf25711a5d02b64b60bbeaaf67d8d39d6ba55b0 | 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 |