Submitted by berndartmueller, also found by byndooa and rbserver
Creating a new project mints a NFT to the _sender (builder). The builder of a project has special permissions and is required to perform various tasks.
However, if the minted NFT is transferred to a different address, the builder of a project stays the same and the new owner of the transferred NFT has no purpose and no permissions to access authorized functions in Rigor.
If real-world use-cases require a change of the builder address, there is currently no way to do so. Funds could be locked in the project contract if the current builder address is unable to perform any more actions.
HomeFi.sol#L225
Consider preventing transferring the project NFT to a different address for now as long as there is no use-case for the NFT owner/holder or use the actual NFT owner as the builder of a project.
zgorizzo69 (Rigor) disputed and commented:
parv3213 (Rigor) commented:
Jack the Pug (judge) confirmed as valid
