Events in IAuction
don't use the indexed
keyword
#44
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Warden finding
sponsor acknowledged
Technically the issue is correct, but we're not going to resolve it for XYZ reasons
Handle
pants
Vulnerability details
The events defined in
IAuction
don't use theindexed
keyword for any of their values.Impact
Users can't easily keep track of logged events, resulting with a poor user experience.
Tool Used
Manual code review.
Recommended Mitigation Steps
Use the
indexed
keyword whenever necessary for these events.The text was updated successfully, but these errors were encountered: