Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 730 Bytes

Account existence check for low-level calls.md

File metadata and controls

16 lines (16 loc) · 730 Bytes

Low-level calls call/delegatecall/staticcall return true even if the account called is non-existent (per EVM design). Account existence must be checked prior to calling if needed. (see here)


Slide Screenshot

038.jpg


Slide Text

  • Account Existence Low-level Calls
  • call/delegateCall/staticCall
  • No Account -> Return true
  • Check Existence -> Before Call

References


Tags