Coda by Ian Macalinao
    Preparing search index...
    interface ReferrerTokenStateArgs {
        amountCumulativeSf: number | bigint;
        amountUnclaimedSf: number | bigint;
        bump: number | bigint;
        mint: Address;
        padding: (number | bigint)[];
        referrer: Address;
    }
    Index

    Properties

    amountCumulativeSf: number | bigint

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

    amountUnclaimedSf: number | bigint

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

    bump: number | bigint

    Referrer token state bump, used for address validation

    mint: Address

    Token mint for the account

    padding: (number | bigint)[]
    referrer: Address

    Pubkey of the referrer/owner