Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 3.32 KB

api_crowdsale_assetmanager_assetcreation.md

File metadata and controls

74 lines (42 loc) · 3.32 KB
id title
crowdsale_AssetManager_AssetCreation
AssetCreation

api_crowdsale_AssetManager_AssetCreation

contract AssetCreation

Source: crowdsale/AssetManager.sol

Index

Reference

Events

  • LogAssetFundingStarted

    event LogAssetFundingStarted(bytes32 _assetID, bytes32 _manufacturerID, bytes32 _assetType, bytes32 _ipfsHash)

    Parameters:_assetID - bytes32_manufacturerID - bytes32_assetType - bytes32_ipfsHash - bytes32

  • LogAssetRemoved

    event LogAssetRemoved(bytes32 _assetID, address _remover)

    Parameters:_assetID - bytes32_remover - address

  • LogFundingTimeChanged

    event LogFundingTimeChanged(address _sender, uint _newTimeForFunding)

    Parameters:_sender - address_newTimeForFunding - uint

  • LogLockAssetEscrow

    event LogLockAssetEscrow(address _from, bytes32 _assetID, uint _amountOf)

    Parameters:_from - address_assetID - bytes32_amountOf - uint

Modifiers

  • onlyOwner

    modifier onlyOwner()

  • whenNotPaused

    modifier whenNotPaused()

Functions

  • fallback

    function (address _database) public

    Parameters:_database - address

  • removeAsset

    function removeAsset(bytes32 _assetID, address _functionSigner) external returns (bool)

    Modifiers:onlyOwner whenNotPausedParameters:_assetID - bytes32_functionSigner - addressReturns:bool