Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$215.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.065461 | $3,288.85 |
$215.29 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748279 | 5 hours ago | | | 0.00021872527 | 0.0000043600748 | |
| 22736068 | 11 hours ago | | | 0.00017145727 | 0.0000015882151 | |
| 22735609 | 12 hours ago | | | 0.00017204527 | 0.0000014864407 | |
| 22735164 | 12 hours ago | | | 0.00016952527 | 0.0000012584149 | |
| 22735016 | 12 hours ago | | | 0.00017864527 | 0.0000012532303 | |
| 22618226 | 3 days ago | | | 0.00013160911 | 0.0000067424805 | |
| 22568348 | 4 days ago | | | 0.000021826599 | 0.0000021387884 | |
| 22504876 | 6 days ago | | | 0.00012282685 | 0.0000031270910 | |
| 22331031 | 10 days ago | | | 0.000090056643 | 0.0000029377024 | |
| 22317146 | 10 days ago | | | 0.00027893431 | 0.0000060331320 |
ABI
ABI objects
Getter at block 22756763
defaultGasLimit() view returns (uint256)
20000
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address result)
0xbc2c7144b1f8d708a0601961da6b6102f4af286a
Read-only
createAdapterParams(uint16 dstChainId, uint256 nativeAmount, address to) view returns (bytes)
estimateFees(uint16 _dstChainId, bytes _adapterParams) view returns (uint256 nativeFee)
estimateFees(uint16[] _dstChainIds, bytes[] _adapterParams) view returns (uint256[] nativeFees)
gasLimitLookup(uint16) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit(uint256[] _depositParams, address to) payable
lzReceive(uint16, bytes, uint64, bytes)
renounceOwnership() payable
requestOwnershipHandover() payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDefaultGasLimit(uint256 _defaultGasLimit)
setGasLimit(uint16[] _remoteChainIds, uint256[] _gasLimits)
setTrusted(uint16[] _remoteChainIds, address[] _remoteAddresses)
transferOwnership(address newOwner) payable
withdraw(address token, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _lzEndpoint)
receive()
AlreadyInitialized()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()