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

SecurityToken.sol

SecurityToken

Git Source

Inherits: ERC1400HoldableTokenUpgradeable, ISecurityToken, MulticallUpgradeable, AccessManagedUpgradeable

Implementation of a security token using the ERC1400 standard

This contract extends ERC1400HoldableTokenUpgradeable and implements ISecurityToken

Functions

constructor

Disables initialization of the implementation contract

constructor();

initializeAuthority

See {ISecurityToken-initializeAuthority}

function initializeAuthority(address initialAuthority) external initializer;

initialize

See ISecurityToken-initialize

function initialize(InitializeParams calldata params) external override reinitializer(2);

delegate

Last updated