> 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.with_address.md).

# Contracts.with\_address()

## Query Example

```python
from glider import *


def query():
    return (
        Contracts()
        .with_address("0xdbEea69930D24988091b59f73B7898e7b0E9406F")
        .exec(1)
    )
    
```

## Example Output

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