Audit Date: 11/23/2022
Audit Score
Overall Audit Score
68%Backdoors
100%Fees
50%Smart Contract Complexity
90%Team Trust
30%Launch Date
00Days
00Hrs
00Mins
00Secs
Social Links
Audited by the WatchDogs Team.
Summary
Tether Blockchain Game is an ROI Dapp that claims to provide 2% daily returns. There is a lockup period of 10 days in which users cannot withdraw their funds. Like most ROI Dapps, this project relies on new investments to maintain 2% daily.
The Site itself has many spelling errors and some unclear wording.
Fork Type :
The smart contract has the same concept as other ROI Dapps.
Contract Details
Chain | TRX |
Token | USDT |
dApp Type: | ROI DAPP |
Daily ROI Percent | 2% |
Minimum Deposit | $50 |
Maximum Deposit | $2000 |
Reward Accumulation Cut Off | 10 Days |
Owner Privileges
distributePoolRewards | Owner has function to manually distribute pool rewards. |
function distributePoolRewards() public {
if(block.timestamp > lastDistribute.add(timeStep)){
uint256 dayNow = getCurDay();
_distributeStarPool();
_distributeLuckPool(dayNow);
_distributeTopPool(dayNow);
lastDistribute = block.timestamp;
}
}
Fees
Deposit Fees | |
10% | Developer Fee |
uint256 private constant feePercents = 1000;
Withdrawal Fees
None
Trust
The Team is not known in the Crypto/DeFi space and has a small inactive community.
Disclaimer
DYOR – Please do your own research and only invest in what you can afford to lose. This contract has been manually audited by the WatchDogs.cc team for the specified smart contract address.