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

# ContractLabelType

> The contract label type.

<div data-generated>
  ## GraphQL

  ```
  enum ContractLabelType {
    Scam
    Verified
  }
  ```

  ### Used By

  **Returned by**

  * [getCommunityNotes](/api-reference/queries/getcommunitynotes.md): Returns community gathered notes.
  * [onPairMetadataUpdated](/api-reference/subscriptions/onpairmetadataupdated.md): Live-streamed stat updates for a given token within a pair.
  * [pairMetadata](/api-reference/queries/pairmetadata.md): Returns metadata for a pair of tokens.
</div>
