Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 590 Bytes

33.mdx

File metadata and controls

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

Index 1 is top of the stack. See PUSH.

Stack output

  1. address: the 20-byte address of the caller account. This is the account that did the last call (except delegate call).

Example

* Input Output
1 0xbe862ad9abfe6f22bcb087716c7d89a26051f74c

Reproduce in playground.

Error cases

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

  • Not enough gas.
  • Stack overflow.