AmmCreated
event upon every successful call to MinterAmm.createAmm
, which can be used in the subgraph to query for all existing AMMs.onlyOwner
modifier and thus can only be called by protocol admins.AMMFactory
's associated SeriesController
. This is set on all AMM's the AmmFactory
creates.AmmFactory
input
MinterAmm
contract with the given parameters. Can only be called by the owner of the AmmFactory
._sirenPriceOracle
PriceOracle
to use for fetching market prices_priceToken
ERC20
token whose units are used for all prices (often USDC)_collateralToken
ERC20
token used as the Series collateral (one of _underlyingToken
or _priceToken
)_tradeFeeBasisPoints