Lifewater Charity
About
Stats
Public Functions
46
Event Types
14
Code Size
26,057 bytes
Library Use
Uses SafeMath for uint256.
Events (14) keyboard_arrow_up
Structs (1) keyboard_arrow_up
Proposal Event
Members
id |
uint64 help
|
created |
bool help
|
creator |
address help
|
recipient |
address help
|
votes |
uint256 help
|
value |
uint256 help
|
recurrence |
uint64 help
|
deadline |
uint64 help
|
status |
ProposalStatus help
|
withdrawn |
uint256 help
|
firstPaymentTimestamp |
uint64 help
|
lastPaymentTimestamp |
uint64 help
|
payments |
uint32 help
|
text |
string help
|
voted |
mapping(address => uint256) help
|
votedStop |
mapping(address => uint256) help
|
Functions
addAdmin keyboard_arrow_up
removeAdmin keyboard_arrow_up
isAdmin keyboard_arrow_up
addVoter keyboard_arrow_up
removeVoter keyboard_arrow_up
isVoter keyboard_arrow_up
addDelegate keyboard_arrow_up
removeDelegate keyboard_arrow_up
isDelegate keyboard_arrow_up
addListener keyboard_arrow_up
removeListener keyboard_arrow_up
isListener keyboard_arrow_up
paused keyboard_arrow_up
getProposalCount keyboard_arrow_up
getProposalInts keyboard_arrow_up
getProposalText keyboard_arrow_up
getProposalCreator keyboard_arrow_up
getProposalRecipient keyboard_arrow_up
balanceOf keyboard_arrow_up
getPendingPayments keyboard_arrow_up
getPendingPaymentAmount keyboard_arrow_up
getApprovalThreshold keyboard_arrow_up
simpleApprovalThreshold keyboard_arrow_up
pause keyboard_arrow_up
unpause keyboard_arrow_up
setMinimumFunding keyboard_arrow_up
setTimelimit keyboard_arrow_up
setSimpleApprovalThreshold keyboard_arrow_up
setApprovalThreshold keyboard_arrow_up
setVotingToken keyboard_arrow_up
setVotingType keyboard_arrow_up
setMinimumFundAmount keyboard_arrow_up
setAutoAddVoters keyboard_arrow_up
setOpenVoting keyboard_arrow_up
setOpenProposals keyboard_arrow_up
launch keyboard_arrow_up
fund keyboard_arrow_up
Requirements help
applyFunding keyboard_arrow_up
createProposal keyboard_arrow_up
Parameters help
Requirements help
One or more of the following:
-null - ORnull - ORopenProposals must be true
One or more of the following:
-null
vote keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenSuccessful checks for the following:
Requirements help
One or more of the following:
-null - ORopenVoting must be true
voteToStop keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenSuccessful checks for the following:
Requirements help
One or more of the following:
-null - ORopenVoting must be true
Parameters help Function parameters list what input the function expects from the user. Each parameter must be given a value.
Properties