Smart Raise

Smart Raise

  • Docs
  • API
  • User Guide (de)

›SUPPORTERS

DISCOVERY

  • Discovery

PAYOUT

  • PayoutApproval
  • Refundable

PROJECT

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

RBAC

  • Auditor
  • RBAC
  • RbacSmartRaise
  • Roles

SUPPORTERS

  • FundingStatus
  • Payinable
  • Supportable
  • SupportableStatistics

UNCATEGORIZED

  • Smartraise

Supportable

contract Supportable

Source: supporters/Supportable.sol

Index

  • countSupporters
  • fallback
  • getSupporterAmount
  • getSupporterRefunded
  • isSupporter
  • totalCollected

Reference

Functions

  • countSupporters

    function countSupporters() public view returns (uint)
    Returns:
    uint
  • fallback

    function () public
  • getSupporterAmount

    function getSupporterAmount(address supAddr) public view returns (uint)
    Parameters:
    supAddr - address
    Returns:
    uint
  • getSupporterRefunded

    function getSupporterRefunded(address supAddr) public view returns (uint)
    Parameters:
    supAddr - address
    Returns:
    uint
  • isSupporter

    function isSupporter(address parAdd) public view returns (bool)
    Parameters:
    parAdd - address
    Returns:
    bool
  • totalCollected

    function totalCollected() public view returns (uint)
    Returns:
    uint
← PayinableSupportableStatistics →
Copyright © 2019 Zoltan Vandor