Hash of the block where this transaction was in.
Block number where this transaction was in.
The contract address created, if the transaction was a contract creation, otherwise null.
The total amount of gas used when this transaction was executed in the block.
Address of the sender.
Gas provided by the sender.
Gas price provided by the sender in wei.
The amount of gas used by this specific transaction alone.
The data sent along with the transaction.
Log events, that happened in this transaction.
The number of transactions made by the sender prior to this one.
TRUE if the transaction was successful, FALSE, if the EVM reverted the transaction.
Address of the receiver. 'null' when its a contract creation transaction.
Hash of the transaction.
Integer of the transactions index position in the block.
Value transferred in wei.
Generated using TypeDoc
EthTx