I love how you don’t waste our time and keep the lessons succinct Great channel and explanations
@TheHummChannel2 жыл бұрын
Halfway to flash loan
@hernanphillip3342 жыл бұрын
HAHAHHAa how it turned out?
@Bruhne Жыл бұрын
Got it! I had been avoiding it for awhile because I didn’t feel I was ready for it. I’ll go back over it later or tomorrow, or both.
@yellemonster2 жыл бұрын
This is the exact, specific tutorial I have been searching for! Thank you sir :D
@kotlaarunkumar425111 ай бұрын
very informative n precise
@videowizards12 жыл бұрын
YOU ARE THE MAN
@DeepKulshreshtha2 жыл бұрын
You kept it simple. That was helpful .. thanks.
@matteotambussi2 жыл бұрын
great educational format!
@jonyrambo83262 жыл бұрын
easy to understand good to be teacher,,
@NishantSingh-zx3cd2 жыл бұрын
Good work brother!
@Bruhne Жыл бұрын
I enjoy this payable stuff much more than working with arrays lol.
@MrPrajyod2 жыл бұрын
We can also create Interface and invoke other contracts.
@alidadgar4452 жыл бұрын
Hello. Thank you for your good tutorials. Please provide a tutorial on how to split a source file into smaller pieces of code in separate files. Thank you
@TheVicj9211 ай бұрын
Great video!! Question. What argument are you passing in when you use the contract type as parameter instead of contract address?
@smartcontractprogrammer11 ай бұрын
contract type is same as address
@TheVicj9211 ай бұрын
@@smartcontractprogrammer Got it. Thanks!
@d.s.56902 жыл бұрын
Very informative videos, thank you. I have a question, inside the getX method you say: TestContract(_test).getX(); This doesn't mean that you call the constructor of the TestContract? I'm a java dev and this looks like a constructor. I know that in Solidity a constructor is called only when you deploy a contract, and you cannot call it later.
@ZAHID5432 жыл бұрын
Good work sir. Kindly make a video on call and delegate call .
@sdfsfsfd4372 жыл бұрын
Great videos!
@Ts2pc2 жыл бұрын
Very Good! It took me much time to compare this and the solidity 0.5 one.
@masaa29062 жыл бұрын
How about the encoding method? Could you do a video on that?
@santiagoviana26712 жыл бұрын
Good, thanks. Question: can I call deployed contract on mainnet or some testnet?
@smartcontractprogrammer2 жыл бұрын
Yes
@santiagoviana26712 жыл бұрын
@Smart Contract Programmer Haha, thanks. But how? Is there an example? I would to use a deployed contract function for do a validation.
@Xeway2 жыл бұрын
Thanks for this video, but I don't understand the difference with Interfaces :/
@smartcontractprogrammer2 жыл бұрын
use call to call other contracts without declaring an interface
@smnt2 жыл бұрын
What do you do if you're calling a method that is not defined in your code, e.g. the safeMint() method of an external NFT contract? Presumably those types won't work then
@smartcontractprogrammer2 жыл бұрын
use interface
@pitt82212 жыл бұрын
Nice vid, is it possible to call contract function created by other people? If I have the contract address, function name and args. Thank you.
@smartcontractprogrammer2 жыл бұрын
yes
@crypto_peng2 жыл бұрын
what is the diff between this "Call Other Contracts" and using "Interface"? Thanks
@smartcontractprogrammer2 жыл бұрын
Interface does require you to have the code of the contract that you're calling. Syntax is the same
@Ts2pc2 жыл бұрын
Do we need to define a fallback function in Testcontract contract?
@unaiiglesias99012 жыл бұрын
is it possible to create a function in contract A, that only can be call by contract B? Thanks
@smartcontractprogrammer2 жыл бұрын
Yes, require(msg.sender == contract B)
@sql70022 жыл бұрын
Thankssssss🙏🙏🙏🙏
@karich212 жыл бұрын
How do I call an existing contract using remix? The existing contract was deployed 3 days ago on remix's Javascript VM (London) environment. I have the contract's address. Thanks for your help.
@smartcontractprogrammer2 жыл бұрын
Use interface and load the contract on remix
@tnyamwanza Жыл бұрын
How can you be contacted, I have some questions
@smartcontractprogrammer Жыл бұрын
www.smartcontract.engineer/contact
@DuaneScarlett2 жыл бұрын
You do awesome work, I love your channel, can you do another video like this using ethers js, especially the part about calling a payable function with arguments, thanks