|
Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
Public Member Functions | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
Static Public Member Functions | |
| static | abiEventData () |
| static | abiEventID () |
| static | abiIndexedSignature () |
| static | abiDataSignature () |
| static | abiDataTupleReplacements () |
| static | parseEventFromLog (Log $log) |
AbstractEvent is an abstract class that represents an Ethereum contract event. It's parent to all ABI binding events and provides parsing driver code.
|
inherited |
@inheritDoc
|
inherited |
@inheritDoc
|
inherited |
@inheritDoc
|
inherited |
@inheritDoc
|
static |
Parses an Ethereum contract event from a Log object grabbed from Receipt.
| Log | $log | The log data to parse. |
| InvalidLengthException | |
| EthBinderArgumentException* |
throws EthBinderRuntimeException
| EthBinderLogicException | |
| EthBinderRuntimeException |