Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 771 Bytes

31.mdx

File metadata and controls

28 lines (18 loc) · 771 Bytes
fork group
Frontier
Environmental Information

Index 1 is top of the stack. See PUSH.

Stack input

  1. address: 20-byte address of the account to check.

Stack output

  1. balance: balance of the given account in wei. Returns 0 if the account doesn't exist.

Example

* Input Output
1 0x9bbfed6889322e016e0a02ee459d306fc19545d8 125985

Reproduce in playground.

Error cases

The state changes done by the current context are reverted in those cases:

  • Not enough gas.
  • Not enough values on the stack.