| Name | Type | Description | Notes |
|---|---|---|---|
| address | string | The log address | [default to undefined] |
| topics | Array<string> | Array of log topics | [default to undefined] |
| data | string | The log data | [default to undefined] |
| blockNumber | number | Block number where the log occurred | [default to undefined] |
| transactionHash | string | Transaction hash associated with the log | [default to undefined] |
| transactionIndex | number | Transaction index in the block | [default to undefined] |
| blockHash | string | The hash of the block | [default to undefined] |
| logIndex | number | Log index in the block | [default to undefined] |
| removed | boolean | Indicates if the log was removed | [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]