#bitwise-bitshifting
Read more stories on Hashnode
Articles with this tag
It is not uncommon to see bitwise operator and bit shifting in solidity code. This article explained it through a simplified example. In Solidity,...