require condition for function : in function mintProfile from src/SoulboundProfileNFT.sol is invalid.
The require leading to "Profile already exists" is :
profileToToken[msg.sender] == 0
a given user which has no profile registered in this mapping will never be able to register.
nothing
The require leading to "Profile already exists" is :
profileToToken[msg.sender] == 0
and instead should be :
profileToToken[msg.sender] != 0
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.