TermInitializer.sol

This contract provides utility methods for initializing/pairing a set of term/auction contracts

TermInitializer

This contract provides utility methods for initializing/pairing a set of term/auction contracts

This contract operates at the protocol level and provides utility functions for deploying terms/auctions

DeployingPaused

error DeployingPaused()

DEPLOYER_ROLE

bytes32 DEPLOYER_ROLE

INITIALIZER_APPROVAL_ROLE

bytes32 INITIALIZER_APPROVAL_ROLE

DEVOPS_ROLE

bytes32 DEVOPS_ROLE

controller

contract ITermController controller

emitter

priceOracle

deployingPaused

whileDeployingNotPaused

constructor

pairTermContracts

setupTerm

Sets up a set of deployed term contracts

setupAuction

Sets up a set of deployed term contracts

pauseDeploying

unpauseDeploying

Last updated