Crate eei[][src]

Enums

CallResult

Functions

ethereum_call

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

ethereum_callDataCopy

Get data from the current environment’s input data. Arguments:

ethereum_getAddress

Get the address of currently executing account. Arguments:

ethereum_getBlockHash

Gets the hash of a recent block. Arguments:

ethereum_getCallDataSize

Get size of input data in current environment’s message or transaction. Returns the length in bytes.

ethereum_getExternalBalance

Gets ethereum balance of the given account. Arguments:

ethereum_useGas

Subtracts an amount to the gas counter Arguments:

Type Definitions

Address

A 160 bit number, represented as a 20 bytes long little endian unsigned integer in memory.

Amount
Hash