Smart Raise

Smart Raise

  • Docs
  • API
  • User Guide (de)

›PAYOUT

DISCOVERY

  • Discovery

PAYOUT

  • PayoutApproval
  • Refundable

PROJECT

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

RBAC

  • Auditor
  • RBAC
  • RbacSmartRaise
  • Roles

SUPPORTERS

  • FundingStatus
  • Payinable
  • Supportable
  • SupportableStatistics

UNCATEGORIZED

  • Smartraise

PayoutApproval

contract PayoutApproval

is ProjectInfo, Supportable, Auditor

Source: payout/PayoutApproval.sol

Index

  • AuditorNewPayoutLimit
  • Payout
  • approvePayoutLimit
  • fallback
  • leftToPayoutLimit
  • payout

Reference

Events

  • AuditorNewPayoutLimit

    event AuditorNewPayoutLimit(uint projectId, address sender, uint amount)
    Parameters:
    projectId - uint
    sender - address
    amount - uint
  • Payout

    event Payout(uint projectId, address sender, uint amount)
    Parameters:
    projectId - uint
    sender - address
    amount - uint

Functions

  • approvePayoutLimit

    function approvePayoutLimit(uint _newPayoutLimit) public
    Modifiers:
    onlyRole onlyFundingStatus
    Parameters:
    _newPayoutLimit - uint
  • fallback

    function () public
  • leftToPayoutLimit

    function leftToPayoutLimit() public view returns (uint)
    Returns:
    uint
  • payout

    function payout(uint _amount) public
    Modifiers:
    onlyRole
    Parameters:
    _amount - uint
← DiscoveryRefundable →
Copyright © 2019 Zoltan Vandor