ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 664 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a44…728c
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
Balances ($13,456,092.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORDER | ERC-20 | 95.222576M | $0.141312 |
$13,456,092.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176138 | 2 days ago | | | 0.000027336286 | 0.0064226427 | |
| 21171121 | 3 days ago | | | 0.00022472353 | 0.018324215 | |
| 21170904 | 3 days ago | | | 0.00010593858 | 0.019647426 | |
| 21158071 | 4 days ago | | | 0.00003185301 | 0.0077364412 | |
| 21157883 | 5 days ago | | | 0.000024874333 | 0.0091306240 | |
| 21154438 | 5 days ago | | | 0.000020093991 | 0.0020906342 | |
| 21154313 | 5 days ago | | | 0.000020093991 | 0.0018034367 | |
| 21150274 | 6 days ago | | | 0.000023817371 | 0.00064197801 | |
| 21150059 | 6 days ago | | | 0.000022452423 | 0.00058406423 | |
| 21150050 | 6 days ago | | | 0.000022452423 | 0.0026855064 |
ABI
ABI objects
Getter at block 21190185 proxiableUUID() view returns (bytes32)
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
approvalRequired() pure returns (bool)
true
decimalConversionRate() view returns (uint256)
1
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
oApp() view returns (address)
0x17435cc940e03aa52c349738c72c7aa44ffa6525
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
onlyTrustCaller() view returns (bool)
false
owner() view returns (address)
0x4e834ca9310d7710a409638a7aa70cb22f141df3
paused() view returns (bool)
false
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
18
token() view returns (address)
0xabd4c63d2616a5201454168269031355f4764337
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)
isComposeMsgSender(struct Origin, 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 msgFee)
trustAddress(address) view returns (bool)
State-modifying
Events initialize(address _orderToken, address _lzEndpoint, address _delegate)
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
pause()
renounceOwnership()
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)
setOnlyTrust(bool _status)
setPeer(uint32 _eid, bytes32 _peer)
setPeers(uint32[] _eids, bytes32[] _peers)
setPreCrime(address _preCrime)
setTrustAddress(address _addr, bool _status)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
Initialized(uint64 version)
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)
Paused(address account)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
NotInitializing()
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)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)