#smart-contracts
Read more stories on Hashnode
Articles with this tag
Introduction If you're familiar with Ethereum, you'll know that smart contracts are the network's backbone. They enable developers to create...
Insufficient gas griefing occurs when a contract makes one or more external function calls and does not check for return values or whether the...
The concept of gas and gas fees on Ethereum is not new. These are concepts that the blockchain uses to control excessive computational work on the...
Solidity Attack Vectors: #8 No Address Zero Check There's no lie in saying that the "address" type is one of the most used data types in Solidity,...
Solidity is a contract-oriented programming language that has the ability to hold value (Ether). Many smart contracts deal with value, such as for...
In my last article in this series, I introduced the DoS(Denial Of Service) attack on smart contracts and blockchain. In this article, I will be...