Global variables in solidity
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...
ghostman.hashnode.dev2 min read