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
If we use token.decimals() as the basis, and use that to magnify amounts, we could pack the amounts in a way smaller variable (trillion tokens is high for basically all tokens in existence)
Timestamp can fit into uint32 uint32 has max value 4.2e9, which corresponds to max timestamp of year 2106
Epochs can also be fit into really small uint, if 52000 epochs is 1k years already
Is there even a way to partially claim tokens?
If not then we can save gas in the pointsWithdrawn through a different data structure that allows better packing, at least for bulk claims
The text was updated successfully, but these errors were encountered: