A Token Contract is a special type of Smart Contract, which maps blockchain addresses to balances of value units – aka tokens. These software programs hold code, which specifies a set of functions and attributes of the value units, created and managed by the contract.
Read moreWhat is OpenZeppelin ERC20?
ERC20Burnable . Extension of ERC20 that allows token holders to destroy both their own tokens and those that they have an allowance for, in a way that can be recognized off-chain (via event analysis). burn(amount)
Read moreHow can I create ERC20 token?
Writing an ERC20 Token in Solidity
Read moreHow do I find my ERC20 address?
To view your ETH or ERC-20 address, navigate and select the Deposit Ether Directly tab. Then click on View Account to see and copy your address . You can now paste the Ethereum address on airdrop portals requesting an ERC-20 address to receive free tokens.
Read moreWhat is Ethereum token contract address?
Token is implemented as ERC20 smart contract with address 0x2170ed0880ac9a755fd29b2688956bd959f933f8 .
Read moreDo smart contracts require tokens?
Anyone can use smart contracts if they have Ethereum’s native token ether , which can be bought on cryptocurrency exchanges.
Read more