LiquidStakingTokenLockbox
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidStakingTokenLockbox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LiquidStakingTokenLockbox"
ABI
ABI objects
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 senderVersion, uint64 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 origin) view returns (bool)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 _eid, uint16 _msgType) view returns (bytes)
getReceiver(uint32 originEid) view returns (address)
nextNonce(uint32 _srcEid, bytes32 _sender) view returns (uint64)
peers(uint32 _eid) view returns (bytes32)
quoteDeposit(address _receiver, uint256 _amount, bytes _options) view returns (struct MessagingFee msgFee)
quoteRebase(bytes _options) view returns (struct MessagingFee msgFee)
syncedIdsPending(bool batchLimit) view returns (bytes32[])
State-modifying
Events depositApxEth(address _receiver, address _refundAddress, uint256 _amount, bytes _options) payable
depositEth(address _receiver, address _refundAddress, uint256 _amount, bytes _options) payable
depositPxEth(address _receiver, address _refundAddress, uint256 _amount, bytes _options) payable
initialize(address _delegate, address _owner, address _pirexEth, address _pxEth, address _autoPxEth, uint256 _maxSyncedIdBatch)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
onMessageReceived(uint32 originEid, bytes32 guid, address tokenIn, uint256 amountIn, uint256 amountOut) payable
pause()
rebase(address _refundAddress, bytes _options) payable
renounceOwnership()
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMaxSyncedIdBatch(uint256 _maxSyncedIdBatch)
setNonce(uint32 _srcEid, bytes32 _sender, uint64 _nonce)
setPeer(uint32 _eid, bytes32 _peer)
setPlatform(address platform)
setReceiver(uint32 originEid, address receiver)
setTokenOut(address tokenOut)
transferOwnership(address newOwner)
unpause()
withdraw(address receiver, uint256 amount)
Deposit(bytes32 indexed guid, address indexed fromAddress, address indexed toAddress, address originToken, uint256 amount, uint256 assetsPerShare)
DepositSync(uint256 amount, bool shouldCompound)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PeerSet(uint32 eid, bytes32 peer)
PlatformSet(address platform)
Rebase(bytes32 indexed guid, address indexed caller, uint256 amount, uint256 assetsPerShare)
ReceiverSet(uint32 indexed originEid, address receiver)
TokenOutSet(address tokenOut)
Unpaused(address account)
Withdraw(address receiver, uint256 amount)
Withdrawal(bytes32 indexed guid, address indexed toAddress, uint256 amount)
WithdrawalSync(uint256 amount)
constructor(address _endpoint, uint32 _dstEid)
This contract contains no fallback and receive objects.
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 eid, bytes32 sender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UnauthorizedCaller()
ZeroAddress()
ZeroAmount()