finally finished the lessons, thanks, waiting the others .
@xmilad5214Ай бұрын
thank you
@Bruhne Жыл бұрын
Got it!
@DevrajSinghRawat2 жыл бұрын
Another wonderful serise .. I would like to ask you that is there a specific reason for declaring constructor arguments as memory rather than calldata?
@petreefyedn0ire2 жыл бұрын
I think calldata is supposed to be used with functions marked as external
@smartcontractprogrammer2 жыл бұрын
Try and you will see. It doesn't compile
@sweetjimmy2 жыл бұрын
TypeError: Data location must be "storage" or "memory" for constructor parameter, but "calldata" was given.
@Vasuki_gt Жыл бұрын
saving gas might also be the reason
@vanensurya5063 жыл бұрын
I watch your videos dude, making me loots of help. want to see a lot of damn vulnerable contents from u. :))
@od1ez2 жыл бұрын
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?
@Ts2pc2 жыл бұрын
Good! Make clearer based on 0.5 video.
@andreujuanc3 жыл бұрын
Isnt solidity the best programming language ever? :D
@smartcontractprogrammer3 жыл бұрын
better than PHP
@abdullahs95003 жыл бұрын
This is very helpful.. Thank you!
@veliea5160 Жыл бұрын
calling parent constructors also makes those parent contracts newly deployed, right?