Admin Functions Overview

Collection of all the Admin functions from MISO Markets

Functions common for all the Markets

function finalize() public

Manually finalizes the Crowdsale. Requires Operator Role.

function setDocument(
        bytes32 _name, 
        string calldata _uri, 
        bytes32 _documentHash
    ) 
        external

Used to attach a new document to the contract, or update the URI or hash of an existing attached document. Requires Operator Role.

function removeDocument(bytes32 _name) external

Used to remove an existing document from the contract by giving the name of the document. Requires Operator Role.

function setList(address _list) external

Sets a pointlist for the crowdsale. Requires Operator Role.

function enableList(bool _status) external

Sets pointlist status - enabled or disabled. Requires Operator Role.

Last updated