๐ช Deployed Contracts
#
TokenContract | Mainnet | Polygon (PoS) |
---|---|---|
APW Token | 0x4104...60c8 | 0x6c0a...3fe0 |
#
ProtocolContract | Source Code | Mainnet | Polygon |
---|---|---|---|
Controller.sol | Controller.sol | 0x4bA3...6790 | 0x4bA3...6790 |
Registry.sol | Registry.sol | 0x72d1...12B9 | 0x72d1...12B9 |
From the Registry, you can retrieve any other contract used within the protocol.
For instance, the Treasury address can be retrieved like so.
#
AMMContract | Source Code | Mainnet | Polygon |
---|---|---|---|
AMMRegistry.sol | AMMRegistry.sol | 0x6646...4D01 | 0x6646...4D01 |
AMMRouter.sol | AMMRouter.sol | 0xf5ba...9C626 | 0x790a...9AFc |