static List<Coin> toIntCeilCoins(List<Coin> coins) { return coins.map((e) => e.toLongCeilCoin()).toList(); }