OFTAdapterImplementation
Verified contract
Active on
Ethereum with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,046.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGL | ERC-20 | 154.948154B | $0.00 |
$39,046.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21407756 | 12 minutes ago | | | 0.000014489038 | 0.0018608427 | |
| 21407708 | 22 minutes ago | | | 0.000014489038 | 0.0018670723 | |
| 21407453 | an hour ago | | | 0.000014489038 | 0.00024163144 | |
| 21407452 | an hour ago | | | 0.000019233002 | 0.0033890711 | |
| 21406229 | 5 hours ago | | | 0.000014489038 | 0.0017477746 | |
| 21406197 | 5 hours ago | | | 0.000014489038 | 0.00024768113 | |
| 21406197 | 5 hours ago | | | 0.000019233002 | 0.0063698720 | |
| 21405909 | 6 hours ago | | | 0.000015937942 | 0.0014124768 | |
| 21405387 | 8 hours ago | | | 0.000015937942 | 0.0016380438 | |
| 21405093 | 9 hours ago | | | 0.000019233002 | 0.0037122382 |
ABI
ABI objects
Getter at block 21407815
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
true
decimalConversionRate() view returns (uint256)
1000000000000
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
oApp() view returns (address)
0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x0743eb3b57c0ec36a48dc5cec88d13a7dac9203a
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
6
token() view returns (address)
0xd5eb7e91ae88ea2550f9bfd04208399c95df4dc7
Read-only
allowInitializePath(struct Origin_0 origin) view returns (bool)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
isComposeMsgSender(struct Origin_0, bytes, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
quoteOFT(struct SendParam _sendParam) view returns (struct OFTLimit oftLimit, struct OFTFeeDetail[] oftFeeDetails, struct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParam, bool _payInLzToken) view returns (struct MessagingFee_0 msgFee)
State-modifying
Events lzReceive(struct Origin_0 _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin_0 _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee_0 _fee, address _refundAddress) payable returns (struct MessagingReceipt_0 msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transferOwnership(address newOwner)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountReceivedLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountSentLD, uint256 amountReceivedLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
constructor(address _token, address _lzEndpoint, address _delegate)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)