August 2019
Intermediate to advanced
486 pages
13h 52m
English
In Solidity, there are some global variables and functions such as block, msg, tx, and gasleft. These functions and variables are accessible globally in all functions and modifiers of your contract. Any information related to the current block, transaction, transaction sender, and transaction initiation parameters can be accessed using these variables and functions.