I have created a Standard ERC20 preset with the following code in the Remix IDE
// contracts/ERC20.sol
// SPDX-License-Identifier: MITpragma solidity ^0.6.2;
I would like to change the Decimals from 18 to lower number
After implementing the contract i was not even able to verify the contract.
I would like to have little help with my first implement of Contracts