factory CoinSupply.fromJson(Map<String, dynamic> data) { return CoinSupply(BigInt.parse((data['value'] ?? '0').toString())); }