
Audit of project justglobal.network
12.01.2021 147
As a result of the audit, no errors were found that affect the security of users' funds on the contract. No obvious signs of an exit scam were found. No bugs and backdoors found either. Telescr.in guarantees the JustGlobal contract security and performance.
Was found one remark and one warning:
Unused State variable
The _drawCDPool () method assigns values to the state variable pre_cd_pool_top, but this variable is not used anywhere.
Overflow possibility
SafeMath library is not used for calculations. The general recommendation is to use SafeMath for arithmetic calculations.