SecurityTokenFactory.sol
SecurityTokenFactory
Inherits: ISecurityTokenFactory, SecurityTokenFactoryStorage, AccessManagedUpgradeable
Factory contract for deploying and managing SecurityToken instances
Uses the UpgradeableBeacon pattern for upgradeable proxy deployments
See {ISecurityTokenFactory}
Functions
initialize
See ISecurityTokenFactory-initialize
function initialize(address initialAuthority, address initialImplementation) external initializer;getDeploymentAddress
See {ISecurityTokenFactory-getDeploymentAddress}
function getDeploymentAddress(bytes32 id) public view returns (address);deploy
See ISecurityTokenFactory-deploy
upgradeImplementation
See {ISecurityTokenFactory-upgradeImplementation}
beacon
See {ISecurityTokenFactory-beacon}
implementation
See ISecurityTokenFactory-implementation
Last updated