Supportable
contract Supportable
Source: supporters/Supportable.sol
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