Closed yuriy77k closed 5 years ago
Auditing time 1 day
@MrCrambo assigned
Auditing time: 2 days.
@danbogd assigned
My report is finished.
Estimated auditing time is 2 days.
@gorbunovperm assigned
My report is finished.
TRONDapphub smart contract security audit report performed by Callisto Security Audit Department
TRONDapphub aims to host 100+ games in 1 Platform by 2020. Currently, we have 60 games available to deploy by Q4 2019.
Commit hash: 3cf4e716c3e8cf2e4339657b1fbca51d9c19bc96
In total, 2 issues were reported including:
1 low severity issue.
1 note.
No critical security issues were found.
It is possible to double withdrawal attack. More details here.
Lack of transaction handling mechanism issue. WARNING! This is a very common issue and it already caused millions of dollars losses for lots of token users! More details here.
Add the following code to the transfer(_to address, ...)
function:
require( _to != address(this) );
There is extra checking in function transferFrom
for zero address, because it will be checking in _transfer
function.
The audited smart contract can be deployed. Only one low severity issue was found during the audit.
https://gist.github.com/yuriy77k/ce2cca3ff243fb379be63ef9cb1f3f2c
https://gist.github.com/yuriy77k/5dbc7165fc737c95517f6807cc2763e4
https://gist.github.com/yuriy77k/7e1874755c0fbc7a2214e5a19d22471e
Audit request
TRONDapphub aims to host 100+ games in 1 Platform by 2020. Currently, we have 60 games available to deploy by Q4 2019. • TRONdapphub.io aims to provide both Mobile and Web Gaming experience to its Users. • TRONdapphub.io mission is to be the Biggest Dapp by Volume and Usage standpoint on Tron Ecosystem by hosting most Popular Traditional PVP Games like Bowling, Billiards, Football, and Casino Games like Dice, Texas Holdem, Black Jack, Baccarat, High Low, Let it Ride, Casino War, Slots, Keno. • Our goal as a team is to create the fairest provability across all our games.
website: Trondapphub.io
https://trondapphub.io/wp/Whitepaper%20TRONDapphub.pdf
Source code
https://github.com/trondapphub/contracts/blob/3cf4e716c3e8cf2e4339657b1fbca51d9c19bc96/TDHtoken.sol
Disclosure policy
trondapphub@gmail.com
Platform
TRX
Number of lines:
111