#web3
Read more stories on Hashnode
Articles with this tag
Mappings is used in almost every solidity code you come across, and understanding how it works can be tricky. This article tries to explain it in a...
An unsafe casting vulnerability occurs when a smart contract incorrectly converts one data type to another, leading to unexpected behavior or security...
An integer overflow vulnerability happens when a number variable in Solidity exceeds its maximum value or goes below its minimum value, causing it to...
Denial of Service (DoS) vulnerability in smart contracts happens when an attacker prevents the contract from functioning as intended, stopping others...
A selfdestruct vulnerability happens when a smart contract allows unauthorized users to call its selfdestruct function, which can lead to serious...