AROWANA X Solid Group: Audit Result

Solidgroup
3 min readJun 17, 2021

Auditing Process

Solid Group’s auditing process goes in-depth and covers a wide range of token code characteristics. The main things the audit checks for are vulnerabilities and imminent risks to the safety and security of the code, Solid Group does an extensive auditing process intending to help their customers increase their code quality while reducing the high level of risk presented by cryptographic tokens and blockchain technology.

Contract

Contract

Highlights of the process

✅BEP-20’s Conformance

✅ No mint function

Privileged Functions / Owner Capabilities

1️⃣ The contract contains the following privileged functions that are restricted by onlyOwner modifier:

excludeFromReward(address account)
includeInReward(address account)
excludeFromFee(address account)
includeInFee(address account)

2️⃣ The owner can toggle the liquidity addition mechanism:

setSwapAndLiquifiedEnabled(bool _enabled)

3️⃣ The owner can freely choose the amount of tokens to be swapped in one transaction (for bnb) by setting minimumTokensBeforeSwap.

function setNumTokensSellToAddToLiquidity(uint256 _minimumTokensBeforeSwap) external onlyOwner()

4️⃣ The owner can set maxTxAmount which is the number of % of the total supply that can be swapped in one transaction.

function setMaxTxPercent(uint256 maxTxPercent, uint256 maxTxDecimals) external onlyOwner()

5️⃣ Important Addresses

address payable public Feeaddress = 0x09AeddceFc941bE7C25265851bE5f5724c2bC789; /** fee address*/
address payable public marketingaddress1 = 0x55717128067a1Ec83AFE98A33F8C82893985D447; /** marketing address*/
address payable public marketingaddress2 = 0x732F6E0E7E65DD646468a9Aa6dEc7CA8dDB24089; /** marketing address*/

Constants:

_taxFee = 3 (3%, Can't be changed)
_burnFee = 0 (0%, Can't be changed)
_donationFee = 2 (2%, Can't be changed)
_maxTxAmount = 1 * 10**15 * 10**9 (can be changed)
minimumTokensBeforeSwap = 1 * 10**11 * 10**9 (can be changed)

⚠️ The price of the token drops after executing the swapAndLiquified function because of the number of tokens that are sold for ETH, the team transfers the swapped tokens to BNB/ETH and sends it to an address they owned.

Summary

No issues were found. The price of the token drops after executing the swapAndLiquified function because of the number of tokens that are sold for ETH, the team transfers the swapped tokens to BNB/ETH and sends it to an address they owned.

About AROWANA

The most expensive fish in the world, now on Binance Smart Chain. Arowana token ecosystem will provide great benefits for token holders and All Communities.

Arowana is a community token that builds generational wealth for its holders and believers. The sooner you invest into Arowana, the more passive income you will earn.

🌏 Website |🗣 Telegram | 🐦 Twitter

About Solid Group

Solid Group is a blockchain consulting and auditing service provider, founded by 3 cybersecurity experts with a passion for thinking out of the box, learning, and sharing knowledge. Every project goes through a meticulous process and is viewed by at least two partners, thereby achieving a high level of credibility and professionalism. Our group is partnered with multiple organizations and launchpads that have a combined market cap of over 400 million USD.

📣 Telegram| 🗣Telegram discussion group |🐦 Twitter |🛡 Contact for audit

Disclaimer

SolidGroup reports are not, nor should be considered, an “endorsement” or “disapproval” of any particular project or team. These reports are not, nor should be considered, an indication of the economics or value of any “product” or “asset” created by any team. Solid Group do not cover testing or auditing the integration with external contract or services (such as Unicrypt, Uniswap, PancakeSwap etc’…)

SolidGroup Audits do not provide any warranty or guarantee regarding the absolute bug-free nature of the technology analyzed, nor do they provide any indication of the technologies proprietors. SolidGroup Audits should not be used in any way to make decisions around investment or involvement with any particular project. These reports in no way provide investment advice, nor should be leveraged as investment advice of any sort. SolidGroup Reports represent an extensive auditing process intending to help our customers increase the quality of their code while reducing the high level of risk presented by cryptographic tokens and blockchain technology. Blockchain technology and cryptographic assets present a high level of ongoing risk. SolidGroup’s position is that each company and individual are responsible for their own due diligence and continuous security. SolidGroup in no way claims any guarantee of security or functionality of the technology we agree to analyze.

--

--

Solidgroup

We are a group 3 software developers with combined experience of over 15years in various fields such as Software design, Operating systems, and solidity.