Closed AlexandrouR closed 3 years ago
Steps to reproduce:
pragma solidity ^0.6.0; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract MyCollectible is ERC20 { constructor() ERC20("MyCollectible", "MCO") public { } }
I am having the same issue with a similar contract. I also tried removing the import part to @openzeppelin using truffle-flattener but I got the same "Unable to parse input ABI file" error.
Steps to reproduce: