Inheritance diagram for EmittedEvent:
Collaboration diagram for EmittedEvent:Public Member Functions | |
| __construct ($eventOrAbi, FilterChange $filterChange, Transaction $tx) | |
| getLog () | |
| getContract () | |
| setResponse ($response) | |
| getResponse () | |
| getEmitter () | |
| hasData () | |
| getData () | |
| getRawData () | |
| getTransaction () | |
| toArray () | |
Public Member Functions inherited from Event | |
| __construct ($abiItem) | |
| decode (FilterChange $filterChange) | |
| getSignature () | |
| getTopic () | |
| getHandler () | |
| getAbi () | |
| getName () | |
Protected Attributes | |
| $data = null | |
| $transaction = null | |
| $contractAddress | |
| $emitterAddress | |
| $response | |
Protected Attributes inherited from Event | |
| $name | |
| $anonymous | |
| $inputs | |
| $abi | |
Additional Inherited Members | |
Static Public Member Functions inherited from EthereumStatic | |
| static | getMethodSignature ($input) |
| static | phpKeccak256 ($string) |
| static | sha3 ($string) |
| static | isValidFunction ($input) |
| static | getDefinition () |
| static | isValidHexQuantity ($str) |
| static | isValidHexData ($str) |
| static | isValidAddress ($address, $throw=false) |
| static | hasHexPrefix ($str) |
| static | removeHexPrefix ($str) |
| static | ensureHexPrefix ($str) |
| static | convertCurrency (float $amount, string $from='wei', string $to='ether') |
Definition at line 8 of file EmittedEvent.php.
| __construct | ( | $eventOrAbi, | |
| FilterChange | $filterChange, | ||
| Transaction | $tx | ||
| ) |
EmittedEvent constructor.
| $eventOrAbi | ||
| \Ethereum\DataType\FilterChange | $filterChange | |
| \Ethereum\DataType\Transaction | $tx |
Definition at line 28 of file EmittedEvent.php.
References $abi.
| getContract | ( | ) |
Definition at line 56 of file EmittedEvent.php.
| getData | ( | ) |
Definition at line 94 of file EmittedEvent.php.
| getEmitter | ( | ) |
Definition at line 78 of file EmittedEvent.php.
| getLog | ( | ) |
Definition at line 48 of file EmittedEvent.php.
| getRawData | ( | ) |
| getResponse | ( | ) |
Definition at line 71 of file EmittedEvent.php.
| getTransaction | ( | ) |
Definition at line 116 of file EmittedEvent.php.
| hasData | ( | ) |
Definition at line 86 of file EmittedEvent.php.
| setResponse | ( | $response | ) |
| $response | Any JSON encodable data. |
Definition at line 64 of file EmittedEvent.php.
| toArray | ( | ) |
Definition at line 124 of file EmittedEvent.php.
|
protected |
Definition at line 13 of file EmittedEvent.php.
|
protected |
Definition at line 11 of file EmittedEvent.php.
|
protected |
Definition at line 14 of file EmittedEvent.php.
|
protected |
Definition at line 17 of file EmittedEvent.php.
|
protected |
Definition at line 12 of file EmittedEvent.php.