Ch21 Calling an already deployed contract

  1. Target Contract: A contract OtherContract is introduced with functions to manage a state variable (_x), accept Ether (ETH), and emit events. The contract has functions to return its balance, modify _x, and retrieve _x.
  2. Contract-to-Contract Interaction: Different methods are shown for how to interact with the OtherContract using its address:

Quiz Insights:

Ch22 Call

Call is a low-level member function for address type.