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 d9da6f3 commit b844f75Copy full SHA for b844f75
src/languages/solidity.js
@@ -239,7 +239,7 @@ function hljsDefineSolidity(hljs) {
239
makeBuiltinProps('msg', 'gas value data sender sig'),
240
makeBuiltinProps('block', 'blockhash coinbase difficulty gaslimit basefee number timestamp chainid'),
241
makeBuiltinProps('tx', 'gasprice origin'),
242
- makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature'),
+ makeBuiltinProps('abi', 'decode encode encodePacked encodeWithSelector encodeWithSignature encodeCall'),
243
makeBuiltinProps('bytes', 'concat'),
244
SOL_RESERVED_MEMBERS,
245
{ // contracts & libraries & interfaces
0 commit comments