ProposedOwnableFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 32 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "ProposedOwnableFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProposedOwnableFacet"
ABI
ABI objects
Getter at block 21260279
delay() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
routerAllowlistRemoved() view returns (bool)
false
routerAllowlistTimestamp() view returns (uint256)
0
Read-only
queryRole(address _role) view returns (uint8)
State-modifying
Events acceptProposedOwner()
assignRoleAdmin(address _admin)
assignRoleRouterAdmin(address _router)
assignRoleWatcher(address _watcher)
pause()
proposeNewOwner(address newlyProposed)
proposeRouterAllowlistRemoval()
removeRouterAllowlist()
revokeRole(address _revoke)
unpause()
AssignRoleAdmin(address admin)
AssignRoleRouter(address router)
AssignRoleWatcher(address watcher)
OwnershipProposed(address indexed proposedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
RevokeRole(address revokedAddress, uint8 revokedRole)
RouterAllowlistRemovalProposed(uint256 timestamp)
RouterAllowlistRemoved(bool renounced)
Unpaused()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BaseConnextFacet__getAdoptedAsset_assetNotFound()
BaseConnextFacet__getApprovedCanonicalId_notAllowlisted()
BaseConnextFacet__nonReentrant_reentrantCall()
BaseConnextFacet__nonXCallReentrant_reentrantCall()
BaseConnextFacet__onlyOwnerOrAdmin_notOwnerOrAdmin()
BaseConnextFacet__onlyOwnerOrRouter_notOwnerOrRouter()
BaseConnextFacet__onlyOwnerOrWatcher_notOwnerOrWatcher()
BaseConnextFacet__onlyOwner_notOwner()
BaseConnextFacet__onlyProposed_notProposedOwner()
BaseConnextFacet__whenNotPaused_paused()
ProposedOwnableFacet__acceptProposedOwner_noOwnershipChange()
ProposedOwnableFacet__assignRoleAdmin_invalidInput()
ProposedOwnableFacet__assignRoleRouter_invalidInput()
ProposedOwnableFacet__assignRoleWatcher_invalidInput()
ProposedOwnableFacet__delayElapsed_delayNotElapsed()
ProposedOwnableFacet__proposeAssetAllowlistRemoval_noOwnershipChange()
ProposedOwnableFacet__proposeNewOwner_invalidProposal()
ProposedOwnableFacet__proposeNewOwner_noOwnershipChange()
ProposedOwnableFacet__proposeRouterAllowlistRemoval_noOwnershipChange()
ProposedOwnableFacet__removeAssetAllowlist_noOwnershipChange()
ProposedOwnableFacet__removeAssetAllowlist_noProposal()
ProposedOwnableFacet__removeRouterAllowlist_noOwnershipChange()
ProposedOwnableFacet__removeRouterAllowlist_noProposal()
ProposedOwnableFacet__revokeRole_invalidInput()