Submitted by bin2chen
HolographERC721.sol#L392
beforeApprovalAll() / afterApprovalAll() can only pass to and approved, missing owner, if contract listening to this event,but does not know who approve it, so can not react to this event.
Basically, this event cannot be used.
Add parameter: owner
alexanderattar (Holograph) commented:
ACC01ADE (Holograph) linked a PR:
