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
uint88 countedVoteLQTY; // Total LQTY that is included in vote counting
uint32 countedVoteLQTYAverageTimestamp; // Average timestamp: derived initiativeAllocation.averageTimestamp
}
struct GlobalState {
uint88 countedVoteLQTY; // Total LQTY that is included in vote countinguint32 countedVoteLQTYAverageTimestamp; // Average timestamp: derived initiativeAllocation.averageTimestamp
} /// TODO: Bold balance? Prob cheaper
The text was updated successfully, but these errors were encountered:
Bold balance can be packed by using the remaining slot
2**136 - 1 / 1e18
is 8e40Meaning we can represent
8e+31
billion BOLD, which leave ample room to prevent overflowsV2-gov/src/interfaces/IGovernance.sol
Lines 131 to 134 in 9109d98
The text was updated successfully, but these errors were encountered: