Callables
The Callables class is the base class for the Functions and Modifiers classes, and implements a series of methods common to both Functions and Modifiers:
Callables.contracts()Callables.instructions()Callables.with_name_prefix()Callables.with_name_prefixes()Callables.with_name_regex()Callables.with_name_regexes()Callables.with_name_suffix()Callables.with_name_suffixes()Callables.with_arg_count()Callables.with_arg_memory_type()Callables.with_arg_name()Callables.with_arg_type()Callables.with_arg_types()Callables.with_hashed_signature()Callables.with_name()Callables.without_name()Callables.with_one_of_the_names()Callables.without_names()Callables.with_signature()Callables.with_signatures()Last updated