Event class

Inheritance

Constructors

Event.fromJS(dynamic jsObject)
factory

Properties

address String
The address of the contract that generated this log.
no setterinherited
args List
no setter
blockHash String
The block hash of the block including the transaction of this log.
no setterinherited
blockNumber int
The block height (number) of the block including the transaction of this log.
no setterinherited
data String
The data included in this log.
no setterinherited
event String
no setter
eventSignature String
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _EventImpl
Internal JS Object, should not be used directly.
finalinherited
logIndex String
The index of this log in the transaction.
no setterinherited
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 setterinherited
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 setterinherited
transactionHash String
The transaction hash of the transaction of this log.
no setterinherited
transactionIndex String
The index of the transaction in the block of the transaction of this log.
no setterinherited
transactionLogIndex int
The index of this log across all logs in the entire block.
no setterinherited

Methods

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

Operators

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