Closed yuriy77k closed 5 years ago
Estimated audit time: 1 day.
@RideSolo assigned
Auditing time: ~ 2 days.
Estimated auditing time is 1 day.
My report is finished.
@gorbunovperm @danbogd assigned
My report is finished.
Zilliqa Token smart contract security audit report performed by Callisto Security Audit Department
Token desription:
Symbol : ZIL
Name : Zilliqa
Total supply: To be set in the construction phase
Decimals : 12
Standard : ERC20
In total, 3 issues were reported including:
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) );
Possibility of setting zero address as newAdnin
at changeAdmin
function.
Need to check if newOwner address is not zero address.
require( newAdmin != address(0) );
The contract owner allow himself:
The contract is managed manually by the owner which is not good for investors.
The audited smart contract can be deployed. Only low severity issues were found during the audit.
https://gist.github.com/yuriy77k/8a4e69ad1ae46a818982b0dbc5627a1a
https://gist.github.com/yuriy77k/4b4dbfbd3ce5ba84eb0b7364dd608c74
https://gist.github.com/yuriy77k/7facb589523c03d64f09be1ba8b11614
Audit request
Audit Top 200 CoinMarketCap tokens.
Deployed at https://etherscan.io/address/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27#code
Zilliqa (ZIL)
https://www.zilliqa.com/
Source code
https://gist.github.com/yuriy77k/cd476ddc9a1c1685dc39e399fcd08b3e
Disclosure policy
Public
Platform
ETH
Number of lines
192