Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 653 Bytes

47.mdx

File metadata and controls

28 lines (18 loc) · 653 Bytes
fork group
Istanbul
Block Information

Index 1 is top of the stack. See PUSH.

Notes

Semantically equivalent of calling BALANCE with ADDRESS as parameter, but with a reduced gas cost.

Stack output

  1. balance: balance of the current account in wei.

Example

* Input Output
1 9

Reproduce in playground.

Error cases

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

  • Not enough gas.
  • Stack overflow.