Skip to main content

Module calls_loop

Module calls_loop 

Source

Enumsยง

ExternalCall ๐Ÿ”’
An interaction with another contract.

Staticsยง

CALLS_LOOP

Functionsยง

classify ๐Ÿ”’
Classifies calls by their checked function kind, including function pointers and library delegate calls. Internal using for bindings and super dispatch stay internal.
is_external_call ๐Ÿ”’
True if calling callee interacts with another contract (or deploys one).
is_state_mutating_external_call ๐Ÿ”’
Like is_external_call, but excludes calls that cannot affect log ordering or observable state: staticcall and high-level view/pure callees (including this.*).