IntVoteInterface¶
Execution cost: No bound available
Deployment cost: No bound available
Combined cost: No bound available
Methods¶
vote(bytes32,uint256)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
- _vote of type
uint256
Returns:
- output_0 of type
bool
execute(bytes32)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
Returns:
- output_0 of type
bool
cancelProposal(bytes32)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
Returns:
- output_0 of type
bool
cancelVote(bytes32)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
getNumberOfChoices(bytes32)¶
Execution cost: No bound available
Attributes: constant
Params:
- _proposalId of type
bytes32
Returns:
- output_0 of type
uint256
isAbstainAllow()¶
Execution cost: No bound available
Attributes: constant
Returns:
- output_0 of type
bool
isVotable(bytes32)¶
Execution cost: No bound available
Attributes: constant
Params:
- _proposalId of type
bytes32
Returns:
- output_0 of type
bool
ownerVote(bytes32,uint256,address)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
- _vote of type
uint256
- _voter of type
address
Returns:
- output_0 of type
bool
propose(uint256,bytes32,address,address,address)¶
Execution cost: No bound available
Params:
- _numOfChoices of type
uint256
- _proposalParameters of type
bytes32
- _avatar of type
address
- _executable of type
address
- _proposer of type
address
Returns:
- output_0 of type
bytes32
voteStatus(bytes32,uint256)¶
Execution cost: No bound available
Attributes: constant
Params:
- _proposalId of type
bytes32
- _choice of type
uint256
Returns:
- output_0 of type
uint256
voteWithSpecifiedAmounts(bytes32,uint256,uint256,uint256)¶
Execution cost: No bound available
Params:
- _proposalId of type
bytes32
- _vote of type
uint256
- _rep of type
uint256
- _token of type
uint256
Returns:
- output_0 of type
bool