Phases
Reference
Functions
countPhases
function countPhases() public view returns (uint)
- Returns:
- uint
fallback
function () public
getPhase
function getPhase(uint _phNr) public view returns (Phase)
- Parameters:
_phNr
- uint- Returns:
- Phase
totalGoal
function totalGoal() public view returns (uint)
- Returns:
- uint
unlockedFunding
function unlockedFunding() public view returns (uint)
Total unlocked funding based on currently active phase. Actual payout limit is set by auditor and cannot be higher than the unlocked funding.
- Returns:
- uint