UINT160
160-bit unsigned integer stored in 20 raw big-endian bytes. Decimal string casts parse exact numeric values; 0x-prefixed strings parse raw bytes. ADDRESS casts preserve the same 20-byte storage.
Used by functions
Derived from generated function parameters and return types.
Accepted as input
- evm_abi_word
Encodes a supported scalar as exactly one 32-byte Solidity ABI word. Addresses and unsigned integers are left-padded; signed integers are sign-extended.
scalar function Offline 1 overload - length
Returns the number of bytes in a BLOB or BLOB-backed EVM value such as ADDRESS, BYTES32, UINT256, or INT256.
scalar function Offline 1 overload