IERC1643.sol
View Source: contracts/interfaces/token/IERC1643.sol
↘ Derived Contracts: SecurityToken
IERC1643
See https://github.com/SecurityTokenStandard/EIP-Spec
Events
event DocumentRemoved(bytes32 indexed _name, string _uri, bytes32 _documentHash);
event DocumentUpdated(bytes32 indexed _name, string _uri, bytes32 _documentHash);
Functions
setDocument
⤿ Overridden Implementation(s): SecurityToken.setDocument
function setDocument(bytes32 _name, string _uri, bytes32 _documentHash) external nonpayable
Arguments
Name
Type
Description
_name
bytes32
_uri
string
_documentHash
bytes32
removeDocument
⤿ Overridden Implementation(s): SecurityToken.removeDocument
function removeDocument(bytes32 _name) external nonpayable
Arguments
Name
Type
Description
_name
bytes32
PreviousFactory for deploying ManualApprovalTransferManager module (ManualApprovalTransferManagerFactory.solNextTransfer Manager module for core transfer validation functionality (EtherDividendCheckpointProxy.sol
Last updated
Was this helpful?