// STATS
The math.
Read live from the collection contract and the chain indexer. These numbers move whenever somebody trades.
Unicorns now is totalSupply() on the collection: how many exist at this moment. Selling burns unicorns, and their ids are never reused, so the highest id in circulation is always higher than this count. A tool reporting the newest id, or the number ever drawn, will quote a larger figure and both are right.
$FUNI holders counts every address holding the token. NFT holders counts only those holding at least one unicorn, and is always the smaller of the two: an address can hold less than a whole token, or opt out of the NFT side entirely, and own no unicorn either way. Transfers and per-holder count the NFT side. The buy bot reports the same pair under the same names.
Top holders
Largest balances in the collection.
Rarity
Mythic is the contract's own designation, written into a token's metadata by its renderer for an Eclipse sun or a Fart. Double Mythic carries both, and the attribute twice. The other tiers count bonus features stacked on the seven base traits everyone shares.
Rarity here is a snapshot, not a permanent property. Selling below a whole token burns that unicorn, and the id is drawn again with a fresh seed for whoever buys it next, so a mythic today can be a common tomorrow. These percentages describe the collection as it stands right now.
Trait breakdown
Reading a sample of the collection…