UniversalScheme¶
Execution cost: less than 20496 gas
Deployment cost: less than 98600 gas
Combined cost: less than 119096 gas
Events¶
OwnershipTransferred(address,address)¶
Execution cost: No bound available
Params:
- previousOwner of type
address
- newOwner of type
address
Methods¶
hashedParameters()¶
Execution cost: less than 439 gas
Attributes: constant
Returns:
- output_0 of type
bytes32
owner()¶
Execution cost: less than 548 gas
Attributes: constant
Returns:
- output_0 of type
address
transferOwnership(address)¶
Allows the current owner to transfer control of the contract to a newOwner.
Execution cost: less than 22788 gas
Params:
-
newOwner of type
address
The address to transfer ownership to.
updateParameters(bytes32)¶
Execution cost: less than 20443 gas
Params:
- _hashedParameters of type
bytes32