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

removeDocument

⤿ Overridden Implementation(s): SecurityToken.removeDocument

function removeDocument(bytes32 _name) external nonpayable

Arguments

Last updated