Token Standard Ref
v1.0.0Quick reference for ERC-20, ERC-721, ERC-1155 and other token standards
Quick reference for Ethereum token standard interfaces — ERC-20 (fungible), ERC-721 (NFT), and ERC-1155 (multi-token).
How to use- →Select a token standard tab to browse its interface.
- →Browse function signatures with parameter types and return values.
- →Click any function to see detailed documentation.
- →Use the search field to filter functions by name.
| Kind | Name |
|---|---|
| function | totalSupply |
| function | balanceOf |
| function | transfer |
| function | approve |
| function | transferFrom |
| function | allowance |
| event | Transfer |
| event | Approval |
function eventClick a row to show description