Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
This is the complete list of members for M8B\EtherBinder\Utils\Functions, including all inherited members.
getNextBlockBaseFee(Block $previous, EIP1559Config $config) | M8B\EtherBinder\Utils\Functions | static |
getPessimisticBlockBaseFee(Block $previous, int $blocksAhead, ?EIP1559Config $config=null) | M8B\EtherBinder\Utils\Functions | static |
hex2bin(string $hex) | M8B\EtherBinder\Utils\Functions | static |
hex2int(string $val) | M8B\EtherBinder\Utils\Functions | static |
int2hex(int $val, bool $with0x=true) | M8B\EtherBinder\Utils\Functions | static |
lPadHex(string $hex, int $padTo, bool $closestMultiplier=true) | M8B\EtherBinder\Utils\Functions | static |
mustHexLen(string $hex, int $len) | M8B\EtherBinder\Utils\Functions | static |
waitForTxReceipt(Transaction|Hash $txHash, AbstractRPC $rpc, int $timeoutSeconds=60, int $intervalMS=500) | M8B\EtherBinder\Utils\Functions | static |