The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

`LiquidationPool` events for logging and Debugging transactions

Summary

The are no events for logging and Debugging transactions

Vulnerability Details

can't keep track of transactions

Impact

it will be difficult to debug the logs

Tools Used

manual

Recommendations

add events

+ event Transfer(address indexed from, address indexed to, uint256 value);
+ event AssetDistribution(address indexed holder, string tokenSymbol, uint256 portion, uint256 costInEuros);
+ event EuroBurn(address indexed burner, uint256 amount);
+ event NativeTokenPurchase(address indexed buyer, uint256 amount);
+ event SwapExecuted(address indexed inToken,address indexed outToken,address indexed recipient,uint256 amountIn, uint256 amountOut, uint256 swapFee);
+ event PositionIncreased(address indexed holder, uint256 tstVal, uint256 eurosVal);
+ event PositionDecreased(address indexed holder, uint256 tstVal, uint256 eurosVal);
+ event RewardsClaimed(address indexed holder, bytes32 indexed symbol, uint256 amount);
Updates

Lead Judging Commences

hrishibhat Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

informational/invalid

Support

FAQs

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