Platform: Code4rena
Start Date: 14/10/2022
Pot Size: $100,000 USDC
Total HM: 12
Participants: 75
Period: 9 days
Judge: GalloDaSballo
Total Solo HM: 1
Id: 171
League: ETH
Rank: 50/75
Findings: 1
Award: $0.97
🌟 Selected for report: 0
🚀 Solo Findings: 0
0.9728 USDC - $0.97
Judge has assessed an item in Issue #234 as M risk. The relevant finding follows:
1.LBToken: In the burn function, _beforeTokenTransfer uses incorrect from and to.
Burning tokens should be transferred to 0 address.
Proof of Concept https://github.com/code-423n4/2022-10-traderjoe/blob/main/src/LBToken.sol#L237
Recommended Mitigation Steps _beforeTokenTransfer( _account, address(0), _id, _amount);
#0 - c4-judge
2022-11-14T22:46:49Z
GalloDaSballo marked the issue as duplicate of #108
#1 - Simon-Busch
2022-12-05T06:36:15Z
Marked this issue as Satisfactory as requested by @GalloDaSballo