Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

evm-token-decimals

Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill evm-token-decimals
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, evm-token-decimals has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/evm-token-decimals.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error. Never assume stablecoins use the same decimals everywhere. Query decimals() at runtime, cache by (chain_id, token_address) , and use decimal-safe math for value calculations. Do not hardcode 1_000_000 because a symbol usually has 6 decimals somewhere else. Log the fallback and keep it visible. Old or non-standard tokens still exist. - Reading ERC-20 balances in Python, TypeScript, or Solidity - Calculating fiat values from on-chain balances - Comparing token amounts across multiple EVM chains - Handling bridged assets - Building portfolio trackers, bots, or aggregators - Always query decimals() at runtime - Cache by chain plus token address, not symbol - Use Decimal , BigInt , or equivalent exact math, not float - Re-query decimals after bridging or wrapper changes - Normalize internal accounting consistently before comparison or pricing

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does evm-token-decimals do?

Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error.

Is evm-token-decimals good?

evm-token-decimals does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support evm-token-decimals?

evm-token-decimals currently lists compatibility with Claude Code, Skills CLI.

Is evm-token-decimals safe to install?

evm-token-decimals has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to evm-token-decimals?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install evm-token-decimals?

Run the following command to install evm-token-decimals: npx skills add https://github.com/affaan-m/everything-claude-code --skill evm-token-decimals

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering