DropStatus
The different phases of a drop.
enum DropStatus {
MINTING
MINTED
SCHEDULED
EXPIRED
CREATING
PAUSED
SHUTDOWN
FAILED
}
Values
DropStatus.MINTING
Actively minting.
DropStatus.MINTED
The minting process for the collection is complete.
DropStatus.SCHEDULED
The drop is scheduled for minting.
DropStatus.EXPIRED
The drop has expired and its end time has passed.
DropStatus.CREATING
The drop is still being created and is not ready to mint.
DropStatus.PAUSED
The drop is temporarily paused and cannot be minted at the moment.
DropStatus.SHUTDOWN
The drop is permanently shut down and can no longer be minted.
DropStatus.FAILED
The creation process for the drop has failed
Member of
Drop
object