Future<BigInt> getNonce({required String address}) async { return contract.call("getNonce", [EthereumAddress.fromHex(address)]); }