RegistryAccess
Verified contract
Active on
Ethereum with 24 txns
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 "RegistryAccess"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19824018 | 6 months ago | | | 0 | 0.00016019423 | |
| 19824012 | 6 months ago | | | 0 | 0.00015403902 | |
| 19823950 | 6 months ago | | | 0 | 0.00024703195 | |
| 19823950 | 6 months ago | | | 0 | 0.00024703195 | |
| 19695242 | 7 months ago | | | 0 | 0.00052932098 | |
| 19695242 | 7 months ago | | | 0 | 0.00052932098 | |
| 19694854 | 7 months ago | | | 0 | 0.00048875354 | |
| 19694852 | 7 months ago | | | 0 | 0.00049829917 | |
| 19545678 | 8 months ago | | | 0 | 0.00093836712 | |
| 19534867 | 8 months ago | | | 0 | 0.0018893875 |
ABI
ABI objects
Getter at block 21208195
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getOwner() view returns (address)
0x87a481844bee4403bf644fd1f17a1c3228f565c5
owner() view returns (address)
0x87a481844bee4403bf644fd1f17a1c3228f565c5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkRole(bytes32 role, address user) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptAdminOwnership()
acceptOwnership()
addOpalRole(address user)
addRole(bytes32 role, address user)
grantRole(bytes32 role, address account)
removeOpalTechRole(address user)
removeRole(bytes32 role, address user)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transferAdminOwnership(address newOwner)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetDaoCollateralContract(address foundationContract)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
NotAuthorized()
NullAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)