AccessControlProxy

Verified contract

Implementation

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

No balances found for "AccessControlProxy"

No transactions found for "AccessControlProxy"


Functions
Getter at block 21208287
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELEGATE_ROLE(view returns (bytes32)
0x1a82baf2b928242f69f7147fb92490c6288d044f7257b88817e6284f1eec0f15
KEEPER_ROLE(view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
VAULT_ROLE(view returns (bytes32)
0x31e0210044b4f6757ce6aa31f9c6e8d4896d24a755014887391a926c5224d959
Read-only
checkGovOrDelegate(address _accountview 
checkKeeperOrVaultOrGov(address _accountview 
checkRole(bytes32 _roleaddress _accountview 
checkVaultOrGov(address _accountview 
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isGovOrDelegate(address _accountview returns (bool)
isKeeperOrVaultOrGov(address _accountview returns (bool)
isVaultOrGov(address _accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addRole(bytes32 _rolebytes32 _roleAdmin
grantRole(bytes32 roleaddress account
initialize(address _governanceaddress _delegateaddress _vaultaddress _keeper
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
Events
Initialized(uint8 version
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.