BatchDeposit
Verified contract
Active on
Ethereum with 2,116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCooBi | ERC-20 | 1M | -- | -- | |
VES | ERC-20 | 2.374105K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227827 | 8 hours ago | | | 32 | 0.00068716770 | |
| 21224057 | 21 hours ago | | | 32 | 0.0016368960 | |
| 21217484 | 2 days ago | | | 32 | 0.0011509806 | |
| 21215993 | 2 days ago | | | 32 | 0.0017557602 | |
| 21199492 | 4 days ago | | | 96 | 0.0014857665 | |
| 21199306 | 4 days ago | | | 96 | 0.0017743534 | |
| 21191914 | 5 days ago | | | 64 | 0.0017156148 | |
| 21185756 | 6 days ago | | | 640 | 0.018055888 | |
| 21185664 | 6 days ago | | | 256 | 0.0087076348 | |
| 21177771 | 7 days ago | | | 32 | 0.0014109982 |
ABI
ABI objects
Getter at block 21230278
fee() view returns (uint256)
0
owner() view returns (address)
0x28d18de004ff20b721bab6df6a73f8e1688213b2
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
changeFee(uint256 newFee)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(address receiver)
FeeChanged(uint256 previousFee, uint256 newFee)
FeeCollected(address indexed payee, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdrawn(address indexed payee, uint256 weiAmount)
constructor(address depositContractAddr, uint256 initialFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.