Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

There is a missing parameter in the `sharedSpace` mapping in the `Soulmate.sol` contract.

Summary

String parameter is missing in the sharedSpace mapping.

Recommendations

Add string message in the mapping:

- mapping(uint256 id => string) public sharedSpace;
+ mapping(uint256 id => string message) public sharedSpace;
Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.