Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 4.0001 | $0.999476 |
$4 | |
USDM | ERC-20 | 1.407411 | $0.999774 |
$1.41 | |
cgUSD | ERC-20 | 0.000014 | $0.991254 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741116 | 17 minutes ago | | | 0 | 7.3527196e-7 | |
| 22741033 | 20 minutes ago | | | 0 | 0.0000012032910 | |
| 22741018 | 21 minutes ago | | | 0 | 6.8617120e-7 | |
| 22740892 | 25 minutes ago | | | 0 | 6.5972000e-7 | |
| 22734878 | 4 hours ago | | | 0 | 4.7473920e-7 | |
| 22734853 | 4 hours ago | | | 0 | 4.7473920e-7 | |
| 22734696 | 4 hours ago | | | 0 | 4.7473920e-7 | |
| 22733509 | 5 hours ago | | | 0 | 3.8169885e-7 | |
| 22733424 | 5 hours ago | | | 0 | 6.4952330e-7 | |
| 22733404 | 5 hours ago | | | 0 | 3.8256800e-7 |
ABI
ABI objects
Getter at block 22741636
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
getCurrentBlockNumber() view returns (uint256)
22741636
maxFee() view returns (uint16)
1001
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
owner() view returns (address)
0x451f52446ebd4376d4a05f4267ef1a03acf1aaf4
srcLzc() view returns (uint32)
30184
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
applyFee(uint256 number, uint256 _fee) pure returns (uint256)
bondFee(uint256 number, uint256 _fee) pure returns (uint256)
book(uint256, address, address) view returns (address src, address dst, uint16 lzc)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
decodeMessage(bytes encodedMessage) pure returns (struct TradeInterfacePayload message, uint16 msgType, uint256 extraOptionsStart, uint256 extraOptionsLength)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
getMatch(address srcAsset, address dstAsset, uint256 dstLzc, uint256 index) view returns (struct TradeInterfaceMatch _match)
getOrder(address srcAsset, address dstAsset, uint256 dstLzc, uint256 index) view returns (struct TradeInterfaceOrder _order)
getOrders(address srcAsset, address dstAsset, uint256 dstLzc) view returns (struct TradeInterfaceOrder[] orders)
getReceipt(address srcAsset, address dstAsset, uint256 dstLzc, uint256 srcIndex, uint256 dstIndex) view returns (struct TradeInterfaceReceipt _receipt)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
State-modifying
Events cancelOrder(struct TradeInterfaceOrderDirection direction, uint32 orderIndex)
challengeMatch(struct TradeInterfaceOrderDirection direction, uint32 srcIndex, bytes _extraSendOptions, bytes _extraReturnOptions) payable
confirmMatch(struct TradeInterfaceOrderDirection direction, uint32 srcIndex)
createMatch(struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex, address Counterparty, uint96 srcQuantity, uint96 dstQuantity)
executeMatch(struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex, address Counterparty, uint96 srcQuantity, uint96 dstQuantity, bool isUnwrap)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
placeOrder(struct TradeInterfaceOrderDirection direction, struct TradeInterfaceOrderFunding funding, struct TradeInterfaceOrderExpiration expiration, bool isMaker)
renounceOwnership()
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMaxFee(uint16 _newMaxFee)
setPeer(uint32 _eid, bytes32 _peer)
transferOwnership(address newOwner)
unwindMatch(struct TradeInterfaceOrderDirection direction, uint32 srcIndex)
ChallengeRaised(address indexed challenger, struct TradeInterfaceOrderDirection direction, uint32 srcIndex, address bonder, uint32 dstIndex)
ChallengeResult(bool challenge_status)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MatchConfirmed(address indexed bonder, struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex, uint16 bondFee)
MatchCreated(address indexed bonder, struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex, uint96 srcQuantity, uint96 dstQuantity, address Maker, uint96 blockNumber)
MatchExecuted(address indexed bonder, struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex, uint96 srcQuantity, uint96 dstQuantity, address Taker, bool isWrapped)
MatchUnwound(address indexed bonder, struct TradeInterfaceOrderDirection direction, uint32 srcIndex, uint32 dstIndex)
MessageReceived(string message, uint32 senderEid, bytes32 sender)
MessageSent(bytes message, uint32 dstEid)
OrderCancelled(address indexed sender, struct TradeInterfaceOrderDirection direction, uint32 orderIndex)
OrderPlaced(address indexed sender, uint32 orderIndex, struct TradeInterfaceOrderDirection direction, struct TradeInterfaceOrderFunding funding, struct TradeInterfaceOrderExpiration expiration, bool isMaker)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
ReturnMessageSent(string message, uint32 dstEid)
constructor(address _endpoint, address _owner, uint32 _lzEid)
receive()
InvalidDelegate()
InvalidEndpointCall()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)