Crate eei[][src]

Enums

CallResult

Functions

ethereum_call

Send a message including data and/or ether to and address

ethereum_callCode

DEPRECATED, use callDelegate.

ethereum_callDataCopy

Get data from the current environment’s input data.

ethereum_callDelegate

Call another contract on behalf of the original caller.

ethereum_callStatic

Call a node by it’s address, but do not modify it’s state. This can be used for testing a transaction.

ethereum_getAddress

Get the address of currently executing account.

ethereum_getBlockHash

Gets the hash of a recent block.

ethereum_getCallDataSize

Get size of input data in current environment’s message or transaction.

ethereum_getCallValue

Get the deposited ether value of this transaction and puts the amount in memory.

ethereum_getCaller

Get the address of the caller and put it in memory.

ethereum_getExternalBalance

Gets ethereum balance of the given account.

ethereum_loadData

Load data from storage into memory.

ethereum_storeData

Store data from memory

ethereum_useGas

Subtracts an amount to the gas counter

Type Definitions

Address

A 160 bit number representing an ethereum address.

Amount
Data
Hash