Ant-DAO-MentNegative Numbers - int256
    Updated 2025-03-11
    select 'positive' as hex_type, ethereum.public.udf_hex_to_int('0x09') as value
    union
    select 'negative' as hex_type, ethereum.public.udf_hex_to_int('s2c','fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd') as value


    Last run: about 1 month ago
    HEX_TYPE
    VALUE
    1
    negative-3
    2
    positive9
    2
    36B
    3s