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)
- Account Existence Low-level Calls
- call/delegateCall/staticCall
- No Account -> Return
true
- Check Existence -> Before Call