It is recommended that Solidity contracts are fully annotated using NatSpec for all public interfaces (everything in the ABI).
There are some functions that are missing NatSpec annotations. Especially in the EscrowFactory.sol
contract where we have very important functions which are not explaining what each of the parameters is doing with @param
tag.
Also, it's important to use @return
tag to specify what is being returned by the function
Instances: 4
EscrowFactory.sol
Escrow.sol
Documentation
Tag above mentioned functions with necessary NatSpec tags.
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.