INT160

160-bit signed integer stored in 20 raw bytes using two's-complement representation. Decimal string casts parse exact numeric values; 0x-prefixed strings parse raw bytes.

Family
Signed integer
Physical
BLOB
Used by
2 functions
Examples
0 samples

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