RocketDepositPool
Verified contract
Active on
Ethereum with 9,658 txns
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 "RocketDepositPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247318 | 2 hours ago | | | 2.05 | 0.0024097090 | |
| 21245630 | 7 hours ago | | | 27 | 0.0025060293 | |
| 21243148 | 16 hours ago | | | 0.121 | 0.0027003849 | |
| 21241505 | 21 hours ago | | | 0.148 | 0.0020046566 | |
| 21240620 | a day ago | | | 0.80078859 | 0.0020648965 | |
| 21239958 | a day ago | | | 0.21 | 0.0022484950 | |
| 21239572 | a day ago | | | 1 | 0.0029158289 | |
| 21237763 | a day ago | | | 3.3049973 | 0.0048896612 | |
| 21234745 | 2 days ago | | | 0.158 | 0.0018750290 | |
| 21233863 | 2 days ago | | | 6.25 | 0.0026388953 |
ABI
ABI objects
Getter at block 21247775 getExcessBalance() view returns (uint256) getMaximumDepositAmount() view returns (uint256)
getBalance() view returns (uint256)
9979034464709610064
getNodeBalance() view returns (uint256)
1891000000000000000000
getUserBalance() view returns (int256)
-1881020965535290389936
version() view returns (uint8)
3
Read-only
This contract contains no read-only function objects.
State-modifying
Events assignDeposits()
deposit() payable
maybeAssignDeposits() returns (bool)
nodeCreditWithdrawal(uint256 _amount)
nodeDeposit(uint256 _totalAmount) payable
receiveVaultWithdrawalETH() payable
recycleDissolvedDeposit() payable
recycleExcessCollateral() payable
recycleLiquidatedStake() payable
withdrawExcessBalance(uint256 _amount)
DepositAssigned(address indexed minipool, uint256 amount, uint256 time)
DepositReceived(address indexed from, uint256 amount, uint256 time)
DepositRecycled(address indexed from, uint256 amount, uint256 time)
ExcessWithdrawn(address indexed to, uint256 amount, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.