Erc 20 Tokens Functions Solidity

[Solved] Erc 20 Tokens Functions Solidity | Solidity - Code Explorer | yomemimo.com
Question : erc 20 tokens functions solidity

Answered by : shirshak

//ERC-20 tokens must have 6 functions.
TotalSupply: provides information about the total token supply
BalanceOf: provides account balance of the owner's account
Transfer: executes transfers of a specified number of tokens to a specified address
TransferFrom: executes transfers of a specified number of tokens from a specified address
Approve: allow a spender to withdraw a set number of tokens from a specified account
Allowance: returns a set number of tokens from a spender to the owner

Source : | Last Update : Fri, 16 Sep 22

Answers related to erc 20 tokens functions solidity

Code Explorer Popular Question For Solidity