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

function delegate(address delegatee) public;

Last updated