News

This introduction to Solidity programming takes you through an example that's a major reason for its popularity: Building a smart contract with Solidity.
Solidity Overflow Vulnerability This repository demonstrates a common vulnerability in Solidity smart contracts: integer overflow in the token transfer function. The transfer function, as written, is ...
Storage slot specification allows specifying the underlying storage slot for Solidity state variables, which makes upgrading contracts less error-prone. As an example, a contract like: contract ...