ReceiveUln302
Verified contract
Active on
Ethereum with 200,128 txns
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 |
---|---|---|---|---|---|
FEARNOT | ERC-20 | 8.236685 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245340 | 5 minutes ago | | | 0 | 0.00096939630 | |
| 21245340 | 5 minutes ago | | | 0 | 0.0010450307 | |
| 21245336 | 6 minutes ago | | | 0 | 0.00095920735 | |
| 21245331 | 7 minutes ago | | | 0 | 0.0010530624 | |
| 21245325 | 8 minutes ago | | | 0 | 0.00097835409 | |
| 21245304 | 13 minutes ago | | | 0 | 0.0011152667 | |
| 21245289 | 16 minutes ago | | | 0 | 0.0010351173 | |
| 21245286 | 16 minutes ago | | | 0 | 0.0010195298 | |
| 21245278 | 18 minutes ago | | | 0 | 0.00093901967 | |
| 21245195 | 34 minutes ago | | | 0 | 0.0012634151 |
ABI
ABI objects
Getter at block 21245365
messageLibType() pure returns (uint8)
1
owner() view returns (address)
0xcda8e3add00c95e5035617f970096118ca2f4c92
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()