AccessBlocked d21adfca| inputs | 0 | address | self | |
| 1 | address | actor | ||
| 2 | bytes32 | role |
AccessGiven b6798040| inputs | 0 | address | self | |
| 1 | address | actor | ||
| 2 | bytes32 | role |
Error 9cf38cf2| inputs | 0 | address | self | |
| 1 | uint256 | errorCode |
accessRights 7a7f3453| inputs | 0 | bytes32 |
authorised d6eb1bbf| inputs | 0 | address |
blockAccess bd17a9d8| inputs | 0 | address | _actor | |
| 1 | bytes32 | _role |
changeContractOwnership 557f4bc9Prepares ownership pass. * Can only be called by current owner.
| inputs | 0 | address | _to | address of the next owner. 0x0 is not allowed. |
| outputs | 0 | bool |
claimContractOwnership 4592cd1dFinalize ownership pass. * Can only be called by pending owner.
| outputs | 0 | bool |
contractOwner ce606ee0destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
emitAccessBlocked 157fbd8d| inputs | 0 | address | _user | |
| 1 | bytes32 | _role |
emitAccessGiven 2c19d480| inputs | 0 | address | _user | |
| 1 | bytes32 | _role |
giveAccess 85c53cf1| inputs | 0 | address | _actor | |
| 1 | bytes32 | _role |
hasAccess 95a078e8| inputs | 0 | address | _actor |
isAllowed 5cb8dd09| inputs | 0 | address | _actor | |
| 1 | bytes32 | _role |
pendingContractOwner 5aa77d3ctransferContractOwnership a843c51fDirect ownership pass without change/claim pattern. Can be invoked only by current contract owner
| inputs | 0 | address | _to | the next contract owner |
| outputs | 0 | bool |
withdrawnTokens d8f9659b| inputs | 0 | address[] | tokens | |
| 1 | address | _to |