Skip to main content

Statuses

Flipit distinguishes application creation lifecycle from the smart-contract launch lifecycle.

Application creation states

StateMeaning
PENDINGMetadata/application record exists but no verified launch receipt has been accepted yet.
CONFIRMEDBackend verified the successful on-chain launch.
CREATION_FAILEDThe creation attempt was independently verified as failed.
EXPIRED_PENDINGA pending application record aged out without confirmation.

On-chain launch states

LaunchSale.Status is:

Solidity valueProduct meaning
Active (0)Bonding is open before the deadline.
Graduated (1)Full curve sold; pool bootstrapped.
Failed (2)Deadline passed, curve incomplete, and expire() was called.

A failed creation attempt is not the same thing as an on-chain Failed launch.