...uring contract execution [**invalid opcode: opcode 0xfe not defined** ]
ERC-20 Token Transfer Error (Unable to locate corresponding Transfer Event Logs), Check with Sender
来个大佬解答一下怎么处理勒---
...e verify that they are in ABI-encoded format`
```
constructor() public ERC721("AAA", "AAA") {
_setBaseURI("https://www.aaa.com/token/");
}
```
构造函数这样写有什么问题吗?怎样才能验证通过呢