Global variables in solidity
Apr 26, 2022 · 2 min read · Like every other programming language, solidity also have built-in global variables which are really useful when you are building a smart contract. 1. msg msg.sender:- This variable returns the address of the user or contract who is currently connec...
Join discussion

