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

FEMECONOMY BEP-20 CONTRACT #612

Closed itshamil closed 2 years ago

itshamil commented 2 years ago

Audit request

Project : https://femeconomy.org

We would like to get our BEP20 Smart Contract Audited.

Source code

https://github.com/femeconomyorg/smart-contract/blob/main/femeconomy.sol

Disclosure policy

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

Notify us through our official email, mentioned below.

Standard disclosure policy.

Contact information (optional)

Email: hello@femeconomy.org Twitter: @femeconomyorg

Platform

BSC (BEP20)

yuriy77k commented 2 years ago

@itshamil the audit fee is 628 USDT. You may send USDT (ERC20 or BEP20) to: 0xb9662e592f2f0412be62f0833ca463a9b1aabebb or USDT (TRC20) to: TBzUKbek9AYVBwf91ykh3KY4Ushk95SCiB

The estimated auditing time - 7 days after payment.

itshamil commented 2 years ago

Hello @yuriy77k Payment done. Transaction Id: https://tronscan.org/#/transaction/c466a5654271d189d7a6962d83993ffa609a651c908351f804dd2ac9455a5d39

yuriy77k commented 2 years ago

@itshamil payment received.

yuriy77k commented 2 years ago

@itshamil the report was sent to email.

itshamil commented 2 years ago

Hello @yuriy77k Thanks for your report. We fixed the bugs and added some minor functions within the smart contract. New commit already made into the same smart contract file. Your team can also check overall modifications through this link https://github.com/femeconomyorg/smart-contract/blob/main/modifications.txt

Please cross check the things from your side. Let me know, if anything else is required from our side.

Thanks.

itshamil commented 2 years ago

@yuriy77k have you checked?

yuriy77k commented 2 years ago

@itshamil the report was sent to email.

itshamil commented 2 years ago

Thanks @yuriy77k As per your report. Bug fixed now. Please release final report.

Also, We are changing our Repository into public mode. Our project official links are given below:

yuriy77k commented 2 years ago

FEMECONOMY token v.3. Security Audit Report

1. Summary

FEMECONOMY token smart contract security audit report performed by Callisto Security Audit Department

2. In scope

Commit b9c4bbef738a364dabfc944022ca59d30e4fbb32

3. Findings

In total, 0 issues were reported, including:

In total, 4 notes were reported, including:

3.1. Owner privileges.

Severity: owner privileges

Description

The contract owner has rights:

  1. Lock tokens on any user account using function _lock().
  2. Unlock tokens from any account using functions unlock() and unlockAll().
  3. Burn tokens from any user account using functions burn().
  4. Mint tokens to any account using functions _mint() (up to 20,000,000,000 in total supply).

4. Security practices

5. Conclusion

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

Users have to pay attention to the owner privileges that have total control over users' tokens.

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.

itshamil commented 2 years ago

Hello @yuriy77k , When can we expect a permanent link of audited contract report on Callisto official website?