Glider
search
โŒ˜Ctrlk
GliderRemedychevron-downCommunity
Glider
  • ๐Ÿš€Glider introduction
  • ๐ŸŽ“Glider: The Basics
  • ๐Ÿ’ซGlider Contest
  • ๐Ÿ”ฎBug Bounty Hunting With Glider
  • pen-lineWriting Queries
  • pen-fancyGlider and Declarative Query Writing
  • plugAPI
    • ๐Ÿ“ŒMain concepts
    • Iterables
    • Contract
    • Contracts
    • Enum
    • Enums
    • Error
    • Errors
    • Event
    • Events
    • Filters
    • Function
    • Functions
    • Modifier
    • Modifiers
    • Callable
    • Callables
      • 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()
      • MethodProp
    • Instruction
    • Instructions
    • Value
    • Point
    • Variables
    • Struct
    • StructField
    • Structs
    • Internal
  • 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