ERC-20 (Fungible Tokens)
The ERC-20 standard defines a set of functions and events that a token contract on the Ethereum blockchain should implement. ERC-20 tokens are fungible, meaning each token is identical and can be exchanged one-to-one.
Note: ERC-20
Token addresses refer to full Hedera Token Service (HTS) fungible token entities. These tokens can be fully managed by HTS API calls. Additionally, by utilizing IERC20
interfaces or system contract functions, these tokens can also be managed by smart contracts on Hedera.
Supported Functions
From Interface ERC-20
ERC-20
Additional References
Last updated