Skip to main content

TypeScript shape

type ContractLabelSubType =
  | 'Generic'
  | 'HighTax'
  | 'HoneyPot'
  | 'Imitator';
Generic
enum
Generic label, no specific sub-classification.
HighTax
enum
Token applies a high buy/sell tax.
HoneyPot
enum
Token is a honeypot (cannot be sold).
Imitator
enum
Token imitates another well-known token.