Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 2.29 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.29 KB

APWine smart contracts

This repository contains the public smart contracts of the APWine protocol and its governance. The documentation is available here. By default addresses are the same accross different networks.

Governance

Core

Exchange

Pools

  • To get the list of FutureVault: getFutureVaultAt() on Registry (you can obtain the count with futureVaultCount() on Registry)
  • To get the address of an AMM: getFutureAMMPool(address _futureVaultAddress) on AMMRegistry
  • To get address a FutureWallet: getFutureWalletAddress() on FutureVault