Closed carlossampol closed 5 years ago
Auditing time is 1 day
@MrCrambo assigned
My report is finished
Auditing time: 2 days.
My report is finished.
@danbogd assigned
Auditing time 1 day
Scanetchain smart contract security audit report performed by Callisto Security Audit Department
Symbol : SWC
Name : Scanetchain
Capped supply: 1,000,000,000
Decimals : 18
Standard : ERC20
In total, 2 issues were reported including:
1 low severity issues.
1 owner privileges (the ability of an owner to manipulate contract, may be risky for investors).
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) );
Owner has the right to pause/unpause token transfers and approvals.
The audited smart contract can be deployed. Only low severity issues were found during the audit.
https://gist.github.com/yuriy77k/24591a9f365f748d5451cdca94e1b3d7
https://gist.github.com/yuriy77k/3c2a92be22a3f0f1dada3b11e097c03f
https://gist.github.com/yuriy77k/2a199bc40fe873589b58155639a8e445
Audit request
It's only ERC-20 Token to trading and utility of platform.
Source code
https://github.com/Scanetchain/Scanetchain-ERC20-Token/blob/master/Contracts/scanetchaintoken_new_final.sol
Disclosure policy
andy@kchain.kr
Platform
Ethereum
Number of lines:
238