ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 664 txns
Deployed by via 0x68370047 at 20468130
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
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
ERC-20
Value $13,456,092.71
0xcc5e84017efcde18b03515003a9ea637038db1b3743eb008d3840c883c55ffb0
0xbd35635ebb28c39674fdee62a981334b947812dade92d975c55547441e3ac1cd
0x51516f6007cabfd7ac8f15ecca4ff647bf64cdbcbd989d973194e23cadfbd0b8
0x62f9e9b9bb3bd1892f0ec59d927e977e63446d7ccea40ba44c435959e9488a77
0xcdc67446884c4f4309a6a0289df79ccd2925b9d2c8d6a64425ffba8064a4ed7c
0xebe738b8dff09fb8a58cf042754c250fdb46dad0eb8f37b30de4cf28e3068e87
0x470d1bd0c7f1b99c9aa0fee79959a1cde5d4ac65bb0cf005a4c5313fb8d02881
0xbe30d47a8d33af8876271c336b85c2d89c2a6bee8dc106dddb3252d3094d89f3
0x8f43a7db2192a46479afeec72721601b6c3befb1a493982bc19eea855b205833
0xd13cfd9dd5c059194e21dd3301cb3b58ea5f894efa31bb3b1423a8571320cc7a

Functions
Getter at block 21190185
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 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion(pure returns (bytes4 interfaceIduint64 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
 
proxiableUUID(view returns (bytes32)
sharedDecimals(view returns (uint8)
18
token(view returns (address)
0xabd4c63d2616a5201454168269031355f4764337
Read-only
allowInitializePath(struct Origin originview returns (bool)
combineOptions(uint32 _eiduint16 _msgTypebytes _extraOptionsview returns (bytes)
enforcedOptions(uint32 eiduint16 msgTypeview returns (bytes enforcedOption)
isComposeMsgSender(struct Originbytesaddress _senderview returns (bool)
isPeer(uint32 _eidbytes32 _peerview returns (bool)
nextNonce(uint32bytes32view returns (uint64 nonce)
peers(uint32 eidview returns (bytes32 peer)
quoteOFT(struct SendParam _sendParamview returns (struct OFTLimit oftLimitstruct OFTFeeDetail[] oftFeeDetailsstruct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParambool _payInLzTokenview returns (struct MessagingFee msgFee)
trustAddress(addressview returns (bool)
State-modifying
initialize(address _orderTokenaddress _lzEndpointaddress _delegate
lzReceive(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
lzReceiveAndRevert(struct InboundPacket[] _packetspayable 
lzReceiveSimulate(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
pause(
renounceOwnership(
send(struct SendParam _sendParamstruct MessagingFee _feeaddress _refundAddresspayable returns (struct MessagingReceipt msgReceiptstruct OFTReceipt oftReceipt)
setDelegate(address _delegate
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions
setMsgInspector(address _msgInspector
setOnlyTrust(bool _status
setPeer(uint32 _eidbytes32 _peer
setPeers(uint32[] _eidsbytes32[] _peers
setPreCrime(address _preCrime
setTrustAddress(address _addrbool _status
transferOwnership(address newOwner
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions
Initialized(uint64 version
MsgInspectorSet(address inspector
OFTReceived(bytes32 indexed guiduint32 srcEidaddress indexed toAddressuint256 amountReceivedLD
OFTSent(bytes32 indexed guiduint32 dstEidaddress indexed fromAddressuint256 amountSentLDuint256 amountReceivedLD
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PeerSet(uint32 eidbytes32 peer
PreCrimeSet(address preCrimeAddress
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
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 eidbytes32 sender
OnlySelf(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
SimulationResult(bytes result
SlippageExceeded(uint256 amountLDuint256 minAmountLD
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot