Deployed contracts
Core smart contracts
https://github.com/antefinance/ante-v06-core
Deployed Factories
Mainnet
Network | Factory |
---|---|
Ethereum Mainnet | |
Optimism | |
zkSync | |
Arbitrum |
Testnet
Network | Factory |
---|---|
Ethereum Goerli | |
Optimism | |
Arbitrum | |
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