PooledStakingManagerProxy
Verified contract
Proxy
Active on
Ethereum with 472 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0xbf3b…2765
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
No balances found for "PooledStakingManagerProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275369 | 17 hours ago | | | 0 | 0.00038157527 | |
| 21268203 | 2 days ago | | | 0 | 0.00030281561 | |
| 21261046 | 3 days ago | | | 0 | 0.00031165332 | |
| 21253880 | 4 days ago | | | 0 | 0.00056430120 | |
| 21246711 | 5 days ago | | | 0 | 0.00053409850 | |
| 21239548 | 6 days ago | | | 0 | 0.00046680627 | |
| 21237755 | 6 days ago | | | 0 | 0.0016227320 | |
| 21232386 | 7 days ago | | | 0 | 0.00036883525 | |
| 21225226 | 8 days ago | | | 0 | 0.00041014762 | |
| 21218050 | 9 days ago | | | 0 | 0.00042094988 |
ABI
ABI objects
Getter at block 21280415
currentDeposit() view returns (uint256)
147022570000000000000
currentPoint() view returns (uint256)
144382271809265940571
currentSpecial() view returns (uint256)
0
currentSpecialProfit() view returns (uint256)
0
depositEnabled() view returns (bool)
true
getAvailableBalance() view returns (uint256)
20980849157472459980
getExchangeRate() view returns (uint256)
1032077514629530099
getTotalInqueueETH() view returns (uint256)
0
getTotalInqueueProfit() view returns (uint256)
0
hasSufficientFundsForWithdrawal() view returns (bool)
false
lastRequestID() view returns (uint256)
5
lastTotalETH() view returns (uint256)
149013696245472459980
lastTotalPoint() view returns (uint256)
144382271809265940571
oracle() view returns (address)
0x1168610fdaa466c2ed300e0642c01f0c42a567da
owner() view returns (address)
0x9369865cdf6b63798863b3f547430f136680269b
pendingBlock() view returns (uint256)
50400
registerWithdrawalQueue() view returns (int128 _begin, int128 _end)
(_begin=1, _end=1)
returnETHGasLimit() view returns (uint256)
80000
stakingWallet() view returns (address)
0xbf3b82a68631fb85e611c57eb6f0d75beae12765
withdrawEnabled() view returns (bool)
true
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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()
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
Empty()
OutOfBounds()