40,000 USDC
View results
Submission Details
Severity: gas

NatSpec documentation for `contract` is missing

Summary

NatSpec documentation for contract is missing

Vulnerability Details

It is recommended that Solidity contracts are fully annotated using NatSpec for all public interfaces (everything in the ABI). It is clearly stated in the Solidity official documentation. In complex projects such as Defi, the interpretation of all functions and their arguments and returns is important for code readability and auditability.source

File: /src/IEscrow.sol
6: interface IEscrow {

Link to code

File: /src/IEscrowFactory.sol
7: interface IEscrowFactory {

Link to code

Impact

Informational

Tools Used

Manual

Recommendations

Support

FAQs

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