Glider
CtrlK
GliderRemedyCommunity
  • 🚀Glider introduction
  • 🎓Glider: The Basics
  • 💫Glider Contest
  • 🔮Bug Bounty Hunting With Glider
  • Writing Queries
  • Glider and Declarative Query Writing
  • API
    • 📌Main concepts
    • Iterables
    • Argument
    • Arguments
    • Contract
    • Contracts
    • Enum
    • Enums
    • Error
    • Errors
    • Event
    • 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.without_name()
      • Callables.without_names()
      • Callables.with_signature()
      • Callables.with_signatures()
      • MethodProp
    • Instruction
    • Instructions
    • Value
    • Point
    • Variables
    • Struct
    • StructField
    • Structs
    • Internal
  • Glider Usage
  • Roadmap
  • Comparison with other tools
  • Limitations
  • Changelog
Powered by GitBook
On this page
  1. API

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_name()Callables.without_name()Callables.with_one_of_the_names()Callables.without_names()Callables.with_signature()Callables.with_signatures()
PreviousCallable.try_instructions()NextCallables.callee_functions_recursive()

Last updated 1 year ago