MCPcopy Create free account

hub / github.com/DeFiCh/defiscan.live / functions

Functions591 in github.com/DeFiCh/defiscan.live

↓ 1 callersFunctiongetTokenByParam
( param: string, api: WhaleApiClient, )
src/pages/tokens/[id].page.tsx:391
↓ 1 callersFunctiongetTotalVoutValue
(vouts: Vout[] | undefined)
src/pages/transactions/_components/RawTransactionVinVout.tsx:108
↓ 1 callersFunctiongetTransactionFee
( transaction: Transaction, vins: TransactionVin[], dftx?: DfTx<any>, )
src/pages/transactions/[txid].page.tsx:132
↓ 1 callersFunctiongetTransactions
()
src/pages/address/_components/AddressTransactionTable.tsx:23
↓ 1 callersFunctiongetVaults
()
src/pages/address/_components/AddressVaults.tsx:27
↓ 1 callersFunctiongetVins
()
src/pages/transactions/[txid].page.tsx:197
↓ 1 callersFunctiongetVins
(txid)
src/pages/address/_components/AddressVinVout.tsx:26
↓ 1 callersFunctiongetVotesStyle
(vote: VoteDecision | undefined)
src/pages/governance/_components/ConfirmVoteDialog.tsx:633
↓ 1 callersFunctiongetVouts
()
src/pages/transactions/[txid].page.tsx:212
↓ 1 callersFunctiongetVouts
(txid)
src/pages/address/_components/AddressVinVout.tsx:41
↓ 1 callersFunctionhandleToggle
()
src/components/commons/sections/CollapsibleSection.tsx:22
↓ 1 callersFunctionhandlerCopy
(event, text: string)
src/components/commons/text/TextMiddleTruncate.tsx:26
↓ 1 callersFunctionmapNetworkObject
( connection: EnvironmentNetwork )
src/layouts/contexts/NetworkContext.tsx:36
↓ 1 callersFunctionmapQueryStatus
(status?: string | string[])
src/pages/governance/index.page.tsx:487
↓ 1 callersFunctionmapQueryType
(type?: string | string[])
src/pages/governance/index.page.tsx:468
↓ 1 callersFunctionnewPlaygroundClient
( network: string | EnvironmentNetwork, )
src/layouts/contexts/WhaleContext.tsx:119
↓ 1 callersFunctiononClickCopy
(content: string)
src/pages/governance/_components/VoteModal.tsx:23
↓ 1 callersFunctiononContinueVoteButtonClick
* Update `masternodeId` and `rememberMasternodeId` in localStorage for current network without overwriting others
src/pages/governance/_components/ConfirmVoteDialog.tsx:648
↓ 1 callersFunctionrawSetTheme
(rawTheme: theme)
src/layouts/contexts/ThemeContext.tsx:38
↓ 1 callersMethodresolveConnection
* @param {any} text that is case sensitive to resolve to a EnvironmentNetwork, else unresolvable; default to first network
src/layouts/contexts/Environment.ts:16
↓ 1 callersFunctionsecondsToHm
(d: number)
src/hooks/useAuctionTimeLeft.tsx:30
↓ 1 callersFunctionsecondsToTime
(value: number)
src/pages/governance/shared/durationHelper.ts:3
↓ 1 callersFunctionsortByType
(tickers: PriceFeedProps[])
src/pages/oracles/index.page.tsx:157
↓ 1 callersFunctionuseAuctionTimeLeft
( liquidationHeight: number, blockCount: number )
src/hooks/useAuctionTimeLeft.tsx:11
↓ 1 callersFunctionuseNextCollateralizationRatio
( collateralAmounts: LoanVaultTokenAmount[], loanAmounts: LoanVaultTokenAmount[], collateralTokens: Coll
src/pages/vaults/utils/NextCollateralizationRatio.tsx:8
↓ 1 callersFunctionuseWhaleRpcClient
()
src/layouts/contexts/WhaleContext.tsx:69
FunctionAPRInfo
(props: { total: number; reward: number; commission: number; })
src/pages/dex/_components/APRInfo.tsx:4
FunctionAdaptiveList
( props: PropsWithChildren<{ className?: string }> )
src/components/commons/AdaptiveList.tsx:5
FunctionAdaptiveTable
( props: PropsWithChildren<{ className?: string }> )
src/components/commons/AdaptiveTable.tsx:4
FunctionAddressBalances
(props: AddressBalancesProps)
src/pages/address/_components/AddressBalances.tsx:14
FunctionAddressHeading
(props: AddressHeadingProps)
src/pages/address/_components/AddressHeadings.tsx:8
FunctionAddressLink
( props: PropsWithChildren<AddressLinkProps> )
src/components/commons/link/AddressLink.tsx:12
FunctionAddressLinkExternal
(props: { text: string; url: string; testId?: string; })
src/components/commons/link/AddressLink.tsx:39
FunctionAddressNotFoundHeading
( props: AddressHeadingProps )
src/pages/address/_components/AddressHeadings.tsx:32
FunctionAddressPage
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/address/[address].page.tsx:25
FunctionAddressRow
({ decodedAddress, testId, }: { decodedAddress: EthDecodedAddress | undefined; testId: string; })
src/pages/transactions/_components/DfTx/DfTxTransferDomain.tsx:77
FunctionAddressSummaryTable
( props: AddressSummaryTableProps )
src/pages/address/_components/AddressSummaryTable.tsx:16
FunctionAddressTokenCard
(props: { token: AddressToken })
src/pages/address/_components/AddressBalances.tsx:84
FunctionAddressTransactionTable
( props: AddressTransactionTableProps )
src/pages/address/_components/AddressTransactionTable.tsx:14
FunctionAddressTransactionTableRow
( props: TransactionTableRowProps )
src/pages/address/_components/AddressTransactionTableRow.tsx:16
FunctionAddressVaults
(props: AddressVaultsProps)
src/pages/address/_components/AddressVaults.tsx:18
FunctionAddressVinVout
(props: AddressVinVoutProps)
src/pages/address/_components/AddressVinVout.tsx:21
FunctionAppointOracleTableRow
(props: { priceFeed: CurrencyPair; })
src/pages/transactions/_components/DfTx/DfTxAppointOracle.tsx:66
FunctionAprDetails
(props: { apr?: { total: number; reward: number; commission: number; }; })
src/pages/dex/[poolpairId]/_components/PoolPairDetails.tsx:134
FunctionAuctionDetailsHeading
(props: { vault: LoanVaultLiquidated; batchIndex: string; })
src/pages/vaults/[vaultid]/auctions/_components/AuctionDetailsHeading.tsx:7
FunctionAuctionTimeLeft
(props: MinNextBidProps)
src/pages/auctions/_components/commons/AuctionTimeLeft.tsx:15
FunctionAuctionsPage
({ vaults, }: InferGetServerSidePropsType<typeof getServerSideProps>)
src/pages/auctions/index.page.tsx:31
FunctionAuctionsTableRow
(props: VaultAuctionDetailsProps)
src/pages/vaults/_components/commons/VaultAuctionDetails.tsx:21
FunctionBCH
(props: SVGProps<SVGSVGElement>)
src/components/icons/assets/tokens/BCH.tsx:3
FunctionBTC
(props: SVGProps<SVGSVGElement>)
src/components/icons/assets/tokens/BTC.tsx:3
FunctionBackingAddress
({ tokenSymbol }: { tokenSymbol: string })
src/pages/tokens/[id].page.tsx:274
FunctionBackingCard
({ token, }: { token: TokenWithBacking; })
src/pages/proof-of-backing/_components/BackingCard.tsx:14
FunctionBackingTable
({ tokens, }: { tokens: TokenWithBacking[]; })
src/pages/proof-of-backing/_components/BackingTable.tsx:9
FunctionBalanceRow
(props: { balance: TokenBalance })
src/pages/transactions/_components/DfTx/DfTxAccountToUtxos.tsx:80
FunctionBalanceRow
(props: { balance: TokenBalance })
src/pages/transactions/_components/DfTx/DfTxAccountToAccount.tsx:76
FunctionBalanceRow
(props: { balance: TokenBalance; domain: TransferDomainType; testId: string; })
src/pages/transactions/_components/DfTx/DfTxTransferDomain.tsx:89
FunctionBarSegment
({ barWidth, barColor, }: { barWidth: string; barColor: string; })
src/pages/governance/_components/VotingResultBreakdown.tsx:19
FunctionBidAmountValue
(props: BidAmountValueProps)
src/pages/auctions/_components/commons/BidAmountValue.tsx:16
FunctionBiddingHistory
(props: AuctionBiddingHistoryProps)
src/pages/vaults/[vaultid]/auctions/_components/AuctionBiddingHistory.tsx:17
FunctionBiddingHistoryCard
({ history, bidIndex, }: { history: VaultAuctionBatchHistory; bidIndex: number; })
src/pages/vaults/[vaultid]/auctions/_components/BiddingHistoryMobileCard.tsx:9
FunctionBiddingHistoryRow
({ history, bidIndex, }: { history: VaultAuctionBatchHistory; bidIndex: number; })
src/pages/vaults/[vaultid]/auctions/_components/AuctionBiddingHistory.tsx:91
FunctionBlockCard
(props: { id: string; height: string; minter?: string; transactionCount: number; medianTime: number;
src/components/index/BlocksList.tsx:66
FunctionBlockCardDetails
(props: { height: string; minter?: string; transactionCount: number; age: string; })
src/components/index/BlocksList.tsx:89
FunctionBlockCountdown
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/blocks/countdown/[query]/index.page.tsx:34
FunctionBlockDetailTable
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/blocks/[blockId]/_components/BlockDetailTable.tsx:11
FunctionBlockDetails
( props: InferGetServerSidePropsType<typeof getServerSideProps>, )
src/pages/blocks/[blockId]/index.page.tsx:35
FunctionBlockHeading
({ block, mappedEvmBlockNum, }: InferGetServerSidePropsType<typeof getServerSideProps>)
src/pages/blocks/[blockId]/index.page.tsx:47
FunctionBlockLink
( props: PropsWithChildren<BlockLinkProps> )
src/components/commons/link/BlockLink.tsx:11
FunctionBlockRow
({ block }: { block: Block })
src/pages/blocks/_components/BlocksTable.tsx:32
FunctionBlockTransactions
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/blocks/[blockId]/_components/BlockTransactions.tsx:12
FunctionBlocks
({ blocks, }: InferGetServerSidePropsType<typeof getServerSideProps>)
src/pages/blocks/index.page.tsx:24
FunctionBlocksCard
({ block }: { block: Block })
src/pages/blocks/_components/BlocksCards.tsx:18
FunctionBlocksCards
({ blocks }: { blocks: Block[] })
src/pages/blocks/_components/BlocksCards.tsx:8
FunctionBlocksInfoSection
(props: { remaining: number; current: number; })
src/pages/blocks/countdown/[query]/_components/BlocksInfoSection.tsx:5
FunctionBlocksList
({ blocks }: { blocks: Block[] })
src/components/index/BlocksList.tsx:9
FunctionBlocksTable
({ blocks }: { blocks: Block[] })
src/pages/blocks/_components/BlocksTable.tsx:9
FunctionBreadcrumb
(props: { items: BreadcrumbItem[] })
src/components/commons/Breadcrumb.tsx:29
FunctionBreadcrumbNext
(props: BreadcrumbItem)
src/components/commons/Breadcrumb.tsx:71
FunctionBurnPage
({ burnInfo, burnRates, }: InferGetServerSidePropsType<typeof getServerSideProps>)
src/pages/stats/burn.page.tsx:33
FunctionButton
({ label, href, disabled, testId, onClick, customStyle, }: ButtonProps)
src/pages/governance/_components/Button.tsx:13
FunctionButtonElement
({ label, testId, disabled, onClick, customStyle, }: { label: string; testId: string; disabled
src/pages/governance/_components/Button.tsx:46
FunctionCard
( props: PropsWithChildren<{ className?: string; testId?: string }> )
src/components/commons/CardList.tsx:42
FunctionCardList
( props: PropsWithChildren<{ className?: string; testId?: string }> )
src/components/commons/CardList.tsx:29
FunctionCell
( props: PropsWithChildren<{ className?: string; title?: string; testId?: string; }> )
src/components/commons/AdaptiveTable.tsx:65
FunctionCell
( props: PropsWithChildren<{ className?: string; sticky?: boolean; alignRight?: boolean; }> )
src/components/commons/OverflowTable.tsx:112
FunctionCfpVotingResultFilterTab
({ setCfpVotingResultTabChoice, cfpVotingResultTabChoice, currenCycle, }: { setCfpVotingResultTabChoic
src/pages/governance/[proposalId]/index.page.tsx:242
FunctionCheckIcon
()
src/pages/governance/_components/CheckIcon.tsx:1
FunctionCircularCheckIcon
({ className, width = 40, height = 40, }: { className: string; width?: number; height?: number; })
src/pages/governance/_components/CircularCheckIcon.tsx:1
FunctionCircularCrossIcon
({ className, width = 14, height = 14, }: { className: string; width?: number; height?: number; })
src/pages/governance/_components/CircularCrossIcon.tsx:1
FunctionCollapsibleSection
( props: CollapsibleSectionProps )
src/components/commons/sections/CollapsibleSection.tsx:17
FunctionCollateralCard
(props: { vaultTotalCollateralValue: string; vaultState: LoanVaultState; col: LoanVaultTokenAmount; pr
src/pages/vaults/[vaultid]/_components/VaultIdCollateralDetails.tsx:99
FunctionCollateralizationRatioMinInfo
()
src/pages/vaults/_components/commons/VaultTable.tsx:111
FunctionColorScale
(props: { normalizedLiquidatedThreshold: BigNumber; normalizedAtRiskThreshold: BigNumber; })
src/pages/vaults/_components/commons/VaultHealthBar.tsx:144
FunctionConfirmDialog
({ isOpen, onConfirm, onClose })
src/pages/governance/_components/ConfirmDialog.tsx:4
FunctionConfirmVoteDialog
({ isLoading, setIsLoading, voteStage, setVoteStage, setVoteCommand, userConfirmedSelectedVote,
src/pages/governance/_components/ConfirmVoteDialog.tsx:27
FunctionContainer
( props: PropsWithChildren<{ className?: string }> )
src/components/commons/Container.tsx:7
FunctionCopyButton
(props: CopyButtonProps)
src/components/commons/CopyButton.tsx:15
FunctionCopyToClipboardIcon
({ customStyle }: { customStyle?: string })
src/pages/governance/_components/CopyToClipboardIcon.tsx:1
FunctionCountdownSection
(props: { timeLeftSecs: number; estimatedTargetTime: number; })
src/pages/blocks/countdown/[query]/_components/CountdownSection.tsx:4
FunctionCountdownTime
(props: { value: number; label: string; testId: string; })
src/pages/blocks/countdown/[query]/_components/CountdownSection.tsx:48
← previousnext →101–200 of 591, ranked by callers