Future<BigInt> getNonce() async { var result = await entryPointContract.getNonce(address: scwAddress); return result; }