StructsΒ§
- Reach π
StaticsΒ§
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(..)orselfdestruct(..).- lhs_
writes_ πstate - A state variable, or a member/index of an expression that denotes contract storage.
- reaches π
- True if
hitmatches an expression infidβs body or, transitively, in the body of any internal function it calls. - references_
storage π - writes_
state π - An assignment,
delete,++/--orpush/popwhose target lives in contract storage.