0x21979d8e139cf5344f9a6858196126b9b6d96d88
Unverified contract
Proxy
Active on
Ethereum with 8 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
0x5503…1736
Balances ($0.00)
No balances found for "0x21979d8e139cf5344f9a6858196126b9b6d96d88"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21073842 | a month ago | | | 0 | 0.010923062 | |
| 21073835 | a month ago | | | 0 | 0.017253380 | |
| 21073821 | a month ago | | | 0 | 0.018903596 | |
| 21073808 | a month ago | | | 0 | 0.020075236 | |
| 21019799 | a month ago | | | 0 | 0.0070753158 | |
| 21019787 | a month ago | | | 0 | 0.011987503 | |
| 21019774 | a month ago | | | 0 | 0.010434946 | |
| 21019761 | a month ago | | | 0 | 0.0097360653 |
ABI
ABI objects
Getter at block 21328659
getClient() view returns (address)
0x5b3ef7ed14ab4a240b8290d86a5b1e662e1d618c
getFactory() view returns (address)
0x10f4ec919e3e692cb79301e58a7055c783630dfc
getFeeDistributor() view returns (address)
0x550340c5f01ef4c54d363b8332bd82444aeb1736
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()