News

This repository demonstrates a common vulnerability in Solidity smart contracts: integer overflow in the token transfer function. The transfer function, as written, is susceptible to overflow attacks.
The contract example might seem trivial, but it demonstrates some very important details that any developer must understand to program in Solidity. How to compile and deploy a smart contract using an ...