Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$138.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.041341 | $3,346.74 |
$138.36 | |
ERC-20 | 2.4K | -- | -- | ||
NOB | ERC-20 | 2K | -- | -- | |
OHNO | ERC-20 | 23.126487 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743134 | 22 minutes ago | | | 0.000056213395 | 0.000023319671 | |
| 22742966 | 28 minutes ago | | | 0.00011080148 | 0.0000014452136 | |
| 22741611 | an hour ago | | | 0.00062028176 | 0.0000012289644 | |
| 22741583 | an hour ago | | | 0.000090926779 | 0.000023319671 | |
| 22741478 | an hour ago | | | 0.000071090559 | 0.0000011901708 | |
| 22741184 | an hour ago | | | 0.000044642267 | 0.000023318402 | |
| 22740756 | 2 hours ago | | | 0.000069437541 | 0.000023319671 | |
| 22740591 | 2 hours ago | | | 0.000077702632 | 0.0000010138492 | |
| 22739795 | 2 hours ago | | | 0.000097538852 | 8.8989291e-7 | |
| 22738498 | 3 hours ago | | | 0.00034962358 | 0.0000010451624 |
ABI
ABI objects
Getter at block 22743803
defaultGasLimit() view returns (uint128)
20000
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
owner() view returns (address result)
0xbc2c7144b1f8d708a0601961da6b6102f4af286a
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
createNativeDropOption(uint32 _dstEid, uint128 _nativeAmount, address _to) view returns (bytes)
createReceiveOption(uint32 _dstEid) view returns (bytes)
estimateFees(uint32[] _dstEids, bytes[] _messages, bytes[] _options) view returns (uint256[] nativeFees)
gasLimitLookup(uint32) view returns (uint128)
lzReceive(struct Origin, bytes32, bytes, address, bytes) pure
nextNonce(uint32, bytes32) pure returns (uint64 nonce)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
peers(uint32) view returns (bytes32)
quote(uint32 _dstEid, bytes _message, bytes _options) view returns (uint256 nativeFee)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
renounceOwnership() payable
requestOwnershipHandover() payable
sendDeposits(uint256[] _depositParams, address _to) payable
sendMessages(uint32[] _dstEids, bytes[] _messages) payable
setDefaultGasLimit(uint128 _defaultGasLimit)
setDelegate(address _delegate)
setGasLimit(uint32[] _remoteEids, uint128[] _gasLimits)
setPeers(uint32[] _remoteEids, bytes32[] _remoteAddresses)
setUlnConfigs(address _lib, uint64 confirmations, uint32[] eids, address dvn)
transferOwnership(address newOwner) payable
withdraw(address token, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SentDeposits(uint256[] params, address to, uint256 value, uint256 fee, address from)
SentMessages(uint32[] eids, bytes[] messages, uint256 value, uint256 fee, address from)
constructor(address _owner, address _endpoint)
receive()
AlreadyInitialized()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()