Constantsยง
- MAX_
ARRAY_ ๐LEN - The max length of arrays we fuzz for is 256.
Functionsยง
- fuzz_
param - Given a parameter type, returns a strategy for generating values for that type.
- fuzz_
param_ from_ state - Given a parameter type, returns a strategy for generating values for that type, given some EVM fuzz state.
- fuzz_
param_ ๐inner - fuzz_
param_ with_ fixtures - Given a parameter type and configured fixtures for param name, returns a strategy for generating values for that type.
- mutate_
param_ value - Mutates the current value of the given parameter type and value.
- mutate_
param_ ๐value_ inner - mutate_
param_ value_ with_ senders - Mutates the current value of the given parameter type and value, with optional sender filters.
- mutate_
random_ ๐array_ value - Mutates random value from given array.
- mutate_
random_ ๐tuple_ value - Mutates random value from given tuples.
- select_
random_ ๐address - Selects a random address for mutation, respecting sender filters if provided.