You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2025. It is now read-only.
in Distributor.sol, when claim is called, the whole amount of user shares is taken into account, and if it is a big value (the user has been long in the position), the if (couponAmountToDistribute < shares) check will fail, until the needed coupon amount is distributed, which theoretically may not happen in the future.