LiquidStakingTokenLockbox

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x06a88a93 at 21180467
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LiquidStakingTokenLockbox"

No transactions found for "LiquidStakingTokenLockbox"


Functions
Getter at block 21262679
averageAssetsPerShare(view returns (uint256)
0
composeMsgSender(view returns (address sender)
0x23e948da9bd7cedaf60984ed65af2f58ee215058
endpoint(view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
getAutoPxEth(view returns (address)
0x0000000000000000000000000000000000000000
getPlatform(view returns (address)
0x0000000000000000000000000000000000000000
getTokenOut(view returns (address)
0x0000000000000000000000000000000000000000
getTotalUnbackedTokens(view returns (uint256)
0
maxSyncedIdBatch(view returns (uint256)
0
oAppVersion(pure returns (uint64 senderVersionuint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingDeposit(view returns (uint256)
0
syncedIds(view returns (bytes32[])
[]
totalShares(view returns (uint256)
0
Read-only
allowInitializePath(struct Origin originview returns (bool)
combineOptions(uint32 _eiduint16 _msgTypebytes _extraOptionsview returns (bytes)
enforcedOptions(uint32 _eiduint16 _msgTypeview returns (bytes)
getReceiver(uint32 originEidview returns (address)
nextNonce(uint32 _srcEidbytes32 _senderview returns (uint64)
peers(uint32 _eidview returns (bytes32)
quoteDeposit(address _receiveruint256 _amountbytes _optionsview returns (struct MessagingFee msgFee)
quoteRebase(bytes _optionsview returns (struct MessagingFee msgFee)
syncedIdsPending(bool batchLimitview returns (bytes32[])
State-modifying
depositApxEth(address _receiveraddress _refundAddressuint256 _amountbytes _optionspayable 
depositEth(address _receiveraddress _refundAddressuint256 _amountbytes _optionspayable 
depositPxEth(address _receiveraddress _refundAddressuint256 _amountbytes _optionspayable 
initialize(address _delegateaddress _owneraddress _pirexEthaddress _pxEthaddress _autoPxEthuint256 _maxSyncedIdBatch
lzReceive(struct Origin _originbytes32 _guidbytes _messageaddress _executorbytes _extraDatapayable 
onMessageReceived(uint32 originEidbytes32 guidaddress tokenInuint256 amountInuint256 amountOutpayable 
pause(
rebase(address _refundAddressbytes _optionspayable 
renounceOwnership(
setDelegate(address _delegate
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions
setMaxSyncedIdBatch(uint256 _maxSyncedIdBatch
setNonce(uint32 _srcEidbytes32 _senderuint64 _nonce
setPeer(uint32 _eidbytes32 _peer
setPlatform(address platform
setReceiver(uint32 originEidaddress receiver
setTokenOut(address tokenOut
transferOwnership(address newOwner
unpause(
withdraw(address receiveruint256 amount
Events
Deposit(bytes32 indexed guidaddress indexed fromAddressaddress indexed toAddressaddress originTokenuint256 amountuint256 assetsPerShare
DepositSync(uint256 amountbool shouldCompound
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PeerSet(uint32 eidbytes32 peer
PlatformSet(address platform
Rebase(bytes32 indexed guidaddress indexed calleruint256 amountuint256 assetsPerShare
ReceiverSet(uint32 indexed originEidaddress receiver
TokenOutSet(address tokenOut
Unpaused(address account
Withdraw(address receiveruint256 amount
Withdrawal(bytes32 indexed guidaddress indexed toAddressuint256 amount
WithdrawalSync(uint256 amount
Constructor
constructor(address _endpointuint32 _dstEid
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidAmount(
InvalidDelegate(
InvalidEndpointCall(
InvalidInitialization(
InvalidNonce(
InvalidOptions(bytes options
LzTokenUnavailable(
NoPeer(uint32 eid
NotAllowed(
NotEnoughNative(uint256 msgValue
NotInitializing(
OnlyEndpoint(address addr
OnlyPeer(uint32 eidbytes32 sender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
UnauthorizedCaller(
ZeroAddress(
ZeroAmount(