The Cork Token Contracts have functions like mint, burn, airdropTo, isBlacklisted, setBlacklisted, Blacklist, initialize, bailOutMint, claim, swap, skim, sync, _mintFee, etc.
The Cork Token contract inherits the ERC20, Ownable, SafeMath, ERC1155Upgradeable, OwnableUpgradeable, ReentrancyGuardUpgradeable, SafeMathUpgradeable standard smart contracts from the OpenZeppelin library.
These OpenZeppelin contracts are considered community-audited and time-tested, and hence are not part of the audit scope.
Executive Audit Summery
According to the standard audit assessment, Customer`s solidity based smart contracts are “Secured”. This token contract does contain owner control, which does not make it fully decentralized.
We used various tools like Slither, Solhint and Remix IDE. At the same time this finding is based on critical analysis of the manual audit.
We found 0 critical, 2 high, 2 medium and 1 low and some very low level issues.