Skip to main content

Contract Events

Flipit's contracts emit events that are sufficient for provider-independent indexing.

Launch discovery

  • TokenFactory.TokenDeployed
  • LaunchManager.LaunchCreated

Bonding

  • LaunchSale.TokensBought
  • LaunchSale.TokensSold
  • LaunchSale.LaunchGraduated
  • LaunchSale.LaunchFailed
  • LaunchSale.FailedLaunchRedeemed

Liquidity and Swap

  • PoolFactory.PoolCreated
  • Pool.Bootstrapped
  • Pool.LiquidityAdded
  • Pool.LiquidityRemoved
  • Pool.Swap

Creator/protocol economics

  • CreatorVesting.TokensReleased
  • FeeVault.Claimed

The blockchain is authoritative. Indexing is a query and application-performance layer, not a custody layer.