BlockaidFinancialStats

data class BlockaidFinancialStats(val supply: Double?, val holdersCount: Int?, val usdPricePerUnit: Double?, val burnedLiquidityPercentage: Double?, val lockedLiquidityPercentage: Double?, val topHolders: List<BlockaidTopHolder>?, val totalReserveInUsd: Double?, val devHoldingPercentage: Double?, val snipersHoldingPercentage: Double?, val initialSnipersHoldingPercentage: Double?, val bundlersHoldingPercentage: Double?, val insidersHoldingPercentage: Double?)

Financial statistics for a token.

Constructors

Link copied to clipboard
constructor(supply: Double?, holdersCount: Int?, usdPricePerUnit: Double?, burnedLiquidityPercentage: Double?, lockedLiquidityPercentage: Double?, topHolders: List<BlockaidTopHolder>?, totalReserveInUsd: Double?, devHoldingPercentage: Double?, snipersHoldingPercentage: Double?, initialSnipersHoldingPercentage: Double?, bundlersHoldingPercentage: Double?, insidersHoldingPercentage: Double?)

Properties

Link copied to clipboard
@SerializedName(value = "bundlers_holding_percentage")
val bundlersHoldingPercentage: Double?
Link copied to clipboard
@SerializedName(value = "burned_liquidity_percentage")
val burnedLiquidityPercentage: Double?
Link copied to clipboard
@SerializedName(value = "dev_holding_percentage")
val devHoldingPercentage: Double?
Link copied to clipboard
@SerializedName(value = "holders_count")
val holdersCount: Int?
Link copied to clipboard
@SerializedName(value = "initial_snipers_holding_percentage")
val initialSnipersHoldingPercentage: Double?
Link copied to clipboard
@SerializedName(value = "insiders_holding_percentage")
val insidersHoldingPercentage: Double?
Link copied to clipboard
@SerializedName(value = "locked_liquidity_percentage")
val lockedLiquidityPercentage: Double?
Link copied to clipboard
@SerializedName(value = "snipers_holding_percentage")
val snipersHoldingPercentage: Double?
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "top_holders")
val topHolders: List<BlockaidTopHolder>?
Link copied to clipboard
@SerializedName(value = "total_reserve_in_usd")
val totalReserveInUsd: Double?
Link copied to clipboard
@SerializedName(value = "usd_price_per_unit")
val usdPricePerUnit: Double?