Raw Logs
Chain
Dataset name
iota.raw_logsVersion
1.0.0Description
Raw logs for events emitted from contracts. Contains the contract address, data, topics, and metadata for blocks and transactions.
Example data
| id | block_number | block_hash | transaction_hash | transaction_index | log_index | address | data | topics | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| log_0x5711a9a51e0521c9f960c43f50492b99a0a7ee0c777b29fb350f1cb06beef21e_3 | 37276 | 0x5711a9a51e0521c9f960c43f50492b99a0a7ee0c777b29fb350f1cb06beef21e | 0x680758231725693cf6bea127a74dc364bd2bd0f7cdba90be79b87ae47afa2306 | 0 | 3 | 0x8d254a21b3c86d32f7179855531ce99164721933 | 0x00000000000000000000000000000000000000000000000000000000662eb1710000000000000000000000000000000000000000000000000000004d157571200000000000000000000000000000000000000000000000000000000013363273 | 0xd06a6b7f4918494b3719217d1802786c1f5112a6c1d88fe2cfec00b4584f6aec,0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace | 1714336111 |
| log_0x8d1f77000dc5b0602ac7e758c93e618127f705191483af83fe83e7444d8a96d9_3 | 37277 | 0x8d1f77000dc5b0602ac7e758c93e618127f705191483af83fe83e7444d8a96d9 | 0x53a67099f9ecc260e0e274c8741caea0d4720adac57625aeabc69a682d921172 | 0 | 3 | 0x8d254a21b3c86d32f7179855531ce99164721933 | 0x00000000000000000000000000000000000000000000000000000000662eb17b0000000000000000000000000000000000000000000000000000004d17116de00000000000000000000000000000000000000000000000000000000010cd375d | 0xd06a6b7f4918494b3719217d1802786c1f5112a6c1d88fe2cfec00b4584f6aec,0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace | 1714336121 |
| log_0xe2593d6b750622a9ada6e1c01d7b56f362f9e55f7448f94d6ccd3acf6793d079_0 | 37278 | 0xe2593d6b750622a9ada6e1c01d7b56f362f9e55f7448f94d6ccd3acf6793d079 | 0xfad77234e5612ee6fb5c74254b5a110acd4717f29ad7a2fb1e120e83c5ed27cc | 0 | 0 | 0x8d254a21b3c86d32f7179855531ce99164721933 | 0x00000000000000000000000000000000000000000000000000000000662eb1b8000000000000000000000000000000000000000000000000000000000011ebad000000000000000000000000000000000000000000000000000000000000176b | 0xd06a6b7f4918494b3719217d1802786c1f5112a6c1d88fe2cfec00b4584f6aec,0xaf5b9ac426ae79591fde6816bc3f043b5e06d5e442f52112f76249320df22449 | 1714336183 |
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_hash | string |
| transaction_hash | string |
| transaction_index | long |
| log_index | long |
| address | string |
| data | string |
| topics | string |
| block_timestamp | long |