For the complete documentation index, see llms.txt. This page is also available as Markdown.

SecurityTokenFactory.sol

SecurityTokenFactory

Git Source

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