> ## Documentation Index
> Fetch the complete documentation index at: https://docs.patchwork.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# IPatchworkScoped

> Core interface for IPatchwork721 and contracts supporting Scopes

<Info>
  <div class="flex" style={{gap: '4px', fontFamily: 'var(--font-jetbrains-mono)'}}>
    <span class="token keyword">import</span> <span class="token string">"@patchwork/contracts/PatchworkScoped/IPatchworkScoped.sol"</span><span class="token punctuation">;</span>
  </div>
</Info>

<div
  className="border-primary dark:border-primary-light"
  style={{
borderTopWidth: '1.5px',
marginBottom: '-1rem',
marginTop: '4rem'
}}
/>

## Functions

***

### getScopeName

Get the scope this NFT claims to belong to

```solidity theme={null}
function getScopeName() external view returns (string memory);
```

**Returns**

| Name     | Type     | Description                  |
| -------- | -------- | ---------------------------- |
| `<none>` | `string` | string the name of the scope |
