87 - Low-level Calls
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.
call
/staticcall
/delegatecall
- Non-existent Account -> Return True
- Check Account Existence Before Call
- Implication: No Contract -> Assume Success