ProjectStatus
contract ProjectStatus
This contract provides project states and a modifier On creation, status is Draft; * GLOBAL VARS: * StatusProject: enum {Draft, Active, Canceled, Hold, Ended}.
Source: project/ProjectStatus.sol
Reference
Modifiers
onlyProjectStatus
modifier onlyProjectStatus(eStatusProject _state)
- Parameters:
_state
- eStatusProject
Functions
fallback
function () public