Public Member Functions | |
__construct ($eventOrAbi, FilterChange $filterChange, Transaction $tx) | |
getLog () | |
getContract () | |
setResponse ($response) | |
getResponse () | |
getEmitter () | |
hasData () | |
getData () | |
getRawData () | |
getTransaction () | |
toArray () | |
![]() | |
__construct ($abiItem) | |
decode (FilterChange $filterChange) | |
getSignature () | |
getTopic () | |
getHandler () | |
getAbi () | |
getName () | |
Protected Attributes | |
$data = null | |
$transaction = null | |
$contractAddress | |
$emitterAddress | |
$response | |
![]() | |
$name | |
$anonymous | |
$inputs | |
$abi | |
Additional Inherited Members | |
![]() | |
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.