RoleStore

Verified contract

Active on Ethereum with 17 txns
Deployed by via 0x83a29809 at 17875967
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "RoleStore"

0xa4798a3a3d54359dcdb0e6d987a095cb7d629df76017652a9b513fe4d371500f
0xe3216ac057307d76b470dc9b2f5862f4ca533a1b1ea23e6fb32b1e75c3d2591b
0x610a7d784bf27b77aa50ce594ebaec54f0edadb8202488fc1810266bdf23f595
0xd898681769937831787c6bbcbc371bb80f275744b6a35a8a9b0b882eb46c138c
0x3ca57234c3c0c46af7fc9f3e884c444212b3d98375a90653861356a260eda899
0x1ff35013a992bf8acae528d4ef42c7c7b4db85e35544a213d9cdee62a4f20513
0xafddb56e8504be6d2edcbeb2909d3878b636441e429c110b949d93ad1f0d74f0
0xed2afb7bde4357f32b2dc96ec39557bc3eec498d49cfde9f7375309ebf1a9633
0x6358a0d509e995a7799009737492dfa11ac47a09872dc5e0923da6ed398d30c1
0x9fd960cb7e879e08447a3503d994bbaf77567b6792bc55218275d5a0387610ed

Functions
Getter at block 20880268
getRoleCount(view returns (uint256)
8
Read-only
getRoleMemberCount(bytes32 roleKeyview returns (uint256)
getRoleMembers(bytes32 roleKeyuint256 startuint256 endview returns (address[])
getRoles(uint256 startuint256 endview returns (bytes32[])
hasRole(address accountbytes32 roleKeyview returns (bool)
State-modifying
grantRole(address accountbytes32 roleKey
revokeRole(address accountbytes32 roleKey
Events

This contract contains no event objects.

Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ThereMustBeAtLeastOneRoleAdmin(
ThereMustBeAtLeastOneTimelockMultiSig(
Unauthorized(address msgSenderstring role