# Calls

## Get the Gatekeeper address

```javascript
uint public gatekeeper;
```

**Return value**: the address of the associated [Gatekeeper](https://panvala.gitbook.io/docs/contract-api-reference/gatekeeper) contract.

## Get the total number of proposals

```javascript
uint public proposalCount;
```

**Return value**: the current total number of proposals.
