0x4ca57dbcd5815b536b3e733e4df55d5a9cfbdd4e
Verified contract
Proxy
Active on
Ethereum with 859 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 ($2,191.09)
Native
Value
$2,191.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.683232 | $3,206.95 |
$2,191.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151824 | 19 hours ago | | | 0.090837008 | 0.00020102600 | |
| 21137119 | 3 days ago | | | 0.03520644 | 0.00049113889 | |
| 21134063 | 3 days ago | | | 0.054464692 | 0.00026230547 | |
| 21133644 | 3 days ago | | | 0.019003748 | 0.00024394951 | |
| 21129008 | 4 days ago | | | 0.028136271 | 0.00042723820 | |
| 21123095 | 5 days ago | | | 0.30797324 | 0.00031589539 | |
| 21120696 | 5 days ago | | | 0.019101201 | 0.00011791289 | |
| 21115780 | 6 days ago | | | 0.027283447 | 0.00025522786 | |
| 21112859 | 6 days ago | | | 0.020637627 | 0.00010732182 | |
| 21107102 | 7 days ago | | | 0.017504185 | 0.000092238876 |
ABI
ABI objects
Getter at block 21157603
client() view returns (address)
0xf304a4229561aeba13425710acf1f46c9f24f1eb
clientBasisPoints() view returns (uint256)
9600
clientOnlyClRewards() view returns (uint256)
259383853685000000000
eth2WithdrawalCredentialsAddress() view returns (address)
0xf304a4229561aeba13425710acf1f46c9f24f1eb
factory() view returns (address)
0x86a9f3e908b4658a1327952eb1ec297a4212e1bb
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()