Expand description
Defines known Solidity built-in functions and properties.
Structs§
- Builtin
Function - Represents a Solidity built-in function or property.
Functions§
- get_
builtin - Looks up a built-in function by its name and the type of the object it’s called on.
- get_
builtin_ return_ type - Gets the return type string for a specific built-in function.
- is_
builtin - Checks if a function name corresponds to any known built-in.
- is_
mutating_ builtin - Checks if a specific built-in function mutates state.