UNPKG

@hubiinetwork/soldoc

Version:

Solidity documentation generator

155 lines (66 loc) 1.95 kB
# TransferControllerManageable [see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/TransferControllerManageable.sol) **Execution cost**: No bound available **Deployment cost**: No bound available **Combined cost**: No bound available ## Events ### 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`* --- ### ChangeTransferControllerManagerEvent(address,address) **Execution cost**: No bound available Params: 1. **oldTransferControllerManager** *of type `address`* 2. **newTransferControllerManager** *of type `address`* ## Methods ### 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`* --- ### changeTransferControllerManager(address) **Execution cost**: No bound available Params: 1. **newAddress** *of type `address`* --- ### 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`* --- ### operator() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### transferControllerManager() **Execution cost**: No bound available **Attributes**: constant Returns: 1. **output_0** *of type `address`* --- ### triggerDestroy() **Execution cost**: No bound available [Back to the top ](#transfercontrollermanageable)