decentdao / decent-contracts

Your Safe, Superpowered
https://app.fractalframework.xyz
MIT License
3 stars 3 forks source link

Optimize uint sizes for gas savings #41

Closed tbwebb22 closed 1 year ago

tbwebb22 commented 1 year ago

Currently the contracts use uint256 for everything, some values such as block number could be stored in a much smaller uint size.