evm v0.1.14 EVM.Address

EVM address functions and constants.

Link to this section Summary

Functions

Returns the maximum allowed address value

Returns an address given an integer

Returns an address given an address and a nonce

Returns the maximum allowed address size

Link to this section Functions

Link to this function max()
max() :: integer

Returns the maximum allowed address value.

Link to this function new(address)
new(integer) :: binary

Returns an address given an integer.

Link to this function new(address, nonce)
new(integer, integer) :: binary

Returns an address given an address and a nonce.

Link to this function size()
size() :: integer

Returns the maximum allowed address size.