TwoKeyEconomy
contract TwoKeyEconomy
Reference
Modifiers
onlyTwoKeyAdmin
modifier onlyTwoKeyAdmin()
Functions
changeAdmin
function changeAdmin(address _newAdmin) public- Modifiers:
- onlyTwoKeyAdmin
- Parameters:
_newAdmin- address
fallback
function (address _twoKeyAdmin, address _twoKeySingletonRegistry) public- Parameters:
_twoKeyAdmin- address_twoKeySingletonRegistry- address
freezeTransfers
function freezeTransfers() publicIn TwoKeyAdmin only Congress can call this, TwoKeyAmin is available to freeze all transfers on ERC for some period of time.
- Modifiers:
- onlyTwoKeyAdmin
unfreezeTransfers
function unfreezeTransfers() publicIn TwoKeyAdmin only Congress can call this, TwoKeyAmin is available to unfreeze all transfers on ERC for some period of time.
- Modifiers:
- onlyTwoKeyAdmin