SMART CONTRACT SECURITY AUDIT TRON FORCE [ Tron Smart Contract ] Audit NO: 02100850642 Aug, 2021 PROJECT DETAILS ▪ Project Name : TRONFORCE ▪ 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://thetronforce.io ▪ Audit Type: Function Report and Backdoor Check ▪ File(s) Audited: TronForce-audit.sol, ▪ Audit No : : 02100850642 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. MIN_WITHDRAW: Withdrawal is enabled after dividends get to 50 TRX. 3. REFERRAL_PERCENTS: There are five levels of referral bonuses as 5%, 4%, 3%, 2%, 1%. 4. MAX_PROFIT: Maximum Yield is 300%. 5. RATE: 3% daily ROI. 6. Admin Fees: Total of 13% of deposits go to admin wallets. [ 5% - Dev Fee 4% - Admin Fee 4% - Marketing Fee ] Functions : As private and internal functions are called only from the external functions, we don’t mention them separately. 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. 13% of the deposit will directly goes to contract admin’s wallet. The minimum amount to make a successful deposit is 100 TRX. Referral bonuses are paid in this function. withdraw() - This function is totally safe. Dividend is computed by getUserDividends () function. The rate of ROI is 3%. A 10% goes to refund contract. 40% of dividends automatically re-deposit. 50% go to users wallet. Withdrawal can be done once per 5 days time period. Minimum amount of dividends to be able to withdraw is 50 TRX. reinvest () -This function is totally safe. Dividend is computed by getUserDividends () function. The rate of ROI is 3%. 10% goes to refund contract. 90% of dividends automatically re-deposit. Reinvest can be done once per 5 days. Summary of the Audit : • Overall the Code is good. • No Backdoors were found on the TRONFORCE Contract. • TRONFORCE’s code is safe to use in the Tron Main Network. Website : www.infigo.solutions Mail : [email protected] Telegram : @InfigoSolutions
Enter the password to open this PDF file:
-
-
-
-
-
-
-
-
-
-
-
-