DeFiFoundrySolidity
16,653 OP
View results
Submission Details
Severity: medium
Invalid

Lack of Event Emission on the claimAndSwap function

Summary

The claimAndSwap function perform several critical actions

  1. claim WETH from the transmuter.

  2. Swap WETH to alETH using the Ramses Router.

  3. Deposits the resulting alETH back into the parameter.
    However, the function does not emits any events to signal these important operations.

Vulnerability Details

No event emission to track the swap that occured in the claimAndSwap function

Impact

  1. Lack of traceability
    Without events there is no straightforward way to track:

  • How much WETH was claimed

  • How much alETH was received from the swap

  • weather the deposit back into the Transmuter succeed

  1. Operational Marketing
    Off-chain systems (e.g., bots or analytics tools) often rely on events to trigger actions or collect data. Without event this system may not function properly.

Tools Used

Manual review

Recommendations

Emits an events for the claimAndSwap function

Updates

Appeal created

inallhonesty Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Known issue
inallhonesty Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.