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

# ContractLabelType

> Top-level type of a ContractLabel.

### TypeScript shape

```ts theme={null}
type ContractLabelType =
  | 'Scam'
  | 'Verified';
```

<ResponseField name="Scam" type="enum">Contract is flagged as a scam.</ResponseField>
<ResponseField name="Verified" type="enum">Contract is verified / trusted.</ResponseField>
