| removed | TAG | True when the log was removed, due to a chain reorganization. False if its a valid log. |
| logIndex | QUANTITY | Integer of the log index position in the block. Null when its pending log. |
| transactionIndex | QUANTITY | Integer of the transactions index position log was created from. Null when its pending log. |
| transactionHash | DATA, 32 Bytes | Hash of the transactions this log was created from. |
| blockHash | DATA, 32 Bytes | Hash of the block where this log was in. Null when its pending. |
| blockNumber | QUANTITY | The block number where this log was in. |
| address | DATA, 32 Bytes | Address from which this log originated. |
| data | DATA | Contains one or more 32 Bytes non-indexed arguments of the log. |
| topics | DATA[] | Event topic and indexed arguments. |