EthereumCommonwealth / Auditing

Ethereum Commonwealth Security Department conducted over 400 security audits since 2018. Not even a single contract that we audited was hacked. You can access our audit reports in the ISSUES of this repo. We are accepting new audit requests.
https://audits.callisto.network/
GNU General Public License v3.0
132 stars 34 forks source link

League of Ancients Audit Request (Highest Priority) #598

Closed jinblasto closed 2 years ago

jinblasto commented 2 years ago

Audit request

League of Ancients team would like to request for an highest priority audit service for our smart contracts

1) BEP-20 Token Contract 2) Presale Contract

Attachments Smart Contract info : https://docs.google.com/document/d/1Obi4nCMnSF3Ji3aBWW-r0k0ZTysZYe2mFMwPuX3kMBM/edit Token Unlock Schedule : https://docs.google.com/spreadsheets/d/1S25D8yl6l0J9ZHHpFxeYfmuTFv6iUQuwqPec27Q7JWk/edit#gid=93878185

Source code

https://gitlab.com/jingyi2811/luo/-/tree/main/original-contracts

Disclosure policy

... Do you want us to publish the report as it is or to notify you privately in case of finding critical mistakes?
(Please notify us privately first)

... provide your conditions for publishing the report or leave only standard disclosure policy link ...

Standard disclosure policy.

Contact information (optional)

... Provide information to contact you or the smart contract-developer in case high severity issues will be found ... Telegram : @jinblasto

... Provide information about the media resources of the project you want us to audit (website/ twitter account/ reddit/ telegram channel/ etc.) ... Website : leagueofancients.com Twitter : @loaofficialmoba

Platform

... In which network will your contract be deployed? (EOS/TRX/ETC/ETH/CLO/UBQ/something else ) ... (Binance Smart Chain)

yuriy77k commented 2 years ago

@jinblasto the the highest priority audit fee is 1752 USDT. You may send USDT (ERC20 or BEP20) to: 0xb9662e592f2f0412be62f0833ca463a9b1aabebb or USDT (TRC20) to: TBzUKbek9AYVBwf91ykh3KY4Ushk95SCiB

The estimated auditing time - 3 days after payment.

yuriy77k commented 2 years ago

The report was sent to the developer.

yuriy77k commented 2 years ago

League of Ancients v.2. Security Audit Report

1. Summary

League of Ancients smart contract security audit report performed by Callisto Security Audit Department

2. In scope

Commit ef025a4498362ccd65af62ff81a2f38a2b2abd1b

2.1 Excluded

The schedule correctness of tokens distribution was excluded from audit.

3. Findings

In total, 0 issues were reported, including:

In total, 5 notes were reported, including:

No critical security issues were found.

3.1. Admin privileges

Severity: owner privileges

Description

LoaToken contract Admin can:

  1. Pause/unpause token transfer.
  2. Pause/unpause token transfer for selected address.

LoaPresale contracts Admin can:

  1. Add/remove addresses to/from whitelist.
  2. Withdraw deposited BNB.
  3. Finish LoaPresale earlier.

4. Security practices

5. Conclusion

The audited smart contract can be deployed. No security issues were found during the audit.

It is recommended to adhere to the security practices described in pt. 4 of this report to ensure the contract's operability and prevent any issues that are not directly related to the code of this smart contract.