Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 322 Bytes

event_setter.md

File metadata and controls

15 lines (11 loc) · 322 Bytes

Missing Event Setter

Configuration

  • Check: pess-event-setter
  • Severity: Low
  • Confidence: Medium

Description

The detector sees if a contract contains a setter that does not emit an event.

Vulnerable Scenario

test scenario

Recommendation

Setters must emit events.