> 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/functions/functions.modifiers.md).

# Functions.modifiers()

`modifiers() →` [`Modifiers`](/glider-ide/api/modifiers.md)

## Query Example

```python
from glider import *


def query():
    modifiers = (
        Functions()
        .with_name("swapTokens")
        .modifiers()
        .exec(5)
    )
 
    return modifiers
```

## Example Output

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