AccessControlManager

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x74bc30b7 at 18641314
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AccessControlManager"

0xc0c4277bd370b2f023bbce9031644e56d1fc22c2551ea164c4df40da46ec315e
0xe9ec9bd12c4206f1abfd21fd830967543d2cce29708014d69e9442cdaa1ddd1e

Functions
Getter at block 20850608
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasPermission(address accountaddress contractAddressstring functionSigview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowedToCall(address accountstring functionSigview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
giveCallPermission(address contractAddressstring functionSigaddress accountToPermit
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeCallPermission(address contractAddressstring functionSigaddress accountToRevoke
revokeRole(bytes32 roleaddress account
Events
PermissionGranted(address accountaddress contractAddressstring functionSig
PermissionRevoked(address accountaddress contractAddressstring functionSig
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.