| Name | Type | Description | Notes |
|---|---|---|---|
| address | String | The log address | |
| topics | List<String> | Array of log topics | |
| data | String | The log data | |
| blockNumber | Integer | Block number where the log occurred | |
| transactionHash | String | Transaction hash associated with the log | |
| transactionIndex | Integer | Transaction index in the block | |
| blockHash | String | The hash of the block | |
| logIndex | Integer | Log index in the block | |
| removed | Boolean | Indicates if the log was removed |