Deployer
ITTUDeployer
This is the deployer for all TokenTable core and proxy contracts. All initial setup and configuration is automatically done here. To save gas and enable easy upgradeability, all deployed contracts are Clone
or BeaconProxy
instances. You should avoid deploying TokenTable contracts individually unless you know what you're doing.
TTUDeployerInitialized
TokenTableSuiteDeployed
FeeCollectorChanged
AlreadyDeployed
0xa6ef0ba1
feeCollector
Exposes the fee collector variable.
Return Values
deployTTSuite
Deploys and configures a new set of TokenTable products.
Emits TokenTableSuiteDeployed
. Throws: AlreadyDeployed
.
Parameters
Last updated