You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cheatsheet.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Global Variables
84
84
to ``abi.encodeWithSelector(bytes4(keccak256(bytes(signature)), ...)```
85
85
- ``bytes.concat(...) returns (bytes memory)``: :ref:`Concatenates variable number of
86
86
arguments to one byte array<bytes-concat>`
87
+
- ``block.basefee`` (``uint``): current block's base fee (`EIP-3198 <https://eips.ethereum.org/EIPS/eip-3198>`_ and `EIP-1559 <https://eips.ethereum.org/EIPS/eip-1559>`_)
87
88
- ``block.chainid`` (``uint``): current chain id
88
89
- ``block.coinbase`` (``address payable``): current block miner's address
89
90
- ``block.difficulty`` (``uint``): current block difficulty
Copy file name to clipboardExpand all lines: docs/units-and-global-variables.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ Block and Transaction Properties
72
72
--------------------------------
73
73
74
74
- ``blockhash(uint blockNumber) returns (bytes32)``: hash of the given block when ``blocknumber`` is one of the 256 most recent blocks; otherwise returns zero
75
+
- ``block.basefee`` (``uint``): current block's base fee (`EIP-3198 <https://eips.ethereum.org/EIPS/eip-3198>`_ and `EIP-1559 <https://eips.ethereum.org/EIPS/eip-1559>`_)
75
76
- ``block.chainid`` (``uint``): current chain id
76
77
- ``block.coinbase`` (``address payable``): current block miner's address
77
78
- ``block.difficulty`` (``uint``): current block difficulty
0 commit comments