Future<bool> isEvmAddressExist(String address) async { var res = await this.resolveToNativeAddress(address); return res != null; }