Skip to main content

TypeScript shape

type LaunchpadTokenEventType =
  | 'Deployed'
  | 'Created'
  | 'Updated'
  | 'Completed'
  | 'Migrated'
  | 'UnconfirmedDeployed'
  | 'UnconfirmedMetadata'
  | 'UnconfirmedCompleted';
Deployed
enum
Token was just deployed on the launchpad — first event in its lifecycle.
Updated
enum
Token state changed on the launchpad (price, holders, fees, etc.) while still pre-graduation.
Migrated
enum
Token graduated off the launchpad (e.g. bonding-curve completed, liquidity migrated to a DEX pool).