MoonstaRevenge
  • Overview
  • Legal Disclaimer
  • Audit Results
    • About the project
    • BEP-20 Compatible
    • Owner Capabilities
    • Findings
  • Summary
Powered by GitBook
On this page
  • Issue 01
  • Issue 02

Was this helpful?

  1. Audit Results

Findings

Issue 01

Type

Severity

Location

Status

Best Practice

Informational

Contract

Fixed

Description

Lack of events in the contract

Recommendation

Consider emitting events when changing the state of the contract

Issue 02

Type

Severity

Location

Status

Best Practice

Medium

addLiquidty

Fixed

Description

_transfer calls the external function swapExactTokensForETHSupportingFeeOnTransferTokens . Since this function can be called during _transfer, it may cause _transfer to fail unnecessarily.

Recommendation

Use try-catch when calling external functions in critical path flows. Our recommendation is to Always make sure error cases are handled gracefully in critical functions such as _transfer

PreviousOwner CapabilitiesNextSummary

Last updated 3 years ago

Was this helpful?