Focus mode

Smart Contract Development with Solidity

Immutable

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

Immutables are variables that cannot be modified. The difference from Constant is that the value of the variable marked with immutable can be changed at the beginning with the constructor.

You can access the video content in Turkish prepared by İTÜ Blockchain here (beetween 6:20 - 9:40 minutes): https://www.youtube.com/watch?v=XQR2tL4v0_c&list=PLby2HXktGwN4Cof_6a8YwlMrboX8-hs73&index=4

Test

Comments

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