Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
Loading...
Searching...
No Matches
M8B\EtherBinder\Utils\Functions Member List

This is the complete list of members for M8B\EtherBinder\Utils\Functions, including all inherited members.

getNextBlockBaseFee(Block $previous, EIP1559Config $config)M8B\EtherBinder\Utils\Functionsstatic
getPessimisticBlockBaseFee(Block $previous, int $blocksAhead, ?EIP1559Config $config=null)M8B\EtherBinder\Utils\Functionsstatic
hex2bin(string $hex)M8B\EtherBinder\Utils\Functionsstatic
hex2int(string $val)M8B\EtherBinder\Utils\Functionsstatic
int2hex(int $val, bool $with0x=true)M8B\EtherBinder\Utils\Functionsstatic
lPadHex(string $hex, int $padTo, bool $closestMultiplier=true)M8B\EtherBinder\Utils\Functionsstatic
mustHexLen(string $hex, int $len)M8B\EtherBinder\Utils\Functionsstatic
waitForTxReceipt(Transaction|Hash $txHash, AbstractRPC $rpc, int $timeoutSeconds=60, int $intervalMS=500)M8B\EtherBinder\Utils\Functionsstatic