What is the interface IERC20 contract used for vs implementation ERC20 contract

Hi @crypto_economics,

Awesome replies by @Skyge (:pray:)

You can interact with a contract via the functions in the interface and don’t need the whole implementation, e.g. Example on how to use ERC20 token in another contract which uses IERC20 to interact with the token.

3 Likes