#rareskills
Read more stories on Hashnode
Articles with this tag
The maximum value of uint256 can be obtained with type(uint256).max; Which is equal to...
Solidity events are the closest thing to a print or console.log statement in Ethereum. We will explain how they work, when to use them, and go into a...