ROJIVerseAccessControl

ROJIVerseAccessControl

ROLE_ROJIVERSE_ACCESS_CONTROL_ADMIN

bytes32 ROLE_ROJIVERSE_ACCESS_CONTROL_ADMIN

The admin role for RojiVerseAccessControl.

This role is used to grant and revoke other roles.

constructor

constructor(address initialRojiVerseAdmin) public

Initializes the contract with the initial admin.

Parameters

NameTypeDescription

initialRojiVerseAdmin

address

The initial admin of the contract.

hasRole

function hasRole(bytes32 role, address account) public view returns (bool)

Last updated