MCPcopy Create free account

hub / github.com/FCY316/OROG_WEB / functions

Functions208 in github.com/FCY316/OROG_WEB

FunctionFollowLayout
({ children }: Readonly<{ children: React.ReactNode; }>)
app/[locale]/[chain]/mywallet/[address]/layout.tsx:1
FunctionFollowOrHolding
({ chain, funType, period, keys }: { chain: ChainsType, period: string, funType: number, keys: number })
app/[locale]/[chain]/trade/component/FollowOrHolding.tsx:26
FunctionFollowPage
()
app/[locale]/[chain]/follow/page.tsx:29
FunctionFoot
({ themeSer }: { themeSer: 'dark' | 'light' })
app/[locale]/[chain]/Layout/foot.tsx:58
FunctionFormatUnits
({ loading, value, chainMain, className, decimals }: { loading: boolean, value: bigint | number, chainMain?: C
component/FormatUnits.tsx:19
FunctionHeader
({ chain, themeSer }: { chain: ChainsType, themeSer: 'dark' | 'light' })
app/[locale]/[chain]/Layout/header.tsx:27
FunctionHome
()
app/[locale]/[chain]/page.tsx:41
FunctionImageUrl
({ logo, symbol, className }: { logo: string, symbol: string, className?: string })
component/ImageUrl.tsx:5
FunctionItem
({ index, chain, period, plate, tokenData }: { index: number, plate: string, chain: ChainsType, period: string
app/[locale]/[chain]/xtop/component/XTop.tsx:110
FunctionItemT
({ title, text, type = 1, funType = 1, className = '', textClassName = '', textBool, showPrefix = false, showM
app/[locale]/[chain]/trade/component/TransactionToken.tsx:251
FunctionItemY
({ title, text, className = 'dark:text-6b text-af', textClassName = '' }: { title: string, text: ReactNode | s
app/[locale]/[chain]/trade/component/TransactionToken.tsx:288
FunctionLink
(props: OriginalLinkProps)
i18n/routing.tsx:46
FunctionLinkComponent
()
component/LinkComponent.tsx:20
FunctionMobileSearch
({ chain }: { chain: ChainsType })
app/[locale]/[chain]/Layout/components/header/MobileSearch.tsx:18
FunctionMyWalletPage
({ params }: { params: Promise<{ chain: ChainsType, address: string }> })
app/[locale]/[chain]/mywallet/[address]/page.tsx:22
FunctionPriceCom
({ className = '', num, isf = false }: { className?: string, num: number, isf?: boolean })
component/PriceCom.tsx:16
FunctionReferral
()
app/[locale]/[chain]/referral/page.tsx:21
FunctionRootLayout
({ children, params }: Readonly<{ children: React.ReactNode; params: Promise<{ locale: LocalesType, ch
app/[locale]/[chain]/layout.tsx:48
FunctionSearchDef
({ setLoading, className }: { setLoading: Function, className?: string })
app/[locale]/[chain]/Layout/components/header/SearchDef.tsx:236
FunctionSearchHistory
({ chain, fun, className }: { chain: ChainsType, fun?: Function, className?: string })
app/[locale]/[chain]/Layout/components/header/SearchHistory.tsx:18
FunctionSearchList
({ chain, fun, setLoading, search, getSearchData, className }: { chain: ChainsType, fun?: Function, setLoading
app/[locale]/[chain]/Layout/components/header/SearchList.tsx:16
FunctionSearching
({ chain }: { chain: ChainsType })
app/[locale]/[chain]/Layout/components/header/Searching.tsx:17
FunctionSetChain
({ chain }: { chain: ChainsType })
app/[locale]/[chain]/Layout/components/header/SetChain.tsx:20
FunctionShare
({ isModalOpen, handleOk, isOr, useInfo, period, address, tokenInfo }: Props)
component/Share.tsx:59
FunctionShareBig
({ captureRef }: { captureRef: HTMLDivElement })
component/Share.tsx:84
FunctionSkeletonCom
({ num = 15 }: { num?: number })
app/[locale]/[chain]/trade/component/Skeleton.tsx:4
FunctionSortIcon
({ value, lightKey, checkedKey, direction, classname = "", onClick, })
component/TableSortIcon.tsx:13
FunctionStyleProviderCom
({ children }: { children: React.ReactNode })
component/StyleProvider.tsx:22
FunctionSvgIcon
({ value, className, onClick, stopPropagation = true }: { value: SvgIconType, className?: string, onClick?: Fu
component/SvgIcon.tsx:5
FunctionTXItem
({ item, period }: TXItemProps)
app/[locale]/[chain]/trade/component/TXItem.tsx:28
FunctionTableAge
({ value }: { value: number })
component/TableAge.tsx:17
FunctionTableBalance
({ num, num2 }: { num: string, num2: string })
component/TableBalance.tsx:13
FunctionTableEarnings
({ money, moneyf }: { money: number, moneyf: number })
component/TableEarnings.tsx:15
FunctionTableLiqInitial
({ liquidity, // 当前流动性 initialLiquidity, // 初始流动性 className, // 可选的自定义类名 isShow = false // 是否显
component/TableLiqInitial.tsx:15
FunctionTableMc
({ marketCap, className }: { marketCap: number, className?: string })
component/TableMc.tsx:6
FunctionTablePercentage
({ number1, number2 = 0, className = ' text-13 font-semibold' }: { number1: number; number2?: number, classNam
component/TablePercentage.tsx:11
FunctionTablePriceTransition
({ className, price, mainTokenName, num }: { className?: string, price: number, mainTokenName: string, num: nu
component/TablePriceTransition.tsx:4
FunctionTableTokenInfo
({ logo, address, symbol, chain, twitter_username, website, telegram, className, follow = false, isFollowShow
component/TableTokenInfo.tsx:10
FunctionTableTooltip
({ children, title, placement = 'top' }: TableTooltipProps)
component/TableTooltip.tsx:10
FunctionTableTxns
({ swaps, // 总交易次数 buys, // 买入交易次数 sells // 卖出交易次数 }: { swaps: number, // 类型注解,表示 swaps 是一个数
component/TableTxns.tsx:5
FunctionTimeSelection
({ value, onClick, type = 0, className = '' }: { value: string, type?: 0 | 1, onClick?: Function, className?:
component/TimeSelection.tsx:38
FunctionTokenEarnings
({ tokenInfo, theme, address }: { tokenInfo: TokenInfoType, theme: "light" | "dark", address: string })
component/Share.tsx:227
FunctionTokenListPage
({ chain }: { chain: ChainsType })
app/[locale]/[chain]/trade/component/TokenList.tsx:30
FunctionTrade
()
app/[locale]/[chain]/trade/[address]/page.tsx:31
FunctionTradingview
({ address, getInterval }: { address: string, getInterval: Function })
component/TradingView/TradingView.tsx:15
FunctionTransaction
({ chain, info = defaultToken }: { chain: ChainsType, info: TokenInfoType | undefined })
app/[locale]/[chain]/trade/component/TransactionToken.tsx:123
FunctionTransaction
({ chain, quoteMintAddress, decimals, quoteSymbol }: { chain: ChainsType, quoteMintAddress: string, decimals:
app/[locale]/[chain]/trade/component/Transaction.tsx:62
FunctionTransactionInfo
({ chain, address, marketKline }: { chain: ChainsType, address: string, marketKline: transactionType[] })
app/[locale]/[chain]/trade/component/TransactionInfo.tsx:36
FunctionTrendingLayout
({ children }: Readonly<{ children: React.ReactNode; }>)
app/[locale]/[chain]/trending/layout.tsx:1
FunctionTrendingLayout
( { children }: Readonly<{ children: React.ReactNode }>)
app/[locale]/[chain]/trade/[address]/layout.tsx:1
FunctionTrendingOrXtop
({ chain, period, funType, keys }: { chain: ChainsType, period: string, funType: number, keys: number })
app/[locale]/[chain]/trade/component/TrendingOrXtop.tsx:15
FunctionTrendingPage
()
app/[locale]/[chain]/trending/page.tsx:44
FunctionUserInfo
({ address }: { address: string })
app/[locale]/[chain]/mywallet/component/UserInfo.tsx:25
FunctionXTop
({ xtopData, chain, plate, period }: { xtopData: XtopPlateType, chain: ChainsType, plate: string | null, perio
app/[locale]/[chain]/xtop/component/XTop.tsx:17
FunctionXtopLayout
({ children }: Readonly<{ children: React.ReactNode; }>)
app/[locale]/[chain]/follow/layout.tsx:1
FunctionXtopPage
()
app/[locale]/[chain]/xtop/page.tsx:158
FunctionaddDecimal
(num1: number | string, num2: number | string)
utils/index.ts:245
FunctionautoNumInputFocus
()
app/[locale]/[chain]/trade/component/Transaction.tsx:246
FunctionchangeAntiPinch
(val: boolean)
app/[locale]/[chain]/trade/component/Transaction.tsx:161
FunctionchangeAuto
(val: boolean)
app/[locale]/[chain]/trade/component/Transaction.tsx:177
FunctionchangeAutoNum
(value)
app/[locale]/[chain]/trade/component/Transaction.tsx:226
FunctioncontractSol
()
store/wallet/tools/contract/contractSol.ts:1
FunctioncopyFun
(e: any)
component/Copy.tsx:31
FunctiondisconnectWalletSolStore
()
store/wallet/connectWallet/useWalletSol.ts:75
FunctionfollowFun
()
component/Follow.tsx:28
FunctionformatLeadingZeros
(num: number)
utils/index.ts:186
FunctiongenerateStaticParams
()
app/[locale]/[chain]/layout.tsx:31
FunctiongetFollowListHttp
( chain: string, period: string, params: { page: number; size: number; order_by: string;
request/index.ts:171
FunctiongetPathname
(args: Parameters<typeof OriginalGetPathname>[0])
i18n/routing.tsx:115
FunctiongetPeriod
(key: string)
app/[locale]/[chain]/follow/page.tsx:56
FunctiongetSelectedFilter
(direction: 'desc' | 'asc', key: string)
app/[locale]/[chain]/trending/page.tsx:74
FunctiongetSelectedFilter
(direction: 'desc' | 'asc', key: string)
app/[locale]/[chain]/xtop/page.tsx:194
FunctiongetSelectedFilter
(direction: 'desc' | 'asc', key: string)
app/[locale]/[chain]/mywallet/[address]/page.tsx:65
FunctiongetSelectedFilter
(direction: 'desc' | 'asc', key: string)
app/[locale]/[chain]/follow/page.tsx:93
FunctiongetTokenHttp
(publickey: string, signature: any)
request/index.ts:9
FunctiongetUserInfoHttp
(address: string, period: string)
request/index.ts:82
FunctionhandleBlur
(event: React.FocusEvent<HTMLDivElement>)
app/[locale]/[chain]/Layout/components/header/Searching.tsx:59
FunctionhandleFocus
()
app/[locale]/[chain]/Layout/components/header/Searching.tsx:54
FunctionhandleOpenChange
(nextOpen, info)
app/[locale]/[chain]/Layout/foot.tsx:74
FunctionhandleOpenChange
(nextOpen, info)
app/[locale]/[chain]/Layout/components/header/Connect.tsx:90
FunctionhandleOpenChange
(nextOpen, info)
app/[locale]/[chain]/Layout/components/header/SetChain.tsx:39
FunctionhandleSortClick
()
component/TableSortIcon.tsx:22
FunctionhistoricalTickerCandleHttp
( market_address: string, params: { internal: string; from: number; to: number; } )
request/index.ts:155
FunctionhistoricalTickerCandleHttpFun
(requireData: any)
component/TradingView/TradingView.tsx:20
FunctionmemeListHttp
( chain: string, pumpOrRaydium: string, params: { page: number; size: number; order_by: stri
request/index.ts:16
Functionmiddleware
(request: NextRequest)
middleware.ts:9
FunctionnextPage
()
app/[locale]/[chain]/trade/component/TransactionInfo.tsx:64
FunctiononChange
({ target }: { target: { value: string } })
app/[locale]/[chain]/Layout/components/header/Searching.tsx:32
FunctiononChange
({ target }: { target: { value: string } })
app/[locale]/[chain]/Layout/components/header/MobileSearch.tsx:40
FunctiononChange
(value)
app/[locale]/[chain]/trade/component/Transaction.tsx:133
FunctiononClose
()
app/[locale]/[chain]/Layout/components/header/MobileSearch.tsx:77
FunctiononPressEnter
()
app/[locale]/[chain]/Layout/components/header/Searching.tsx:38
FunctiononPressEnter
()
app/[locale]/[chain]/Layout/components/header/MobileSearch.tsx:61
FunctionquoteHis
(data: any)
request/index.ts:85
Functionredirect
( url: string | { pathname: string; query?: Record<string, any> }, ...args: any[] )
i18n/routing.tsx:59
FunctionremoveFollowFun
(id: number)
app/[locale]/[chain]/follow/page.tsx:86
FunctionsearchHttp
( chain: string, params: { q: string; } )
request/index.ts:94
FunctionshowDrawer
()
app/[locale]/[chain]/Layout/components/header/MobileSearch.tsx:72
FunctionsliderChange
(values: number | number[])
app/[locale]/[chain]/trade/component/Transaction.tsx:147
FunctionsubtractDecimal
( num1: number | string, num2: number | string )
utils/index.ts:259
← previousnext →101–200 of 208, ranked by callers