ContractResolver RegisterEvent 27e557ae| inputs | 0 | bytes32 | _contractName | |
| 1 | address | _contractAddress |
addUserToGroup ca54abed| inputs | 0 | bytes32 | _group | |
| 1 | address | _user | ||
| outputs | 0 | bool | _success |
delUserFromGroup fcc1f001| inputs | 0 | bytes32 | _group | |
| 1 | address | _user | ||
| outputs | 0 | bool | _success |
getContract e16c7d98Get address of a contract
| inputs | 0 | bytes32 | _key | the bytestring name of the contract to look up |
| outputs | 0 | address | _contract |
initRegisterContract ae58b9ddCalled at contract initialization
| inputs | 0 | bytes32 | _key | bytestring for CACP name |
| 1 | address | _contractaddress | The address of the contract to be registered | |
| outputs | 0 | bool | _success |
isGroupMember cb3022ff| inputs | 0 | bytes32 | _group | |
| 1 | address | _user | ||
| outputs | 0 | bool | _ismember |
lockResolver 3bffa5deLock the resolver from any further modifications. This can only be called from an account that is part of the nsadmins group
| outputs | 0 | bool | _success |
locked cf309012| outputs | 0 | bool |
owner 8da5cb5b| outputs | 0 | address |
registerAdmin c38c5813| inputs | 0 | address | _newadmin | |
| outputs | 0 | bool | _success |
registerContract 645c6faeRegister a contract. This can only be called from an account that is part of the nsadmins group
| inputs | 0 | bytes32 | _key | the bytestring of the contract name |
| 1 | address | _contract | the address of the contract | |
| outputs | 0 | bool | _success |
unlockResolver 53998bf9Unlock the resolver to allow further modifications. This can only be called from an account that is part of the nsadmins group
| outputs | 0 | bool | _success |
unregisterAdmin 54d41bbd| inputs | 0 | address | _oldadmin | |
| outputs | 0 | bool | _success |