Coda by Ian Macalinao
    Preparing search index...
    interface ReferrerTokenState {
        amountCumulativeSf: bigint;
        amountUnclaimedSf: bigint;
        bump: bigint;
        discriminator: ReadonlyUint8Array;
        mint: Address;
        padding: bigint[];
        referrer: Address;
    }
    Index

    Properties

    amountCumulativeSf: bigint

    Amount that has been accumulated in total -> both already claimed and unclaimed (scaled fraction)

    amountUnclaimedSf: bigint

    Amount that has been accumulated and not claimed yet -> available to claim (scaled fraction)

    bump: bigint

    Referrer token state bump, used for address validation

    discriminator: ReadonlyUint8Array
    mint: Address

    Token mint for the account

    padding: bigint[]
    referrer: Address

    Pubkey of the referrer/owner