InitiatorBeta
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "InitiatorBeta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "InitiatorBeta"
ABI
ABI objects
Getter at block 22913809
dstEid() view returns (uint32)
0
endpoint() view returns (address)
0x0000000000000000000000000000000000000000
oAppVersion() view returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
peers(uint32 eid) view returns (bytes32 peer)
quote(bytes message, bytes options) view returns (uint256 nativeFee)
State-modifying
Events initialize(address endpoint_, address owner_)
lzSend(bytes message, bytes options) payable
renounceOwnership()
setDelegate(address _delegate)
setDstEid(uint32 dstEid_)
setPeer(uint32 _eid, bytes32 _peer)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
NotInitializing()
OnlyPeer(uint32 eid, bytes32 sender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()