According to EIP721, event Transfer must be emitted on every mint, burn and transfer:
/// @dev This emits when ownership of any NFT changes by any mechanism. This event emits when NFTs are created (
from
== 0) and destroyed (to
== 0). Exception: during contract creation, any number of NFTs may be created and assigned without emitting Transfer. At the time of any transfer, the approved address for that NFT (if any) is reset to none.
event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId);
Event Transfer is not emitted:
Potentially it can create interoperability issues
Manual Review
Emit Transfer event on minting
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.