Ngl I am obsessed with your video tutorials! Gone through 50% of the solidity playlist and decided to finish this playlist before I continue. Like how are you so good? Who are you? Dayumn! Well, thank you so much for all the insightful videos you make accessible for free! Can't thank you enough🙌🏽
@smartcontractprogrammer Жыл бұрын
Just a programmer
@patrykloda6345 Жыл бұрын
Your videos and course have been such a great help! The fact your course is a monthly subscription is great, other courses have a huge one time cost, but your monthly subscription makes it so much more accessible! Keep it up!
@lawniczakjohn Жыл бұрын
Have you taken it and been enjoying it?
@patrykloda6345 Жыл бұрын
@@lawniczakjohn Yes, about 50% of the way through the solidity course. I've got quite a bit of solidity experience already, so the first 25% of the course was quite simple, however the later HIGH difficulty tasks are interesting and I've learnt quite a lot of interesting things from them. Definitely would recommend!
@Robinson-lw7ys Жыл бұрын
I was looking for this 🔥
@captpython3725 Жыл бұрын
Your videos are like Solidity Super dose ..
@codertjay5 ай бұрын
legendary
@Tanjiro_Killua7 ай бұрын
Gold!!
@AkashDarji-mq8vc Жыл бұрын
Love you man ❤
@razorjhon2622 Жыл бұрын
How u so good in Solidity please , make an advanced solidity tutorials like this one but a whole package 🙏
@herikaniugu Жыл бұрын
Unbelievable
@0xh8h Жыл бұрын
so when the Tornado governance reviewed the proposal, they saw a contract that has function `selfdestruct` and they still think it's normal? I thought this kind of metamorphic contract exists since 2019
@muhanadtur8785 Жыл бұрын
Awesome!
@thileepanilankumaran6840 Жыл бұрын
Selfdestruct is deprecated from Solidity 0.8.18. So contracts deployed before are vulnerable. How can we avoid this create vulnerability ?
@difference018 Жыл бұрын
Is there any reason why this attack wouldn't work by simply upgrading the contract?
@smartcontractprogrammer Жыл бұрын
It won't be approved by the dao
@rbrickproductions123 Жыл бұрын
So it’s pretty unsafe to blindly call contract code, could this have been mitigated by storing the EXTCODEHASH of the original proposal with the extcodehash upon execution? Selfdestruct has been deprecated for almost a year. Hopefully this attack will encourage further review of the proposals to remove it/change behavior.
@kcstorytime4898 Жыл бұрын
Amazing. Do you coach developers? I could use some coaching from someone like you to make sure I have the skills I need to start applying to dev jobs.
@smartcontractprogrammer Жыл бұрын
nope
@lawniczakjohn Жыл бұрын
Seems like a type of Reentrancy in contract form. Deploy… within the deploy! 😮
@jingli9232 Жыл бұрын
curious about the gas estimation extension
@smartcontractprogrammer Жыл бұрын
default feature on Remix
@nemtom20 Жыл бұрын
I see you have an extension that tells you how much gas each function costs - is it built into Remix ? Does anyone know of a VsCode extension that does the same ?
@smartcontractprogrammer Жыл бұрын
Yes, it's part of Remix
@zumbazumzum6463 Жыл бұрын
Hello, the video was very clear. But I have a doubt, can we use DeployerDeployer contract directly to deploy Attack and Proposal, instead of using Deployer contract to deploy them.
@smartcontractprogrammer Жыл бұрын
Nope, all is necessary
@sweetjimmy Жыл бұрын
@@smartcontractprogrammer Buy why is that? The address of the Proposal and the Attack contract must still be the same if the DeployerDeployer contract uses create2 to create them directly, right?
@danial_hamedi Жыл бұрын
@@smartcontractprogrammer have the save question
@magnetto90 Жыл бұрын
Only 127 likes?? Come on people!!
@haashishp4424 Жыл бұрын
Bro, Can you create a coin for me in same contract address...Suggest me sites...i am weak in coding