Check for Token Contract Compatibility
How to make your Token and Governor contract compatible with Tally
Tally supports DAOs on Ethereum, Polygon, Optimism, Arbitrum, Avalanche, Base, Moonbeam, Scroll, BNB Chain, Gnosis, and various testnets.
Tally connects with the on-chain contracts for your DAO in two places. Tally’s servers index the onchain data, and Tally’s web3 site helps users make calls directly to the contracts running on the blockchain.
Here, we describe the interface that your contracts need to follow to be compatible with Tally. The easiest way to be compatible is to use the Open Zeppelin Wizard to deploy a governance token and governor
If you do need to change something, check that your contracts implement the methods and event logs in the sections below to make sure that your changes are compatible with Tally’s data indexing and transaction calls.
Tokens: ERC-20 and NFTsOpenZeppelin GovernorCompound Governor BravoNetwork SupportSupported Use Cases FAQLast updated
Was this helpful?