ConnectorRegistry
Verified contract
Active on
Ethereum with 0 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 "ConnectorRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ConnectorRegistry"
ABI
ABI objects
Getter at block 21209103
CONNECTOR_MANAGER_ROLE() view returns (bytes32)
0x434f4e4e4543544f525f4d414e41474552000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FREEZER_ROLE() view returns (bytes32)
0x465245455a455200000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x5041555345520000000000000000000000000000000000000000000000000000
UNPAUSER_ROLE() view returns (bytes32)
0x554e504155534552000000000000000000000000000000000000000000000000
defaultAdmin() view returns (address)
0x418c1f1f83cf34c0ea8bcfce951c5d7531789754
defaultAdminDelay() view returns (uint48)
86400
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
owner() view returns (address)
0x418c1f1f83cf34c0ea8bcfce951c5d7531789754
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
Read-only
connectorAddress(bytes32 name) view returns (address)
connectorExists(bytes32 name) view returns (bool)
connectorInfo(bytes32) view returns (address _address, uint88 pauseTimestamp, bool frozen)
frozen(bytes32 name) view returns (bool)
get(bytes32 name) view returns (address)
getOrRevert(bytes32 name) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pauseTimestamp(bytes32 name) view returns (uint256)
paused(bytes32 name) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
add(bytes32 name, address connector)
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
freeze(bytes32 name)
grantRole(bytes32 role, address account)
pause(bytes32 name)
pauseFor(bytes32 name, uint256 duration)
remove(bytes32 name)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
unPause(bytes32 name)
update(bytes32 name, address connector)
ConnectorAdded(bytes32 indexed name, address indexed connector)
ConnectorRemoved(bytes32 indexed name)
ConnectorUpdated(bytes32 indexed name, address indexed connector)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
Frozen(bytes32 indexed name)
Paused(bytes32 indexed name, uint256 timestamp)
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)
Unpaused(bytes32 indexed name)
constructor(address initialAdmin, address initialPauser, address initialUnpauser, address initialFreezer, address initialConnectorManager, uint48 initialDelay)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressNotContract(address addr)
AmountZero()
ConnectorAlreadyExists(bytes32 name, address connector)
ConnectorDoesNotExist(bytes32 name)
ConnectorFrozen(bytes32 name)
ConnectorNotPaused(bytes32 name)
ConnectorPaused(bytes32 name)
InvalidDuration(uint256 timestamp, uint256 currentTimestamp)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)