i am having this problem as i try to verify my contract even after flattening my contract in REMIX
ParserError: Multiple SPDX license identifiers found in source file. Use “AND” or “OR” to combine multiple licenses. Please see https://spdx.org for more information.
→ myc
How do i solve it as I WANT TO VERIFY MY CONTRACT in BSC
pragma solidity ^0.8.0;
import “https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol”;
contract HyperPesa is ERC20 {
constructor(uint256 initialSupply) public ERC20 (“HyperPesa”, “HPESA”){
_mint(msg.sender, initialSupply);
}
}
MY CONTRACT ADDRESS : 0x9427b655cc06d817c5874757b1fb59c
1b2b34ae5
DECIMAL P[LACES:18
I WILL APPRECIATE