Aggregator Interface
The Aggregator Interface defines the functions that the Aggregator Contract should implement. Some of the functions are specific to the operations of the Aggregator, while others just route view functions to the correct Auctioneer to return data.
The Aggregator functions are:
Permissions
registerAuctioneer // only Olympus Guardian
registerMarket // only whitelisted Auctioneers
View
getAuctioneer
marketPrice
payoutFor
maxAmountAccepted
isInstantSwap
isLive
liveMarketsBetween
liveMarketsFor
marketsFor
findMarketFor
getTellerForMarket
currentCapacity
Last updated