ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4,022 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
Balances ($17,262.91)
Native
Value
$4,085.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.2276 | $3,327.93 |
$4,085.37 | |
USDC | ERC-20 | 13.17754K | $1.00 |
$13,177.54 | |
t.ly/pufer | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245867 | 3 hours ago | | | 0.0000059934935 | 0.0067196870 | |
| 21245817 | 3 hours ago | | | 0.0000059934935 | 0.0066534953 | |
| 21244829 | 6 hours ago | | | 0.0033059935 | 0.0059590156 | |
| 21243623 | 10 hours ago | | | 0.0000059934935 | 0.0081830433 | |
| 21243071 | 12 hours ago | | | 0.0000059922011 | 0.024442100 | |
| 21243029 | 12 hours ago | | | 0.0033060155 | 0.039830400 | |
| 21242730 | 13 hours ago | | | 0.0000059922011 | 0.0059867993 | |
| 21241871 | 16 hours ago | | | 0.0033059935 | 0.0040020440 | |
| 21239065 | a day ago | | | 0.0033060155 | 0.0060902464 | |
| 21238356 | a day ago | | | 0.0033060155 | 0.019025789 |
ABI
ABI objects
Getter at block 21246647 _msgPayload() view returns (bytes) getLzSendReceipt() view returns (struct MessagingReceipt, struct OFTReceipt, bytes, bytes) proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
_msgReceipt() view returns (bytes32 guid, uint64 nonce, struct MessagingFee fee)
(guid=0x92963ce134c6527f56fa788ac8f348e3cda3517c7b42bea79058f3645aa13b8f, nonce=3983, fee=(5448630416386, 0))
_oftReceipt() view returns (uint256 amountSentLD, uint256 amountReceivedLD)
(amountSentLD=0, amountReceivedLD=0)
_options() view returns (bytes)
0x0003010011010000000000000000000000000000c3500100130300000000000000000000000000000007a120
chainedEventId() view returns (uint256)
3975
defaultOftGas() view returns (uint128)
50000
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
usdcAddr() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
chainId2Eid(uint256) view returns (uint32)
eid2ChainId(uint32) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
payloadType2BackwardFee(uint8) view returns (uint256)
payloadType2DstGas(uint8) view returns (uint128)
quoteClaimReward(uint32 distributionId, address user, uint256 cumulativeAmount, bytes32[] merkleProof) view returns (uint256)
quoteSendUserRequest(uint256 amount, address user, uint8 payloadType) view returns (uint256)
quoteStakeOrder(uint256 amount, address sender) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimReward(uint32 distributionId, uint256 cumulativeAmount, bytes32[] merkleProof) payable
grantRole(bytes32 role, address account)
initialize(address _oft, address _usdc, address _owner)
lzCompose(address from, bytes32, bytes _message, address, bytes) payable
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
sendUserRequest(uint256 amount, uint8 payloadType) payable
setChainId2Eid(uint256 chainId, uint32 eid)
setDefaultOftGas(uint128 _defaultOftGas)
setLedgerInfo(uint256 _ledgerChainId, address _ledgerAddr)
setLzEndpoint(address _lzEndpoint)
setMyChainId(uint256 _myChainId)
setOrderTokenOft(address _orderTokenOft)
setPayloadType2BackwardFee(uint8 payloadType, uint256 backwardFee)
setPayloadType2DstGas(uint8 payloadType, uint128 dstGas)
stakeOrder(uint256 amount) payable
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTo(address to)
Upgraded(address indexed implementation)
ClaimRewardTokenTransferred(address indexed user, uint256 amount)
ClaimUsdcRevenueTransferred(address indexed user, uint256 amount)
ClaimVestingRequestTransferred(address indexed user, uint256 amount)
Initialized(uint64 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Upgraded(address indexed implementation)
WithdrawOrderTokenTransferred(address indexed user, uint256 amount)
constructor(address implementation, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidOptionType(uint16 optionType)
NotInitializing()
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)