Payouts
3rd Places
Top 10
Top 25
All
CodeHawks
Dec '24
Jul '24
Dec '23
high
Not Update Rewards in `handleIncomingUpdate` Function of `SDLPoolPrimary` Leads to Incorrect Reward Calculations
medium
Attacker can exploit lock update logic on secondary chains to increase the amount of rewards sent to a specific secondary chain
low
Insufficient Gas Limit Specification for Cross-Chain Transfers in _buildCCIPMessage() method. WrappedTokenBridge.sol #210
Jul '23
high
Lender contract can be drained by re-entrancy in `setPool`
low
Zero address leads to transaction reverts
gas
Use of magic numbers
gas
For the borrow(), repay() & startAuction() functions in Lender.sol the public visibility modifiers should be changed to external, to help optimize gas usage
gas
Don't initialize `uint/int` variables with default value