Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 509 Bytes

File metadata and controls

24 lines (16 loc) · 509 Bytes
fork Frontier
group Environmental Information

Stack input

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

Stack output

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

Example

Input Output
0x5B38Da6a701c568545dCfcB03FcB875f56beddC4 125985

Error cases

The transaction is reverted in those cases:

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