| blockHash(Hash|Block $block) | M8B\EtherBinder\RPC\Modules\AbstractModule | protected |
| blockParam(int|BlockParam $blockNumber) | M8B\EtherBinder\RPC\Modules\AbstractModule | protected |
| calcAvgTip(int $blockNumbers=3) | M8B\EtherBinder\RPC\Compound | |
| debugGetRawBlock(int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Debug | |
| debugGetRawHeader(int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Debug | |
| debugGetRawReceipts(int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Debug | |
| debugGetRawTransaction(Hash $h) | M8B\EtherBinder\RPC\Modules\Debug | |
| ethAccounts() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethBlockNumber() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethCall(Transaction $message, ?Address $from=null, int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethChainID() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethCoinbase() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethEstimateGas(Transaction $txn, ?Address $from) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGasPrice() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetBalance(Address $address, int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetBlockByHash(Hash $hash, bool $fullBlock=false) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetBlockByNumber(int|BlockParam $blockParam=BlockParam::LATEST, bool $fullBlock=false) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetBlockTransactionCountByHash(Hash|Block $block) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetBlockTransactionCountByNumber(int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetCode(Address $address, int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetFilterChanges(OOGmp $filterId) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetFilterLogs(OOGmp $filterId) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetLogs(Address|array $address, null|int|BlockParam $fromBlock, null|int|BlockParam $toBlock, null|Hash $blockHash, string|bool|HashSerializable|array $topic0, null|string|bool|HashSerializable|array $topic1=null, null|string|bool|HashSerializable|array $topic2=null, null|string|bool|HashSerializable|array $topic3=null) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetStorageAt(Address $address, OOGmp $position, int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetTransactionByBlockHashAndIndex(Hash $hash, int $index) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetTransactionByBlockNumberAndIndex(int|BlockParam $blockParam, int $index) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetTransactionByHash(Hash $hash) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetTransactionCount(Address $address, int|BlockParam $blockParam=BlockParam::PENDING) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetTransactionReceipt(Hash $hash) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetUncleByBlockHashAndIndex(Hash $hash, int $unclePos) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetUncleByBlockNumberAndIndex(int|BlockParam $blockParam, int $unclePos) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetUncleCountByBlockHash(Hash|Block $block) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethGetUncleCountByBlockNumber(int|BlockParam $blockParam=BlockParam::LATEST) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethHashrate() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethMaxPriorityFeePerGas() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethMining() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethNewFilter(Address|array $address, null|int|BlockParam $fromBlock, null|int|BlockParam $toBlock, string|bool|HashSerializable|array $topic0, null|string|bool|HashSerializable|array $topic1=null, null|string|bool|HashSerializable|array $topic2=null, null|string|bool|HashSerializable|array $topic3=null) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethProtocolVersion() | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSendRawTransaction(Transaction $signedTransaction) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSendRawTransactionHex(string $rawTransactionHex) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSendTransaction(Transaction $txn, Address $from) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSign(Address $address, string $dataHex) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSignTransaction(Transaction $txn, Address $from) | M8B\EtherBinder\RPC\Modules\Eth | |
| ethSyncing() | M8B\EtherBinder\RPC\Modules\Eth | |
| isLookingLikeLondon() | M8B\EtherBinder\RPC\Compound | |
| netListening() | M8B\EtherBinder\RPC\Modules\Net | |
| netPeerCount() | M8B\EtherBinder\RPC\Modules\Net | |
| netVersion() | M8B\EtherBinder\RPC\Modules\Net | |
| parseFilterInput(Address|array $address, null|int|BlockParam $fromBlock, null|int|BlockParam $toBlock, null|Hash $blockHash, string|bool|HashSerializable|array $topic0, null|string|bool|HashSerializable|array $topic1=null, null|string|bool|HashSerializable|array $topic2=null, null|string|bool|HashSerializable|array $topic3=null) | M8B\EtherBinder\RPC\Modules\Eth | protected |
| raw(string $method, ?array $params=null) | M8B\EtherBinder\RPC\AbstractRPC | |
| runRpc(string $method, ?array $params=null) | M8B\EtherBinder\RPC\AbstractRPC | |
| web3ClientVersion() | M8B\EtherBinder\RPC\Modules\Web3 | |
| web3Sha3Keccak(string $inputHex) | M8B\EtherBinder\RPC\Modules\Web3 | |
| web3Sha3KeccakBin(string $inputBin) | M8B\EtherBinder\RPC\Modules\Web3 | |