> 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/contracts/contracts.state_variables.md).

# Contracts.state\_variables()

`state_variables() →` [`StateVariables`](/glider-ide/api/statevariables.md)

## Query Example

```python
from glider import *


def query():
    state_variables = (
        Contracts()
        .with_name("Manager")
        .exec(1)
        .state_variables()
        .exec()
    )

    return state_variables
```

## Example Output

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