0x2bee119ee6d368209379184a8fa6c13c76216e3a
Verified contract
Proxy
Active on
Ethereum with 2,246 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 ($30,001.97)
Native
Value
$30,001.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.344108 | $3,210.79 |
$30,001.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161418 | a minute ago | | | 0.077353952 | 0.00034913102 | |
| 21160940 | 2 hours ago | | | 0.070620519 | 0.00038985070 | |
| 21158716 | 9 hours ago | | | 0.027825886 | 0.00052294904 | |
| 21158532 | 10 hours ago | | | 0.18218604 | 0.00067220757 | |
| 21157942 | 12 hours ago | | | 0.074214595 | 0.00084369285 | |
| 21157275 | 14 hours ago | | | 0.047705511 | 0.00037463575 | |
| 21156413 | 17 hours ago | | | 0.027557029 | 0.00028217219 | |
| 21156284 | 17 hours ago | | | 0.030857329 | 0.00031259091 | |
| 21155813 | 19 hours ago | | | 0.033071863 | 0.00024772643 | |
| 21154594 | a day ago | | | 0.031548189 | 0.00012881159 |
ABI
ABI objects
Getter at block 21161421
client() view returns (address)
0x62a90760c7ce5cbadbb64188ad075e9a52518d41
clientBasisPoints() view returns (uint256)
9000
clientOnlyClRewards() view returns (uint256)
630417289640049225680
eth2WithdrawalCredentialsAddress() view returns (address)
0x62a90760c7ce5cbadbb64188ad075e9a52518d41
factory() view returns (address)
0xbf6339534b2458aa8fd75a4e5ced45407470953d
operator() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0x4e67dff29304075a383d877f0ba760b94fe38803
owner() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
referrer() view returns (address)
0x0000000000000000000000000000000000000000
referrerBasisPoints() view returns (uint256)
0
service() view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
withdrawSelector() pure returns (bytes4)
0xdd83edc3
Read-only
checkOperatorOrOwner(address _address) view
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
changeOperator(address _newOperator)
dismissOperator()
emergencyEtherRecoveryWithoutOracleData()
increaseDepositedCount(uint32 _validatorCountToAdd)
initialize(struct FeeRecipient _clientConfig, struct FeeRecipient _referrerConfig)
recoverEther(address _to, bytes32[] _proof, uint256 _amountInGwei)
setClientOnlyClRewards(uint256 _clientOnlyClRewards)
transferERC1155(address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
transferERC20(address _token, address _recipient, uint256 _amount)
transferERC721(address _token, address _recipient, uint256 _tokenId)
transferOwnership(address newOwner)
validateUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 missingAccountFunds) returns (uint256 validationData)
voluntaryExit(bytes[] _pubkeys)
withdraw(bytes32[] _proof, uint256 _amountInGwei)
withdrawFromEntryPoint()
ERC1155Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
ERC20Transferred(address indexed _token, address indexed _recipient, uint256 _amount)
ERC721Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId)
FeeDistributor__EtherRecovered(address indexed _to, uint256 _amount)
FeeDistributor__Initialized(address indexed _client, uint96 _clientBasisPoints, address indexed _referrer, uint96 _referrerBasisPoints)
FeeDistributor__VoluntaryExit(bytes[] _pubkeys)
FeeDistributor__Withdrawn(uint256 _serviceAmount, uint256 _clientAmount, uint256 _referrerAmount)
OperatorChanged(address indexed _previousOperator, address indexed _newOperator)
OracleFeeDistributor__ClientOnlyClRewardsUpdated(uint256 _clientOnlyClRewards)
OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
This contract contains no constructor objects.
receive()
Access__AddressNeitherOperatorNorOwner(address _address, address _operator, address _owner)
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
Erc4337Account__DataTooShort()
Erc4337Account__NotAllowedToWithdrawFromEntryPoint()
Erc4337Account__NotEntryPoint(address _passedAddress)
Erc4337Account__OnlyWithdrawIsAllowed()
FeeDistributor__CallerNotClient(address _caller, address _client)
FeeDistributor__ClientAddressEqualsService(address _passedAddress)
FeeDistributor__ClientAlreadySet(address _existingClient)
FeeDistributor__ClientCannotReceiveEther(address _client)
FeeDistributor__ClientNotSet()
FeeDistributor__ClientPlusReferralBasisPointsExceed10000(uint96 _clientBasisPoints, uint96 _referralBasisPoints)
FeeDistributor__EtherRecoveryFailed(address _to, uint256 _amount)
FeeDistributor__InvalidClientBasisPoints(uint96 _clientBasisPoints)
FeeDistributor__NotFactory(address _passedAddress)
FeeDistributor__NotFactoryCalled(address _msgSender, address _actualFactory)
FeeDistributor__NothingToWithdraw()
FeeDistributor__ReferrerAddressEqualsClient(address _passedAddress)
FeeDistributor__ReferrerAddressEqualsService(address _passedAddress)
FeeDistributor__ReferrerBasisPointsMustBeZeroIfAddressIsZero(uint96 _referrerBasisPoints)
FeeDistributor__ReferrerCannotReceiveEther(address _referrer)
FeeDistributor__ServiceCannotReceiveEther(address _service)
FeeDistributor__ZeroAddressClient()
FeeDistributor__ZeroAddressEthReceiver()
FeeDistributor__ZeroAddressService()
FeeDistributor__ZeroReferrerBasisPointsForNonZeroReferrer()
OracleFeeDistributor__CannotResetClientOnlyClRewards()
OracleFeeDistributor__ClientBasisPointsShouldBeHigherThan5000()
OracleFeeDistributor__NotOracle(address _passedAddress)
OracleFeeDistributor__WaitForEnoughRewardsToWithdraw()
Ownable2Step__CallerNotNewOwner()
Ownable2Step__NewOwnerShouldNotBeCurrentOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()