Skip to main content

Module unprotected_initializer

Module unprotected_initializer 

Source

StructsΒ§

Reach πŸ”’

StaticsΒ§

UNPROTECTED_INITIALIZER

FunctionsΒ§

has_initializer_modifier πŸ”’
has_modifier_named πŸ”’
internal_callee πŸ”’
The selected internal function in the analyzed contract’s dispatch context.
is_destructive_call πŸ”’
x.delegatecall(..) or selfdestruct(..).
lhs_writes_state πŸ”’
A state variable, or a member/index of an expression that denotes contract storage.
reaches πŸ”’
True if hit matches an expression in fid’s body or, transitively, in the body of any internal function it calls.
references_storage πŸ”’
writes_state πŸ”’
An assignment, delete, ++/-- or push/pop whose target lives in contract storage.