PooledStakingManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
1 additional
variable
Balances ($0.00)
No balances found for "PooledStakingManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PooledStakingManager"
ABI
ABI objects
Getter at block 21280415
currentDeposit() view returns (uint256)
0
currentPoint() view returns (uint256)
0
currentSpecial() view returns (uint256)
0
currentSpecialProfit() view returns (uint256)
0
depositEnabled() view returns (bool)
false
getAvailableBalance() view returns (uint256)
13429955402537549799672
getExchangeRate() view returns (uint256)
1000000000000000000
getTotalInqueueETH() view returns (uint256)
0
getTotalInqueueProfit() view returns (uint256)
0
hasSufficientFundsForWithdrawal() view returns (bool)
false
lastRequestID() view returns (uint256)
0
lastTotalETH() view returns (uint256)
0
lastTotalPoint() view returns (uint256)
0
oracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingBlock() view returns (uint256)
0
registerWithdrawalQueue() view returns (int128 _begin, int128 _end)
(_begin=0, _end=0)
returnETHGasLimit() view returns (uint256)
0
stakingWallet() view returns (address)
0x0000000000000000000000000000000000000000
withdrawEnabled() view returns (bool)
false
Read-only
calcETH(uint256 point) view returns (uint256)
calcPoint(uint256 ethAmount) view returns (uint256)
userStatusMap(address user) view returns (struct PooledStakingManagerUserStatus status)
withdrawalRequestMap(uint256 requestID) view returns (struct DoubleDequeWithdrawalRequest request)
State-modifying
Events depositETH(bytes32 tag) payable
depositEnable()
depositPause()
initialize(address _oracle, address _stakingWallet, uint256 _returnETHGasLimit)
makeEth2Deposit(bytes[] pubkey, bytes[] signature, bytes32[] deposit_data_root)
renounceOwnership()
returnETH()
setPendingBlock(uint256 _pendingBlock)
setReturnETHGasLimit(uint256 _returnETHGasLimit)
specialWithdrawalReceive(uint256 requestId)
submitBalances(uint256 totalETH, uint256 totalPoint)
transferOwnership(address newOwner)
updateOracle(address _oracle)
withdrawETH(uint256 point)
withdrawalEnable()
withdrawalPause()
AssetsDequeue(uint256 indexed _requestId, address indexed _user, uint256 _ethAmount, uint256 _profit)
BalancesSubmitted(uint256 lastTotalETH, uint256 lastTotalEpETH)
DepositETH(address indexed _user, bytes32 tag, uint256 _amount, uint256 _point, uint256 canWithdrawBlock)
DepositEnable()
DepositPause()
Initialize(address _oracle, address _stakingWallet, uint256 _returnETHGasLimit)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolDeposit(bytes pubkey, bytes signature, bytes32 deposit_data_root)
SpecialDequeue(uint256 indexed _requestId, address indexed _user, uint256 _ethAmount, uint256 _profit)
SpecialReceive(uint256 indexed _requestId, address indexed _user, uint256 _ethAmount, uint256 _profit)
UpdateOracle(address _oracle)
UpdatePendingBlock(uint256 _pendingBlock)
UpdateReturnETHGasLimit(uint256 gasLimit)
WithdrawalETH(address indexed _user, bool indexed _inQueue, uint256 _amount, uint256 _point, uint256 _requestID, uint256 _principal)
WithdrawalEnable()
WithdrawalPause()
This contract contains no constructor objects.
receive()
Empty()
OutOfBounds()