UNPKG

@hubiinetwork/soldoc

Version:

Solidity documentation generator

179 lines (75 loc) 2.08 kB
# CommunityVotable [see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/CommunityVotable.sol) **Execution cost**: No bound available **Deployment cost**: No bound available **Combined cost**: No bound available ## Events ### ChangeCommunityVoteEvent(address,address) **Execution cost**: No bound available Params: 1. **oldAddress** *of type `address`* 2. **newAddress** *of type `address`* --- ### ChangeDeployerEvent(address,address) **Execution cost**: No bound available Params: 1. **oldDeployer** *of type `address`* 2. **newDeployer** *of type `address`* --- ### ChangeOperatorEvent(address,address) **Execution cost**: No bound available Params: 1. **oldOperator** *of type `address`* 2. **newOperator** *of type `address`* ## Methods ### changeCommunityVote(address) **Execution cost**: No bound available Params: 1. **newAddress** *of type `address`* --- ### changeDeployer(address) **Execution cost**: No bound available Params: 1. **newDeployer** *of type `address`* --- ### changeOperator(address) **Execution cost**: No bound available Params: 1. **newOperator** *of type `address`* --- ### communityVote() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### communityVoteUpdateDisabled() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `bool`* --- ### deployer() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### destructor() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### disableUpdateOfCommunityVote() **Execution cost**: No bound available --- ### operator() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### triggerDestroy() **Execution cost**: No bound available [Back to the top ](#communityvotable)