The claim() function has a payable modifier despite it doesnt use msg.value, and the contract shouldnt receive native tokens. This may lead to user errors and lost ETH, as it cant be recovered.
https://github.com/code-423n4/2024-06-vultisig/blob/main/src/ILOPool.sol#L186
Consider removing the payable modifier.
