Module param

Module param 

Source

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.