Longbid
000

Public check

Verify ranking

Rank is the active canonical USDC bid in the current round. Reconstruct it from the contracts and The Graph. Do not trust the Longbid backend for ETHBid rank.

Formula

score = active canonical USDC bid

Contracts

Active round

Round 1 · start 1788100103 · end 1788704903 · 595271s left

Subgraph

not configured

query CurrentLeaderboard($roundId: Bytes!) {
    bids(where: { round: $roundId }, orderBy: canonicalUsdc, orderDirection: desc, first: 100) {
      id
      canonicalUsdc
      createdAt
      txHash
      project { id owner verification identityRef metadataURI }
    }
  }

Indexed bids

GRAPH_SUBGRAPH_URL is missing. The leaderboard cannot query The Graph yet.

← Back to the board