This contract is being backfilled. You may encounter incomplete storage history.

OptimisticSwitchboard

Verified contract

Active on Ethereum with 51 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OptimisticSwitchboard"

0xe4eda21f2f319a2a5dabf6f533cfd4540a7d88ac13b32bd70886c5127783d980
0x162b9552185d8d9728fb25ea658ccd2425b5a597d54d18820e1a0972067e2ac8
0x484be08d28bfc68de43e2b730ea460bbe34ba809e78b2d8ba1de8d01850ff2ad
0x0af9bca4ae364351248d2e743f3433f76bf7e7ff346232e554fffc575552a0c3
0x0b72fef6c2b60b1986eb4bc2eb7989f36f9e6d30fcaa8bf53f5d6da95fb64383
0x67963b6338d1d95a3840aed84945d31812dfba6a0d2762a732c8bb209628cfe9
0x969e2cdb1b563ce036c16d2c5153a8cf539fd8e5915cf927134d4af98ef92437
0x582fc39a35c1cee0f446a638c0616487d79c47e8bb2d931b2db81d2327e143e2
0x86b3cd966a174da895547c86a76515f6b30ff73912d7070c2dd60d2dbce787d1
0x4312e5637e3dc3ffbdc90614f369c61b098e17f5e8c2955dc2e35ab89bc11468

Functions
Getter at block 20795248
chainSlug(view returns (uint32)
1
isGlobalTipped(view returns (bool)
false
nominee(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xb0bbff6311b7f245761a7846d3ce7b1b100c1836
signatureVerifier__(view returns (address)
0xf1abf110d1b6ff0e2e8c05dd64fbf9eba4d8af98
socket__(view returns (address)
0x943ac2775928318653e91d350574436a1b9b16f9
timeoutInSeconds(view returns (uint256)
7200
Read-only
allowPacket(bytes32bytes32 packetId_uint256 proposalCount_uint32 srcChainSlug_uint256 proposeTime_view returns (bool)
fees(uint32view returns (uint128 switchboardFeesuint128 verificationOverheadFees)
getMinFees(uint32 dstChainSlug_view returns (uint128uint128)
hasRole(bytes32 role_address address_view returns (bool)
hasRoleWithSlug(bytes32 roleName_uint32 chainSlug_address address_view returns (bool)
initialPacketCount(uint32view returns (uint256)
isPathTripped(uint32view returns (bool)
isProposalTripped(bytes32uint256view returns (bool)
nextNonce(addressview returns (uint256)
State-modifying
claimOwner(
grantBatchRole(bytes32[] roleNames_uint32[] slugs_address[] grantees_
grantRole(bytes32 role_address grantee_
grantRoleWithSlug(bytes32 roleName_uint32 chainSlug_address grantee_
nominateOwner(address nominee_
receiveFees(uint32payable 
registerSiblingSlug(uint32 siblingChainSlug_uint256 maxPacketLength_uint256 capacitorType_uint256 initialPacketCount_address siblingSwitchboard_
rescueFunds(address token_address rescueTo_uint256 amount_
revokeBatchRole(bytes32[] roleNames_uint32[] slugs_address[] grantees_
revokeRole(bytes32 role_address revokee_
revokeRoleWithSlug(bytes32 roleName_uint32 chainSlug_address grantee_
setFees(uint256 nonce_uint32 dstChainSlug_uint128 switchboardFees_uint128 verificationOverheadFees_bytes signature_
tripGlobal(uint256 nonce_bytes signature_
tripPath(uint256 nonce_uint32 srcChainSlug_bytes signature_
tripProposal(uint256 nonce_bytes32 packetId_uint256 proposalCount_bytes signature_
unTrip(uint256 nonce_bytes signature_
unTripPath(uint256 nonce_uint32 srcChainSlug_bytes signature_
updateSibling(uint32 siblingChainSlug_address siblingSwitchboard_
withdrawFees(address withdrawTo_
Events
GlobalTripChanged(bool isGlobalTipped
OwnerClaimed(address indexed claimer
OwnerNominated(address indexed nominee
PathTripChanged(uint32 srcChainSlugbool isPathTripped
ProposalTripped(bytes32 packetIduint256 proposalCount
RoleGranted(bytes32 indexed roleaddress indexed grantee
RoleRevoked(bytes32 indexed roleaddress indexed revokee
SwitchboardFeesSet(uint32 siblingChainSlugstruct SwitchboardBaseFees fees
Constructor
constructor(address owner_address socket_uint32 chainSlug_uint256 timeoutInSeconds_address signatureVerifier_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidNonce(
InvalidTokenAddress(
NoPermit(bytes32 role
OnlyExecutionManager(
OnlyNominee(
OnlyOwner(
UnequalArrayLengths(
ZeroAddress(