MCPcopy Create free account
hub / github.com/evolify/dumpfun / TokenInfo

Interface TokenInfo

common/types.ts:61–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 numNetBuyers: number
60}
61export interface TokenInfo {
62 id: string
63 name: string
64 symbol: string
65 icon: string
66 decimals: number
67 twitter: string
68 dev: string
69 circSupply: number
70 totalSupply: number
71 tokenProgram: string
72 launchpad: string
73 partnerConfig: string
74 firstPool: {
75 id: string
76 createdAt: string // ISO 日期字符串
77 }
78 holderCount: number
79 audit: {
80 mintAuthorityDisabled: boolean
81 freezeAuthorityDisabled: boolean
82 topHoldersPercentage: number
83 devMigrations: number
84 }
85 organicScore: number
86 organicScoreLabel: string
87 tags: string[]
88 graduatedPool: string
89 graduatedAt: string // ISO 日期字符串
90 createdAt: string // ISO 日期字符串
91 fdv: number
92 mcap: number
93 usdPrice: number
94 priceBlockId: number
95 liquidity: number
96 stats5m: PoolStats
97 stats1h: PoolStats
98 stats6h: PoolStats
99 stats24h: PoolStats
100 ctLikes: number
101 smartCtLikes: number
102}
103
104export interface PoolInfo {
105 baseAsset: TokenInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected