EarnADA x Solid Group: Audit Results

Auditing Process

Contract

Highlights of the process

✅BEP-20’s Conformance

✅ No mint function

Privileged Functions / Owner Capabilities

SetupAddToWhitelist — The owner can add address to_whiteList whitelist addresses are able to trade a small amount before regular trading unlocks(The code is deprecated since the trading now is opened for everyone)
TeamReleaseLiquidity - The Owner
1.Allows unlocking 20% of LP tokens when _liquidityUnlockTime has been reached.
2.lock the remaining LP tokens for DefaultLiquidityLockTime (which is set to 1 hour)
TeamRemoveLiquidity
- Allows removing 20% of LP tokens which were automatically added by the swapAndLiquify mechanism when _liquidityUnlockTime has been reached.
TeamRemoveRemainingBNB - after 30 days from _liquidityUnlockTime the team can withdraw all the BNB that is in the contract.
TeamExcludeFromStaking
TeamExcludeFromStaking
TeamSetSellLockTime
- The team can set the cooldown period between two successive sells (cannot be greater than two hours)
TeamExcludeAccountFromFees
TeamIncludeAccountToFees
TeamExcludeAccountFromSellLock
TeamIncludeAccountToSellLock

Findings

bool isLiquidityTransfer = ((sender == _pancakePairAddress && recipient == pancakeRouter) 
|| (recipient == _pancakePairAddress && sender == pancakeRouter));
require(recipientBalance+amount<=balanceLimit,”whale protection”);
require(recipientBalance+amount<=balanceLimit,”whale protection”);

Summary

About Solid Group

About EarnADA

Disclaimer

--

--

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

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
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.