TransactionReceipt class

Available Extensions
Annotations
  • @JS()
  • @anonymous

Constructors

TransactionReceipt()

Properties

blockHash String
no setter
blockNumber int
The block height (number) of the block that this transaction was included in.
no setter
byzantium bool
This is true if the block is in a post-Byzantium Hard Fork block.
no setter
confirmations int
The number of blocks that have been mined since this transaction, including the actual block it was mined in.
no setter
contractAddress String?
If this transaction has a null to address, it is an init transaction used to deploy a contract, in which case this is the address created by that contract.
no setter
cumulativeGasUsed BigNumber
For the block this transaction was included in, this is the sum of the gas used by each transaction in the ordered list of transactions up to (and including) this transaction.
no setter
from String
The address this transaction is from.
no setter
gasUsed BigNumber
The amount of gas actually used by this transaction.
no setter
hashCode int
The hash code for this object.
no setterinherited
logs List<Log>
All the logs emitted by this transaction.
no setter
logsBloom String
A bloom-filter, which includes all the addresses and topics included in any log in this transaction.
no setter
root String?
The intermediate state root of a receipt.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
The status of a transaction is 1 is successful or 0 if it was reverted.
no setter
to String?
The address this transaction is to.
no setter
transactionHash String
no setter
transactionIndex int
The index of this transaction in the list of transactions included in the block this transaction was mined in.
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