Expand description
This module contains all the defined keyword Symbols.
Given that kw is imported, use them like kw::keyword_name.
For example kw::For or kw::Break.
Constants§
- Abstract
- Add
- Addmod
- Address
- After
- Alias
- And
- Anonymous
- Apply
- As
- Assembly
- Auto
- Balance
- Basefee
- Blobbasefee
- Blobhash
- Blockhash
- Bool
- Break
- Builtin
- Byte
- Bytes
- Bytes1
- Bytes2
- Bytes3
- Bytes4
- Bytes5
- Bytes6
- Bytes7
- Bytes8
- Bytes9
- Bytes10
- Bytes11
- Bytes12
- Bytes13
- Bytes14
- Bytes15
- Bytes16
- Bytes17
- Bytes18
- Bytes19
- Bytes20
- Bytes21
- Bytes22
- Bytes23
- Bytes24
- Bytes25
- Bytes26
- Bytes27
- Bytes28
- Bytes29
- Bytes30
- Bytes31
- Bytes32
- Call
- Callcode
- Calldata
- Calldatacopy
- Calldataload
- Calldatasize
- Caller
- Callvalue
- Case
- Catch
- Chainid
- Class
- Coinbase
- Constant
- Constructor
- Continue
- Contract
- CopyOf
- Create
- Create2
- Days
- Default
- Define
- Delegatecall
- Delete
- Difficulty
- Div
- Do
- Else
- Emit
- Empty
- Enum
- Eq
- Ether
- Event
- Exp
- Extcodecopy
- Extcodehash
- Extcodesize
- External
- Fallback
- False
- Final
- Fixed
- For
- ForAll
- Function
- Gas
- Gaslimit
- Gasprice
- Gt
- Gwei
- Hex
- Hours
- If
- Immutable
- Implements
- Import
- In
- Indexed
- Inline
- Instantiation
- Int
- Int8
- Int16
- Int24
- Int32
- Int40
- Int48
- Int56
- Int64
- Int72
- Int80
- Int88
- Int96
- Int104
- Int112
- Int120
- Int128
- Int136
- Int144
- Int152
- Int160
- Int168
- Int176
- Int184
- Int192
- Int200
- Int208
- Int216
- Int224
- Int232
- Int240
- Int248
- Int256
- Integer
- Interface
- Internal
- Invalid
- Is
- Iszero
- Itself
- Keccak256
- Leave
- Let
- Library
- Log0
- Log1
- Log2
- Log3
- Log4
- Lt
- Macro
- Mapping
- Match
- Mcopy
- Memory
- Minutes
- Mload
- Mod
- Modifier
- Msize
- Mstore
- Mstore8
- Mul
- Mulmod
- Mutable
- New
- Not
- Null
Literal - Number
- Of
- Or
- Origin
- Override
- Partial
- Payable
- Pop
- Pragma
- Prevrandao
- Private
- Promise
- Public
- Pure
- Receive
- Reference
- Relocatable
- Return
- Returndatacopy
- Returndatasize
- Returns
- Revert
- Sar
- Sdiv
- Sealed
- Seconds
- Selfbalance
- Selfdestruct
- Sgt
- Shl
- Shr
- Signextend
- Sizeof
- Sload
- Slt
- Smod
- Sstore
- Static
- Static
Assert - Staticcall
- Stop
- Storage
- String
- Struct
- Sub
- Supports
- Switch
- Throw
- Timestamp
- Tload
- True
- Try
- Tstore
- Type
- TypeOf
- Typedef
- UFixed
- UInt
- UInt8
- UInt16
- UInt24
- UInt32
- UInt40
- UInt48
- UInt56
- UInt64
- UInt72
- UInt80
- UInt88
- UInt96
- UInt104
- UInt112
- UInt120
- UInt128
- UInt136
- UInt144
- UInt152
- UInt160
- UInt168
- UInt176
- UInt184
- UInt192
- UInt200
- UInt208
- UInt216
- UInt224
- UInt232
- UInt240
- UInt248
- UInt256
- Unchecked
- Unicode
- Using
- Var
- View
- Virtual
- Weeks
- Wei
- While
- Xor
- Years
Functions§
- boolean
- Returns the boolean keyword for the given value.
- fixed_
bytes - Returns the
byteskeyword for the given byte size. - int
- Returns the
intkeyword for the given byte (not bit) size. - uint
- Returns the
uintkeyword for the given byte (not bit) size.