ISecurityTokenPositionManager.sol
ISecurityTokenPositionManager
Functions
initializeAuthority
function initializeAuthority(address initialAuthority) external;Name
Type
Description
initialize
function initialize(string calldata name, string calldata symbol, address descriptor) external;Name
Type
Description
updateSecurityToken
Name
Type
Description
removeSecurityToken
Name
Type
Description
setDefaultRoyalty
Name
Type
Description
setTokenRoyalty
Name
Type
Description
mint
Name
Type
Description
Name
Type
Description
burn
Name
Type
Description
Name
Type
Description
setDelegate
Name
Type
Description
securityTokenDetails
Name
Type
Description
Name
Type
Description
tokenData
Name
Type
Description
Name
Type
Description
Events
Mint
Name
Type
Description
Burn
Name
Type
Description
UpdateSecurityToken
Name
Type
Description
RemoveSecurityToken
Name
Type
Description
Structs
TokenData
Name
Type
Description
SecurityTokenDetails
Name
Type
Description
Last updated