In this video, we’re going to see how a contract can inherit variables from another contract. The code in the video is pragma 0.5.x
, but the contract compiles with 0.8.x
as well.
Building from the previous lesson, we’ll now see how a contract can use .call
and .delegatecall
to interact with other contracts. The code in the video is pragma 0.5.x
, but the contract compiles with 0.8.x
as well.