Intro. 0:00 Storage contract. 1:36 Deploy a Contract from a Contract. 4:25 Interact with Contract deployed Contract. 7:50 A note about interfaces. 14:55 Inheritance. 15:14 Recap. 17:09
what is uses of storing a contract address in array. we can simply access through the instance of contract. I have done some project and uses the factoryPattern but never had store contractaddress in array. I don't know when to use it and its usages . can u please explain me .
Creating a new variable SimpleStorage doesn't work in solidity 0.8.0; do you have any tips on how to do the same thing in newer versions of solidity? Thanks a lot great video.
Intro. 0:00
Storage contract. 1:36
Deploy a Contract from a Contract. 4:25
Interact with Contract deployed Contract. 7:50
A note about interfaces. 14:55
Inheritance. 15:14
Recap. 17:09
Creating contracts from other contracts was a new tip that I learned today. thanks a lot.👍😀
what is uses of storing a contract address in array. we can simply access through the instance of contract. I have done some project and uses the factoryPattern but never had store contractaddress in array. I don't know when to use it and its usages . can u please explain me .
if you assigns some homwork, this will be great!
Thank you your video
I'm only getting one simple storage contract after deploying, any idea's using ^0.6.0;
Creating a new variable SimpleStorage doesn't work in solidity 0.8.0; do you have any tips on how to do the same thing in newer versions of solidity? Thanks a lot great video.