Expand description
Type probes using Solar’s type-checker results.
Functions§
- expr_
is_ address - True when
expr’s type-checked static type isaddress/address payable. - is_
address_ type - True if
vidis typed asaddress/address payable. - is_
elementary - True if
id’s elementary type matches the given ABI string. - receiver_
contract_ id - Static contract type of a method-call receiver or direct contract/library reference.
- ty_
contract_ id - The contract a type denotes, through references and
type(C). - ty_
is_ address address/address payableafter peeling references.- unique
- The only element of
iter, orNonewhen it has zero or several.