O3 dApp Platform — ETH

A testbed for dAPI for ETH blockchain.


eth_chainId

Returns the available chainId.

net_version

Returns the current network id.

eth_requestAccounts

Returns the address owned by the client.

eth_accounts

Returns the address owned by the client.

eth_getBalance

Returns the balance owned by the client.

eth_blockNumber

Returns the number of most recent block.

Input

eth_call

DATA - the return value of executed contract.

Input

eth_estimateGas

QUANTITY - get the amount of gas used.

Input

eth_gasPrice

QUANTITY - get the integer of the current gas price in wei.

Input

eth_getTransactionReceipt

DATA, 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available. Use eth_getTransactionReceipt to get the contract address, after the transaction was mined, when you created a contract.

Input

eth_sendTransaction

Send a transaction and return txid.

Input

eth_sendRawTransaction

Send a transaction and return txid.

Input