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

Moves token transfer hooks into taxation module #73

Closed will-holley closed 2 years ago

will-holley commented 2 years ago

Summary

Because _beforeTokenTransfer and _afterTokenTransfer strictly deal with taxation (collecting tax and resetting tax collection statistics, respectively), these functions were moved into the taxation module.

Modifies