InterportLZGasTransfer
Verified contract
Active on
Base with 6,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,144.32)
Native
Value
$1,144.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.334347 | $3,422.56 |
$1,144.32 | |
USA | ERC-20 | 1 | $0.000765 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22776011 | a day ago | | | 0.00064137249 | 5.7119179e-7 | |
| 22752147 | 2 days ago | | | 0.00016486877 | 5.4792099e-7 | |
| 22525211 | 7 days ago | | | 0.000075142972 | 5.1707263e-7 | |
| 22525198 | 7 days ago | | | 0.000075142972 | 5.2044304e-7 | |
| 22525058 | 7 days ago | | | 0.000075142972 | 5.1980201e-7 | |
| 22524903 | 7 days ago | | | 0.000075289945 | 5.1629901e-7 | |
| 22524579 | 7 days ago | | | 0.000075362053 | 8.9594204e-7 | |
| 22524480 | 7 days ago | | | 0.000075362053 | 5.2061627e-7 | |
| 22524351 | 7 days ago | | | 0.000075262245 | 5.2030686e-7 | |
| 22524175 | 7 days ago | | | 0.000075262245 | 5.1412644e-7 |
ABI
ABI objects
Getter at block 22822381
SYSTEM_VERSION_ID() view returns (uint256)
15685333357143876905381156080256194284585309009741792718237957731407193701748
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
lzRelayer() view returns (address)
0xcb566e3b6934fa77258d68ea18e931fa75e1aaaa
owner() view returns (address)
0x894634481e0d40f55dbae68b4340d2c051db585e
paused() view returns (bool)
false
Read-only
destinationAmountCap(uint16[] _lzChainIds) view returns (uint128[])
estimateSourceValue(struct InterportLZGasTransferGasTransferParameters _parameters) view returns (uint256 lzValue)
State-modifying
Events cleanup(address _tokenAddress)
cleanupWithAmount(address _tokenAddress, uint256 _tokenAmount)
gasTransfer(struct InterportLZGasTransferGasTransferParameters _parameters) payable
lzReceive(uint16, bytes, uint64, bytes)
pause()
renounceOwnership()
resumeReceive(uint16 _lzSourceChainId, address _sourceApp)
setEndpoint(address _lzEndpoint)
setRelayer(address _lzRelayer)
setValidation(bytes _validation)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetEndpoint(address indexed endpoint)
SetRelayer(address indexed relayer)
Unpaused(address account)
constructor(address _lzEndpoint, address _lzRelayer, bytes _validation, address _owner)
receive()
NonContractAddressError(address account)
SafeTransferError()
SafeTransferNativeError()
ValidationError()