Content pfp
Content
@
0 reply
0 recast
0 reaction

Mahima Thacker pfp
Mahima Thacker
@mahimathacker
Surprisingly, smaller sizes like uint8 might cost more in gas than you’d think because Ethereum’s system prefers working with uint256. EVM automatically converts smaller integers to uint256 when they are used. This conversion process adds extra gas cost, 🔄
1 reply
0 recast
2 reactions

Mahima Thacker pfp
Mahima Thacker
@mahimathacker
💡 Quick Tip: Use uint256 for most of your work to keep gas costs low. Go for uint8 in structs when you’re sure values are small and need to save storage space by packing them tightly!
0 reply
0 recast
0 reaction