#solidity
Read more stories on Hashnode
Articles with this tag
Hello readers, in this article I will be explaining explicitly overflow and underflow in solidity. Before I define what overflow and underflow are,...
Solidity Simplified · Hello readers. In this article, I will be explaining all that we need to know about msg.sender, msg.value and address(this) in...
Hello readers, in this article, I will be explaining explicitly what we called Iterable mapping using code. First step is to declare your pragma...
Naming token in solidity for beginner. · Hello readers, in this article, I will be showing you how to create your own token with name, symbol and decimal...
Hello readers, in this article, you are going to learn the difference between view and pure function scope and when to use them. Let first declare...
Solidity function pausing mechanism · Hello readers. To understand this article, you must have read my previous article on boolean in solidity. If you...