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

Remit method #38

Closed will-holley closed 2 years ago

will-holley commented 2 years ago

Adds the _remit method and consolidates all fund transfers to use it. This reduces the surface area for potential bugs and security issues related to external Eth transfers, and simplifies transfer-related event logging.