Immutable State Variables in Solidity
State variables can be marked immutable which causes them to be read-only, but assignable in the constructor. The value will be stored directly in the code. Once values are assigned to immutable variables in the constructor, they cannot be modified l...
yakuzakiawe.hashnode.dev2 min read