Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

3F.mdx

File metadata and controls

30 lines (19 loc) · 1.04 KB
fork group
Constantinople
Environmental Information

Index 1 is top of the stack. See PUSH.

Stack input

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

Stack output

  1. hash: hash of the chosen account's code, the empty hash (0xc5d24601...) if the account has no code, or 0 if the account does not exist or has been destroyed.

Examples

* Input Output
1 0x43a61f3f4c73ea0d444c5c1c1a8544067a86219b 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470

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.