Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Roles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5859262 | 6 years ago | | | 0 | 0.00020228800 | |
| 4693152 | 7 years ago | | | 0 | 0.0050572000 | |
| 4693090 | 7 years ago | | | 0 | 0.0048820000 |
ABI
ABI objects
Getter at block 21326553
contractHash() view returns (bytes32)
0x54bc64441bfc2311800e92728d6ffccb559283c90f606d928f8d85d46e9763ec
owner() view returns (address)
0x00e34f866e953de05dcb97818c3722ee58a72eec
roles() view returns (address)
0xd38f22243ba0346d59d425e829760f3ce2f5e01b
stopped() view returns (bool)
false
Read-only
hasRole(string roleName) view returns (bool)
knownRoleNames(bytes32, bytes32) view returns (bool)
roleList(bytes32, bytes32, address) view returns (bool)
senderHasRole(string roleName) view returns (bool)
State-modifying
Events addContractRole(bytes32 ctrct, string roleName)
grantUserRole(bytes32 ctrct, string roleName, address user)
removeContractRole(bytes32 ctrct, string roleName)
restart()
revokeUserRole(bytes32 ctrct, string roleName, address user)
setOwner(address owner_)
setRolesContract(address roles_)
stop()
LogRoleAdded(bytes32 contractHash, string roleName)
LogRoleGranted(bytes32 contractHash, string roleName, address user)
LogRoleRemoved(bytes32 contractHash, string roleName)
LogRoleRevoked(bytes32 contractHash, string roleName, address user)
LogSetOwner(address newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.