Verify ERC20 token on Etherscan, Invalid constructor arguments provided

Hi @Webbleo_dev,

Welcome to the community :wave:

I recommend trying the following: Verify smart contract inheriting from OpenZeppelin Contracts

Your contract doesn’t have any constructor arguments, it was compiled with Solidity 0.5.17. I assume it was compiled with optimization disabled.

1 Like