Answers for "erc 1155 onlyOwner DeclarationError: Identifier not found or not unique."

1

erc 1155 onlyOwner DeclarationError: Identifier not found or not unique.

// you should import ownable
import "@openzeppelin/contracts/access/Ownable.sol";

// and then modify the contract
contract TestCoin is ERC20, Ownable {
    *********
}
Posted by: Guest on February-07-2022

Browse Popular Code Answers by Language