USDeOFTAdapter
Verified contract
Active on
Ethereum with 7,702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($133,331,589.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDe | ERC-20 | 133.065459M | $1.002 |
$133,331,589.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222008 | 3 hours ago | | | 0.000016403323 | 0.0093943835 | |
| 21221644 | 4 hours ago | | | 0.000032114193 | 0.0030375890 | |
| 21221611 | 4 hours ago | | | 0.000032114193 | 0.0031750789 | |
| 21220312 | 9 hours ago | | | 0.000032114193 | 0.0029334886 | |
| 21220295 | 9 hours ago | | | 0.000032114193 | 0.0032694899 | |
| 21217319 | 19 hours ago | | | 0.000032114193 | 0.0053395632 | |
| 21216461 | a day ago | | | 0.00029575258 | 0.0068068397 | |
| 21216445 | a day ago | | | 0.00029575258 | 0.0062720330 | |
| 21214324 | a day ago | | | 0.000027110086 | 0.0039390344 | |
| 21214318 | a day ago | | | 0.000016403323 | 0.0039357154 |
ABI
ABI objects
Getter at block 21222890 renounceOwnership() view
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
true
composeMsgSender() view returns (address sender)
0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34
decimalConversionRate() view returns (uint256)
1000000000000
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
oApp() view returns (address)
0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x3b0aaf6e6fcd4a7ceef8c92c32dfea9e64dc1862
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
rateLimiter() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() pure returns (uint8)
6
token() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
getAmountCanBeSent(uint32 _dstEid) view returns (uint256 currentAmountInFlight, uint256 amountCanBeSent)
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 msgFee)
rateLimits(uint32 dstEid) view returns (uint256 amountInFlight, uint256 lastUpdated, uint256 limit, uint256 window)
State-modifying
Events acceptOwnership()
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
setRateLimiter(address _rateLimiter)
setRateLimits(struct RateLimiterRateLimitConfig[] _rateLimitConfigs)
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)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
RateLimiterSet(address indexed rateLimiter)
RateLimitsChanged(struct RateLimiterRateLimitConfig[] rateLimitConfigs)
constructor(struct RateLimiterRateLimitConfig[] _rateLimitConfigs, address _token, address _lzEndpoint, address _delegate)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CantRenounceOwnership()
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlyRateLimiter()
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RateLimitExceeded()
SafeERC20FailedOperation(address token)
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)