SharedDeposit
Verified contract
Active on
Ethereum with 3,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,698.90 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17803036 | a year ago | | | 0.01 | 0.00045489142 | |
| 17641064 | a year ago | | | 0 | 0.00072000000 | |
| 16987410 | 2 years ago | | | 0 | 0.0023808981 | |
| 16987382 | 2 years ago | | | 0.11 | 0.0027325623 | |
| 16978947 | 2 years ago | | | 0 | 0.0023229691 | |
| 16978709 | 2 years ago | | | 0.151 | 0.012103390 | |
| 16974422 | 2 years ago | | | 0 | 0.0016704844 | |
| 16973662 | 2 years ago | | | 0.47733035 | 0.0083792700 | |
| 16970991 | 2 years ago | | | 0.01928618 | 0.0039771148 | |
| 16968809 | 2 years ago | | | 0 | 0.010933390 |
ABI
ABI objects
Getter at block 21312653
BETHTokenAddress() view returns (address)
0x898bad2774eb97cf6b94605677f43b41871410b1
adminFee() view returns (uint256)
100000000000000000
adminFeeTotal() view returns (uint256)
90808645271251782
buffer() view returns (uint256)
10000000000000000000
costPerValidator() view returns (uint256)
32100000000000000000
curValidatorShares() view returns (uint256)
15999909191360385201961
disableWithdrawRefund() view returns (bool)
true
isOwner() view returns (bool)
false
mainnetDepositContractAddress() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
maxValidatorShares() view returns (uint256)
32000000000000000000000
mintingAllowedAfter() view returns (uint256)
1680757032
numValidators() view returns (uint256)
1000
owner() view returns (address)
0xebc37f4c20c7f8336e81fb3adf82f6372bef777e
paused() view returns (bool)
true
remainingSpaceInEpoch() view returns (uint256)
16050091092416613591674
validatorsCreated() view returns (uint256)
500
workable() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit() payable
depositToEth2(bytes pubkey, bytes withdrawal_credentials, bytes signature, bytes32 deposit_data_root)
donate(uint256 shares) payable
pause()
renounceOwnership()
setAdminFee(uint256 amount)
setMinter(address minter_)
setNumValidators(uint256 _numValidators)
toggleWithdrawAdminFeeRefund()
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
withdrawAdminFee(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(uint256 _numValidators, uint256 _adminFee, address _BETHTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.