Uniswap / Uniswap/interface

Token price shows <$0.00000001 on Explore, but trades fine (FMT/USDT)

Open
#7,973 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Description

The FMT/USDT pool appears correctly on Uniswap Explore and is fully tradable, but the token price displays as "<$0.00000001" instead of the actual on-chain price (~$0.70).
DexScreener and Uniswap Swap panel both show correct pricing, so this seems to be a frontend rendering or precision bug on the Explore page.

Pool Information
  • Pool address: 0xbbEc7F9C96131d40Ba0953bF22E5AA4F01A50650
  • Token0 (FMT): 0x5434A4ee8bF7552202Ec89A9eCaab71A08DA9079
    • Name: Future Mining Token
    • Decimals: 18
  • Token1 (USDT): 0xdAC17F958D2ee523a2206206994597C13D831ec7
  • Fee tier: 1%
  • Network: Ethereum Mainnet
Expected Behavior

Explore should display the correct token price and chart (≈ $0.70 per FMT).

Actual Behavior
  • Price shows <$0.00000001
  • TVL / FDV / Market Cap fields show
  • Trades appear correctly under Transactions
  • Swap UI and DexScreener show correct price
Screenshots
Image Image
Steps to Reproduce
  1. Go to https://app.uniswap.org/explore/tokens/ethereum/0x5434A4ee8bF7552202Ec89A9eCaab71A08DA9079
  2. Observe the displayed price <$0.00000001
  3. Compare with DexScreener FMT/USDT pair showing ≈$0.70
Additional Context

This issue likely relates to floating-point precision or rounding in Explore’s price display logic for small TVL pools with 18-decimal tokens.
On-chain price from slot0() matches the correct rate, confirming this is a UI-only issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Explore token page for the FMT address and reproduce the displayed price, TVL, FDV, and market-cap values. Trace the Explore price rendering logic and compare its result with the on-chain price and the Swap panel; done means the page shows approximately $0.70 and populated metrics for this pool.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.