0x4dc0bf9b18f9c550786a67ef42569d6337c4e78c
Unverified contract
Proxy
Active on
Ethereum with 1 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
0x224c…a8d3
Balances ($0.00)
No balances found for "0x4dc0bf9b18f9c550786a67ef42569d6337c4e78c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20579850 | 3 months ago | | | 0 | 0.00027750258 |
ABI
ABI objects
Getter at block 21212222
getClient() view returns (address)
0xd4f962494c3f70244bf3dd3a2c55132da56da880
getFactory() view returns (address)
0x10f4ec919e3e692cb79301e58a7055c783630dfc
getFeeDistributor() view returns (address)
0x224c83c4e1a99a7c4f330800e3435e205750a8d3
operator() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
owner() view returns (address)
0xbc1ff75c84724fe6377e0fdd13cd0f59c156e864
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositToSSV(uint256 _tokenAmount, uint64[] _operatorIds, struct ISSVClustersCluster[] _clusters)
initialize(address _feeDistributor)
liquidate(uint64[] _operatorIds, struct ISSVClustersCluster[] _clusters)
reactivate(uint256 _tokenAmount, uint64[] _operatorIds, struct ISSVClustersCluster[] _clusters)
registerValidators(struct SsvPayload _ssvPayload)
removeValidators(bytes[] _pubkeys, uint64[] _operatorIds, struct ISSVClustersCluster[] _clusters)
setFeeRecipientAddress(address _feeRecipientAddress)
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)
transferEther(address _recipient, uint256 _amount)
withdrawFromSSV(uint256 _tokenAmount, uint64[] _operatorIds, struct ISSVClustersCluster[] _clusters)
withdrawSSVTokens(address _to, uint256 _amount)
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)
EtherTransferred(address indexed _recipient, uint256 _amount)
P2pSsvProxy__Initialized(address indexed _feeDistributor)
P2pSsvProxy__SuccessfullyCalledViaFallback(address indexed _caller, bytes4 indexed _selector)
This contract contains no constructor objects.
fallback()
AssetRecoverer__TransferFailed(address _recipient, uint256 _amount)
OwnableBase__CallerNotOwner(address _caller, address _owner)
P2pSsvProxy__AmountOfParametersError()
P2pSsvProxy__CallerNeitherOperatorNorOwner(address _caller, address _operator, address _owner)
P2pSsvProxy__CallerNeitherOperatorNorOwnerNorClient(address _caller)
P2pSsvProxy__NotP2pSsvProxyFactory(address _passedAddress)
P2pSsvProxy__NotP2pSsvProxyFactoryCalled(address _msgSender, address _actualFactory)
P2pSsvProxy__SelectorNotAllowed(address _caller, bytes4 _selector)
TokenRecoverer__NoBurn()