We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b9170 + c314597 commit d744c0dCopy full SHA for d744c0d
docs/cheatsheet.rst
@@ -92,7 +92,7 @@ Global Variables
92
- ``block.difficulty`` (``uint``): current block difficulty
93
- ``block.gaslimit`` (``uint``): current block gaslimit
94
- ``block.number`` (``uint``): current block number
95
-- ``block.timestamp`` (``uint``): current block timestamp
+- ``block.timestamp`` (``uint``): current block timestamp in seconds since Unix epoch
96
- ``gasleft() returns (uint256)``: remaining gas
97
- ``msg.data`` (``bytes``): complete calldata
98
- ``msg.sender`` (``address``): sender of the message (current call)
0 commit comments