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.
1 parent dd0102a commit 211fb37Copy full SHA for 211fb37
docs/grammar/SolidityLexer.g4
@@ -284,7 +284,8 @@ YulEVMBuiltin:
284
| 'returndatacopy' | 'extcodehash' | 'create' | 'create2' | 'call' | 'callcode'
285
| 'delegatecall' | 'staticcall' | 'return' | 'revert' | 'selfdestruct' | 'invalid'
286
| 'log0' | 'log1' | 'log2' | 'log3' | 'log4' | 'chainid' | 'origin' | 'gasprice'
287
- | 'blockhash' | 'coinbase' | 'timestamp' | 'number' | 'difficulty' | 'gaslimit';
+ | 'blockhash' | 'coinbase' | 'timestamp' | 'number' | 'difficulty' | 'gaslimit'
288
+ | 'basefee';
289
290
YulLBrace: '{' -> pushMode(YulMode);
291
YulRBrace: '}' -> popMode;
0 commit comments