The buyOrder
function in the smart contract facilitates the purchase of a sell order.
The event OrderSelled
is before order transfer logic.
Events are crucial for logging important actions and changes. Placing them incorrectly can result in missing or misleading logs, making it difficult to trace contract behavior and identify issues
manual review
Please move OrderSelled
at the end of buyOrder
function.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.