Ethereum PHP
PHP interface to Ethereum JSON-RPC API.
list-balance-example.php File Reference

Go to the source code of this file.

Functions

 getBalanceAtAddress ($address)
 

Variables

const IS_PUBLIC TRUE
 
 $address = '0x78f444392cB2C0aF3cF606De36Ad080EBf22b500'
 

Function Documentation

◆ getBalanceAtAddress()

getBalanceAtAddress (   $address)

Displays the ethereum status report page.

This page provides a overview about Ethereum functions and usage.

Parameters
Ethereum$ethEtherum client instance.
Returns
array array of two HTML strings.

Definition at line 23 of file list-balance-example.php.

References $address.

Variable Documentation

◆ $address

◆ IS_PUBLIC

const IS_PUBLIC TRUE

Definition at line 11 of file list-balance-example.php.