| Name | Type | Description | Notes |
|---|---|---|---|
| Address | string | An address from which this log originated | |
| BlockHash | string | The hash of the block where this log was in. null when its a pending log | |
| BlockNumber | string | The block number where this log was in. null when its a pending log | |
| Data | string | It contains one or more 32 Bytes non-indexed arguments of the log | |
| LogIndex | string | The integer of the log index position in the block. null when its a pending log | |
| Removed | bool | It is true when the log was removed due to a chain reorganization, and false if it's a valid log | |
| Topics | List<string> | An array of zero to four 32 Bytes DATA of indexed log arguments. In Solidity, the first topic is the hash of the signature of the event (e.g. Deposit(address, bytes32, uint256)), except you declare the event with the anonymous specifier | |
| TransactionHash | string | The hash of the transactions this log was created from. null when its a pending log | |
| TransactionIndex | string | The integer of the transaction's index position that the log was created from. null when it's a pending log |