Audited by CertiK

Why Audit is important?

One thing we look for when auditing contracts is to make sure they are script-friendly. They wouldn’t cause too many problems if someone is calling the function using web3 libraries. In the code highlighted above, we would also flag the function for not checking if the address array is empty. We would also make sure each major function returns a Boolean and they send events for every change they make.

Auditing is important for many companies who want to attract a large number of contributors and investors want to be reassured the contracts are safe and cannot be hacked.

Implemented typical security

Also implemented typical security hardening steps such as employee background checks, drive encryption, securing sensitive communication, employee user awareness training, vulnerability testing, bug bounty programs, and third-party penetration testing.

https://www.certik.com/projects/squadx

Last updated