Future<dynamic> allowance(String owner, String spender) async => await _contract.call("allowance", [owner, spender]);