There is a lack of events emitted when changing the state in various contracts:
SmartVaultManagerV5
lacks events for important state changes.
SmartVaultV3
's swap
function doesn't emit an event for the swap action.
No event is emitted when the native token is transferred in SmartVaultV3
, LiquidationPoolManager
, and LiquidationPool
.
LiquidationPoolManager::setFeePoolRate
doesn't emit an event when changing the percentage.
LiquidationPool
doesn't notify when there is a change in positions
and pendingStakes
.
The absence of events makes crucial information unavailable off-chain. This information is essential for monitoring and users to make informed decisions.
Add events for state changes in the affected contracts. Examples are provided below:
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.