When I try to compile my bep20 smart contract it says:
ParserError: Invalid token. --> bep-20.sol:6:53: | 6 | constructor(uint256 initialSupply) public ERC20(“MilkyWayGalaxy”, “MILKYGAL”) { | ^
I use the pragma solidity ^0.8.0; but the latest edition is pragma solidity ^0.8.4;. I have tried on all versions and still doesn't work.
Can someone help me resolve this problem?