MerklyRefuel
Verified contract
Active on
Base with 473,978 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($238.02)
Native
Value
$238.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.070651 | $3,369.01 |
$238.02 | |
USA | ERC-20 | 1 | $0.000801 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 382.995428 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732097 | an hour ago | | | 0.00013564486 | 0.000024226490 | |
| 22731906 | an hour ago | | | 0.000058432583 | 0.000024226490 | |
| 22730226 | 2 hours ago | | | 0.00016997903 | 0.000024226490 | |
| 22723701 | 6 hours ago | | | 0.000015091562 | 5.9955007e-7 | |
| 22723403 | 6 hours ago | | | 0.000029003321 | 6.5098844e-7 | |
| 22723380 | 6 hours ago | | | 0.000022113971 | 0.000023338554 | |
| 22722489 | 6 hours ago | | | 0.0013731686 | 6.4238823e-7 | |
| 22720274 | 8 hours ago | | | 0.000015091469 | 6.1943963e-7 | |
| 22720087 | 8 hours ago | | | 0.000022827205 | 0.000023337333 | |
| 22719079 | 8 hours ago | | | 0.000021887179 | 0.000023337333 |
ABI
ABI objects
Getter at block 22733927
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0xe077e1fce7f296f151eb61e128dfb5362716e133
precrime() view returns (address)
0x0000000000000000000000000000000000000000
useCustomAdapterParams() view returns (bool)
true
Read-only
estimateSendFee(uint16 _dstChainId, bytes payload, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events bridgeGas(uint16 _dstChainId, bytes _toAddress, bytes _adapterParams) payable
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
withdraw() payable
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
constructor(address _lzEndpoint)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)