Omniscia Polkadex Audit
Compilation
Compilation
The project is composed of barebones contracts without the utilization of a framework and as such, the compilation was a straightforward solc
instruction:
solc token/dex.sol token/ERC20.sol
The project contracts have their pragma
version locked at 0.7.6
, the same version utilized for our static analysis as well as optimizational pass of the codebase.