Module builtin

Module builtin 

Source
Expand description

Defines known Solidity built-in functions and properties.

Structs§

BuiltinFunction
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.