From 15774eecbf6891b06556a78b2d2eb3029b014186 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Fri, 2 Dec 2022 10:36:16 -0600 Subject: [PATCH] update wiki close https://github.com/crytic/slither/issues/1355 --- slither/detectors/operations/missing_events_arithmetic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither/detectors/operations/missing_events_arithmetic.py b/slither/detectors/operations/missing_events_arithmetic.py index 04291d127e..7363265985 100644 --- a/slither/detectors/operations/missing_events_arithmetic.py +++ b/slither/detectors/operations/missing_events_arithmetic.py @@ -42,7 +42,7 @@ class MissingEventsArithmetic(AbstractDetector): } } ``` -`updateOwner()` has no event, so it is difficult to track off-chain changes in the buy price. +`setBuyPrice()` does not emit an event, so it is difficult to track changes in value of `buyPrice` off-chain. """ # endregion wiki_exploit_scenario