perks / not-so-smart-contracts

Examples of Solidity security issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Not So) Smart Contracts

This repository contains examples of common Ethereum smart contract vulnerabilities, including code from real smart contracts.

Vulnerabilities

  • Integer Overflow
  • Missing Constructor
  • Reentrancy
  • Unchecked External Call
  • Unprotected Function
  • Wrong Interface

Credits

These examples are developed and maintained by Trail of Bits. Contributions are encouraged and are covered under our bounty program.

If you have questions, problems, or just want to learn more, then join the #ethereum channel on the Empire Hacking Slack or contact us directly.

About

Examples of Solidity security issues

License:Apache License 2.0


Languages

Language:Solidity 100.0%