Open code423n4 opened 3 years ago
WatchPug
https://github.com/code-423n4/2021-09-wildcredit/blob/main/contracts/LendingPair.sol#L121
While the event DepositUniPosition has a parameter _account, the WithdrawUniPosition event doesn't have one.
DepositUniPosition
WithdrawUniPosition
Consider adding account parameter to event WithdrawUniPosition for consistency and easier off-chain monitoring.
account
Handle
WatchPug
Vulnerability details
https://github.com/code-423n4/2021-09-wildcredit/blob/main/contracts/LendingPair.sol#L121
While the event
DepositUniPosition
has a parameter _account, theWithdrawUniPosition
event doesn't have one.Consider adding
account
parameter to eventWithdrawUniPosition
for consistency and easier off-chain monitoring.