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_
random_ ๐array_ value - Mutates random value from given array.
- mutate_
random_ ๐tuple_ value - Mutates random value from given tuples.