Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 3.84 KB

api_modules_Module.md

File metadata and controls

7 lines (6 loc) · 3.84 KB
id title original_id
version-2.1.0-modules_Module
Module
modules_Module

contract Module

is IModuleModuleStorage

Contract is abstract.

Reference

Modifiers

  • onlyFactory

    modifier onlyFactory() 
  • onlyFactoryOrOwner

    modifier onlyFactoryOrOwner() 
  • onlyFactoryOwner

    modifier onlyFactoryOwner() 
  • onlyOwner

    modifier onlyOwner() 
  • withPerm

    modifier withPerm(bytes32 _perm) 
    Parameters:
    _perm - bytes32

Functions

  • fallback

    function (address _securityToken, address _polyAddress) public 

    Constructor.

    Modifiers:
    Parameters:
    _securityToken - Address of the security token
    _polyAddress - Address of the polytoken
  • takeFee

    function takeFee(uint256 _amount) public returns  (bool) 

    Used to withdraw the fee by the factory owner.

    Modifiers:
    withPerm 
    Parameters:
    _amount - uint256
    Returns:
    bool