Deployed contracts

Core smart contracts

https://github.com/antefinance/ante-v06-core

Deployed Factories

Mainnet

NetworkFactory

Ethereum Mainnet

Avalanche

Coming soon!

Polygon

Coming soon!

BSC

Coming soon!

Fantom

Coming soon!

Optimism

Arbitrum

Coming soon!

Aurora

Coming soon!

Testnet

NetworkFactory

Ethereum Goerli

Avalanche

Coming soon!

Polygon

Coming soon!

BSC

Coming soon!

Fantom

Coming soon!

Optimism

Arbitrum

Coming soon!

Aurora

Coming soon!

Scroll Alpha

Deployed Contracts

AntePoolFactoryController

The factory controller governs the list of supported ERC20 tokens for AntePool staking and challenging and also stores the address of the implementation contract of the AntePool contract the factory deploys.

The addresses of the AntePoolFactoryController deployments are accessible via the controller() function of the AntePoolFactory contracts.

AntePoolLogic

This contract implements the logic behind the minimal proxy AntePool contracts.

The address of the ante pool implementation contract is accessible via the antePoolLogicAddr() function of the AntePoolFactoryController contracts.

Deployed Pools

The addresses of all Ante Pools created by AntePoolFactory are stored in the allPools array. Alternatively, if you have the address of the Ante Test, you can look up the corresponding Ante Pool address using poolsByTest(address) via block explorer, etc.

Last updated