Solidity's msg object
What is the Message object in solidity?
msg / The message object is a global variable that holds data which will be important for access to the blockchain.
Quick Summary
#msg.data (bytes)
#msg.sender (address)
#msg.sig (bytes4)
#msg.value (uint)
msg....
atayebali.hashnode.dev1 min read