0x765c89e0582544c260ddf21b9f9750980804919d
Verified contract
Proxy
Active on
Ethereum with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,244.71)
Native
Value
$4,244.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.149319 | $3,693.24 |
$4,244.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20930730 | 2 months ago | | | 0 | 0.00080588332 | |
| 20930729 | 2 months ago | | | 0 | 0.0010786765 | |
| 19475846 | 8 months ago | | | 0 | 0.0015213995 | |
| 19403401 | 9 months ago | | | 0 | 0.0024496819 | |
| 19395440 | 9 months ago | | | 0 | 0.0021898364 | |
| 19093510 | 10 months ago | | | 0 | 0.00062946035 | |
| 18997956 | a year ago | | | 0 | 0.00075190369 | |
| 18749181 | a year ago | | | 0 | 0.0017816502 | |
| 18469823 | a year ago | | | 0 | 0.00094163260 | |
| 18279093 | a year ago | | | 0 | 0.00045275850 |
ABI
ABI objects
Getter at block 21307086
depositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
getCommissionRate() view returns (uint256)
100000
getExitDate() view returns (uint256)
1681257600
getOperatorAddress() view returns (address)
0x7dfae6af4a055662e734d208a8f11cde7856a147
getOperatorClaimable() view returns (uint256)
0
getOperatorDataCommitment() view returns (bytes32)
0xcd34ef1966ee6e6d49bb7db9ce58e8e612748f70580f1d5d4657613458d38e21
getState() view returns (uint8)
3
getTotalDeposits() view returns (uint256)
1100000000000000000
Read-only
getAllowance(address owner, address spender) view returns (uint256)
getDeposit(address depositor) view returns (uint256)
getWithdrawableAmount(address owner) view returns (uint256)
withdrawalAllowance(address depositor, address spender) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveWithdrawal(address spender, uint256 amount) returns (bool)
createValidator(bytes validatorPubKey, bytes depositSignature, bytes32 depositDataRoot, uint64 exitDate)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseWithdrawalAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable returns (uint256 surplus)
depositOnBehalfOf(address depositor) payable returns (uint256 surplus)
endOperatorServices()
forceDecreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceDecreaseWithdrawalAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseWithdrawalAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint24 commissionRate, address operatorAddress, bytes32 operatorDataCommitment)
operatorClaim() returns (uint256)
transferDeposit(address to, uint256 amount) returns (bool)
transferDepositFrom(address from, address to, uint256 amount) returns (bool)
updateExitDate(uint64 newExitDate)
withdraw(uint256 amount, uint256 minimumETHAmount) returns (uint256)
withdrawAll(uint256 minimumETHAmount) returns (uint256)
withdrawFrom(address depositor, address beneficiary, uint256 amount, uint256 minimumETHAmount) returns (uint256)
withdrawTo(uint256 amount, address beneficiary, uint256 minimumETHAmount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 amount)
Claim(address receiver, uint256 amount)
Deposit(address from, uint256 amount)
ServiceEnd()
Transfer(address indexed from, address indexed to, uint256 amount)
ValidatorDeposited(bytes pubkey)
Withdrawal(address indexed owner, address indexed to, uint256 amount, uint256 value)
WithdrawalApproval(address indexed owner, address indexed spender, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.