Glider
search
Ctrlk
GliderRemedychevron-downCommunity
  • ๐Ÿš€Glider introduction
  • ๐ŸŽ“Glider: The Basicschevron-right
  • ๐Ÿ’ซGlider Contestchevron-right
  • ๐Ÿ”ฎBug Bounty Hunting With Gliderchevron-right
  • pen-lineWriting Queries
  • pen-fancyGlider and Declarative Query Writing
  • plugAPIchevron-right
    • ๐Ÿ“ŒMain concepts
    • Iterableschevron-right
    • Contractchevron-right
    • Contractschevron-right
    • Enumchevron-right
    • Enumschevron-right
    • Errorchevron-right
    • Errorschevron-right
    • Eventchevron-right
    • Eventschevron-right
    • Filterschevron-right
    • Functionchevron-right
    • Functionschevron-right
    • Modifierchevron-right
    • Modifierschevron-right
    • Callablechevron-right
    • Callableschevron-right
      • Callables.callee_functions_recursive()
      • Callables.contracts()
      • Callables.instructions()
      • Callables.with_address()
      • Callables.with_arg_count()
      • Callables.with_arg_memory_type()
      • Callables.with_arg_name()
      • Callables.with_arg_type()
      • Callables.with_arg_types()
      • Callables.with_callee_names()
      • Callables.with_declarer_contract_name()
      • Callables.with_globals()
      • Callables.with_name()
      • 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_one_of_the_names()
      • Callables.with_signature()
      • Callables.with_signatures()
      • Callables.without_name()
      • Callables.without_names()
      • MethodPropchevron-right
    • Instructionchevron-right
    • Instructionschevron-right
    • Valuechevron-right
    • Pointchevron-right
    • Variableschevron-right
    • Structchevron-right
    • StructFieldchevron-right
    • Structschevron-right
    • Internalchevron-right
  • playGlider Usage
  • map-location-dotRoadmap
  • web-awesomeComparison with other tools
  • road-barrierLimitations
  • list-checkChangelog
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. plugAPI

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()chevron-rightCallables.instructions()chevron-rightCallables.with_name_prefix()chevron-rightCallables.with_name_prefixes()chevron-rightCallables.with_name_regex()chevron-rightCallables.with_name_regexes()chevron-rightCallables.with_name_suffix()chevron-rightCallables.with_name_suffixes()chevron-rightCallables.with_arg_count()chevron-rightCallables.with_arg_memory_type()chevron-rightCallables.with_arg_name()chevron-rightCallables.with_arg_type()chevron-rightCallables.with_arg_types()chevron-rightCallables.with_name()chevron-rightCallables.without_name()chevron-rightCallables.with_one_of_the_names()chevron-rightCallables.without_names()chevron-rightCallables.with_signature()chevron-rightCallables.with_signatures()chevron-right
PreviousCallable.try_instructions()chevron-leftNextCallables.callee_functions_recursive()chevron-right

Last updated 1 year ago