0% found this document useful (0 votes)
245 views1 page

Smart Contract Audit of

The smart contract for TOTHETRON.COM was audited by SmartContract.ru. There were two comments on the code: 1) Sending TRX directly to the contract would replenish the balance but not register a deposit for the user. 2) Withdrawals could fail if the contract balance was less than the amount. However, no backdoors or bugs were found that would allow theft of funds from the contract.

Uploaded by

Igor Yemel'yanov
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
245 views1 page

Smart Contract Audit of

The smart contract for TOTHETRON.COM was audited by SmartContract.ru. There were two comments on the code: 1) Sending TRX directly to the contract would replenish the balance but not register a deposit for the user. 2) Withdrawals could fail if the contract balance was less than the amount. However, no backdoors or bugs were found that would allow theft of funds from the contract.

Uploaded by

Igor Yemel'yanov
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

smartcontract.

ru
e-mail: [email protected]

Smart Contract Audit of TOTHETRON.COM by


SmartContract.ru
SmartContract.ru team has researched TOTHETRON smart contract.
Smart contract source code was deployed here in TRON Mainnet:

https://tronscan.org/#/contract/TCJCLWVK7A2E2vLcp8oBrUbfNwm2xuu8di

Сomments:
1. There is a method in the code:
function() payable external {

_deposit(msg.sender,
}

Users who have not read the rules can try to place a bet by sending TRX directly to the contract,
which will lead to a replenishment of the contract balance, but will not register the user's deposit.

2. When the withdrawal function is called, the contract balance is not checked. Transactions will fail if
the contract balance is less than the withdrawal amount.

In the final contract was not found:

• Backdoors for investor funds withdrawal by anyone.


• Bugs allowing to steal money from the contract.

You might also like