Skip to main content

Module ecrecover

Module ecrecover 

Source

StructsΒ§

Analyzer πŸ”’
FlowState πŸ”’
PendingRecovery πŸ”’
An ecrecover result held in a local that has been neither observed nor validated yet.
SideEffects πŸ”’
Finds writes and state-mutating calls that run when an expression is evaluated.

EnumsΒ§

ValueId πŸ”’
Symbolic identity of a value: a place’s incoming value or the result of an assignment.
ValueKey πŸ”’
A tracked place: a whole variable, or a struct field reached from a variable (sig.s).

ConstantsΒ§

SECP256K1_HALF_ORDER πŸ”’
Largest canonical secp256k1 s value, n / 2.

StaticsΒ§

ECRECOVER

FunctionsΒ§

call_may_mutate_state πŸ”’
is_transparent_cast πŸ”’
negate_comparison πŸ”’
reverse_comparison πŸ”’
var_of πŸ”’
The variable an expression denotes, through parens and uint256(..)/bytes32(..) casts.

Type AliasesΒ§

Pair πŸ”’
A place written by an assignment, paired with the expression it receives.
Signature πŸ”’
The s argument of an ecrecover call.