93 'transactionHash' =>
'EthD32',
94 'transactionIndex' =>
'EthQ',
95 'blockHash' =>
'EthD32',
96 'blockNumber' =>
'EthQ',
97 'cumulativeGasUsed' =>
'EthQ',
99 'contractAddress' =>
'EthD20',
101 'logs' =>
'[FilterChange]',
110 (!is_null($this->transactionHash)) ? $return[
'transactionHash'] = $this->transactionHash->hexVal() : NULL;
111 (!is_null($this->transactionIndex)) ? $return[
'transactionIndex'] = $this->transactionIndex->hexVal() : NULL;
112 (!is_null($this->blockHash)) ? $return[
'blockHash'] = $this->blockHash->hexVal() : NULL;
113 (!is_null($this->blockNumber)) ? $return[
'blockNumber'] = $this->blockNumber->hexVal() : NULL;
114 (!is_null($this->cumulativeGasUsed)) ? $return[
'cumulativeGasUsed'] = $this->cumulativeGasUsed->hexVal() : NULL;
115 (!is_null($this->gasUsed)) ? $return[
'gasUsed'] = $this->gasUsed->hexVal() : NULL;
116 (!is_null($this->contractAddress)) ? $return[
'contractAddress'] = $this->contractAddress->hexVal() : NULL;
117 (!is_null($this->
status)) ? $return[
'status'] = $this->
status->hexVal() : NULL;
118 (!is_null($this->logs)) ? $return[
'logs'] =
Ethereum::valueArray($this->logs,
'FilterChange') : array();
__construct(EthD32 $transactionHash=null, EthQ $transactionIndex=null, EthD32 $blockHash=null, EthQ $blockNumber=null, EthQ $cumulativeGasUsed=null, EthQ $gasUsed=null, EthD20 $contractAddress=null, EthQ $status=null, array $logs=null)
static valueArray(array $values, string $typeClass)
foreach($hosts as $url) status($eth)