Skip to content
You are reading the development version documentation and some displayed features may not be available in the stable release. You can switch to stable version using the version box at screen bottom.
Last update: September 30, 2021

MasterDeployer

Trident pool deployer contract with template factory whitelist.

Functions

constructor

  function constructor(
  ) public

deployPool

  function deployPool(
  ) external returns (address pool)

addToWhitelist

  function addToWhitelist(
  ) external

removeFromWhitelist

  function removeFromWhitelist(
  ) external

setBarFee

  function setBarFee(
  ) external

setMigrator

  function setMigrator(
  ) external

Events

DeployPool

  event DeployPool(
  )

AddToWhitelist

  event AddToWhitelist(
  )

RemoveFromWhitelist

  event RemoveFromWhitelist(
  )

BarFeeUpdated

  event BarFeeUpdated(
  )

MigratorUpdated

  event MigratorUpdated(
  )
Questions or feedback? You can discuss issues and obtain free support on Trident chat channel.
For SushiSwap community support, join the Discord Server None