Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000868 |
$0 | |
GTC | ERC-20 | 4.8K | -- | -- | |
| ERC-20 | 4.2K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2.365612K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22710487 | a few seconds ago | | | 0 | 0.0000015531302 | |
| 22710483 | a few seconds ago | | | 0 | 0.0000015106904 | |
| 22710474 | a few seconds ago | | | 0 | 0.0000014575352 | |
| 22710471 | a minute ago | | | 0 | 0.0000015469290 | |
| 22710467 | a minute ago | | | 0 | 0.0000015031454 | |
| 22710458 | a minute ago | | | 0 | 0.0000015478403 | |
| 22710451 | a minute ago | | | 0 | 0.0000015532459 | |
| 22710450 | a minute ago | | | 0 | 0.0000015537311 | |
| 22710450 | a minute ago | | | 0 | 0.0000014616929 | |
| 22710448 | 2 minutes ago | | | 0 | 0.0000014639249 |
ABI
ABI objects
Getter at block 22710490
messageLibType() pure returns (uint8)
1
owner() view returns (address)
0x28937ca4873f7289ebea0708c4e42b24835ecff0
version() pure returns (uint64 major, uint8 minor, uint8 endpointVersion)
(major=3, minor=0, endpointVersion=2)
Read-only
assertHeader(bytes _packetHeader, uint32 _localEid) pure
getAppUlnConfig(address _oapp, uint32 _remoteEid) view returns (struct UlnConfig)
getConfig(uint32 _eid, address _oapp, uint32 _configType) view returns (bytes)
getUlnConfig(address _oapp, uint32 _remoteEid) view returns (struct UlnConfig rtnConfig)
hashLookup(bytes32 headerHash, bytes32 payloadHash, address dvn) view returns (bool submitted, uint64 confirmations)
isSupportedEid(uint32 _eid) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
verifiable(struct UlnConfig _config, bytes32 _headerHash, bytes32 _payloadHash) view returns (bool)
State-modifying
Events commitVerification(bytes _packetHeader, bytes32 _payloadHash)
renounceOwnership()
setConfig(address _oapp, struct SetConfigParam[] _params)
setDefaultUlnConfigs(struct SetDefaultUlnConfigParam[] _params)
transferOwnership(address newOwner)
verify(bytes _packetHeader, bytes32 _payloadHash, uint64 _confirmations)
DefaultUlnConfigsSet(struct SetDefaultUlnConfigParam[] params)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayloadVerified(address dvn, bytes header, uint256 confirmations, bytes32 proofHash)
UlnConfigSet(address oapp, uint32 eid, struct UlnConfig config)
constructor(address _endpoint)
This contract contains no fallback and receive objects.
LZ_MessageLib_OnlyEndpoint()
LZ_ULN_AtLeastOneDVN()
LZ_ULN_InvalidConfigType(uint32 configType)
LZ_ULN_InvalidConfirmations()
LZ_ULN_InvalidEid()
LZ_ULN_InvalidOptionalDVNCount()
LZ_ULN_InvalidOptionalDVNThreshold()
LZ_ULN_InvalidPacketHeader()
LZ_ULN_InvalidPacketVersion()
LZ_ULN_InvalidRequiredDVNCount()
LZ_ULN_Unsorted()
LZ_ULN_UnsupportedEid(uint32 eid)
LZ_ULN_Verifying()