Enriched Transactions
Chain
Dataset name
scroll_mainnet.transaction_receiptsVersion
1.0.0Description
Enriched transaction data including input, value, from and to address, and metadata for the block, gas and receipt.
Example data
| block_hash | block_number | block_timestamp | from_address | gas | gas_price | hash | id | input | max_fee_per_gas | max_priority_fee_per_gas | nonce | receipt_contract_address | receipt_cumulative_gas_used | receipt_effective_gas_price | receipt_gas_used | receipt_l1_fee | receipt_l1_fee_scalar | receipt_l1_gas_price | receipt_l1_gas_used | receipt_root | receipt_root_hash | receipt_status | to_address | transaction_index | transaction_type | value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x8e2ef416de7f7d5acf97ff3670c509cd6a40c490fabdb53b2c266b3d6f359c85 | 1190087 | 1701292746 | 0xf8ca4bdc7db06ad819fe8aed62bf5fc9a13831f6 | 21000 | 400000000 | 0x5ffe75a240bf97d7a621b116ecd93040867f7dfc4e642e6f6b252487d7defb02 | enriched_transaction_0x8e2ef416de7f7d5acf97ff3670c509cd6a40c490fabdb53b2c266b3d6f359c85_0 | 0x | 96 | 21000 | 400000000 | 21000 | 335725953262977 | 1 | 0x80c67432656d59144ceff962e8faf8926599bcf8 | 0 | 0 | 9500000000009023 | ||||||||
| 0x7608276a76c61c64b5372ddb00c4428cff3a7f09b93e98fbc882f71ba576e506 | 1190082 | 1701292727 | 0x80c67432656d59144ceff962e8faf8926599bcf8 | 21000 | 440000000 | 0x6fb075f4a3ac9199c2fa3b8005c8a51cb2934603de40c76992f82d9d0de1300e | enriched_transaction_0x7608276a76c61c64b5372ddb00c4428cff3a7f09b93e98fbc882f71ba576e506_1 | 0x | 73750 | 56189 | 440000000 | 21000 | 338518498160728 | 1 | 0x46e168e4b54298bf02acbbd252b5930cf7d4eb8e | 1 | 0 | 47227000000000001 | ||||||||
| 0x619d37a91b83ef9ba3bfa0eff3b396e33a90ee6a741748ffca355d3ad861f6c5 | 1189987 | 1701292333 | 0xa8deb1a45696f409661025f644e7102b74b2228b | 77938 | 400000000 | 0x1a21785b90b39b83975e108caf159a9036cdbc076eeb8753cd52e76512d409c2 | enriched_transaction_0x619d37a91b83ef9ba3bfa0eff3b396e33a90ee6a741748ffca355d3ad861f6c5_1 | 0x1249c58b | 5 | 98938 | 400000000 | 77938 | 416957033211537 | 1 | 0x6e55472109e6abe4054a8e8b8d9edffcb31032c5 | 1 | 0 | 400000000000000 |
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 |