721labs / partial-common-ownership

This project aims to establish a standard, open source implementation of Partial Common Ownership for non-fungible tokens.
https://721.dev
MIT License
17 stars 5 forks source link

Setting beneficiary should emit `LogBeneficiaryUpdated` #56

Closed will-holley closed 2 years ago

will-holley commented 2 years ago

Summary

IBeneficiary.setBeneficiary should emit LogBeneficiaryUpdated.

event LogBeneficiaryUpdated(
  uint256 indexed tokenId,
  address indexed newBeneficiary
)