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
        • MethodProp.EXTERNAL
        • MethodProp.HAS_ARGS
        • MethodProp.HAS_CALLEES
        • MethodProp.HAS_ERRORS
        • MethodProp.HAS_MODIFIERS
        • MethodProp.HAS_STATE_VARIABLES_READ
        • MethodProp.HAS_STATE_VARIABLES_WRITTEN
        • MethodProp.INTERNAL
        • MethodProp.IS_CONSTRUCTOR
        • MethodProp.IS_GLOBAL
        • MethodProp.IS_PAYABLE
        • MethodProp.IS_PURE
        • MethodProp.IS_VIEW
        • MethodProp.PRIVATE
        • MethodProp.PUBLIC
    • 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
  2. Callables

MethodProp

MethodProp.EXTERNALMethodProp.HAS_ARGSMethodProp.HAS_CALLEESMethodProp.HAS_ERRORSMethodProp.HAS_MODIFIERSMethodProp.HAS_STATE_VARIABLES_READMethodProp.HAS_STATE_VARIABLES_WRITTENMethodProp.INTERNALMethodProp.IS_CONSTRUCTORMethodProp.IS_GLOBALMethodProp.IS_PAYABLEMethodProp.IS_PUREMethodProp.IS_VIEWMethodProp.PRIVATEMethodProp.PUBLIC
PreviousCallables.with_signatures()NextMethodProp.EXTERNAL

Last updated 1 year ago