Log class

Annotations
  • @JS()
  • @anonymous

Constructors

Log()

Properties

address String
The address of the contract that generated this log.
no setter
blockHash String
The block hash of the block including the transaction of this log.
no setter
blockNumber int
The block height (number) of the block including the transaction of this log.
no setter
data String
The data included in this log.
no setter
hashCode int
The hash code for this object.
no setterinherited
logIndex String
The index of this log in the transaction.
no setter
removed bool
During a re-org, if a transaction is orphaned, this will be set to true to indicate the Log entry has been removed;
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>
The list of topics (indexed properties) for this log.
no setter
transactionHash String
The transaction hash of the transaction of this log.
no setter
transactionIndex String
The index of the transaction in the block of the transaction of this log.
no setter
transactionLogIndex int
The index of this log across all logs in the entire block.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited