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 "DemoOApp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9855345 | 10 months ago | | | 0.00026792039 | 1.9075209e-7 | |
| 9819377 | 10 months ago | | | 0 | 0.00014292903 | |
| 9819373 | 10 months ago | | | 0 | 0.00014292903 | |
| 9787287 | 10 months ago | | | 0.00046600788 | 2.1319801e-7 | |
| 9787284 | 10 months ago | | | 0.000021420272 | 2.1335017e-7 | |
| 9787282 | 10 months ago | | | 0.000044794214 | 2.1324476e-7 | |
| 9787279 | 10 months ago | | | 0.00015678384 | 2.1316561e-7 | |
| 9787276 | 10 months ago | | | 0.00044523233 | 2.1323302e-7 | |
| 9787273 | 10 months ago | | | 0.000020157396 | 2.1329398e-7 | |
| 9787271 | 10 months ago | | | 0.000017917685 | 2.1333950e-7 |
ABI
ABI objects
Getter at block 22908195
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
owner() view returns (address)
0x8b08d16f8ed6d00e539a4da896bd124828615a96
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
data(uint32, uint64) view returns (string)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
quote(uint32 _dstEid, string _message, bytes _options, bool _payInLzToken) view returns (struct MessagingFee fee)
State-modifying
Events lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
renounceOwnership()
send(uint32 _dstEid, string _message, bytes _options) payable
setDelegate(address _delegate)
setPeer(uint32 _eid, bytes32 _peer)
transferOwnership(address newOwner)
MessageReceived(string message, uint64 nonce, uint32 senderEid, bytes32 sender, bytes32 _guid)
MessageSent(string message, uint32 dstEid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
constructor(address _endpoint, address _owner)
This contract contains no fallback and receive objects.
InvalidEndpointCall()
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)