List<String> burnAddresses({bool isP2sh = false}) => [ for (final h160 in burnH160s.h160s) h160ToAddress(h160, isP2sh ? p2shPrefix : p2pkhPrefix) ];