Instructions.high_level_static_calls()

Returns a list of all high level static call instructions.

high_level_static_calls() → Instructions

Query Example

from glider import *


def query():
  return Instructions().high_level_static_calls().exec(1, 5)

Example Output

In this instance, the static call refers to uniswapV2Router.WETH().

Last updated