ConnectorRegistry

Verified contract

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

No balances found for "ConnectorRegistry"

No transactions found for "ConnectorRegistry"


Functions
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 newAdminuint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay(view returns (uint48 newDelayuint48 schedule)
(newDelay=0, schedule=0)
Read-only
connectorAddress(bytes32 nameview returns (address)
connectorExists(bytes32 nameview returns (bool)
connectorInfo(bytes32view returns (address _addressuint88 pauseTimestampbool frozen)
frozen(bytes32 nameview returns (bool)
get(bytes32 nameview returns (address)
getOrRevert(bytes32 nameview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
pauseTimestamp(bytes32 nameview returns (uint256)
paused(bytes32 nameview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptDefaultAdminTransfer(
add(bytes32 nameaddress connector
beginDefaultAdminTransfer(address newAdmin
cancelDefaultAdminTransfer(
changeDefaultAdminDelay(uint48 newDelay
freeze(bytes32 name
grantRole(bytes32 roleaddress account
pause(bytes32 name
pauseFor(bytes32 nameuint256 duration
remove(bytes32 name
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rollbackDefaultAdminDelay(
unPause(bytes32 name
update(bytes32 nameaddress connector
Events
ConnectorAdded(bytes32 indexed nameaddress indexed connector
ConnectorRemoved(bytes32 indexed name
ConnectorUpdated(bytes32 indexed nameaddress indexed connector
DefaultAdminDelayChangeCanceled(
DefaultAdminDelayChangeScheduled(uint48 newDelayuint48 effectSchedule
DefaultAdminTransferCanceled(
DefaultAdminTransferScheduled(address indexed newAdminuint48 acceptSchedule
Frozen(bytes32 indexed name
Paused(bytes32 indexed nameuint256 timestamp
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(bytes32 indexed name
Constructor
constructor(address initialAdminaddress initialPauseraddress initialUnpauseraddress initialFreezeraddress initialConnectorManageruint48 initialDelay
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlEnforcedDefaultAdminDelay(uint48 schedule
AccessControlEnforcedDefaultAdminRules(
AccessControlInvalidDefaultAdmin(address defaultAdmin
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressNotContract(address addr
AmountZero(
ConnectorAlreadyExists(bytes32 nameaddress connector
ConnectorDoesNotExist(bytes32 name
ConnectorFrozen(bytes32 name
ConnectorNotPaused(bytes32 name
ConnectorPaused(bytes32 name
InvalidDuration(uint256 timestampuint256 currentTimestamp
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value