BatchDeposit
Verified contract
Active on
Ethereum with 52 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 "BatchDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275879 | 2 hours ago | | | 32 | 0.00067456870 | |
| 21194024 | 12 days ago | | | 224 | 0.0086865155 | |
| 21127104 | 21 days ago | | | 32 | 0.0024123093 | |
| 21075140 | a month ago | | | 32 | 0.00059703415 | |
| 20992948 | a month ago | | | 32 | 0.0033191200 | |
| 20878628 | 2 months ago | | | 32 | 0.00073442310 | |
| 20634736 | 3 months ago | | | 64 | 0.00059020801 | |
| 20326919 | 4 months ago | | | 128 | 0.0055768930 | |
| 20323132 | 4 months ago | | | 32 | 0.00048945364 | |
| 19890535 | 6 months ago | | | 192 | 0.0033844839 |
ABI
ABI objects
Getter at block 21276480
owner() view returns (address)
0xe23b51ac424fc0b4f21d8640d6b2d8d54b07713c
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events batchDeposit(bytes pubkeys, bytes withdrawal_credentials, bytes signatures, bytes32[] deposit_data_roots) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdrawn(address indexed payee, uint256 weiAmount)
constructor(address depositContractAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.