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

# OnLaunchpadTokenEventInput

> Input for `onLaunchpadTokenEvent`.

<div data-generated>
  ## GraphQL

  ```
  input OnLaunchpadTokenEventInput {
    protocol: LaunchpadTokenProtocol
    protocols: [LaunchpadTokenProtocol!]
    launchpadName: String
    launchpadNames: [String!]
    eventType: LaunchpadTokenEventType
    address: String
    networkId: Int
  }

  enum LaunchpadTokenProtocol {
    Pump
    PumpMayhem
    FourMeme
    RaydiumLaunchpad
    BoopFun
    Vertigo
    Rainbow
    EgoTech
    ArenaTrade
    Moonit
    MeteoraDBC
    Baseapp
    BaseappCreator
    ZoraV4
    ZoraCreatorV4
    Virtuals
    Clanker
    HeavenAMM
    TokenMillV2
    TokenMillEVM
    ClankerV4
    Printr
    BonadFun
    NadFun
    Kumbaya
    Doppler
    Flaunch
    Liquid
  }

  enum LaunchpadTokenEventType {
    Deployed
    Created
    Updated
    Completed
    Migrated
    UnconfirmedDeployed
    UnconfirmedMetadata
    UnconfirmedCompleted
  }
  ```

  ### Used By

  **Used as input by**

  * [onLaunchpadTokenEvent](/api-reference/subscriptions/onlaunchpadtokenevent.md): Live-streamed launchpad token event.
</div>
