> ## 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.

# ContractProposalStatus

> ContractProposalStatus enum

<div data-generated>
  ## GraphQL

  ```
  enum ContractProposalStatus {
    ACCEPTED
    PENDING
    REJECTED
    REVERTED
  }
  ```

  ### Used By

  **Returned by**

  * [getCommunityNotes](/api-reference/queries/getcommunitynotes.md): Returns community gathered notes.
</div>
