Another wonderful serise .. I would like to ask you that is there a specific reason for declaring constructor arguments as memory rather than calldata?
Hello, thanks for videos) I have a question: is it possible to just override erc20 constructor without implementing all erc20 contract if I just import erc20 from openzeppelin?
finally finished the lessons, thanks, waiting the others .
This is GOLD! Thank you
thank you
Another wonderful serise ..
I would like to ask you that is there a specific reason for declaring constructor arguments as memory rather than calldata?
I think calldata is supposed to be used with functions marked as external
Try and you will see. It doesn't compile
TypeError: Data location must be "storage" or "memory" for constructor parameter, but "calldata" was given.
saving gas might also be the reason
Got it!
I watch your videos dude, making me loots of help. want to see a lot of damn vulnerable contents from u. :))
calling parent constructors also makes those parent contracts newly deployed, right?
yes
Hello, thanks for videos)
I have a question: is it possible to just override erc20 constructor without implementing all erc20 contract if I just import erc20 from openzeppelin?
This is very helpful.. Thank you!
Good! Make clearer based on 0.5 video.
这一集怎么没字幕啊,唉
plz subtitles...
Isnt solidity the best programming language ever? :D
better than PHP