campaigns(uint256) :
A list of the current campaigns.
cancel(uint256) :
Cancels a campaign.
claim(uint256) :
Claims the crowd funded amount for a campaign. Only callable if the campaign is successful.
count() :
The number of campaigns created.
launch(uint256,uint32,uint32) :
Launches a new campaign, using
- a target goal amount
- a start time
- an end time
pledge(uint256,uint256) :
Pledges a specific number of tokens to a specific campaign.
pledgedAmount(uint256,address) :
The amount an address has pledged to a specific campaign.
refund(uint256) :
Refunds the pledged amounts to a failed campaign.
token() :
The address of the token that is being pledged.
unpledge(uint256,uint256) :
Unpledges an amount from a campaign.