SMART CONTRACT SECURITY AUDIT EARNTRON300 [ TRON BLOCKCHAIN ] Audit NO: 02100340 128 December , 2020 ▪ Project Name : EARNTRON300 ▪ Technology : Blockchain Smart Contract ▪ Blockchain : Tron Blockchain ▪ Programming Language : Solidity ▪ Version : 0.5.12 ▪ Contract Type : Decentralized Smart Contract ▪ Category : High-Risk Dapp ▪ Website : https://www. earntron300 .com ▪ Audit Type : Function Report ▪ File(s) Audited : EarnTron300 .sol ▪ Audit No : 02100340 128 ▪ The contract source code is verified on TRONSCAN ▪ Contract name : EarnTron300 ▪ Optimization : Yes with 200 runs ▪ Compiler version : solidity 0.5.12 ▪ License : MIT ▪ E-mail : team@earntron300.com ▪ Telegram : https://t.me/ OfficialEarnTron300 PROJECT DETAILS NOTE : This Audit Report was issued before the launch of the project. All tests are performed with the given Source Code on the test network. After the project’s launch, we will verify and issue another Audit Mentioning the contract's Address . Disclaimer INFIGO only audits the source code for security and its functions. We don’t audit for the contract logic honesty. This report is for the source code given and the contract deployed at the address mentioned in this document and doesn’t guarantee if the contract is being deployed to another address or any alterations made. We have nothing to do if the contract functioning contains risks like gambling and other functions. Security Items and Results NO ITEM SEVERITY DESCRIPTION RESULT 1 Race Condition High All types of Race Condition Attacks Passed 2 Overflow High Integer overflows / underflows. Fulfilled by using SafeMath library Passed 3 Denial of Service High Fulfilled by implementing “ balance withdrawal” design pattern Passed 4 Time - based Decisions High Doesn’t rely on small time periods Passed 5 Function / Data Structure Exposure High Passed NO ITEM SEVERITY DESCRIPTION RESULT 6 Parameter Sanitization High Passed 7 Require Statement Medium Passed 8 Contract ownership High Doesn’t required Passed 9 Inline assembly Warning isContract() function Passed 10 Loops Low Controlled Passed Function Report Constants and Read Functions : • MAX_DAILY_WITHDRAWAL : Showing maximum withdrawal per day and is set to 50,000 TRX. • INVEST_MIN_AMOUNT: Stores the minimum investment amount and is equivalent to 10 0 TRX. • FIX_PERCENT: Showing the daily fix percentage. Its set to 30 % ( 3 00/ PERCENTS_DIVIDER). • REFERRAL_PERCENTS: Showing the referral levels percent and is equivalent to 7%, 2 %, 1 % for levels 1 to 3 • MARKETING_FEE: Showing the marketing fee and is equivalent to 5%. • SUPPORTING_FEE: Showing the supporting fee and is equivalent to 5%. • ADMIN_FEE: Showing the admin fee and is equivalent to 1.5%. • DEV_FEE: Showing the developer fee and is equivalent to 1.5%. • PERCENTS_DIVIDER: All percentage values is divided to this number in calculations and is equivalent to 1000. • TIME_STEP: Showing the time step and is 1 days or 86400 • totalUsers: Number of total users can be read from this variable. • totalInvested: Showing the total invested • g etMyDividends (): This function is used to get user real time dividends. • getMyWithdrawals(): This function is used to get user total withdrawals. • getMyInvestments(): This function is used to get user total investments. • withdrawAllowance(): This function is used to disable withdrawal in the time between 0 and 4 am UTC. • getStatsView(): Returns statistics. • isContract() : Checks if an address is a contract address. Write Functions : • payUplines(): This function updates up-line referral bonuses This is a private function and can’t be called from outside the contract. • invest(): This function is used to make a deposit in the system. This function accepts a referral address. This is a public function and can be called from outside. This function is the only payable function and half of the admin fees are paid in this function. The total of 13 % of each deposit is transferred to four admin accounts. The first referral bonus is calculated here as 7% of the deposit and is set to the corresponding referrer user account. Note that the minimum amount to make a successful deposit is 10 0 TRX Note: There are two constraints that determine profit maximum value withdrawal. One is maximum profit constraint which ensures the total withdraw amount be less than 3 00% of all deposits. So in order to withdraw profits more than 3 00%users have to invest again. Another limit check is daily withdraw limit check. Users can not withdraw more than 50K TRX a day and also can not withdraw more than once a day. Note that either referral bonus or the dividends can only be withdrawn in a day. • withdrawRefBonus (): This function is used to withdraw referral bonus so far. There is no backdoor in this function and the only transfer () call is used to send referral profit to the user wallet. User allowed to withdraw just once a day. Summary of the Audit : • Overall the Code is good and performs well. • No Backdoors or Vulnerabilities were found on the EARNTRON300 Contract. • EARNTRON300 ’s code is safe to use in the Tron Main Network. • withdraw(): This function is used to withdraw the dividends so far. 50% of the dividends is d i rectly sent to to the user wallet and the other half is reinvested. Note that either referral bonus or the dividends can only be withdrawn in a day. N o back-door was found in this function Website : www.infigo.solutions Mail : team@infigo.solutions Telegram : @ InfigoSolutions NOTE : This Audit Report was issued before the launch of the project. All tests are performed with the given Source Code on the test network. After the project’s launch, we will verify and issue another Audit Mentioning the contract's Address .