In the `blockProfile` function, app owner can block their addresses lead to delete their addresses and burn their token.
In the `blockProfile` function, not check blockAddress != owner() lead to app owner can detele their addresses and burn their token.
App owner delete your profile yourself
manual
Add check `require(blockAddress != owner(), "Cannot block owner");`
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.