Settings
Help

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.