InCoinsBenchbyHasnain MirraniSolidity Basics state variablestate variable stored in the Main storageJan 30, 2024Jan 30, 2024
InCoinsBenchbyHasnain MirraniDifference between tx.origin and msg.sendertx.origin and msg.sender both returns address of transaction sender, but there is differenceFeb 4, 2024Feb 4, 2024
InCoinsBenchbyHasnain MirraniImplicit/Explicit Type conversionType conversion 1. Solidity is a statically typed language, where variables are defined with specific data types at compile time. 2. The…Feb 4, 2024Feb 4, 2024