cryptooffer Posted April 12, 2021 Share Posted April 12, 2021 CONCLUSION: In the BNBRETURNS Smart-Contract were found no vulnerabilities, no backdoors and no scam scripts. The code was tested with compatible compilers and simulate manually reviewed for all commonly known and specific vulnerabilities. So BNBRETURNS Smart-Contract is safe for use in the Binance Smart Chain main network. DISCLAIMER: This audit is only for the BNBRETURNS smart contract codes base on the below-specified address only. BNBRETURNS: https://bscscan.com/address/0x9cFD40e8d10b3152a60A0198c969c819C7F59EBE#code The audit makes no statements or warranties about the suitability or sustainability of the business model or regulatory regime for the business model. Do take into consideration that you are doing all financial actions & transactions at your own risk, especially if you are dealing with high-risk projects / Dapps. CRITICAL ISSUES (critical, high severity): 0 Critical and harmful access for owners, user block ability, Bugs and vulnerabilities that enable theft of funds, lock access to funds without possibility to restore it, or lead to any other loss of funds to be transferred to any party. ERRORS, BUGS AND WARNINGS (medium, low severity): 0 Bugs can negatively affect the usability of a program, errors that can trigger a contract failure, Lack of necessary security precautions, other warnings for owners and users, warning codes that are valid code but the compiler thinks are suspicious. OPTIMIZATION (low severity): 1 Methods to decrease the cost of transactions in Smart-Contract. RECOMMENDATIONS (very low severity): 0 Hint and tips to improve contract functionality and trustworthiness. OPTIMIZATION SUGGESTIONS 1- Loop on the dynamic variable (low severity). If the user gets more parallel deposits his withdrawal transaction going to cost more transaction fee, because the loop on the dynamic variable is used in the ‘withdraw’ function. In case of exceeding the GAS limit of the size of transaction withdraw is not possible. Note: This comment is relevant only if a user creates an excessive number of parallel deposits (more than 100). INDEPENDENT DESCRIPTION OF THE SMART-CONTRACT FUNCTIONALITY The BNBReturns smart-contract provides the opportunity to invest any amount in BNB (from 0.03 BNB) in the contract and get 112% to 292% return on investment in 14 to 28 days if the contract balance has enough funds for payment. Dividends are paid from deposits of users. All dividends are calculated at the moment of request and available for withdrawal anytime or after the deposit finished time based on plans Each subsequent Deposit is kept separately in the contract, in order to maintain the payment amount for each Deposit. Contract Owners Fee Project Fee: 10% SIX INVESTMENT PLANS The minimum deposit amount is 0.03 BNB 10% to 29% of total return re-invested automatically Float Plans Important: Plan’s return are float and daily profit for a new deposit will increase by 0.3% daily function getPercent(uint8 plan) public view returns (uint256) { if (block.timestamp > startUNIX) { return plans[plan].percent.add(PERCENT_STEP.mul(block.timestamp.sub(startUNIX)).div(TIME_STEP)); } else { return plans[plan].percent; } } Referral System (Match Bonus) This contract pays referrals in three-level with a totally of 8.5% Level one: 5% Level two: 2.5% Level three: 1% Notes: Referral should be an active user; it means referral address has at least one deposit Auto Reinvest System A Random Amount of withdrawable amount re-invest The re-invest amount is a random amount between 10% to 29% of the withdrawable amount If the withdrawable amount be greater than 0.03 BNB auto re-invest happen, otherwise, all amount transfer to user wallet Auto re-invest system make a new deposit in plan 2 BNBRETURNS SMART-CONTRACT FUNCTIONS Constructor: initial plans, owner address and start date invest: make a new deposit reinvest: re-invest and make a new deposit random: return a number between 10 to 29 withdraw: transfer user profit to his wallet getPlanInfo: return plan info getPercent: return calculated percent getResult: return deposit calculated percent, profit and finish date getUserDividends: return user dividends getUserCheckpoint: return user checkpoint getUserReferrer: return user referrer getUserDownlineCount: return referral amount in three level getUserReferralBonus: return referral bonus getUserReferralTotalBonus: return total referrals getUserReferralWithdrawn: return total paid referrals getUserAvailable: return user available getUserAmountOfDeposits: return deposits amount getUserTotalDeposits: return total deposit getUserDepositInfo: return a deposit info isContract: check the address type #BNB Returns is a popular new platform that gives the ability for users to choose from many unique plans with the option of increasing returns on your initial investment. This project differs from other similar sites in that there is a unique reinvestment based system to help prolong the life of the platform and users experienxe. Find us here at https://www.bnbreturns.finance/ to start your journey #BNB #BSC #Investment #ico #NFT NFTs Link to comment Share on other sites More sharing options...
Matthew001 Posted April 12, 2021 Share Posted April 12, 2021 Do you have any payment proof ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now