Token Standards Library
A reference library for the token standards that matter to teams building onchain. Each entry covers what the standard is, how its interface works, the patterns and gotchas you'll run into, and how Hgraph indexes data for that standard.
What you'll find in each entry
Every standard's page follows the same shape so the library reads as a coherent reference:
- Header: EIP number, status, type, authors, dates
- Overview: what the standard is and why it exists
- Interface Specification: events and functions
- Function Selectors: 4-byte selectors for ABI work
- Notable Tokens / Implementations: concrete examples
- Risks and Gotchas: patterns to avoid
- Data on Hgraph: what's indexed and where to query
- External References: links to the spec, reference implementations, and related reading
If you're integrating a token, start with the Overview and Interface Specification. If you're auditing a contract or debugging an integration, skip to Risks and Gotchas.
What's published
- ERC-20: Fungible token standard
More standards are being added as we publish them.
Related
- ERC Indexer: How Hgraph indexes ERC tokens on Hedera, with the GraphQL schema and full query examples.
- ERC Token Standards (blog): Long-form overview of the standards that matter most right now.