20,000 USDC
View results
Submission Details
Severity: low
Valid

Lack of emit event

Summary

Vulnerability Details

Both the functions addToPool and removeFromPool does not emit any event after the function is executed.

Impact

Lack of information to index/search for emitted events in case it is needed for future analysis of data. Does not follow the solidity code style of emitting events after the execution of the function.

Tools Used

Manual Review.

Recommendations

Add a new event for both of the functions.

Support

FAQs

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