How to add ERC20 token icon to Etherscan?

how to add the token icon in the smart contract or in etherscan if someone help me I would appreciate it :grinning: :grinning:

1 Like

Hi @MDERRAMUS,

ERC20 tokens have optional metadata of name, symbol and decimals (for details see: https://eips.ethereum.org/EIPS/eip-20).

Token icons and any other metadata are not part of the specification. Each application/dapp may have a different way of setting this information.

For adding an icon to Etherscan, please see their guide:

Note you will need to verfity contract address ownership first:

1 Like

Is there any plan to possibly provide a link as the default icon in any future standards? Say something like an IPFS link would be effectively permanent. Or the link may be able to be modified by the deplorer of the contract?