manojpramesh/solidity-cheatsheet

Wrong information about Interface

Closed this issue · 1 comments

Interfaces can inherit from other interfaces.

Example

interface IERC20 { ... }

interface WETH is IERC20  { ... }

Solidity 0.6.x features

This document still follows 0.5.x. Currently working on updating and versioning each release. Will push soon.