DemoOApp

Verified contract

Active on Base with 38 txns
Deployed by via 0x977b83b1 at 9778783
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DemoOApp"

0x50f98822555b72cc668a3b136ce5f00c82e38d200f062ecb8a1f05638df23dc8
0xafcbf3be7e96400d106ea68617cab2014db860314643ccf730136a2b7d302fc9
0xe5f21d0661e9a8ef17deb6fe028e0b2c18b4afb847c7696e9dc9985b0f23b5f2
0xf7eb55a8364256605e102dd5f457b857dbb0224585f1c8ffecd39d4e52f44157
0x124a9dab016091a3fbedfdd8e63924e0ba91e685a28e07f2a3be3edd58068ea4
0xa898b639570e6dc3a7183405b4879b43bf06f6a349c0d570978299ef575bbc16
0x99f6ea1b0bc29c4417131b7f75b1b1f1ec406f3f32c95f830437c94ec8e2bd98
0xd5285e86f71b998e44114108b6e6d8cbfb31bc92d820ba0853ff98fcd0dc8d26
0x26dc29a6d1f0f01fa250e277af2e793305a967ebd45a24ae7102e55fda5ad33f
0x8e8277bf7250c4fae6c27cd1bcabc53d1251b01c7ffaddc917d30b00db08351f

Functions
Getter at block 22908195
endpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
oAppVersion(pure returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
owner(view returns (address)
0x8b08d16f8ed6d00e539a4da896bd124828615a96
Read-only
allowInitializePath(struct Origin originview returns (bool)
data(uint32uint64view returns (string)
nextNonce(uint32bytes32view returns (uint64 nonce)
peers(uint32 eidview returns (bytes32 peer)
quote(uint32 _dstEidstring _messagebytes _optionsbool _payInLzTokenview returns (struct MessagingFee fee)
State-modifying
lzReceive(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
renounceOwnership(
send(uint32 _dstEidstring _messagebytes _optionspayable 
setDelegate(address _delegate
setPeer(uint32 _eidbytes32 _peer
transferOwnership(address newOwner
Events
MessageReceived(string messageuint64 nonceuint32 senderEidbytes32 senderbytes32 _guid
MessageSent(string messageuint32 dstEid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PeerSet(uint32 eidbytes32 peer
Constructor
constructor(address _endpointaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidEndpointCall(
LzTokenUnavailable(
NoPeer(uint32 eid
NotEnoughNative(uint256 msgValue
OnlyEndpoint(address addr
OnlyPeer(uint32 eidbytes32 sender