- Project Name: MyTronBank
- Contract Address: TQMxQgm4QQsVgEhKDnXzcnk49uyz6EUtk7
- Website: https://mytronbank.io
- Contract Type: Decentralized smart contract
- Audit Type: Full Audit
- File(s) Audited: mytronbank.sol
-
- Contract name: MyTronBank
- Optimization: no
- Compiler version: solidity 0.5.9
- License: MIT
-
The contract source code is verified on Tronscan
- E-mail: [email protected]
- Telegram group: https://t.me/mytronbankgroup
NOTE: The system used is called ROI and it is considered HIGH-RISK. The system will pay dividends from deposits of other users. Users can get dividends and referral commission. Do always invest with proper knowledge and investigation.
Read and write features on Tronscan is designed to assist users in interacting with any smart contract deployed onto the Tron blockchain. The function and nature of the smart contract are defined by the developers of the smart contract respectively.
Read Functions:
1.PERCENTS_DIVIDER: 1000
2.getUserDividends: Showing user’s dividends using the address
3.getUserAvailable: Check if the user has participated or not
4.MIN_INVEST: Showing the minimum investment amount
5.getUserPercentRate: Showing user’s current percent rate using the address
6.totalInvestors: Showing the total number of users
7.getUserReferrer: Check user’s referrer by address
8.projectAddress: Showing My Tron Bank Project address
9.ADMIN_FEE: Showing Admin fee
10.totalWithdrawn: Total withdrawn of the contract
11.totalInvested: Total invested amount
12.TIME_STEP: Showing time step, 1 day
13.BASE_PERCENT: Showing basic daily percent
14.CONTRACT_BALANCE_STEP: Contract balance step is 200,000 trx
15.getContractBalance: Showing contract balance
16.REFF_PERCENT: Showing referral levels percent [using 0, 1, 2]
17.totalDeposits: Showing total deposits
18.getUserTotalDeposits: Showing the user’s total deposit
19.isActive: Checking if the user is still getting dividends or reached 200%
20.marketingAddress: Showing marketing address
21.getUserAmountOfDeposits: Showing the number of deposits by user
22.MARKETING_FEE: Showing marketing fee of the project
23.getUserDepositInfo: Showing user’s deposits info [using 0, 1, 2, 3]
24.getUserCheckpoint: Showing users checkpoint using the address and deposit number [0,1,2…]
25.getUserReferralBonus: Showing the user’s referral bonus
26.getUserTotalWithdrawn: Showing the user’s total withdrawn
27.getContractBalanceRate: Showing contract balance rate
Write Functions:
1.invest: Deposit(invest) in the contract
Usage: Depositing(investing) into the smart contract
Who can use this function: Everybody
1.withdraw: Withdraw dividends
Usage: Withdrawing dividends
Who can use this function: Only investors( deposited wallets)
Requested Audits:
Backdoor check: The contract is 100% decentralized and there is no backdoor for transferring contract balance, changing the functions, or any other way has been found.
Security check: The security of the contract is verified.