MCPcopy Create free account

hub / github.com/Broccoli-CTO/BroccoliNGO-Dapp / functions

Functions286 in github.com/Broccoli-CTO/BroccoliNGO-Dapp

FunctionPrivyProviders
({ children, }: { children: React.ReactNode; })
components/ui/PrivyProvider.tsx:6
FunctionProofView
({ admin, tokenId })
components/Task/ProofView/index.tsx:34
FunctionProvider
(props: ColorModeProviderProps)
components/ui/provider.tsx:11
FunctionRescueForm
({ profile, xAuthLink, currentTask, onSubmitted, })
components/Rescue/OldForm/index.tsx:19
FunctionRescueForm
({})
components/Rescue/Form/index.tsx:7
FunctionRescueRequestProvider
({ children, }: { children: ReactNode; })
hooks/useRescue.tsx:67
FunctionRescueSuccessfulDialog
({ onClose })
components/Home/rescue-successful/index.tsx:10
FunctionRootLayout
(props: { children: React.ReactNode; params: Promise<{ lang: Locale }>; })
app/[lang]/layout.tsx:44
FunctionTaskCard
({ task })
components/Rescue/Form/TaskCard/index.tsx:14
FunctionTaskCard
({ task })
components/Rescue/Form/TaskCard/v0.1/index.tsx:14
FunctionTaskCard
({ task })
components/Rescue/Form/TaskCard/v0.2/index.tsx:22
FunctionTaskCard
({ task })
components/RescueHuman/taskCard.tsx:21
FunctionTaskDetailPage
(props: { params: tParams })
app/[lang]/task/[id]/page.tsx:8
FunctionTaskDetailPage
({ id }: { id: string })
app/[lang]/task-admin/[id]/content.tsx:16
FunctionTaskDetailPage
(props: { params: tParams })
app/[lang]/task-admin/[id]/page.tsx:8
FunctionTaskDetailPageContent
({ id }: { id: string })
app/[lang]/task/[id]/content.tsx:14
FunctionTaskDetailsProvider
({ tokenId, children, }: { tokenId: string; children: ReactNode; })
hooks/useTaskDetails.tsx:67
FunctionTaskNavbar
()
components/Task/Navbar/index.tsx:7
FunctionTimerCountDown
({ leftTime, onFinished }: { leftTime: number; onFinished?: () => void })
components/Common/Timer-CountDown/index.tsx:3
FunctionToaster
()
components/ui/toaster.tsx:17
FunctionTrading
()
components/Home/trading/index.tsx:7
FunctionVotesView
({ tokenId, admin })
components/Task/VotesView/index.tsx:42
FunctionWrappedHomeMain
()
components/Home/main.tsx:457
FunctionWrappedTestPage
()
app/[lang]/help/page.tsx:7
FunctionXIcon
()
components/icons/x.tsx:1
FunctionYesNoSelection
({ value = null, onChange, yesLabel = "Yes", noLabel = "No", name = "yesno", disabled = false, })
components/Rescue/Form/Main/YesNoSection/index.tsx:75
FunctionchangeLang
()
components/Header/index.tsx:17
FunctioncleanBlobUrl
(blobUrl: string)
components/Task/ProofView/index.tsx:26
FunctioncleanBlobUrl
(blobUrl: string)
shared/utils.ts:132
Functionclient
({ chain })
shared/wagmi.ts:30
Methodconstructor
* Constructor. * @param {Element} DOM_el - main element (.grid__item)
components/Home/grid.ts:21
Methodconstructor
* Constructor. * @param {Element} DOM_el - main element (.grid)
components/Home/grid.ts:127
Methodconstructor
()
shared/server/redis.ts:7
Functionerror
(err)
shared/upload/index.ts:15
FunctionextractMetadata
(tokenUri: string)
shared/server/sync.ts:39
FunctionfetchVotes
(id: string, page = 1, pageSize = 10)
shared/api/index.ts:179
FunctiongenerateStaticParams
()
app/[lang]/layout.tsx:36
FunctiongetBalanceOfBlock
(address: string, blockNumber: number)
shared/server/model.ts:192
FunctiongetISODateTimestamp
(date: Date)
shared/utils.ts:75
FunctiongetTaskApproveState
(id: bigint | number | string)
shared/hooks/useContract.ts:22
FunctiongetTaskFundRecord
(id: bigint | number | string, index: bigint | number | string)
shared/hooks/useContract.ts:35
FunctiongetTaskProof
(id: bigint | number | string, index: bigint | number | string)
shared/hooks/useContract.ts:48
FunctiongetTaskTokenURI
(id: bigint | number | string)
shared/hooks/useContract.ts:9
FunctiongetTextLanguage
(text: string)
shared/server/trans.ts:259
FunctionhandleAddProofs
()
components/Task/ProofView/index.tsx:55
FunctionhandleApprove
(row: Database["public"]["Tables"]["Event"]["Row"])
shared/server/sync.ts:160
FunctionhandleApproveTask
()
components/Task/ApprovalView/index.tsx:86
FunctionhandleFund
(row: Database["public"]["Tables"]["Event"]["Row"])
shared/server/sync.ts:183
FunctionhandleInputChange
(e: any)
components/Rescue/OldForm/index.tsx:52
FunctionhandleInputChange
( e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> )
components/Rescue/Form/Main/Background/index.tsx:54
FunctionhandleInputChange
( e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> )
components/Rescue/Form/Main/Contact/index.tsx:44
FunctionhandleInputChange
( e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> )
components/Rescue/Form/Main/Request/index.tsx:46
FunctionhandleInputChange
(e: any)
components/RescueHuman/index.tsx:811
FunctionhandleKeyDown
(event: KeyboardEvent)
components/Drawer/fullpage/index.tsx:22
FunctionhandleMediaFileSelect
(e: any)
components/Rescue/Form/Main/Background/index.tsx:76
FunctionhandleNext
()
components/Rescue/Form/Main/index.tsx:49
FunctionhandleOverlayClick
()
components/Drawer/fullpage/index.tsx:45
FunctionhandlePrev
()
components/Rescue/Form/Main/index.tsx:41
FunctionhandleProof
(row: Database["public"]["Tables"]["Event"]["Row"])
shared/server/sync.ts:211
FunctionhandleProofFileSelect
(e: any)
components/Task/ProofView/index.tsx:117
FunctionhandleProofFileSelect
(e: any)
components/RescueHuman/index.tsx:845
FunctionhandleSubmit
(e: any)
components/Rescue/OldForm/index.tsx:86
FunctionhandleSubmit
(e: React.FormEvent)
components/Rescue/Form/Main/Background/index.tsx:108
FunctionhandleSubmit
(e: React.FormEvent)
components/Rescue/Form/Main/Contact/index.tsx:54
FunctionhandleSubmit
(e: React.FormEvent)
components/Rescue/Form/Main/Request/index.tsx:56
FunctionhandleSubmit
(e: any)
components/RescueHuman/index.tsx:876
FunctionhandleSuccess
()
app/[lang]/help/page.tsx:8
FunctionhandleTaskCreate
(row: Database["public"]["Tables"]["Event"]["Row"])
shared/server/sync.ts:122
FunctionhandleUploadFundRecords
()
components/Task/FundRecordsView/index.tsx:37
FunctionhandleUploadVoteResult
()
components/Task/VotesView/index.tsx:109
FunctionhandleVote
()
components/Task/VotesView/index.tsx:130
Functionmiddleware
(request: NextRequest)
middleware.ts:34
FunctiononClose
()
components/Home/main.tsx:36
FunctionrefreshAllTasks
()
scripts/refresh-meta.ts:11
FunctionstreamToBuffer
(stream: Readable)
app/api/ipfs/large/route.ts:17
Functionsuccess
(result)
shared/upload/index.ts:12
FunctiontestDuneWebhook
()
scripts/test.ts:14
FunctiontestGetBalance
()
scripts/test.ts:26
FunctiontestVoteList
()
scripts/test.ts:64
FunctiontestVoteResult
()
scripts/test.ts:58
FunctiontestVoteSubmit
()
scripts/test.ts:31
FunctiontoggleColorMode
()
components/ui/color-mode.tsx:28
FunctionuploadJson
( payload: Partial<string> )
shared/upload/index.ts:152
FunctionuploadVideo
( payload: { file: File | Blob; }, maxSize = MAX_VIDEO_SIZE )
shared/upload/index.ts:63
FunctionuseColorModeValue
(light: T, dark: T)
components/ui/color-mode.tsx:38
FunctionuseContract
()
shared/hooks/useContract.ts:5
← previous201–286 of 286, ranked by callers