Deployed contracts
Last updated
https://github.com/antefinance/ante-v06-core
Ethereum Goerli
Arbitrum
Scroll Alpha
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.
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.
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