Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.41)
Native
Value
$30.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007706 | $3,946.15 |
$30.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167751 | a month ago | | | 0.24033493 | 0.010310418 | |
| 21167692 | a month ago | | | 0.12033613 | 0.0096399170 | |
| 20951835 | 2 months ago | | | 0.0017729249 | 0.0015738322 | |
| 20259935 | 5 months ago | | | 0.001020723 | 0.00040459437 | |
| 20132744 | 6 months ago | | | 0.0034340801 | 0.0029525468 | |
| 20066616 | 6 months ago | | | 0.0074769746 | 0.0010170797 | |
| 20015531 | 6 months ago | | | 0.00023350621 | 0.0013978430 | |
| 20014599 | 6 months ago | | | 0.00044162638 | 0.0013148580 | |
| 20014547 | 6 months ago | | | 0.00030173469 | 0.0014403413 | |
| 19778547 | 7 months ago | | | 0.00036307536 | 0.00092983084 |
ABI
ABI objects
Getter at block 21394337
defaultGasLimit() view returns (uint256)
20000
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
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()