ao-js-sdk - v0.0.9
    Preparing search index...

    Interface FairLaunchInfo

    interface FairLaunchInfo {
        accumulatedPiQuantity: string;
        accumulatedQuantity: string;
        action: string;
        aoToken: string;
        areBatchTransfersPossible: string;
        areGeneralWithdrawalsEnabled: string;
        decayFactor: string;
        delegationOracle: string;
        deployer: string;
        distributedQuantity: string;
        distributionTick: string;
        endsAtTimestamp?: string;
        exchangedForPiQuantity: string;
        flpFactory: string;
        flpLongDescription: string;
        flpName: string;
        flpShortDescription: string;
        lastDayDistribution: string;
        mintReporter: string;
        owner: string;
        piProcess: string;
        piTokenProcess: string;
        socials: string;
        startsAtTimestamp: string;
        status: string;
        tokenDenomination: string;
        tokenDisclaimer: string;
        tokenLogo: string;
        tokenName: string;
        tokenProcess: string;
        tokenSupplyToUse: string;
        tokenTicker: string;
        tokenUnlockTimestamp?: string;
        totalDistributionTicks: string;
        totalTokenSupplyAtCreation: string;
        treasury: string;
        withdrawnPiQuantity: string;
        withdrawnQuantity: string;
        yieldCycle?: string;
    }
    Index

    Properties

    accumulatedPiQuantity: string

    Accumulated PI quantity

    accumulatedQuantity: string

    Accumulated quantity

    action: string

    Response action type

    aoToken: string

    AO token process ID

    areBatchTransfersPossible: string

    Whether batch transfers are possible

    areGeneralWithdrawalsEnabled: string

    Whether general withdrawals are enabled

    decayFactor: string

    Decay factor for distribution

    delegationOracle: string

    Delegation oracle process ID

    deployer: string

    Deployer address

    distributedQuantity: string

    Distributed quantity

    distributionTick: string

    Current distribution tick

    endsAtTimestamp?: string

    Timestamp when the fair launch ends (optional)

    exchangedForPiQuantity: string

    Quantity exchanged for PI

    flpFactory: string

    FLP factory process ID

    flpLongDescription: string

    Long description of the fair launch process

    flpName: string

    Name of the fair launch process

    flpShortDescription: string

    Short description of the fair launch process

    lastDayDistribution: string

    Last day distribution amount

    mintReporter: string

    Mint reporter process ID

    owner: string

    Owner of the fair launch process

    piProcess: string

    PI process ID

    piTokenProcess: string

    PI token process ID

    socials: string

    Social media links (JSON string)

    startsAtTimestamp: string

    Timestamp when the fair launch starts

    status: string

    Current status of the fair launch

    tokenDenomination: string

    Denomination of the token

    tokenDisclaimer: string

    Disclaimer for the token

    tokenLogo: string

    Logo of the token

    tokenName: string

    Name of the token

    tokenProcess: string

    Token process ID

    tokenSupplyToUse: string

    Token supply to use

    tokenTicker: string

    Ticker symbol of the token

    tokenUnlockTimestamp?: string

    Timestamp when the token unlocks (optional)

    totalDistributionTicks: string

    Total number of distribution ticks

    totalTokenSupplyAtCreation: string

    Total token supply at creation

    treasury: string

    Treasury address

    withdrawnPiQuantity: string

    Withdrawn PI quantity

    withdrawnQuantity: string

    Withdrawn quantity

    yieldCycle?: string

    Current yield cycle (optional)