L1MessagingStatus

Verified contract

Implementation

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

No balances found for "L1MessagingStatus"

No transactions found for "L1MessagingStatus"


Functions
Getter at block 20789320
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UNPAUSER_ROLE(view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
endpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
isOriginalMintBurnPaused(view returns (bool)
false
isTransferPaused(view returns (bool)
false
oAppVersion(view returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=0)
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
peers(uint32 _eidview returns (bytes32)
quote(uint32 eidbytes messagebytes optionsview returns (uint256 nativeFeeuint256 lzTokenFee)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(struct L1MessagingStatusInit init
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setCapFor(uint32 eiduint256 cappayable 
setDelegate(address _delegate
setEnableFor(uint32 eidbool flagpayable 
setExchangeRateFor(uint32 eiduint256 ratepayable 
setIsOriginalMintBurnPaused(bool isPaused
setIsTransferPaused(bool isPaused
setIsTransferPausedFor(uint32 eidbool isPausedpayable 
setPeer(uint32 _eidbytes32 _peer
transferOwnership(address newOwner
Events
BridgingConfigChanged(bytes4 indexed setterSelectorstring setterSignaturebytes value
FlagUpdated(bytes4 indexed selectorbool indexed isPausedstring flagName
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PeerSet(uint32 eidbytes32 peer
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address _lzEndpoint
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidDelegate(
InvalidEndpointCall(
InvalidInitialization(
InvalidOptionType(uint16 optionType
LzTokenUnavailable(
NoPeer(uint32 eid
NotEnoughNative(uint256 msgValue
NotInitializing(
OnlyPeer(uint32 eidbytes32 sender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PauseParamsMustBeEqual(
PauserRoleNotRequired(address sender
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
SafeERC20FailedOperation(address token
UnexpectedInitializeParams(