ControllerInterface¶
Execution cost: No bound available
Deployment cost: No bound available
Combined cost: No bound available
Methods¶
globalConstraintsCount(address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _avatar of type
address
Returns:
- output_0 of type
uint256 - output_1 of type
uint256
externalTokenTransferFrom(address,address,address,uint256,address)¶
Execution cost: No bound available
Params:
- _externalToken of type
address - _from of type
address - _to of type
address - _value of type
uint256 - _avatar of type
address
Returns:
- output_0 of type
bool
addGlobalConstraint(address,bytes32,address)¶
Execution cost: No bound available
Params:
- _globalConstraint of type
address - _params of type
bytes32 - _avatar of type
address
Returns:
- output_0 of type
bool
externalTokenDecreaseApproval(address,address,uint256,address)¶
Execution cost: No bound available
Params:
- _externalToken of type
address - _spender of type
address - _subtractedValue of type
uint256 - _avatar of type
address
Returns:
- output_0 of type
bool
externalTokenTransfer(address,address,uint256,address)¶
Execution cost: No bound available
Params:
- _externalToken of type
address - _to of type
address - _value of type
uint256 - _avatar of type
address
Returns:
- output_0 of type
bool
burnReputation(uint256,address,address)¶
Execution cost: No bound available
Params:
- _amount of type
uint256 - _from of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
externalTokenIncreaseApproval(address,address,uint256,address)¶
Execution cost: No bound available
Params:
- _externalToken of type
address - _spender of type
address - _addedValue of type
uint256 - _avatar of type
address
Returns:
- output_0 of type
bool
genericAction(bytes32[],address)¶
Execution cost: No bound available
Params:
- _params of type
bytes32[] - _avatar of type
address
Returns:
- output_0 of type
bool
mintTokens(uint256,address,address)¶
Execution cost: No bound available
Params:
- _amount of type
uint256 - _beneficiary of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
isGlobalConstraintRegistered(address,address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _globalConstraint of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
getSchemeParameters(address,address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _scheme of type
address - _avatar of type
address
Returns:
- output_0 of type
bytes32
getNativeReputation(address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _avatar of type
address
Returns:
- output_0 of type
address
getSchemePermissions(address,address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _scheme of type
address - _avatar of type
address
Returns:
- output_0 of type
bytes4
isSchemeRegistered(address,address)¶
Execution cost: No bound available
Attributes: constant
Params:
- _scheme of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
mintReputation(uint256,address,address)¶
Execution cost: No bound available
Params:
- _amount of type
uint256 - _to of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
registerScheme(address,bytes32,bytes4,address)¶
Execution cost: No bound available
Params:
- _scheme of type
address - _paramsHash of type
bytes32 - _permissions of type
bytes4 - _avatar of type
address
Returns:
- output_0 of type
bool
removeGlobalConstraint(address,address)¶
Execution cost: No bound available
Params:
- _globalConstraint of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
sendEther(uint256,address,address)¶
Execution cost: No bound available
Params:
- _amountInWei of type
uint256 - _to of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
unregisterScheme(address,address)¶
Execution cost: No bound available
Params:
- _scheme of type
address - _avatar of type
address
Returns:
- output_0 of type
bool
unregisterSelf(address)¶
Execution cost: No bound available
Params:
- _avatar of type
address
Returns:
- output_0 of type
bool
upgradeController(address,address)¶
Execution cost: No bound available
Params:
- _newController of type
address - _avatar of type
address
Returns:
- output_0 of type
bool