Panvala
  • Introduction
  • Getting Started
  • Terminology
  • Contract API Reference
    • TokenCapacitor
      • Calls
      • Transactions
    • Gatekeeper
      • Calls
      • Transactions
  • frontend integration
    • Connect to Panvala
    • Proposals
    • Slates
    • Ballot Voting
  • Templates
    • templates
      • guide
      • api
      • faq
      • changelog
Powered by GitBook
On this page
  • Get the Gatekeeper address
  • Get the total number of proposals

Was this helpful?

  1. Contract API Reference
  2. TokenCapacitor

Calls

YOUR CALL IS FREE!

PreviousTokenCapacitorNextTransactions

Last updated 6 years ago

Was this helpful?

Get the Gatekeeper address

uint public gatekeeper;

Return value: the address of the associated contract.

Get the total number of proposals

uint public proposalCount;

Return value: the current total number of proposals.

Gatekeeper