P2pSsvProxy

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xe4a6380d at 18747066
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "P2pSsvProxy"

No transactions found for "P2pSsvProxy"


Functions
Getter at block 21328659
 
getClient(view returns (address)
getFactory(view returns (address)
0x10f4ec919e3e692cb79301e58a7055c783630dfc
getFeeDistributor(view returns (address)
0x0000000000000000000000000000000000000000
operator(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
owner(view returns (address)
0xbc1ff75c84724fe6377e0fdd13cd0f59c156e864
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
depositToSSV(uint256 _tokenAmountuint64[] _operatorIdsstruct ISSVClustersCluster[] _clusters
initialize(address _feeDistributor
liquidate(uint64[] _operatorIdsstruct ISSVClustersCluster[] _clusters
reactivate(uint256 _tokenAmountuint64[] _operatorIdsstruct ISSVClustersCluster[] _clusters
registerValidators(struct SsvPayload _ssvPayload
removeValidators(bytes[] _pubkeysuint64[] _operatorIdsstruct ISSVClustersCluster[] _clusters
setFeeRecipientAddress(address _feeRecipientAddress
transferERC1155(address _tokenaddress _recipientuint256 _tokenIduint256 _amountbytes _data
transferERC20(address _tokenaddress _recipientuint256 _amount
transferERC721(address _tokenaddress _recipientuint256 _tokenId
transferEther(address _recipientuint256 _amount
withdrawFromSSV(uint256 _tokenAmountuint64[] _operatorIdsstruct ISSVClustersCluster[] _clusters
withdrawSSVTokens(address _touint256 _amount
Events
ERC1155Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenIduint256 _amountbytes _data
ERC20Transferred(address indexed _tokenaddress indexed _recipientuint256 _amount
ERC721Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenId
EtherTransferred(address indexed _recipientuint256 _amount
P2pSsvProxy__Initialized(address indexed _feeDistributor
P2pSsvProxy__SuccessfullyCalledViaFallback(address indexed _callerbytes4 indexed _selector
Constructor
constructor(address _p2pSsvProxyFactory
Fallback and receive
fallback(
Errors
AssetRecoverer__TransferFailed(address _recipientuint256 _amount
OwnableBase__CallerNotOwner(address _calleraddress _owner
P2pSsvProxy__AmountOfParametersError(
P2pSsvProxy__CallerNeitherOperatorNorOwner(address _calleraddress _operatoraddress _owner
P2pSsvProxy__CallerNeitherOperatorNorOwnerNorClient(address _caller
P2pSsvProxy__NotP2pSsvProxyFactory(address _passedAddress
P2pSsvProxy__NotP2pSsvProxyFactoryCalled(address _msgSenderaddress _actualFactory
P2pSsvProxy__SelectorNotAllowed(address _callerbytes4 _selector
TokenRecoverer__NoBurn(