event parameter mismatch in TSwapPool::LiquidityAdded
Event
The TSwapPool::LiquidityAdded
event has 3 parameter liquidityProvider,wethDeposited,poolTokensDeposited when it was emitted in the _addLiquidityMintAndTransfer
function the arguments weren't in order. The arguments wethDeposited and poolTokensDeposited positions were swapped. The argument position should be in order liquidityProvider,wethDeposited,poolTokensDeposited
just as the event requires
Off-chain applications who uses the event parameter would receive wrong data
Manual review
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.