``` > Maybe.map (EU.fromWei EU.Ether) (BigInt.fromString "20000000000000000000000") Just "20000" : Maybe.Maybe String > Maybe.map (EU.fromWei EU.Ether) (BigInt.fromString "-20000000000000000000000") Just "000-20000" : Maybe.Maybe String > ```