Verify contract on Etherscan deployed via Remix

Hi @chick100,

I verified your contract, setting the complier to 0.5.17, and optimization to enabled with 200 runs. Your constructor has no parameters, and you have a flattened contract, so this was straight forward to verify.

You could look at the following tutorial (you currently have a fixed supply ERC20 with pause functionality):

1 Like