LzIndirectOFTV2
Verified contract
Active on
Base with 5,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52b2…97e4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001632 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150647 | 16 days ago | | | 0.0035010843 | 8.2816542e-7 | |
| 21150565 | 16 days ago | | | 0.0035010843 | 8.4299244e-7 | |
| 20447723 | a month ago | | | 0.00048723728 | 6.3585491e-7 | |
| 20361076 | a month ago | | | 0.00050891459 | 8.6573093e-7 | |
| 20281009 | a month ago | | | 0.00051036864 | 8.1601508e-7 | |
| 20245997 | a month ago | | | 0.00040083534 | 7.9741330e-7 | |
| 20234802 | a month ago | | | 0.00051156908 | 8.1594278e-7 | |
| 20225573 | a month ago | | | 0.00058706841 | 8.1594278e-7 | |
| 20225207 | a month ago | | | 0.00039607712 | 8.3657707e-7 | |
| 20056826 | a month ago | | | 0.00052494168 | 0.0000016801790 |
ABI
ABI objects
Getter at block 21859069
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint8)
0
PT_SEND_AND_CALL() view returns (uint8)
1
circulatingSupply() view returns (uint256)
11609562380360000000000
feeHandler() view returns (address)
0x52b2773fb2f69d565c651d364f0aa95ebed097e4
innerToken() view returns (address)
0x4a3a6dd60a34bb2aba60d73b4c88315e9ceb6a3d
ld2sdRate() view returns (uint256)
10000000000
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
minterBurner() view returns (address)
0x4a3a6dd60a34bb2aba60d73b4c88315e9ceb6a3d
owner() view returns (address)
0xf657de126f9d7666b5ffe4756ccd9eb393d86a92
precrime() view returns (address)
0xd0b97bd475f53767dbc7adcd70f499000edc916c
sharedDecimals() view returns (uint8)
8
token() view returns (address)
0x4a3a6dd60a34bb2aba60d73b4c88315e9ceb6a3d
useCustomAdapterParams() view returns (bool)
true
Read-only
estimateSendAndCallFee(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _payload, uint64 _dstGasForCall, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes32 _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)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events 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
sendAndCall(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _payload, uint64 _dstGasForCall, struct ILzCommonOFTLzCallParams _callParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, struct ILzCommonOFTLzCallParams _callParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setFeeHandler(address _feeHandler)
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)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash)
LogFeeHandlerChanged(address previous, address current)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
NonContractAddress(address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes32 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 _token, address _minterBurner, uint8 _sharedDecimals, address _lzEndpoint)
This contract contains no fallback and receive objects.
ErrFeeCollectingFailed()