Smart Raise

Smart Raise

  • Docs
  • API
  • User Guide (de)

›PROJECT

DISCOVERY

  • Discovery

PAYOUT

  • PayoutApproval
  • Refundable

PROJECT

  • Content
  • PhaseSaver
  • Phases
  • ProjectInfo
  • ProjectStatus
  • StateMachine

RBAC

  • Auditor
  • RBAC
  • RbacSmartRaise
  • Roles

SUPPORTERS

  • FundingStatus
  • Payinable
  • Supportable
  • SupportableStatistics

UNCATEGORIZED

  • Smartraise

Phases

contract Phases

is ProjectStatus

Source: project/Phases.sol

Index

  • countPhases
  • fallback
  • getPhase
  • totalGoal
  • unlockedFunding

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
← PhaseSaverProjectInfo →
Copyright © 2019 Zoltan Vandor