Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 694 Bytes

Low-level Calls.md

File metadata and controls

20 lines (17 loc) · 694 Bytes

The low-level functions call, delegatecall and staticcall return true as their first return value if the account called is non-existent, as part of the design of the EVM. Account existence must be checked prior to calling if needed.


Slide Screenshot

087.jpg


Slide Deck

  • call/staticcall/delegatecall
  • Non-existent Account -> Return True
  • Check Account Existence Before Call
  • Implication: No Contract -> Assume Success

References


Tags

System Operations