#smart-contract-security-audit
Read more stories on Hashnode
Articles with this tag
Callback functions play a vital role in Solidity, allowing functions to communicate and exchange data within a smart contract. However, their misuse...
In the realm of Web3, smart contract security plays a vital role, yet it is often given less attention compared to smart contract development skills....
Reentrancy is a form of vulnerability that can happen in Solidity contracts when an external contract has the ability to call the main smart contract...
In Solidity, integers are limited in size and can only hold a certain range of values. For example, an uint8 (unsigned 8-bit integer) can hold values...