The log values emitted by event LiquidityAdded
in TSwapPool::_addLiquidityMintAndTransfer
was found in wrong order. Parameter poolTokensToDeposit
should be placed in third position whilst wethToDeposit
should be brought forward to second position. The wrong order in the emitted event could affect any offchain functions that rely on these values for further processing
The event LiquidityAdded
emitted via TSwapPool::_addLiquidityMintAndTransfer
has its parameters poolTokensToDeposit
and wethToDeposit
placed in wrong order. poolTokensToDeposit
should be placed at third position whilst wethToDeposit
should be brought forward to second position.
Any offchain functions that rely on these values for further processing will be affected resulting inaccuracy, malfunctions and/or confusion to user
Manual review
Make correction to the event parameter as follows:
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.