LayerZeroPipe
Verified contract
Active on
Base with 1,097 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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
WOOMY | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748885 | 5 hours ago | | | 0.000015343818 | 0.000028450734 | |
| 22743946 | 8 hours ago | | | 0.000015343818 | 0.0000018535218 | |
| 22725914 | 18 hours ago | | | 0.000015343818 | 4.2773580e-7 | |
| 22660740 | 2 days ago | | | 0.000016160336 | 0.0000049742280 | |
| 22629111 | 3 days ago | | | 0.000016525602 | 0.0000050184481 | |
| 22589400 | 4 days ago | | | 0.000016525602 | 0.0000049267018 | |
| 22553202 | 5 days ago | | | 0.000016525602 | 0.0000029228613 | |
| 22552321 | 5 days ago | | | 0.000016525602 | 0.0000035644650 | |
| 22551123 | 5 days ago | | | 0.000016525602 | 0.0000048001462 | |
| 22508276 | 6 days ago | | | 0.000015907929 | 0.0000042535949 |
ABI
ABI objects
Getter at block 22758391
ArchAdmin() view returns (address)
0xb360244e6c5fef42876e903a0281e910ad4ab3c0
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
2158695403511148587
live() view returns (uint256)
1
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0xb360244e6c5fef42876e903a0281e910ad4ab3c0
pinkContract() view returns (address)
0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0
precrime() view returns (address)
0x0000000000000000000000000000000000000000
useCustomAdapterParams() view returns (bool)
false
Read-only
admins(address) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, 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)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events cage(uint256 _live)
deny(address usr)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
rely(address usr)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setArchAdmin(address newArch)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setTrustedRemoteAddressAuth(uint16 _remoteChainId, bytes _remoteAddress)
setTrustedRemoteAuth(uint16 _srcChainId, bytes _path)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
BurnLayerZero(address indexed from, uint256 amount, uint16 _dstChainId)
Cage(uint256 live)
Deny(address indexed usr)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
MintLayerZero(address indexed from, uint256 amount, uint16 _srcChainId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, bytes _fromAddress, address indexed _to, uint256 _amount)
Rely(address indexed usr)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
constructor(address _lzEndpoint, address _pinkContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.