MCPcopy Create free account

hub / github.com/base/ui / functions

Functions69 in github.com/base/ui

↓ 5 callersFunctionexecutionTimeUs
(tx: BlockTransaction)
src/app/block/[hash]/page.tsx:16
↓ 4 callersFunctiongetObjectContent
(key: string)
src/lib/s3.ts:53
↓ 4 callersFunctionserializeBlockData
(block: BlockData)
src/app/api/block/[hash]/route.ts:13
↓ 3 callersFunctioncacheBlockData
(blockData: BlockData)
src/lib/s3.ts:338
↓ 3 callersFunctionformatBigInt
(value: bigint, decimals: number, scale: bigint)
src/app/page.tsx:19
↓ 3 callersFunctionformatBigInt
(value: bigint, decimals: number, scale: bigint)
src/app/bundles/[hash]/page.tsx:16
↓ 3 callersFunctionformatGasPrice
(hex: string | undefined)
src/app/bundles/[hash]/page.tsx:34
↓ 3 callersFunctionformatHexValue
(hex: string | undefined)
src/app/page.tsx:25
↓ 3 callersFunctionformatHexValue
(hex: string | undefined)
src/app/bundles/[hash]/page.tsx:22
↓ 3 callersFunctiongetBundleHistory
( bundleKey: string, )
src/lib/s3.ts:167
↓ 3 callersFunctionmetering
(tx: BlockTransaction)
src/app/block/[hash]/page.tsx:12
↓ 3 callersFunctionstateRootTimeUs
(tx: BlockTransaction)
src/app/block/[hash]/page.tsx:20
↓ 2 callersFunctionbuildAndCacheBlockData
( rpcBlock: Block<bigint, true>, hash: Hash, number: bigint, )
src/app/api/block/[hash]/route.ts:110
↓ 2 callersFunctionenrichTransactionWithBundleData
(txHash: string)
src/app/api/block/[hash]/route.ts:81
↓ 2 callersFunctionformatGasPrice
(hex: string | undefined)
src/app/page.tsx:37
↓ 2 callersFunctionformatRejectionReason
( reason: RejectionReason | string, )
src/lib/s3.ts:267
↓ 2 callersFunctiongetBlockFromCache
( blockHash: string, )
src/lib/s3.ts:220
↓ 2 callersFunctiongetTransactionMetadataByHash
( hash: string, )
src/lib/s3.ts:68
↓ 2 callersFunctionrefetchMissingTransactionSimulations
( block: BlockData, )
src/app/api/block/[hash]/route.ts:152
↓ 1 callersFunctioncreateS3Client
()
src/lib/s3.ts:9
↓ 1 callersFunctionfetchAndRedirect
()
src/app/txn/[hash]/page.tsx:28
↓ 1 callersFunctionfetchBlockFromRpc
( blockHash: string, )
src/app/api/block/[hash]/route.ts:47
↓ 1 callersFunctionfetchBlockFromRpcByNumber
( blockNumber: string, )
src/app/api/block/[hash]/route.ts:66
↓ 1 callersFunctionfetchData
()
src/app/bundles/[hash]/page.tsx:496
↓ 1 callersFunctionfetchData
()
src/app/block/[hash]/page.tsx:283
↓ 1 callersFunctionfetchLatestBlockNumber
()
src/app/api/blocks/route.ts:16
↓ 1 callersFunctionfetchRejected
()
src/app/page.tsx:466
↓ 1 callersFunctiongasUsed
(tx: BlockTransaction)
src/app/block/[hash]/page.tsx:24
↓ 1 callersFunctiongetHeatmapStyle
( timeUs: number, maxTime: number, )
src/app/block/[hash]/page.tsx:99
↓ 1 callersFunctiongetRejectedTransaction
( blockNumber: number, txHash: string, )
src/lib/s3.ts:316
↓ 1 callersFunctioninitializeParams
()
src/app/txn/[hash]/page.tsx:18
↓ 1 callersFunctionisBlockNumber
(identifier: string)
src/app/api/block/[hash]/route.ts:62
↓ 1 callersFunctionisSystemTransaction
(tx: BlockTransaction)
src/app/api/block/[hash]/route.ts:148
↓ 1 callersFunctionlistRejectedTransactions
( limit = 100, )
src/lib/s3.ts:283
FunctionBadge
({ children, variant = "default", }: { children: React.ReactNode; variant?: "default" | "success" | "w
src/app/bundles/[hash]/page.tsx:119
FunctionBlockPage
({ params }: PageProps)
src/app/block/[hash]/page.tsx:266
FunctionBlockRow
({ block, index }: { block: BlockSummary; index: number })
src/app/page.tsx:101
FunctionBlockStats
({ block }: { block: BlockData })
src/app/block/[hash]/page.tsx:190
FunctionBundlePage
({ params }: PageProps)
src/app/bundles/[hash]/page.tsx:483
FunctionCard
({ children, className = "", }: { children: React.ReactNode; className?: string; })
src/app/page.tsx:170
FunctionCard
({ children, className = "", }: { children: React.ReactNode; className?: string; })
src/app/bundles/[hash]/page.tsx:142
FunctionCard
({ children, className = "", }: { children: React.ReactNode; className?: string; })
src/app/block/[hash]/page.tsx:83
FunctionCopyButton
({ text }: { text: string })
src/app/bundles/[hash]/page.tsx:68
FunctionCopyButton
({ text }: { text: string })
src/app/block/[hash]/page.tsx:32
FunctionExplorerLink
({ type, value, children, className = "", }: { type: "tx" | "address"; value: string; children:
src/app/bundles/[hash]/page.tsx:40
FunctionGET
( _request: NextRequest, { params }: { params: Promise<{ hash: string }> }, )
src/app/api/txn/[hash]/route.ts:37
FunctionGET
()
src/app/api/blocks/route.ts:74
FunctionGET
()
src/app/api/rejected/route.ts:12
FunctionGET
( _request: NextRequest, { params }: { params: Promise<{ hash: string }> }, )
src/app/api/bundle/[hash]/route.ts:9
FunctionGET
( _request: NextRequest, { params }: { params: Promise<{ hash: string }> }, )
src/app/api/block/[hash]/route.ts:194
FunctionGET
()
src/app/api/health/route.ts:3
FunctionHome
()
src/app/page.tsx:623
FunctionMeteringCard
({ meter }: { meter: MeterBundleResponse })
src/app/page.tsx:186
FunctionRejectedTransactionsTab
()
src/app/page.tsx:458
FunctionRejectedTxRow
({ tx, expanded, onToggle, }: { tx: RejectedTransaction; expanded: boolean; onToggle: () => void;
src/app/page.tsx:281
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:20
FunctionSearchBar
({ onError }: { onError: (error: string | null) => void })
src/app/page.tsx:43
FunctionSectionTitle
({ children }: { children: React.ReactNode })
src/app/bundles/[hash]/page.tsx:477
FunctionSimulationCard
({ meter }: { meter: MeterBundleResponse })
src/app/bundles/[hash]/page.tsx:309
FunctionTimeline
({ events }: { events: BundleHistoryResponse["history"] })
src/app/bundles/[hash]/page.tsx:450
FunctionTimelineEventDetails
({ event, }: { event: BundleHistoryResponse["history"][0]; })
src/app/bundles/[hash]/page.tsx:408
FunctionTransactionDetails
({ tx, index, }: { tx: BundleTransaction; index: number; })
src/app/bundles/[hash]/page.tsx:158
FunctionTransactionRedirectPage
({ params }: PageProps)
src/app/txn/[hash]/page.tsx:11
FunctionTransactionRow
({ tx, maxTotalTime, }: { tx: BlockTransaction; maxTotalTime: number; })
src/app/block/[hash]/page.tsx:112
FunctionfetchBlockByNumber
( blockNumber: number, )
src/app/api/blocks/route.ts:41
FunctionhandleCopy
()
src/app/bundles/[hash]/page.tsx:71
FunctionhandleCopy
()
src/app/block/[hash]/page.tsx:35
FunctionhandleSearch
(e: React.FormEvent)
src/app/page.tsx:48
Functionproxy
(request: NextRequest)
src/proxy.ts:4