Focus mode

Smart Contract Development with Solidity

Call

Code from video: https://solidity-by-example.org/call/ 

You can access the video content in Turkish prepared by İTÜ Blockchain here:  https://www.youtube.com/watch?v=NBJIBoxDpDs&list=PLby2HXktGwN4Cof_6a8YwlMrboX8-hs73&index=17

To interact with other contracts call function is used. This is the recommended method to use when you're just sending Ether via calling the fallback function. However, it is not the recommended way to call existing functions.

Comments

You need to enroll in the course to be able to comment!