Question, if I have a payable function in the implementation contract are the funds saved in the proxy? Will upgrading the implementation contract affect the funds?
I have a question from the video 1:01 Why the constructor code is not set to the Proxy contract? Is this because delegate function can't call constructor function, right? In other word, delegate function is key to update Proxy contract, correct?
If I deployed Proxy Contract A and implement Contract a1 and init it then change the implementation to Contract a2, what would happen if I init Contract a2? Thank you.
Hey, i just started coding a little bit java script, do you think it is realistic to be able to get a blockchain developer job in 5 months if i study 2 hours everyday?
0:25 - Constructor
5:50 - Initialization
9:13 - Reorder storage layout
12:42 - Selfdestruct
Thank you for this very clear explanation about upgradeable contracts !
Man!!! How does this video have only 9k views? This series is gold, dude!!! Thanks a lot!
Question, if I have a payable function in the implementation contract are the funds saved in the proxy? Will upgrading the implementation contract affect the funds?
yes - ETH is stored in proxy
no - funds are not affected by upgrade
Thank you so much for the clear explanation..
Thanks for the explanation
Can you kindly do a code along tutorial for how to write diamond smart contracts?
In the same week OpenZeppellin was dumped by REMIX IDE for dangerous proxy contracts - you delivered a Mike Tyson Uppercut! Ouch LOL!!!
Amazing video, great explanation
I have a question from the video 1:01
Why the constructor code is not set to the Proxy contract? Is this because delegate function can't call constructor function, right?
In other word, delegate function is key to update Proxy contract, correct?
Because state variables set inside the implementation is not used in the proxy contract
Open Zeppelin Upgradeable Contracts are still unsafe ? they didnt change the code since your video ?
Thank you master, forever in your debt
Same as all countries printing money
If I deployed Proxy Contract A and implement Contract a1 and init it then change the implementation to Contract a2, what would happen if I init Contract a2? Thank you.
depends on what's inside a2.init
@@smartcontractprogrammer Sorry, it is the same as a1
very nice video tutorial 😍Thank you!!
Hey, i just started coding a little bit java script, do you think it is realistic to be able to get a blockchain developer job in 5 months if i study 2 hours everyday?
Intern position - yes
@Alexandr Berhard i got in 6 months, 5-6 hours a day
Pretty good pay
@@askwhyharsh Internship?
чел, ты просто ахуенен, спасибо!
Hi bro,
Please make videos on ERC20 AND ICO