MCPcopy Create free account

hub / github.com/Daltonic/dapplottery / functions

Functions80 in github.com/Daltonic/dapplottery

↓ 7 callersFunctionnotifyUser
(msg)
services/blockchain.jsx:164
↓ 6 callersFunctiongetEtheriumContract
()
services/blockchain.srr.js:9
↓ 6 callersFunctionreportError
(error)
services/blockchain.jsx:160
↓ 4 callersFunctiongenerateLuckyNumbers
(count)
test/DappLottery.test.js:14
↓ 4 callersFunctiongetEthereumContract
()
services/blockchain.jsx:34
↓ 4 callersFunctiongetLottery
(id)
services/blockchain.srr.js:23
↓ 4 callersFunctiontruncate
(text, startChars, endChars, maxLength)
services/blockchain.jsx:168
↓ 3 callersFunctionfromWei
(num)
services/blockchain.srr.js:7
↓ 3 callersFunctiongetParticipants
(id)
services/blockchain.srr.js:38
↓ 3 callersFunctionscrollToEnd
()
components/Chat.jsx:47
↓ 3 callersFunctiontoWei
(num)
test/DappLottery.test.js:4
↓ 3 callersFunctiontoWei
(num)
services/blockchain.jsx:32
↓ 2 callersFunctionformatDate
(timestamp)
services/blockchain.srr.js:47
↓ 2 callersFunctiongetLotteryResult
(id)
services/blockchain.srr.js:33
↓ 2 callersFunctiongetLuckyNumbers
(id)
services/blockchain.srr.js:28
↓ 2 callersFunctiongetPurchasedNumbers
(id)
services/blockchain.srr.js:42
↓ 2 callersFunctionstructureLotteries
(lotteries)
services/blockchain.srr.js:73
↓ 2 callersFunctiontoWei
(num)
scripts/seeder.js:5
↓ 1 callersFunctionaddDays
(days)
test/DappLottery.test.js:7
↓ 1 callersFunctionaddDays
(days)
scripts/seeder.js:15
↓ 1 callersFunctionbuyTicket
(id, luckyNumberId, ticketPrice)
services/blockchain.jsx:101
↓ 1 callersFunctioncheckAuthState
(CometChat)
services/chat.jsx:51
↓ 1 callersFunctioncreateAppartment
({ title, description, prize, ticketPrice, expiresAt, image })
scripts/seeder.js:58
↓ 1 callersFunctioncreateJackpot
({ title, description, imageUrl, prize, ticketPrice, expiresAt })
services/blockchain.jsx:79
↓ 1 callersFunctioncreateNewGroup
(CometChat, GUID, groupName)
services/chat.jsx:59
↓ 1 callersFunctionexportLuckyNumbers
(id, luckyNumbers)
services/blockchain.jsx:144
↓ 1 callersFunctionfromWei
(num)
test/DappLottery.test.js:5
↓ 1 callersFunctiongenerateLuckyNumbers
(count)
components/Generator.jsx:38
↓ 1 callersFunctiongetGroup
(CometChat, GUID)
services/chat.jsx:71
↓ 1 callersFunctiongetLotteries
()
services/blockchain.srr.js:19
↓ 1 callersFunctiongetMessages
(CometChat, GUID)
services/chat.jsx:90
↓ 1 callersFunctiongetParams
()
scripts/seeder.js:22
↓ 1 callersFunctionhandlePurchase
(luckyNumberId)
components/DrawTime.jsx:19
↓ 1 callersFunctioninitCometChat
(CometChat)
services/chat.jsx:7
↓ 1 callersFunctionisWallectConnected
(CometChat)
services/blockchain.jsx:41
↓ 1 callersFunctionjoinGroup
(CometChat, GUID)
services/chat.jsx:79
↓ 1 callersFunctionlistenForMessage
(CometChat, listenerID)
services/chat.jsx:115
↓ 1 callersFunctionlogOutWithCometChat
(CometChat)
services/chat.jsx:43
↓ 1 callersFunctionloginWithCometChat
(CometChat, UID)
services/chat.jsx:21
↓ 1 callersFunctionmain
()
scripts/seeder.js:49
↓ 1 callersFunctionmain
()
scripts/deploy.js:4
↓ 1 callersFunctiononReset
()
pages/create.jsx:52
↓ 1 callersFunctionperformDraw
(id, numOfWinners)
services/blockchain.jsx:123
↓ 1 callersFunctionsendMessage
(CometChat, receiverID, messageText)
services/chat.jsx:105
↓ 1 callersFunctionshuffleArray
(array)
scripts/seeder.js:7
↓ 1 callersFunctionsignUpWithCometChat
(CometChat, UID)
services/chat.jsx:31
↓ 1 callersFunctionstructuredNumbers
(participants)
services/blockchain.srr.js:96
↓ 1 callersFunctionstructuredParticipants
(participants)
services/blockchain.srr.js:89
↓ 1 callersFunctionstructuredResult
(result)
services/blockchain.srr.js:107
FunctionAuthChat
()
components/AuthChat.jsx:7
FunctionChat
({ id })
components/Chat.jsx:8
FunctionCometChatNoSSR
()
components/CometChatNoSSR.jsx:7
FunctionCountdown
({ timestamp })
components/Countdown.jsx:3
FunctionCreate
()
pages/create.jsx:9
FunctionDrawTime
({ jackpot, luckyNumbers, participants })
components/DrawTime.jsx:11
FunctionDraws
({ lottery, lotteryNumbers, numbersPurchased })
pages/jackpots/[jackpotId].jsx:13
FunctionGenerator
()
components/Generator.jsx:9
FunctionHeader
()
components/Header.jsx:8
FunctionHome
({ jackpots })
pages/index.jsx:6
FunctionJackpot
({ jackpot })
components/Jackpots.jsx:25
FunctionJackpots
({ jackpots })
components/Jackpots.jsx:5
FunctionMessage
({ msg, isCurrentUser, time, uid })
components/Chat.jsx:92
FunctionMyApp
({ Component, pageProps }: AppProps)
pages/_app.tsx:10
FunctionResult
({ jackpot, participants, result })
components/Result.jsx:9
FunctionResults
({ lottery, participantList, lotteryResult })
pages/results/[resultId].jsx:10
FunctionSubHeader
()
components/SubHeader.jsx:6
FunctionWinners
()
components/Winners.jsx:9
FunctionconnectWallet
()
services/blockchain.jsx:69
FunctiongetServerSideProps
()
pages/index.jsx:22
FunctiongetServerSideProps
(context)
pages/jackpots/[jackpotId].jsx:50
FunctiongetServerSideProps
(context)
pages/results/[resultId].jsx:37
FunctionhandleGroupCreation
()
components/DrawTime.jsx:37
FunctionhandleGroupJoin
()
components/DrawTime.jsx:56
FunctionhandleLogin
()
components/AuthChat.jsx:32
FunctionhandleSignUp
()
components/AuthChat.jsx:13
FunctionhandleSubmit
(e)
components/Winners.jsx:17
FunctionhandleSubmit
(e)
components/Generator.jsx:17
FunctionhandleSubmit
(e)
pages/create.jsx:20
FunctiononGenerate
()
components/DrawTime.jsx:76
FunctiononSendMessage
(e)
components/Chat.jsx:31