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

Refundable

contract Refundable

is Supportable, StateMachine

Source: payout/Refund.sol

Index

  • Refund
  • calculateRefundEntitlement
  • preRefundProjectBalance
  • withdrawRefund

Reference

Events

  • Refund

    event Refund(uint projectId, address supporter, uint amount)
    Parameters:
    projectId - uint
    supporter - address
    amount - uint

Functions

  • calculateRefundEntitlement

    function calculateRefundEntitlement(address _supporter) public view returns (uint)
    Parameters:
    _supporter - address
    Returns:
    uint
  • preRefundProjectBalance

    function preRefundProjectBalance() public view returns (uint)
    Returns:
    uint
  • withdrawRefund

    function withdrawRefund() public
    Modifiers:
    onlyFundingStatus
← PayoutApprovalContent →
Copyright © 2019 Zoltan Vandor