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

# ContractLabelSubType

> Sub-type of a ContractLabel.

### TypeScript shape

```ts theme={null}
type ContractLabelSubType =
  | 'Generic'
  | 'HighTax'
  | 'HoneyPot'
  | 'Imitator';
```

<ResponseField name="Generic" type="enum">Generic label, no specific sub-classification.</ResponseField>
<ResponseField name="HighTax" type="enum">Token applies a high buy/sell tax.</ResponseField>
<ResponseField name="HoneyPot" type="enum">Token is a honeypot (cannot be sold).</ResponseField>
<ResponseField name="Imitator" type="enum">Token imitates another well-known token.</ResponseField>
