SOLIDITY #4761
Replies: 1 comment
-
Hi @MuzammilKhan6 , Here you're writing a contract that needs information from another already deployed contract (priceFeed). The line We then call the latestRoundData() function of this external contract. It returns 5 variables of which only the second interests us : Does that make sense ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone please elaborate this piece of code? I'm new to coding so its a little bit tricky for me
Thanks
Beta Was this translation helpful? Give feedback.
All reactions