A representation of a single contract event.
Creates the ContractEvent object.
The underlying contract event object.
Private
Returns the block height of the ContractEvent.
The block height.
Returns the block time of the ContractEvent.
The block time.
Returns the contract address of the ContractEvent.
The contract address.
Returns the contract name of the ContractEvent.
The contract name.
Returns the event data of the ContractEvent.
The event data.
Returns the event index of the ContractEvent.
The event index.
Returns the event name of the ContractEvent.
The event name.
Returns the four bytes of the Keccak hash of the event signature.
The four bytes of the event signature hash.
Returns the network ID of the ContractEvent.
The network ID.
Returns the protocol name of the ContractEvent.
The protocol name.
Returns the signature of the ContractEvent.
The event signature.
Print the ContractEvent as a string.
The string representation of the ContractEvent.
Returns the transaction hash of the ContractEvent.
The transaction hash.
Returns the transaction index of the ContractEvent.
The transaction index.
A representation of a single contract event.