Omniscia Qanx Token Audit

Manual Review

Manual Review

A thorough line-by-line review was conducted on the codebase to identify potential malfunctions and vulnerabilities in Qanx Token's token.

As the project at hand implements a signature-based distribution mechanism of both vested and immediately unlocked tokens, intricate care was put into ensuring that the flow of funds within the system conforms to the specifications and restrictions laid forth within the protocol's specification.

We validated that all state transitions of the system occur within sane criteria and that all rudimentary formulas within the system execute as expected. We did not pinpoint any security related vulnerabilities during this audit round of the codebase.

Additionally, the system was investigated for any other commonly present attack vectors such as re-entrancy attacks, mathematical truncations, logical flaws and ERC / EIP standard inconsistencies. The documentation of the project was satisfactory to an exemplary extent, containing in-line documentation for all top-level declarations of the QANX contract as well as in-line documentation within its functions.

A total of 1 findings were identified over the course of the manual review of which no findings concerned the behaviour and security of the system. The non-security related findings, such as optimizations, are included in the separate Code Style chapter.