Standard interface for fungible tokens
IERC20 defines the standard interface for fungible tokens on Ethereum. It specifies functions for transferring tokens, checking balances, and managing allowances. Every ERC-20 token implements this interface, making it the most widely used standard in the ecosystem.
Reference guide to the most important Solidity interfaces from OpenZeppelin Contracts. ERC-20, ERC-721, ERC-1155, vaults, royalties, and more.
View all 14 tools