> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instructions/instructions.high_level_static_calls.md).

# Instructions.high\_level\_static\_calls()

`high_level_static_calls() →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


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

## Example Output

<figure><img src="/files/XhZC1hdBI27GsbWXPOKh" alt=""><figcaption></figcaption></figure>

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