Category Filters & Search

Finding the right emoji token gets harder as the list grows. Emojis.Trade solves this with one‑click category filters and an instant search bar.


🎨 Thematic Categories

Tab
Example Tokens

Food 🍔

🍏 Apple · 🍕 Pizza · 🥕 Carrot

Animals 🐶

🐶 Dog · 🐱 Cat · 🦄 Unicorn

Objects 📦

💎 Gem · 🗝️ Key · 🕹️ Joystick

Symbols ✨

❤️ Heart · ⭐ Star · ☮️ Peace

Clicking a tab narrows the leaderboard to that group—perfect for collectors who only care about, say, animal memes or foodie tokens.


⚡ Quick Filters

Filter
What it shows

Available to Mint

Hides tokens that are 100 % minted

Low Supply

Tokens with < 1 % supply remaining

Trending

Top tokens by holder growth or volume in the last 24 h

Combine quick filters with categories—e.g. “Food + Low Supply” to hunt scarce food emojis.


The search bar filters as you type:

  • Text query — type “apple” to surface 🍎 Red Apple.

  • Emoji query — paste an emoji (🍣) to see Sushi instantly.

Search matches both emoji characters and token names/tickers using a case‑insensitive substring match.


🛠️ How It Works (Dev Notes)

  • Tokens carry a category field ("Food", "Animals", …).

  • The UI filters the in‑memory array—no extra API calls.

  • Search input updates a React state filterText; rendering uses token.name.includes(filterText).


Category filters and search make exploring the emoji token universe seamless—whether you’re after the next 🍉 gem or tracking the 🐸 meta!