Skip to content

Lesson 4 #204

Answered by alymurtazamemon
MMI7865 asked this question in Q&A
Jun 8, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@MMI7865

  1. Patric call .version() to just show the way we can get the version no of AggregatorV3Interface. After that, he also created the function where he get the version number and guide us.

  2. Inheritance we do so that we can reuse and make additional features to functions of the parent contract. On the other hand, interfaces are for your understanding like rules that force the contract to follow.

But on the step you are, Patric shows that we need 2 things to deploy the contract:

  1. ABI (Application Binary Interface)
  2. Contract Address.

In lesson 3, he shows that we can get the ABI of a contract by inheriting that contract. And in lesson 4 he shows that we can also get the ABI with the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PatrickAlphaC
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants