Returns a list of all high level static call instructions.
Last updated 3 months ago
high_level_static_calls() →
from glider import * def query(): return Instructions().high_level_static_calls().exec(1, 5)
In this instance, the static call refers to uniswapV2Router.WETH().
uniswapV2Router.WETH()
Instructions