Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolify/dumpfun
/ Props
Interface
Props
app/modules/chart/stats.tsx:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
interface Props {
48
data: LaunchpadsInfo[]
49
}
50
51
type StatType =
"dailyStats"
|
"newDailyStats"
52
export default function Stats({ data }: Props) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected