ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 4,022 txns
Deployed by via 0x08bcf1e4 at 20475845
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 4 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Native
Value $4,085.37
ERC-20
Value $13,177.54
 (#854)
ERC-721
--
0x9f5c5725b988715da5614cd47e7cdb6acb8c2be46a78c88ed01ec06e0ca5458d
0xa678271d3405b625a032d8a5a7dcb01055fe0fb286dca7259c9c5f815966f6a0
0x03a4d8168189e80284441937d5725eb23b5dac14bdbedff53f628ec6f054b354
0xb37c8620d868c43de2b62bb60e304c1840c4443b47bca8f380968db0fc2d5fc8
0x7126d0fae9381e0e6872dfe4144250d0a29e334ea94460360e04b3ac023d5ec4
0x21fc6c7262e627ce53261e56d446e302f68fa534770d7088b439bc9acb14b64f
0x66b67ca8f56156935def5c772a5ecef52a1014ce3e05a272a523edf0502288fb
From
0x70a2f1976f5e45d1531b23da929dbca0938253e76c77130d19d191787d6c1e0b
0x00eb71276516ce6cb78360e3470c841ecfdeda0ae93882732337937e0defdcee
0x03728e4ed6125303b0c232f6f9fd1c221e39200c691fa9bcef9a85a988002736

Functions
Getter at block 21246647
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
 
_msgPayload(view returns (bytes)
_msgReceipt(view returns (bytes32 guiduint64 noncestruct MessagingFee fee)
(guid=0x92963ce134c6527f56fa788ac8f348e3cda3517c7b42bea79058f3645aa13b8f, nonce=3983, fee=(5448630416386, 0))
_oftReceipt(view returns (uint256 amountSentLDuint256 amountReceivedLD)
(amountSentLD=0, amountReceivedLD=0)
_options(view returns (bytes)
0x0003010011010000000000000000000000000000c3500100130300000000000000000000000000000007a120
chainedEventId(view returns (uint256)
3975
defaultOftGas(view returns (uint128)
50000
 
getLzSendReceipt(view returns (struct MessagingReceiptstruct OFTReceiptbytesbytes)
ledgerAddr(view returns (address)
0x68835941c7c300bfef44d1d68b83798791901eb8
ledgerChainId(view returns (uint256)
291
lzEndpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
myChainId(view returns (uint256)
1
orderTokenOft(view returns (address)
0x17435cc940e03aa52c349738c72c7aa44ffa6525
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
usdcAddr(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
chainId2Eid(uint256view returns (uint32)
eid2ChainId(uint32view returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
payloadType2BackwardFee(uint8view returns (uint256)
payloadType2DstGas(uint8view returns (uint128)
quoteClaimReward(uint32 distributionIdaddress useruint256 cumulativeAmountbytes32[] merkleProofview returns (uint256)
quoteSendUserRequest(uint256 amountaddress useruint8 payloadTypeview returns (uint256)
quoteStakeOrder(uint256 amountaddress senderview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
claimReward(uint32 distributionIduint256 cumulativeAmountbytes32[] merkleProofpayable 
grantRole(bytes32 roleaddress account
initialize(address _oftaddress _usdcaddress _owner
lzCompose(address frombytes32bytes _messageaddressbytespayable 
pause(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
sendUserRequest(uint256 amountuint8 payloadTypepayable 
setChainId2Eid(uint256 chainIduint32 eid
setDefaultOftGas(uint128 _defaultOftGas
setLedgerInfo(uint256 _ledgerChainIdaddress _ledgerAddr
setLzEndpoint(address _lzEndpoint
setMyChainId(uint256 _myChainId
setOrderTokenOft(address _orderTokenOft
setPayloadType2BackwardFee(uint8 payloadTypeuint256 backwardFee
setPayloadType2DstGas(uint8 payloadTypeuint128 dstGas
stakeOrder(uint256 amountpayable 
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawTo(address to
Events
Upgraded(address indexed implementation
ClaimRewardTokenTransferred(address indexed useruint256 amount
ClaimUsdcRevenueTransferred(address indexed useruint256 amount
ClaimVestingRequestTransferred(address indexed useruint256 amount
Initialized(uint64 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Upgraded(address indexed implementation
WithdrawOrderTokenTransferred(address indexed useruint256 amount
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
InvalidOptionType(uint16 optionType
NotInitializing(
ReentrancyGuardReentrantCall(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
SafeERC20FailedOperation(address token
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot