Skip to main content

Module state

Module state 

Source

Structsยง

EvmFuzzState
Immutable fuzz dictionary seed used by parallel stateless fuzz workers.
FuzzDictionary
InvariantFuzzState
Worker-local mutable fuzz dictionary used by invariant campaigns.

Constantsยง

MAX_PERSISTENT_VALUES ๐Ÿ”’
Maximum number of persistent values from sancov trace-cmp.
MAX_SLOT_INFO_CACHE_ENTRIES ๐Ÿ”’
Maximum cached storage slot layout lookups per fuzz dictionary.
PUSH_BYTE_ANALYSIS_LIMIT ๐Ÿ”’
The maximum number of bytes we will look at in bytecodes to find push bytes (24 KiB).

Traitsยง

FuzzStateReader