AntonidasNegative Numbers - int256
    Updated 2024-12-03
    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
    QueryRunArchived: QueryRun has been archived