MCPcopy Create free account

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

Functions591 in github.com/DeFiCh/defiscan.live

FunctionHeaderCountBar
(props: { className: string })
src/layouts/components/HeaderCountBar.tsx:8
FunctionHeaderLink
({ text, pathname, className, testId, viewPort, }: { text: string; pathname: string; className
src/layouts/components/Header.tsx:346
FunctionHeaderNetworkMenu
()
src/layouts/components/HeaderNetworkMenu.tsx:8
FunctionHeaderWrapper
( props: PropsWithChildren<{ bgImage: StaticImageData; title: string; gradient: string; }> )
src/components/index/IndexHeader.tsx:46
FunctionHomePage
( props: InferGetServerSidePropsType<typeof getServerSideProps>, )
src/pages/index.page.tsx:30
FunctionHoverPopover
( props: PropsWithChildren<IconPopoverProps> )
src/components/commons/popover/HoverPopover.tsx:12
FunctionIconTooltip
( props: PropsWithChildren<IconPopoverProps> )
src/components/commons/IconsTooltip.tsx:12
FunctionIndexHeader
()
src/components/index/IndexHeader.tsx:15
FunctionInfoHoverPopover
( props: PropsWithChildren<InfoHoverPopoverProps> )
src/components/commons/popover/InfoHoverPopover.tsx:14
FunctionInfoSection
(props: { target: { height: number; name: string | null }; })
src/pages/blocks/countdown/[query]/_components/InfoSection.tsx:4
FunctionLTC
(props: SVGProps<SVGSVGElement>)
src/components/icons/assets/tokens/LTC.tsx:3
FunctionLabelWithInfoTooltipAndChecks
({ labelTitle, value, comparatorValue, comparingMinimumValue = false, proposalStatus, suffix, to
src/pages/governance/_components/VotingResult.tsx:579
FunctionLink
(props: PropsWithChildren<LinkProps>)
src/components/commons/link/Link.tsx:26
FunctionLiquidationWarningMessage
()
src/pages/vaults/_components/commons/VaultHealthBar.tsx:177
FunctionLiquidityCardStat
({ label, testid, children, }: PropsWithChildren<{ label: string; testid?: string; children: React
src/components/index/LiquidityPoolList.tsx:135
FunctionLiquidityPoolCard
(props: { poolId: string; apr: number | undefined; totalLiquidity: string; priceRatio: string; token
src/components/index/LiquidityPoolList.tsx:60
FunctionLiquidityPoolList
({ liquidityPools, }: { liquidityPools: PoolPairData[]; })
src/components/index/LiquidityPoolList.tsx:7
FunctionList
(props: PropsWithChildren<{ className?: string }>)
src/components/commons/CardList.tsx:112
FunctionListItem
( props: PropsWithChildren<{ className?: string; title: string; infoDesc?: string; titleClas
src/components/commons/CardList.tsx:124
FunctionListLeft
(props: { block: Block; nBlocks: number | undefined; })
src/pages/blocks/[blockId]/_components/BlockDetailTable.tsx:27
FunctionListLeft
({ token, burnedAmount, netSupply, }: { token: TokenData; burnedAmount?: BigNumber; netSupply?: Bi
src/pages/tokens/[id].page.tsx:181
FunctionListRight
(props: { block: Block })
src/pages/blocks/[blockId]/_components/BlockDetailTable.tsx:74
FunctionListRight
({ token }: { token: TokenData })
src/pages/tokens/[id].page.tsx:138
FunctionLoadingPanel
()
src/pages/address/_components/AddressSummaryTable.tsx:147
FunctionLoadingPanel
()
src/pages/address/_components/AddressVinVout.tsx:78
FunctionLoanTokenAmounts
({ amount }: { amount: TokenBalance })
src/pages/transactions/_components/DfTx/DfTxPayBackLoan.tsx:59
FunctionLoanTotalInterestRate
( props: LoanTotalInterestRateProps )
src/pages/vaults/[vaultid]/_components/LoanTotalInterestRate.tsx:13
FunctionMATIC
(props: SVGProps<SVGSVGElement>)
src/components/icons/assets/tokens/MATIC.tsx:3
FunctionMasternodeCard
({ masternode, }: { masternode: MasternodeData; })
src/pages/masternodes/_components/MasternodeCards.tsx:25
FunctionMasternodeCards
({ masternodes, }: { masternodes: MasternodeData[]; })
src/pages/masternodes/_components/MasternodeCards.tsx:11
FunctionMasternodeRow
({ data }: { data: MasternodeData })
src/pages/masternodes/_components/MasternodeTable.tsx:34
FunctionMasternodeTable
({ masternodes, }: { masternodes: MasternodeData[]; })
src/pages/masternodes/_components/MasternodeTable.tsx:11
FunctionMasternodesPage
({ masternodes, }: InferGetServerSidePropsType<typeof getServerSideProps>)
src/pages/masternodes/index.page.tsx:30
FunctionMenuItems
({ viewPort }: { viewPort: ViewPort })
src/layouts/components/Header.tsx:422
FunctionMetascanLinkButton
({ href, customStyle, }: ViewOnMetascanButtonProps)
src/components/commons/MetascanLinkButton.tsx:10
FunctionMobileAuctionDetails
( props: MobileAuctionDetailsProps )
src/pages/vaults/[vaultid]/auctions/_components/MobileAuctionDetails.tsx:22
FunctionMobileAuctionDetailsCard
( props: VaultAuctionDetailsProps )
src/pages/vaults/_components/commons/VaultAuctionDetails.tsx:74
FunctionMobileCollateralListItem
(props: { collateral: LoanVaultTokenAmount; })
src/pages/vaults/[vaultid]/auctions/_components/MobileAuctionDetails.tsx:140
FunctionMobileMenu
({ toggleMenu }: { toggleMenu: () => void })
src/layouts/components/Header.tsx:299
FunctionMobileTransactionCardDetails
(props: { txid: string; age: string; totalVoutValue: string; })
src/components/index/TransactionsList.tsx:146
FunctionMobileVaultDetails
(props: { vault: LoanVaultActive | LoanVaultLiquidated; liquidatedVaultDerivedValues?: LiquidatedVaultDeri
src/pages/vaults/[vaultid]/_components/VaultIdDetails.tsx:169
FunctionMoreDropdown
()
src/layouts/components/Header.tsx:444
FunctionMoreHoverPopover
( props: PropsWithChildren<MoreHoverPopoverProps> )
src/components/commons/popover/MoreHoverPopover.tsx:14
FunctionNetlifyLightLogo
(props: SVGProps<SVGSVGElement>)
src/components/icons/NetlifyLightLogo.tsx:3
FunctionNetworkProvider
( props: PropsWithChildren<any> )
src/layouts/contexts/NetworkContext.tsx:22
FunctionNetworkStatus
()
src/layouts/components/Footer.tsx:208
FunctionNonTradeChip
({ wrapperClassName, className, }: { wrapperClassName?: string; className?: string; })
src/pages/dex/_components/NonTradeChip.tsx:4
FunctionNotFound
()
src/pages/404.page.tsx:6
FunctionNumberButton
( props: CursorPage & { path: string } & { queryParam?: QueryParameter } )
src/components/commons/CursorPagination.tsx:73
FunctionOnChainGovernancePage
({ allProposalsDetails, proposals, }: OCGProps)
src/pages/governance/index.page.tsx:45
FunctionOracleFeed
(props: PriceFeedProps)
src/pages/oracles/_components/OracleFeed.tsx:18
FunctionOracleFeed
(props: { oracle: PriceOracle; price: PriceTicker; })
src/pages/oracles/_components/OracleTable.tsx:48
FunctionOracleGraph
({ price: { price: { token, currency }, }, }: PriceGraphProps)
src/pages/oracles/_components/OracleGraph.tsx:37
FunctionOracleTable
({ price, oracles, }: PriceOracleTableProps)
src/pages/oracles/_components/OracleTable.tsx:20
FunctionOracleTickerDetail
({ price, oracles, }: PriceTickerDetailProps)
src/pages/oracles/_components/OracleTickerDetail.tsx:19
FunctionOverflowTable
( props: PropsWithChildren<{ className?: string }> )
src/components/commons/OverflowTable.tsx:18
FunctionPath
(props: { pools: PoolId[]; FromTokenSymbol: JSX.Element; ToTokenSymbol: JSX.Element; })
src/pages/transactions/_components/DfTx/DfTxCompositeSwap.tsx:201
FunctionPoolAddLiquidityRow
(props: { tokenId: number; amount: BigNumber; })
src/pages/transactions/_components/DfTx/DfTxPoolAddLiquidity.tsx:75
FunctionPoolCreatePairDetailsTable
(props: { tokenA: number; tokenB: number; status: boolean; pairSymbol: string; ownerAddress?: string
src/pages/transactions/_components/DfTx/DfTxPoolCreatePair.tsx:39
FunctionPoolCreatePairList
(props: { customRewards: TokenBalance[]; })
src/pages/transactions/_components/DfTx/DfTxPoolCreatePair.tsx:97
FunctionPoolFrom
({ poolswap, FromTokenSymbol, address, }: { poolswap: PoolSwap; FromTokenSymbol: JSX.Element; addr
src/pages/transactions/_components/DfTx/DfTxCompositeSwap.tsx:88
FunctionPoolPairDetails
(props: { poolpair: PoolPairData; })
src/pages/dex/[poolpairId]/_components/PoolPairDetails.tsx:5
FunctionPoolPairDetailsBar
(props: { poolpair: PoolPairData; })
src/pages/dex/[poolpairId]/_components/PoolPairDetailsBar.tsx:7
FunctionPoolPairGraph
(props: { poolpair: PoolPairData })
src/pages/dex/[poolpairId]/_components/PoolPairGraph.tsx:24
FunctionPoolPairInfo
(props: { lhsComponent: () => JSX.Element; rhs: { value: string | undefined; suffix?: string;
src/pages/dex/[poolpairId]/_components/PoolPairInfo.tsx:4
FunctionPoolPairPage
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/dex/[poolpairId]/index.page.tsx:41
FunctionPoolPairRow
({ poolPair, tokenPrice, }: { poolPair: PoolPairData; tokenPrice: BigNumber; })
src/pages/dex/_components/PoolPairsTable.tsx:151
FunctionPoolPairSymbol
(props: PoolPairSymbolProps)
src/components/commons/token/PoolPairSymbol.tsx:16
FunctionPoolPairSymbolLocal
(props: PoolPairSymbolProps)
src/components/commons/token/PoolPairSymbolLocal.tsx:22
FunctionPoolPairTokenSymbol
(props: SVGProps<SVGSVGElement>)
src/components/icons/assets/tokens/_TokenDefault.tsx:69
FunctionPoolPairsCard
({ poolPair, tokenPrice, }: { poolPair: PoolPairData; tokenPrice: BigNumber; })
src/pages/dex/_components/PoolPairsCards.tsx:118
FunctionPoolPairsCards
({ poolPairs, sortKey, setSortKey, sortOrder, setSortOrder, })
src/pages/dex/_components/PoolPairsCards.tsx:57
FunctionPoolPairsProvider
(props: PropsWithChildren<{}>)
src/store/poolpairs.tsx:27
FunctionPoolPairsTable
({ poolPairs, sortKey, setSortKey, sortOrder, setSortOrder, })
src/pages/dex/_components/PoolPairsTable.tsx:23
FunctionPoolRemoveLiquidityTable
(props: { address?: string; amount: BigNumber; tokenId: number; })
src/pages/transactions/_components/DfTx/DfTxPoolRemoveLiquidity.tsx:34
FunctionPoolSwapDetailsTable
(props: { fromAddress?: string; fromTokenId: number; fromAmount: BigNumber; toAddress?: string; toTo
src/pages/transactions/_components/DfTx/DfTxPoolSwap.tsx:66
FunctionPoolTo
({ poolswap, ToTokenSymbol, address, toAmount, }: { poolswap: PoolSwap; ToTokenSymbol: JSX.Element
src/pages/transactions/_components/DfTx/DfTxCompositeSwap.tsx:138
FunctionPoolUpdatePairDetailsTable
(props: { poolId: number; status: number; commission: string; ownerAddress?: string; })
src/pages/transactions/_components/DfTx/DfTxPoolUpdatePair.tsx:57
FunctionPoolUpdatePairTableRow
(props: { tokenReward: TokenBalance; })
src/pages/transactions/_components/DfTx/DfTxPoolUpdatePair.tsx:97
FunctionPopoverTVL
()
src/layouts/components/HeaderCountBar.tsx:63
FunctionPopoverTVLAmount
(props: { text: string; count?: number; })
src/layouts/components/HeaderCountBar.tsx:64
FunctionPriceAreaChart
({ feed, current, }: { feed: PriceFeedInterval[]; current: GraphPeriod; })
src/pages/oracles/_components/OracleGraph.tsx:176
FunctionPricesPage
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/oracles/index.page.tsx:29
FunctionProgress
({ yesValue, noValue, containerClass, approvalThreshold, }: { yesValue: number; noValue: number;
src/pages/governance/_components/VotingResult.tsx:543
FunctionProofOfBackingPage
( props: InferGetServerSidePropsType<typeof getServerSideProps> )
src/pages/proof-of-backing/index.page.tsx:24
FunctionProposalCard
({ proposal, votes, currentBlockHeight, currentBlockMedianTime, userQueryProposalStatus, }: { prop
src/pages/governance/_components/ProposalCard.tsx:65
FunctionProposalCards
({ proposals, proposalsVotes, currentBlockHeight, currentBlockMedianTime, userQueryProposalStatus, }
src/pages/governance/_components/ProposalCard.tsx:30
FunctionProposalDetail
({ proposal, proposalCreationDate, proposalEndDate, }: { proposal: GovernanceProposal; proposalCreat
src/pages/governance/_components/ProposalDetail.tsx:20
FunctionProposalDetailPage
({ proposal, proposalVotes, proposalCreationDate, currentBlockHeight, currentBlockMedianTime, tota
src/pages/governance/[proposalId]/index.page.tsx:36
FunctionProposalFilterTab
({ userQueryProposalStatus, userQueryProposalType, }: { userQueryProposalStatus: ListProposalsStatus;
src/pages/governance/index.page.tsx:206
FunctionProposalRow
({ proposal, votes, currentBlockHeight, currentBlockMedianTime, userQueryProposalStatus, }: { prop
src/pages/governance/_components/ProposalTable.tsx:101
FunctionProposalTable
({ proposals, proposalsVotes, currentBlockHeight, currentBlockMedianTime, userQueryProposalStatus, }
src/pages/governance/_components/ProposalTable.tsx:33
FunctionQRCodeButton
(props: QRCodeButtonProps)
src/components/commons/QRCodeButton.tsx:12
FunctionQueryAddressHistory
(props: { transaction: Transaction; })
src/pages/transactions/_components/RawAccountHistory.tsx:28
FunctionRawAccountHistory
(props: { transaction: Transaction; })
src/pages/transactions/_components/RawAccountHistory.tsx:5
FunctionRawTransaction
({ rawTx }: { rawTx: string })
src/pages/transactions/_components/RawTransaction.tsx:17
FunctionRawTransactionHeading
( props: RawTransactionHeadingProps )
src/pages/transactions/_components/RawTransactionHeadings.tsx:11
FunctionRawTransactionPendingHeading
(props: { txid: string })
src/pages/transactions/_components/RawTransactionHeadings.tsx:37
FunctionRawTransactionVinVout
( props: RawTransactionVinVoutProps )
src/pages/transactions/_components/RawTransactionVinVout.tsx:20
FunctionReadyVoteID
({ userSelectedVote, isLoading, setIsLoading, onClose, voteCommand, }: { voteCommand: string; us
src/pages/governance/_components/ConfirmVoteDialog.tsx:527
← previousnext →301–400 of 591, ranked by callers