SMART CONTRACT SECURITY AUDIT TRONFIRE Audit NO: 02100854312 Sep, 2021 [ Tron Smart Contract ] ▪ Project Name : TRON FIRE ▪ Technology : Blockchain Smart Contract ▪ Blockchain : Tron Blockchain ▪ Programming Language : Solidity ▪ Version : 0.5.8 ▪ Contract Type : Decentralized Smart Contract ▪ Category : ROI Smart Contract ▪ Website : https://tron - fire.com ▪ Audit Type : Function Report and Backdoor Check ▪ File(s) Audited : Tron - Fire.sol ▪ Audit No : : 02100854312 PROJECT DETAILS 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. Function Report Variables and Constants : 1. INVEST_MIN_AMOUNT : Minimum allowed deposit amount is 100 TRX 2. REFERRAL_PERCENTS : There are Ten levels of referral bonuses as 5%, 3%, 1%, 0.5%, 0.5%, 0.5%, 0.5%, 0.5%, 0.5%, 0.5%. 3. BASE_PERCENT : 15% daily Yield. 4. MARKETING_FEE : An amount of 5% goes directly to the Marketer’s wallet. 5. DEV_FEE : An amount of 6% goes to the Developer’s wallet. 6. PROJECT_FEE : An amount of 3% goes to the Owner’s wallet. 7. REINVEST_PERCENT: 25% of withdrawal amount goes to the contract. 8. TIME_STEP: A day counter used in computations. Functions : As private and internal functions are called only from the external functions, we don’t mention them separately. i ) invest () - This function is used to make a Deposit in the system. This function accepts a referral id. This function along with Default Payable Function are the only payable functions. 14% of the deposit will directly goes to 3 Wallets [ 6% - Developer , 5% - Marketing , 3% - Owner ] The minimum amount to make a successful deposit is 100 TRX Referral bonuses are paid in this function transferred directly to the user’s wallet. ii) Withdraw() - This function is totally safe. The rate of Daily ROI is 15%. 25% of dividends automatically re - deposit. 75% goes to users wallet. There is no limitation on withdrawal amount. Maximum profit is 200% of the investment. Summary of the Audit : • No Backdoors were found on the Tron Fire Contract. • Some Optimizations can be Applied as the ROI is high. Website : www.infigo.solutions Mail : team@infigo.solutions Telegram : @ InfigoSolutions