Source Code
Overview
ETH Balance
0 ETH
Token Holdings
More Info
ContractCreator
Multichain Info
N/A
Latest 25 from a total of 201 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Deposit Eth And ... | 2632419 | 170 days ago | IN | 32 ETH | 0.00000069 | ||||
Deposit Eth And ... | 2591285 | 176 days ago | IN | 32 ETH | 0.00000069 | ||||
Deposit Eth And ... | 2578708 | 178 days ago | IN | 32 ETH | 0.00000072 | ||||
Deposit Eth And ... | 2578654 | 178 days ago | IN | 32 ETH | 0.00000033 | ||||
Deposit Eth And ... | 2452951 | 197 days ago | IN | 32 ETH | 0.00007083 | ||||
Deposit Eth And ... | 2452920 | 197 days ago | IN | 32 ETH | 0.0000737 | ||||
Deposit Eth And ... | 2420953 | 202 days ago | IN | 32 ETH | 0.00000012 | ||||
Deposit Eth And ... | 2420928 | 202 days ago | IN | 32 ETH | 0.00000025 | ||||
Deposit Eth And ... | 2372710 | 209 days ago | IN | 32 ETH | 0.00033498 | ||||
Deposit Eth And ... | 2372246 | 209 days ago | IN | 32 ETH | 0.00033497 | ||||
Deposit Eth And ... | 2371971 | 209 days ago | IN | 32 ETH | 0.00034981 | ||||
Deposit Eth And ... | 2366392 | 210 days ago | IN | 32 ETH | 0.00009896 | ||||
Deposit Eth And ... | 2366226 | 210 days ago | IN | 32 ETH | 0.00011326 | ||||
Deposit Eth And ... | 2365954 | 210 days ago | IN | 32 ETH | 0.00016071 | ||||
Deposit Eth And ... | 2365863 | 210 days ago | IN | 32 ETH | 0.00016137 | ||||
Deposit Eth And ... | 2365611 | 210 days ago | IN | 32 ETH | 0.00018359 | ||||
Deposit Eth And ... | 2365378 | 210 days ago | IN | 32 ETH | 0.00037841 | ||||
Deposit Eth And ... | 2365311 | 210 days ago | IN | 32 ETH | 0.00019175 | ||||
Deposit Eth And ... | 2360060 | 211 days ago | IN | 32 ETH | 0.00008337 | ||||
Deposit Eth And ... | 2360000 | 211 days ago | IN | 32 ETH | 0.00008486 | ||||
Deposit Eth And ... | 2359970 | 211 days ago | IN | 32 ETH | 0.00008339 | ||||
Deposit Eth And ... | 2359927 | 211 days ago | IN | 32 ETH | 0.00008412 | ||||
Deposit Eth And ... | 2359922 | 211 days ago | IN | 32 ETH | 0.00008339 | ||||
Deposit Eth And ... | 2359856 | 211 days ago | IN | 32 ETH | 0.00008562 | ||||
Deposit Eth And ... | 2359834 | 211 days ago | IN | 32 ETH | 0.00008487 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
0x3d602d80 | 2632419 | 170 days ago | Contract Creation | 0 ETH | |||
Transfer* | 2632419 | 170 days ago | 32 ETH | ||||
0x3d602d80 | 2591285 | 176 days ago | Contract Creation | 0 ETH | |||
Transfer* | 2591285 | 176 days ago | 32 ETH | ||||
0x3d602d80 | 2578708 | 178 days ago | Contract Creation | 0 ETH | |||
Transfer* | 2578708 | 178 days ago | 32 ETH | ||||
Transfer* | 2578654 | 178 days ago | 32 ETH | ||||
Transfer* | 2452951 | 197 days ago | 32 ETH | ||||
Transfer* | 2452920 | 197 days ago | 32 ETH | ||||
Transfer* | 2420953 | 202 days ago | 32 ETH | ||||
0x3d602d80 | 2420928 | 202 days ago | Contract Creation | 0 ETH | |||
Transfer* | 2420928 | 202 days ago | 32 ETH | ||||
Transfer* | 2372710 | 209 days ago | 32 ETH | ||||
Transfer* | 2372514 | 209 days ago | 32 ETH | ||||
Deposit Eth And ... | 2372514 | 209 days ago | 32 ETH | ||||
Transfer* | 2372246 | 209 days ago | 32 ETH | ||||
Transfer* | 2371971 | 209 days ago | 32 ETH | ||||
Transfer* | 2366392 | 210 days ago | 32 ETH | ||||
Transfer* | 2366384 | 210 days ago | 32 ETH | ||||
Deposit Eth And ... | 2366384 | 210 days ago | 32 ETH | ||||
Transfer* | 2366360 | 210 days ago | 32 ETH | ||||
Deposit Eth And ... | 2366360 | 210 days ago | 32 ETH | ||||
Transfer* | 2366233 | 210 days ago | 32 ETH | ||||
Deposit Eth And ... | 2366233 | 210 days ago | 32 ETH | ||||
Transfer* | 2366226 | 210 days ago | 32 ETH |
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
P2pSsvProxyFactory
Compiler Version
v0.8.18+commit.87f61d96
Optimization Enabled:
Yes with 200 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../@openzeppelin/contracts/utils/structs/EnumerableSet.sol"; import "../@openzeppelin/contracts/proxy/Clones.sol"; import "../@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "../interfaces/IDepositContract.sol"; import "../interfaces/p2p/IFeeDistributor.sol"; import "../interfaces/p2p/IFeeDistributorFactory.sol"; import "../interfaces/ssv/ISSVViews.sol"; import "../assetRecovering/OwnableAssetRecoverer.sol"; import "../access/OwnableWithOperator.sol"; import "../p2pSsvProxy/P2pSsvProxy.sol"; import "../structs/P2pStructs.sol"; import "./IP2pSsvProxyFactory.sol"; /// @notice Passed address is not a valid FeeDistributorFactory /// @param _passedAddress Passed address error P2pSsvProxyFactory__NotFeeDistributorFactory(address _passedAddress); /// @notice Passed address is not a valid FeeDistributor /// @param _passedAddress Passed address error P2pSsvProxyFactory__NotFeeDistributor(address _passedAddress); /// @notice Passed address is not a valid P2pSsvProxy /// @param _passedAddress Passed address error P2pSsvProxyFactory__NotP2pSsvProxy(address _passedAddress); /// @notice Caller in not an allowed SSV operator owner /// @param _caller Caller address error P2pSsvProxyFactory__NotAllowedSsvOperatorOwner(address _caller); /// @notice Cannot add an already existing SSV operator owner address /// @param _ssvOperatorOwner an already existing SSV operator owner address error P2pSsvProxyFactory__SsvOperatorOwnerAlreadyExists(address _ssvOperatorOwner); /// @notice Cannot remove a nonexisting SSV operator owner address /// @param _ssvOperatorOwner a nonexisting SSV operator owner address error P2pSsvProxyFactory__SsvOperatorOwnerDoesNotExist(address _ssvOperatorOwner); /// @notice This SSV operator ID is not allowed. Check both the operator owner address and the ID for being allowed /// @param _ssvOperatorOwner operator owner address /// @param _ssvOperatorId operator ID error P2pSsvProxyFactory__SsvOperatorNotAllowed(address _ssvOperatorOwner, uint64 _ssvOperatorId); /// @notice All operators should belong to different owners /// @param _ssvOperatorOwner operator owner who owns at least 2 of the passed operator IDs /// @param _ssvOperatorId1 passed operator ID owned by the same owner /// @param _ssvOperatorId2 passed operator ID owned by the same owner error P2pSsvProxyFactory__DuplicateOperatorOwnersNotAllowed( address _ssvOperatorOwner, uint64 _ssvOperatorId1, uint64 _ssvOperatorId2 ); /// @notice All the SSV operator IDs must be unique /// @param _ssvOperatorId duplicated operator ID error P2pSsvProxyFactory__DuplicateIdsNotAllowed(uint64 _ssvOperatorId); /// @notice ETH value passed with the transaction must be equal to the needed value /// @param _needed needed ETH value /// @param _paid actually sent ETH value error P2pSsvProxyFactory__NotEnoughEtherPaidToCoverSsvFees(uint256 _needed, uint256 _paid); /// @notice ETH value passed with the transaction must be equal to 32 times validator count /// @param _actualEthValue actually sent ETH value error P2pSsvProxyFactory__EthValueMustBe32TimesValidatorCount(uint256 _actualEthValue); /// @dev We assume, SSV won't either drop 7539x or soar higher than 100 ETH. /// If it does, this contract won't be operational and another contract will have to be deployed. error P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiOutOfRange(); /// @notice Maximum amount of SSV tokens per validator must be >= 10^12 and <= 10^24 error P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorOutOfRange(); /// @notice SSV per ETH exchange rate has not been set. Cannot register validators without it. error P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiNotSet(); /// @notice Maximum amount of SSV tokens per validator has not been set. Cannot do depositEthAndRegisterValidators without it. error P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorNotSet(); /// @notice Cannot use token amount per validator larger than Maximum amount of SSV tokens per validator. error P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorExceeded(); /// @notice This SSV operator ID does not belong to the passed owner /// @param _operatorId SSV operator ID /// @param _passedOwner passed address for SSV operator owner /// @param _actualOwner actual SSV operator owner address error P2pSsvProxyFactory__SsvOperatorIdDoesNotBelongToOwner( uint64 _operatorId, address _passedOwner, address _actualOwner ); /// @notice Should pass at least 1 selector error P2pSsvProxyFactory__CannotSetZeroSelectors(); /// @notice Should pass at least 1 SSV operator owner error P2pSsvProxyFactory__CannotSetZeroAllowedSsvOperatorOwners(); /// @notice Should pass at least 1 SSV operator owner error P2pSsvProxyFactory__CannotRemoveZeroAllowedSsvOperatorOwners(); /// @notice There should equal number of pubkeys, signatures, and depositDataRoots /// @param _ssvValidatorsLength validators list length /// @param _signaturesLength signatures list length /// @param _depositDataRootsLength depositDataRoots list length error P2pSsvProxyFactory__DepositDataArraysShouldHaveTheSameLength( uint256 _ssvValidatorsLength, uint256 _signaturesLength, uint256 _depositDataRootsLength ); /// @title Entry point for SSV validator registration /// @dev Deploys P2pSsvProxy instances contract P2pSsvProxyFactory is OwnableAssetRecoverer, OwnableWithOperator, ERC165, IP2pSsvProxyFactory { using EnumerableSet for EnumerableSet.AddressSet; /// @notice Beacon Deposit Contract IDepositContract private immutable i_depositContract; /// @notice FeeDistributorFactory IFeeDistributorFactory private immutable i_feeDistributorFactory; /// @notice SSV ERC-20 token IERC20 private immutable i_ssvToken; /// @notice SSVNetworkViews ISSVViews private immutable i_ssvViews; /// @notice Template set by P2P to be used for new FeeDistributor instances. /// @dev Can be changed by P2P at any time. It will only affect the new clusters. /// Existing clusters will keep their existing FeeDistributor instance. address private s_referenceFeeDistributor; /// @notice Template set by P2P to be used for new P2pSsvProxy instances. /// @dev Can be changed by P2P at any time. It will only affect the new clusters. /// Existing clusters will keep their existing P2pSsvProxy instance. P2pSsvProxy private s_referenceP2pSsvProxy; /// @notice a set of addresses of SSV operator owners (both P2P and partners). /// @dev Only P2P can add or remove addresses from the set. EnumerableSet.AddressSet private s_allowedSsvOperatorOwners; /// @notice a mapping of (operator owner address → SSV operator IDs list). /// @dev The list of allowed SSV operator IDs for each address is limited to 8 IDs. /// The operator owner can update only their list. P2P can update lists of any owners. mapping(address => uint64[MAX_ALLOWED_SSV_OPERATOR_IDS]) private s_allowedSsvOperatorIds; /// @notice a mapping of (client address → a list of addresses of the deployed client P2pSsvProxy instances). /// @dev Updated automatically during P2pSsvProxy instance deployment. mapping(address => address[]) private s_allClientP2pSsvProxies; /// @notice a list of all ever deployed client P2pSsvProxy instances. /// @dev Updated automatically during P2pSsvProxy instance deployment. address[] private s_allP2pSsvProxies; /// @notice a mapping to check if a certain selector (function signature) is allowed for clients to call on SSVNetwork via P2pSsvProxy. mapping(bytes4 => bool) private s_clientSelectors; /// @notice a mapping to check if a certain selector (function signature) is allowed for a P2P operator to call on SSVNetwork via P2pSsvProxy. mapping(bytes4 => bool) private s_operatorSelectors; /// @notice Exchange rate between SSV and ETH set by P2P. /// @dev (If 1 SSV = 0.007539 ETH, it should be 0.007539 * 10^18 = 7539000000000000). /// Only used during validator registration without ETH deposits to cover SSV token costs with client ETH. /// SSV tokens exchanged with this rate cannot be withdrawn by the client. /// P2P is willing to tolarate potential discrepancies with the market exchange rate for the sake of simplicity. /// The client agrees to this rate when calls `registerValidators` function. uint112 private s_ssvPerEthExchangeRateDividedByWei; /// @notice Maximum amount of SSV tokens per validator that is allowed for client to deposit during `depositEthAndRegisterValidators` uint112 private s_maxSsvTokenAmountPerValidator; /// @notice If the given _ssvOperatorOwner is not allowed, revert modifier onlyAllowedSsvOperatorOwner(address _ssvOperatorOwner) { bool isAllowed = s_allowedSsvOperatorOwners.contains(_ssvOperatorOwner); if (!isAllowed) { revert P2pSsvProxyFactory__NotAllowedSsvOperatorOwner(_ssvOperatorOwner); } _; } /// @notice If the msg.sender is not an allowed SSV operator owner, revert modifier onlySsvOperatorOwner() { bool isAllowed = s_allowedSsvOperatorOwners.contains(msg.sender); if (!isAllowed) { revert P2pSsvProxyFactory__NotAllowedSsvOperatorOwner(msg.sender); } _; } /// @notice Revert if either 1) one of the operator IDs is not allowed 2) at least 2 operator IDs belong to the same owner modifier onlyAllowedOperators(SsvOperator[] calldata _operators) { uint256 operatorCount = _operators.length; for (uint256 i = 0; i < operatorCount;) { address currentOperatorOwner = _operators[i].owner; uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] memory allowedIds = s_allowedSsvOperatorIds[currentOperatorOwner]; bool isAllowed; for (uint256 j = 0; j < MAX_ALLOWED_SSV_OPERATOR_IDS;) { if (allowedIds[j] == _operators[i].id) { isAllowed = true; break; } unchecked {++j;} } if (!isAllowed) { revert P2pSsvProxyFactory__SsvOperatorNotAllowed(currentOperatorOwner, _operators[i].id); } for (uint256 k = 0; k < operatorCount;) { if (i != k && currentOperatorOwner == _operators[k].owner) { revert P2pSsvProxyFactory__DuplicateOperatorOwnersNotAllowed( currentOperatorOwner, _operators[i].id, _operators[k].id ); } unchecked {++k;} } unchecked {++i;} } _; } /// @dev Set values that are constant, common for all clients, known at the initial deploy time. /// @param _feeDistributorFactory FeeDistributorFactory address /// @param _referenceFeeDistributor reference FeeDistributor address constructor( address _feeDistributorFactory, address _referenceFeeDistributor ) { if (!ERC165Checker.supportsInterface(_feeDistributorFactory, type(IFeeDistributorFactory).interfaceId)) { revert P2pSsvProxyFactory__NotFeeDistributorFactory(_feeDistributorFactory); } i_feeDistributorFactory = IFeeDistributorFactory(_feeDistributorFactory); if (!ERC165Checker.supportsInterface(_referenceFeeDistributor, type(IFeeDistributor).interfaceId)) { revert P2pSsvProxyFactory__NotFeeDistributor(_referenceFeeDistributor); } s_referenceFeeDistributor = _referenceFeeDistributor; emit P2pSsvProxyFactory__ReferenceFeeDistributorSet(_referenceFeeDistributor); i_depositContract = (block.chainid == 1) ? IDepositContract(0x00000000219ab540356cBB839Cbe05303d7705Fa) : (block.chainid == 5) ? IDepositContract(0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b) : IDepositContract(0x4242424242424242424242424242424242424242); i_ssvToken = (block.chainid == 1) ? IERC20(0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54) : (block.chainid == 5) ? IERC20(0x3a9f01091C446bdE031E39ea8354647AFef091E7) : IERC20(0xad45A78180961079BFaeEe349704F411dfF947C6); i_ssvViews = (block.chainid == 1) ? ISSVViews(0xafE830B6Ee262ba11cce5F32fDCd760FFE6a66e4) : (block.chainid == 5) ? ISSVViews(0xAE2C84c48272F5a1746150ef333D5E5B51F68763) : ISSVViews(0x352A18AEe90cdcd825d1E37d9939dCA86C00e281); } /// @inheritdoc IP2pSsvProxyFactory function setSsvPerEthExchangeRateDividedByWei(uint112 _ssvPerEthExchangeRateDividedByWei) external onlyOwner { if (_ssvPerEthExchangeRateDividedByWei < 10 ** 12 || _ssvPerEthExchangeRateDividedByWei > 10 ** 20) { revert P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiOutOfRange(); } s_ssvPerEthExchangeRateDividedByWei = _ssvPerEthExchangeRateDividedByWei; emit P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiSet(_ssvPerEthExchangeRateDividedByWei); } /// @inheritdoc IP2pSsvProxyFactory function setMaxSsvTokenAmountPerValidator(uint112 _maxSsvTokenAmountPerValidator) external onlyOwner { if (_maxSsvTokenAmountPerValidator < 10 ** 12 || _maxSsvTokenAmountPerValidator > 10 ** 24) { revert P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorOutOfRange(); } s_maxSsvTokenAmountPerValidator = _maxSsvTokenAmountPerValidator; emit P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorSet(_maxSsvTokenAmountPerValidator); } /// @inheritdoc IP2pSsvProxyFactory function setReferenceP2pSsvProxy(address _referenceP2pSsvProxy) external onlyOwner { if (!ERC165Checker.supportsInterface(_referenceP2pSsvProxy, type(IP2pSsvProxy).interfaceId)) { revert P2pSsvProxyFactory__NotP2pSsvProxy(_referenceP2pSsvProxy); } s_referenceP2pSsvProxy = P2pSsvProxy(_referenceP2pSsvProxy); emit P2pSsvProxyFactory__ReferenceP2pSsvProxySet(_referenceP2pSsvProxy); } /// @inheritdoc IP2pSsvProxyFactory function setAllowedSelectorsForClient(bytes4[] calldata _selectors) external onlyOwner { uint256 count = _selectors.length; if (count == 0) { revert P2pSsvProxyFactory__CannotSetZeroSelectors(); } for (uint256 i = 0; i < count;) { s_clientSelectors[_selectors[i]] = true; unchecked { ++i; } } emit P2pSsvProxyFactory__AllowedSelectorsForClientSet(_selectors); } /// @inheritdoc IP2pSsvProxyFactory function setAllowedSelectorsForOperator(bytes4[] calldata _selectors) external onlyOwner { uint256 count = _selectors.length; if (count == 0) { revert P2pSsvProxyFactory__CannotSetZeroSelectors(); } for (uint256 i = 0; i < count;) { s_operatorSelectors[_selectors[i]] = true; unchecked { ++i; } } emit P2pSsvProxyFactory__AllowedSelectorsForOperatorSet(_selectors); } /// @inheritdoc IP2pSsvProxyFactory function setReferenceFeeDistributor( address _referenceFeeDistributor ) external onlyOperatorOrOwner { if (!ERC165Checker.supportsInterface(_referenceFeeDistributor, type(IFeeDistributor).interfaceId)) { revert P2pSsvProxyFactory__NotFeeDistributor(_referenceFeeDistributor); } s_referenceFeeDistributor = _referenceFeeDistributor; emit P2pSsvProxyFactory__ReferenceFeeDistributorSet(_referenceFeeDistributor); } /// @inheritdoc IP2pSsvProxyFactory function setAllowedSsvOperatorOwners( address[] calldata _allowedSsvOperatorOwners ) external onlyOperatorOrOwner { uint256 count = _allowedSsvOperatorOwners.length; if (count == 0) { revert P2pSsvProxyFactory__CannotSetZeroAllowedSsvOperatorOwners(); } for (uint256 i = 0; i < count;) { address allowedSsvOperatorOwner = _allowedSsvOperatorOwners[i]; if (!s_allowedSsvOperatorOwners.add(allowedSsvOperatorOwner)) { revert P2pSsvProxyFactory__SsvOperatorOwnerAlreadyExists(allowedSsvOperatorOwner); } unchecked { ++i; } } emit P2pSsvProxyFactory__AllowedSsvOperatorOwnersSet(_allowedSsvOperatorOwners); } /// @inheritdoc IP2pSsvProxyFactory function removeAllowedSsvOperatorOwners( address[] calldata _allowedSsvOperatorOwnersToRemove ) external onlyOperatorOrOwner { uint256 count = _allowedSsvOperatorOwnersToRemove.length; if (count == 0) { revert P2pSsvProxyFactory__CannotRemoveZeroAllowedSsvOperatorOwners(); } for (uint256 i = 0; i < count;) { address allowedSsvOperatorOwnersToRemove = _allowedSsvOperatorOwnersToRemove[i]; if (!s_allowedSsvOperatorOwners.remove(allowedSsvOperatorOwnersToRemove)) { revert P2pSsvProxyFactory__SsvOperatorOwnerDoesNotExist(allowedSsvOperatorOwnersToRemove); } unchecked { ++i; } } emit P2pSsvProxyFactory__AllowedSsvOperatorOwnersRemoved(_allowedSsvOperatorOwnersToRemove); } /// @inheritdoc IP2pSsvProxyFactory function setSsvOperatorIds( uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] calldata _operatorIds ) external onlySsvOperatorOwner { _setSsvOperatorIds(_operatorIds, msg.sender); } /// @inheritdoc IP2pSsvProxyFactory function setSsvOperatorIds( uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] calldata _operatorIds, address _ssvOperatorOwner ) external onlyOperatorOrOwner onlyAllowedSsvOperatorOwner(_ssvOperatorOwner) { _setSsvOperatorIds(_operatorIds, _ssvOperatorOwner); } /// @inheritdoc IP2pSsvProxyFactory function clearSsvOperatorIds() external onlySsvOperatorOwner { _clearSsvOperatorIds(msg.sender); } /// @inheritdoc IP2pSsvProxyFactory function clearSsvOperatorIds( address _ssvOperatorOwner ) external onlyOperatorOrOwner { _clearSsvOperatorIds(_ssvOperatorOwner); } /// @inheritdoc IP2pSsvProxyFactory function predictP2pSsvProxyAddress( address _feeDistributorInstance ) public view returns (address) { return Clones.predictDeterministicAddress( address(s_referenceP2pSsvProxy), bytes32(bytes20(_feeDistributorInstance)) ); } /// @inheritdoc IP2pSsvProxyFactory function createP2pSsvProxy( address _feeDistributorInstance ) external onlyOperatorOrOwner returns(address p2pSsvProxyInstance) { p2pSsvProxyInstance = _createP2pSsvProxy(_feeDistributorInstance); } /// @inheritdoc IP2pSsvProxyFactory function depositEthAndRegisterValidators( DepositData calldata _depositData, address _withdrawalCredentialsAddress, SsvPayload calldata _ssvPayload, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external payable returns (address p2pSsvProxy) { _checkTokenAmount(_ssvPayload.tokenAmount, _ssvPayload.ssvValidators.length); _makeBeaconDeposits(_depositData, _withdrawalCredentialsAddress, _ssvPayload.ssvValidators); p2pSsvProxy = _registerValidators(_ssvPayload, _clientConfig, _referrerConfig); } /// @inheritdoc IP2pSsvProxyFactory function registerValidators( SsvPayload calldata _ssvPayload, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external payable returns (address p2pSsvProxy) { _checkEthValue(_ssvPayload.tokenAmount); p2pSsvProxy = _registerValidators(_ssvPayload, _clientConfig, _referrerConfig); } function _checkTokenAmount( uint256 _tokenAmount, uint256 _validatorCount ) private view { uint112 maxSsvTokenAmountPerValidator = s_maxSsvTokenAmountPerValidator; if (maxSsvTokenAmountPerValidator == 0) { revert P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorNotSet(); } if (_tokenAmount > maxSsvTokenAmountPerValidator * _validatorCount) { revert P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorExceeded(); } } /// @notice Register validators with SSV (up to 60, calldata size is the limit) without ETH deposits /// @dev Common logic for depositEthAndRegisterValidators and registerValidators functions /// @param _ssvPayload a stuct with data necessary for SSV registration (see `SsvPayload` struct for details) /// @param _clientConfig address and basis points (percent * 100) of the client (for FeeDistributor) /// @param _referrerConfig address and basis points (percent * 100) of the referrer (for FeeDistributor) /// @return p2pSsvProxy client P2pSsvProxy instance that became the SSV cluster owner function _registerValidators( SsvPayload calldata _ssvPayload, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) private onlyAllowedOperators(_ssvPayload.ssvOperators) returns (address p2pSsvProxy) { address feeDistributorInstance = _createFeeDistributor(_clientConfig, _referrerConfig); p2pSsvProxy = _createP2pSsvProxy(feeDistributorInstance); i_ssvToken.transfer(address(p2pSsvProxy), _ssvPayload.tokenAmount); P2pSsvProxy(p2pSsvProxy).registerValidators( _ssvPayload, feeDistributorInstance ); emit P2pSsvProxyFactory__RegistrationCompleted(p2pSsvProxy); } /// @notice Deploy P2pSsvProxy instance if not deployed before /// @param _feeDistributorInstance The address of FeeDistributor instance /// @return p2pSsvProxyInstance client P2pSsvProxy instance that has been deployed function _createP2pSsvProxy( address _feeDistributorInstance ) private returns(address p2pSsvProxyInstance) { p2pSsvProxyInstance = predictP2pSsvProxyAddress(_feeDistributorInstance); if (p2pSsvProxyInstance.code.length == 0) { // if p2pSsvProxyInstance doesn't exist, deploy it if (!ERC165Checker.supportsInterface(_feeDistributorInstance, type(IFeeDistributor).interfaceId)) { revert P2pSsvProxyFactory__NotFeeDistributor(_feeDistributorInstance); } // clone the reference implementation of P2pSsvProxy p2pSsvProxyInstance = Clones.cloneDeterministic( address(s_referenceP2pSsvProxy), bytes32(bytes20(_feeDistributorInstance)) ); // set the client address to the cloned P2pSsvProxy instance P2pSsvProxy(p2pSsvProxyInstance).initialize(_feeDistributorInstance); address client = IFeeDistributor(_feeDistributorInstance).client(); // append new P2pSsvProxy address to all client P2pSsvProxies array s_allClientP2pSsvProxies[client].push(p2pSsvProxyInstance); // append new P2pSsvProxy address to all P2pSsvProxies array s_allP2pSsvProxies.push(p2pSsvProxyInstance); // emit event with the address of the newly created instance for the external listener emit P2pSsvProxyFactory__P2pSsvProxyCreated( p2pSsvProxyInstance, client, _feeDistributorInstance ); } } /// @notice Deploy FeeDistributor instance if not deployed before /// @param _clientConfig address and basis points (percent * 100) of the client (for FeeDistributor) /// @param _referrerConfig address and basis points (percent * 100) of the referrer (for FeeDistributor) /// @return feeDistributorInstance client FeeDistributor instance that has been deployed function _createFeeDistributor( FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) private returns(address feeDistributorInstance) { address referenceFeeDistributor_ = s_referenceFeeDistributor; feeDistributorInstance = i_feeDistributorFactory.predictFeeDistributorAddress( referenceFeeDistributor_, _clientConfig, _referrerConfig ); if (feeDistributorInstance.code.length == 0) { // if feeDistributorInstance doesn't exist, deploy it i_feeDistributorFactory.createFeeDistributor( referenceFeeDistributor_, _clientConfig, _referrerConfig ); } } /// @notice Check ETH value for validator registrations without ETH deposits. /// @dev P2P cannot afford totally free validator registrations since they are paid with P2P's SSV tokens. /// It's OK for validator registrations with ETH deposits since we can be confident in the existense of EL rewards /// that will cover the SSV tokens cost in that case. /// If there are no ETH deposits, to prevent draining of SSV tokens from P2pSsvProxyFactory, /// the client pays for the used SSV tokens. /// The client will only need to pay once. Starting from the next month, P2P will be depositing SSV tokens to the clusters /// the same way as with ETH deposits. /// @param _tokenAmount amount of ERC-20 SSV tokens for validator registration function _checkEthValue( uint256 _tokenAmount ) private view { uint112 exchangeRate = s_ssvPerEthExchangeRateDividedByWei; if (exchangeRate == 0) { revert P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiNotSet(); } uint256 ssvTokensValueInWei = (_tokenAmount * exchangeRate) / 10**18; if (msg.value != ssvTokensValueInWei) { revert P2pSsvProxyFactory__NotEnoughEtherPaidToCoverSsvFees(ssvTokensValueInWei, msg.value); } } /// @notice Set SSV operator IDs list for a SSV operator owner /// @param _operatorIds SSV operator IDs list /// @param _ssvOperatorOwner SSV operator owner function _setSsvOperatorIds( uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] calldata _operatorIds, address _ssvOperatorOwner ) private { for (uint i = 0; i < _operatorIds.length;) { uint64 id = _operatorIds[i]; for (uint j = i + 1; j < _operatorIds.length;) { if (id == _operatorIds[j] && id != 0) { revert P2pSsvProxyFactory__DuplicateIdsNotAllowed(id); } unchecked { ++j; } } if (id != 0) { (address actualOwner,,,,,) = i_ssvViews.getOperatorById(id); if (actualOwner != _ssvOperatorOwner) { revert P2pSsvProxyFactory__SsvOperatorIdDoesNotBelongToOwner(id, _ssvOperatorOwner, actualOwner); } } unchecked { ++i; } } s_allowedSsvOperatorIds[_ssvOperatorOwner] = _operatorIds; emit P2pSsvProxyFactory__SsvOperatorIdsSet(_ssvOperatorOwner, _operatorIds); } /// @notice Clear SSV operator IDs list for a SSV operator owner /// @param _ssvOperatorOwner SSV operator owner function _clearSsvOperatorIds( address _ssvOperatorOwner ) private { delete s_allowedSsvOperatorIds[_ssvOperatorOwner]; emit P2pSsvProxyFactory__SsvOperatorIdsCleared(_ssvOperatorOwner); } /// @notice Make ETH2 (Beacon) deposits via the official Beacon Deposit Contract /// @param _depositData signatures and depositDataRoots from Beacon deposit data /// @param _withdrawalCredentialsAddress address for 0x01 withdrawal credentials from Beacon deposit data (1 for the batch) /// @param _ssvValidators list of pubkeys and SSV sharesData function _makeBeaconDeposits( DepositData calldata _depositData, address _withdrawalCredentialsAddress, SsvValidator[] calldata _ssvValidators ) private { uint256 validatorCount = _ssvValidators.length; if (msg.value != COLLATERAL * validatorCount) { revert P2pSsvProxyFactory__EthValueMustBe32TimesValidatorCount(msg.value); } if (_depositData.signatures.length != validatorCount || _depositData.depositDataRoots.length != validatorCount) { revert P2pSsvProxyFactory__DepositDataArraysShouldHaveTheSameLength( validatorCount, _depositData.signatures.length, _depositData.depositDataRoots.length ); } for (uint256 i = 0; i < validatorCount;) { // ETH deposit bytes memory withdrawalCredentials = abi.encodePacked( hex'010000000000000000000000', _withdrawalCredentialsAddress ); i_depositContract.deposit{value: COLLATERAL}( _ssvValidators[i].pubkey, withdrawalCredentials, _depositData.signatures[i], _depositData.depositDataRoots[i] ); unchecked {++i;} } } /// @inheritdoc IOwnable function owner() public view override(Ownable, OwnableBase, IOwnable) returns (address) { return super.owner(); } /// @inheritdoc IP2pSsvProxyFactory function getFeeDistributorFactory() external view returns (address) { return address(i_feeDistributorFactory); } /// @inheritdoc IP2pSsvProxyFactory function getAllClientP2pSsvProxies( address _client ) external view returns (address[] memory) { return s_allClientP2pSsvProxies[_client]; } /// @inheritdoc IP2pSsvProxyFactory function getAllP2pSsvProxies() external view returns (address[] memory) { return s_allP2pSsvProxies; } /// @inheritdoc IP2pSsvProxyFactory function isClientSelectorAllowed(bytes4 _selector) external view returns (bool) { return s_clientSelectors[_selector]; } /// @inheritdoc IP2pSsvProxyFactory function isOperatorSelectorAllowed(bytes4 _selector) external view returns (bool) { return s_operatorSelectors[_selector]; } /// @inheritdoc IP2pSsvProxyFactory function getAllowedSsvOperatorIds(address _ssvOperatorOwner) external view returns (uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] memory) { return s_allowedSsvOperatorIds[_ssvOperatorOwner]; } /// @inheritdoc IP2pSsvProxyFactory function getAllowedSsvOperatorOwners() external view returns (address[] memory) { return s_allowedSsvOperatorOwners.values(); } /// @inheritdoc IP2pSsvProxyFactory function getReferenceFeeDistributor() external view returns (address) { return s_referenceFeeDistributor; } /// @inheritdoc IP2pSsvProxyFactory function getReferenceP2pSsvProxy() external view returns (address) { return address(s_referenceP2pSsvProxy); } /// @inheritdoc IP2pSsvProxyFactory function getSsvPerEthExchangeRateDividedByWei() external view returns (uint112) { return s_ssvPerEthExchangeRateDividedByWei; } /// @inheritdoc IP2pSsvProxyFactory function getNeededAmountOfEtherToCoverSsvFees(uint256 _tokenAmount) external view returns (uint256) { return (_tokenAmount * s_ssvPerEthExchangeRateDividedByWei) / 10**18; } /// @inheritdoc IP2pSsvProxyFactory function getMaxSsvTokenAmountPerValidator() external view returns (uint112) { return s_maxSsvTokenAmountPerValidator; } /// @inheritdoc ERC165 function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IP2pSsvProxyFactory).interfaceId || super.supportsInterface(interfaceId); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.9.0) (utils/structs/EnumerableSet.sol) // This file was procedurally generated from scripts/generate/templates/EnumerableSet.js. pragma solidity 0.8.18; /** * @dev Library for managing * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive * types. * * Sets have the following properties: * * - Elements are added, removed, and checked for existence in constant time * (O(1)). * - Elements are enumerated in O(n). No guarantees are made on the ordering. * * ```solidity * contract Example { * // Add the library methods * using EnumerableSet for EnumerableSet.AddressSet; * * // Declare a set state variable * EnumerableSet.AddressSet private mySet; * } * ``` * * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) * and `uint256` (`UintSet`) are supported. * * [WARNING] * ==== * Trying to delete such a structure from storage will likely result in data corruption, rendering the structure * unusable. * See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info. * * In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an * array of EnumerableSet. * ==== */ library EnumerableSet { // To implement this library for multiple types with as little code // repetition as possible, we write it in terms of a generic Set type with // bytes32 values. // The Set implementation uses private functions, and user-facing // implementations (such as AddressSet) are just wrappers around the // underlying Set. // This means that we can only create new EnumerableSets for types that fit // in bytes32. struct Set { // Storage of set values bytes32[] _values; // Position of the value in the `values` array, plus 1 because index 0 // means a value is not in the set. mapping(bytes32 => uint256) _indexes; } /** * @dev Add a value to a set. O(1). * * Returns true if the value was added to the set, that is if it was not * already present. */ function _add(Set storage set, bytes32 value) private returns (bool) { if (!_contains(set, value)) { set._values.push(value); // The value is stored at length-1, but we add 1 to all indexes // and use 0 as a sentinel value set._indexes[value] = set._values.length; return true; } else { return false; } } /** * @dev Removes a value from a set. O(1). * * Returns true if the value was removed from the set, that is if it was * present. */ function _remove(Set storage set, bytes32 value) private returns (bool) { // We read and store the value's index to prevent multiple reads from the same storage slot uint256 valueIndex = set._indexes[value]; if (valueIndex != 0) { // Equivalent to contains(set, value) // To delete an element from the _values array in O(1), we swap the element to delete with the last one in // the array, and then remove the last element (sometimes called as 'swap and pop'). // This modifies the order of the array, as noted in {at}. uint256 toDeleteIndex = valueIndex - 1; uint256 lastIndex = set._values.length - 1; if (lastIndex != toDeleteIndex) { bytes32 lastValue = set._values[lastIndex]; // Move the last value to the index where the value to delete is set._values[toDeleteIndex] = lastValue; // Update the index for the moved value set._indexes[lastValue] = valueIndex; // Replace lastValue's index to valueIndex } // Delete the slot where the moved value was stored set._values.pop(); // Delete the index for the deleted slot delete set._indexes[value]; return true; } else { return false; } } /** * @dev Returns true if the value is in the set. O(1). */ function _contains(Set storage set, bytes32 value) private view returns (bool) { return set._indexes[value] != 0; } /** * @dev Returns the number of values on the set. O(1). */ function _length(Set storage set) private view returns (uint256) { return set._values.length; } /** * @dev Returns the value stored at position `index` in the set. O(1). * * Note that there are no guarantees on the ordering of values inside the * array, and it may change when more values are added or removed. * * Requirements: * * - `index` must be strictly less than {length}. */ function _at(Set storage set, uint256 index) private view returns (bytes32) { return set._values[index]; } /** * @dev Return the entire set in an array * * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that * this function has an unbounded cost, and using it as part of a state-changing function may render the function * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block. */ function _values(Set storage set) private view returns (bytes32[] memory) { return set._values; } // Bytes32Set struct Bytes32Set { Set _inner; } /** * @dev Add a value to a set. O(1). * * Returns true if the value was added to the set, that is if it was not * already present. */ function add(Bytes32Set storage set, bytes32 value) internal returns (bool) { return _add(set._inner, value); } /** * @dev Removes a value from a set. O(1). * * Returns true if the value was removed from the set, that is if it was * present. */ function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) { return _remove(set._inner, value); } /** * @dev Returns true if the value is in the set. O(1). */ function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) { return _contains(set._inner, value); } /** * @dev Returns the number of values in the set. O(1). */ function length(Bytes32Set storage set) internal view returns (uint256) { return _length(set._inner); } /** * @dev Returns the value stored at position `index` in the set. O(1). * * Note that there are no guarantees on the ordering of values inside the * array, and it may change when more values are added or removed. * * Requirements: * * - `index` must be strictly less than {length}. */ function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) { return _at(set._inner, index); } /** * @dev Return the entire set in an array * * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that * this function has an unbounded cost, and using it as part of a state-changing function may render the function * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block. */ function values(Bytes32Set storage set) internal view returns (bytes32[] memory) { bytes32[] memory store = _values(set._inner); bytes32[] memory result; /// @solidity memory-safe-assembly assembly { result := store } return result; } // AddressSet struct AddressSet { Set _inner; } /** * @dev Add a value to a set. O(1). * * Returns true if the value was added to the set, that is if it was not * already present. */ function add(AddressSet storage set, address value) internal returns (bool) { return _add(set._inner, bytes32(uint256(uint160(value)))); } /** * @dev Removes a value from a set. O(1). * * Returns true if the value was removed from the set, that is if it was * present. */ function remove(AddressSet storage set, address value) internal returns (bool) { return _remove(set._inner, bytes32(uint256(uint160(value)))); } /** * @dev Returns true if the value is in the set. O(1). */ function contains(AddressSet storage set, address value) internal view returns (bool) { return _contains(set._inner, bytes32(uint256(uint160(value)))); } /** * @dev Returns the number of values in the set. O(1). */ function length(AddressSet storage set) internal view returns (uint256) { return _length(set._inner); } /** * @dev Returns the value stored at position `index` in the set. O(1). * * Note that there are no guarantees on the ordering of values inside the * array, and it may change when more values are added or removed. * * Requirements: * * - `index` must be strictly less than {length}. */ function at(AddressSet storage set, uint256 index) internal view returns (address) { return address(uint160(uint256(_at(set._inner, index)))); } /** * @dev Return the entire set in an array * * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that * this function has an unbounded cost, and using it as part of a state-changing function may render the function * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block. */ function values(AddressSet storage set) internal view returns (address[] memory) { bytes32[] memory store = _values(set._inner); address[] memory result; /// @solidity memory-safe-assembly assembly { result := store } return result; } // UintSet struct UintSet { Set _inner; } /** * @dev Add a value to a set. O(1). * * Returns true if the value was added to the set, that is if it was not * already present. */ function add(UintSet storage set, uint256 value) internal returns (bool) { return _add(set._inner, bytes32(value)); } /** * @dev Removes a value from a set. O(1). * * Returns true if the value was removed from the set, that is if it was * present. */ function remove(UintSet storage set, uint256 value) internal returns (bool) { return _remove(set._inner, bytes32(value)); } /** * @dev Returns true if the value is in the set. O(1). */ function contains(UintSet storage set, uint256 value) internal view returns (bool) { return _contains(set._inner, bytes32(value)); } /** * @dev Returns the number of values in the set. O(1). */ function length(UintSet storage set) internal view returns (uint256) { return _length(set._inner); } /** * @dev Returns the value stored at position `index` in the set. O(1). * * Note that there are no guarantees on the ordering of values inside the * array, and it may change when more values are added or removed. * * Requirements: * * - `index` must be strictly less than {length}. */ function at(UintSet storage set, uint256 index) internal view returns (uint256) { return uint256(_at(set._inner, index)); } /** * @dev Return the entire set in an array * * WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed * to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that * this function has an unbounded cost, and using it as part of a state-changing function may render the function * uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block. */ function values(UintSet storage set) internal view returns (uint256[] memory) { bytes32[] memory store = _values(set._inner); uint256[] memory result; /// @solidity memory-safe-assembly assembly { result := store } return result; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (proxy/Clones.sol) pragma solidity 0.8.18; /** * @dev https://eips.ethereum.org/EIPS/eip-1167[EIP 1167] is a standard for * deploying minimal proxy contracts, also known as "clones". * * > To simply and cheaply clone contract functionality in an immutable way, this standard specifies * > a minimal bytecode implementation that delegates all calls to a known, fixed address. * * The library includes functions to deploy a proxy using either `create` (traditional deployment) or `create2` * (salted deterministic deployment). It also includes functions to predict the addresses of clones deployed using the * deterministic method. * * _Available since v3.4._ */ library Clones { /** * @dev Deploys and returns the address of a clone that mimics the behaviour of `implementation`. * * This function uses the create opcode, which should never revert. */ function clone(address implementation) internal returns (address instance) { /// @solidity memory-safe-assembly assembly { let ptr := mload(0x40) mstore(ptr, 0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) mstore(add(ptr, 0x14), shl(0x60, implementation)) mstore(add(ptr, 0x28), 0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) instance := create(0, ptr, 0x37) } require(instance != address(0), "ERC1167: create failed"); } /** * @dev Deploys and returns the address of a clone that mimics the behaviour of `implementation`. * * This function uses the create2 opcode and a `salt` to deterministically deploy * the clone. Using the same `implementation` and `salt` multiple time will revert, since * the clones cannot be deployed twice at the same address. */ function cloneDeterministic(address implementation, bytes32 salt) internal returns (address instance) { /// @solidity memory-safe-assembly assembly { let ptr := mload(0x40) mstore(ptr, 0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) mstore(add(ptr, 0x14), shl(0x60, implementation)) mstore(add(ptr, 0x28), 0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) instance := create2(0, ptr, 0x37, salt) } require(instance != address(0), "ERC1167: create2 failed"); } /** * @dev Computes the address of a clone deployed using {Clones-cloneDeterministic}. */ function predictDeterministicAddress( address implementation, bytes32 salt, address deployer ) internal pure returns (address predicted) { /// @solidity memory-safe-assembly assembly { let ptr := mload(0x40) mstore(ptr, 0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) mstore(add(ptr, 0x14), shl(0x60, implementation)) mstore(add(ptr, 0x28), 0x5af43d82803e903d91602b57fd5bf3ff00000000000000000000000000000000) mstore(add(ptr, 0x38), shl(0x60, deployer)) mstore(add(ptr, 0x4c), salt) mstore(add(ptr, 0x6c), keccak256(ptr, 0x37)) predicted := keccak256(add(ptr, 0x37), 0x55) } } /** * @dev Computes the address of a clone deployed using {Clones-cloneDeterministic}. */ function predictDeterministicAddress(address implementation, bytes32 salt) internal view returns (address predicted) { return predictDeterministicAddress(implementation, salt, address(this)); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity 0.8.18; import "./IERC165.sol"; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } }
// SPDX-License-Identifier: CC0-1.0 pragma solidity 0.8.18; // This interface is designed to be compatible with the Vyper version. /// @notice This is the Ethereum 2.0 deposit contract interface. /// For more information see the Phase 0 specification under https://github.com/ethereum/eth2.0-specs interface IDepositContract { /// @notice Submit a Phase 0 DepositData object. /// @param pubkey A BLS12-381 public key. /// @param withdrawal_credentials Commitment to a public key for withdrawals. /// @param signature A BLS12-381 signature. /// @param deposit_data_root The SHA-256 hash of the SSZ-encoded DepositData object. /// Used as a protection against malformed input. function deposit( bytes calldata pubkey, bytes calldata withdrawal_credentials, bytes calldata signature, bytes32 deposit_data_root ) external payable; }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../../@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "../../structs/P2pStructs.sol"; /// @dev External interface of FeeDistributor declared to support ERC165 detection. interface IFeeDistributor is IERC165 { /// @notice Emits once the client and the optional referrer have been set. /// @param _client address of the client. /// @param _clientBasisPoints basis points (percent * 100) of EL rewards that should go to the client /// @param _referrer address of the referrer. /// @param _referrerBasisPoints basis points (percent * 100) of EL rewards that should go to the referrer event FeeDistributor__Initialized( address indexed _client, uint96 _clientBasisPoints, address indexed _referrer, uint96 _referrerBasisPoints ); /// @notice Emits on successful withdrawal /// @param _serviceAmount how much wei service received /// @param _clientAmount how much wei client received /// @param _referrerAmount how much wei referrer received event FeeDistributor__Withdrawn( uint256 _serviceAmount, uint256 _clientAmount, uint256 _referrerAmount ); /// @notice Emits on request for a voluntary exit of validators /// @param _pubkeys pubkeys of validators event FeeDistributor__VoluntaryExit( bytes[] _pubkeys ); /// @notice Emits if case there was some ether left after `withdraw` and it has been sent successfully. /// @param _to destination address for ether. /// @param _amount how much wei the destination address received. event FeeDistributor__EtherRecovered( address indexed _to, uint256 _amount ); /// @notice Set client address. /// @dev Could not be in the constructor since it is different for different clients. /// _referrerConfig can be zero if there is no referrer. /// @param _clientConfig address and basis points (percent * 100) of the client /// @param _referrerConfig address and basis points (percent * 100) of the referrer. function initialize( FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external; /// @notice Increase the number of deposited validators. /// @dev Should be called when a new ETH2 deposit has been made /// @param _validatorCountToAdd number of newly deposited validators function increaseDepositedCount( uint32 _validatorCountToAdd ) external; /// @notice Request a voluntary exit of validators /// @dev Should be called by the client when they want to signal P2P that certain validators need to be exited /// @param _pubkeys pubkeys of validators function voluntaryExit( bytes[] calldata _pubkeys ) external; /// @notice Returns the factory address /// @return address factory address function factory() external view returns (address); /// @notice Returns the service address /// @return address service address function service() external view returns (address); /// @notice Returns the client address /// @return address client address function client() external view returns (address); /// @notice Returns the client basis points /// @return uint256 client basis points function clientBasisPoints() external view returns (uint256); /// @notice Returns the referrer address /// @return address referrer address function referrer() external view returns (address); /// @notice Returns the referrer basis points /// @return uint256 referrer basis points function referrerBasisPoints() external view returns (uint256); /// @notice Returns the address for ETH2 0x01 withdrawal credentials associated with this FeeDistributor /// @dev Return FeeDistributor's own address if FeeDistributor should be CL rewards recipient /// Otherwise, return the client address /// @return address address for ETH2 0x01 withdrawal credentials function eth2WithdrawalCredentialsAddress() external view returns (address); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../../@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "../../access/IOwnable.sol"; import "./IFeeDistributor.sol"; import "../../structs/P2pStructs.sol"; /// @dev External interface of FeeDistributorFactory interface IFeeDistributorFactory is IOwnable, IERC165 { /// @notice Creates a FeeDistributor instance for a client /// @dev _referrerConfig can be zero if there is no referrer. /// /// @param _referenceFeeDistributor The address of the reference implementation of FeeDistributor used as the basis for clones /// @param _clientConfig address and basis points (percent * 100) of the client /// @param _referrerConfig address and basis points (percent * 100) of the referrer. /// @return newFeeDistributorAddress user FeeDistributor instance that has just been deployed function createFeeDistributor( address _referenceFeeDistributor, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external returns (address newFeeDistributorAddress); /// @notice Computes the address of a FeeDistributor created by `createFeeDistributor` function /// @dev FeeDistributor instances are guaranteed to have the same address if all of /// 1) referenceFeeDistributor 2) clientConfig 3) referrerConfig /// are the same /// @param _referenceFeeDistributor The address of the reference implementation of FeeDistributor used as the basis for clones /// @param _clientConfig address and basis points (percent * 100) of the client /// @param _referrerConfig address and basis points (percent * 100) of the referrer. /// @return address user FeeDistributor instance that will be or has been deployed function predictFeeDistributorAddress( address _referenceFeeDistributor, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external view returns (address); /// @notice Returns an array of client FeeDistributors /// @param _client client address /// @return address[] array of client FeeDistributors function allClientFeeDistributors( address _client ) external view returns (address[] memory); /// @notice Returns an array of all FeeDistributors for all clients /// @return address[] array of all FeeDistributors function allFeeDistributors() external view returns (address[] memory); /// @notice The address of P2pEth2Depositor /// @return address of P2pEth2Depositor function p2pEth2Depositor() external view returns (address); /// @notice Returns default client basis points /// @return default client basis points function defaultClientBasisPoints() external view returns (uint96); /// @notice Returns the current operator /// @return address of the current operator function operator() external view returns (address); /// @notice Reverts if the passed address is neither operator nor owner /// @param _address passed address function checkOperatorOrOwner(address _address) external view; /// @notice Reverts if the passed address is not P2pEth2Depositor /// @param _address passed address function checkP2pEth2Depositor(address _address) external view; /// @notice Reverts if the passed address is neither of: 1) operator 2) owner 3) P2pEth2Depositor /// @param _address passed address function check_Operator_Owner_P2pEth2Depositor(address _address) external view; }
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity 0.8.18; /// @dev https://github.com/bloxapp/ssv-network/blob/8c945e82cc063eb8e40c467d314a470121821157/contracts/interfaces/ISSVViews.sol interface ISSVViews { /// @notice Gets operator details by ID /// @param operatorId The ID of the operator /// @return owner The owner of the operator /// @return fee The fee associated with the operator (SSV) /// @return validatorCount The count of validators associated with the operator /// @return whitelisted The whitelisted address of the operator, if any /// @return isPrivate A boolean indicating if the operator is private /// @return active A boolean indicating if the operator is active function getOperatorById(uint64 operatorId) external view returns (address owner, uint256 fee, uint32 validatorCount, address whitelisted, bool isPrivate, bool active); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, Lido <[email protected]> // SPDX-License-Identifier: MIT // https://github.com/lidofinance/lido-otc-seller/blob/master/contracts/lib/AssetRecoverer.sol pragma solidity 0.8.18; import "./OwnableTokenRecoverer.sol"; import "./AssetRecoverer.sol"; /// @title Public Asset Recoverer with public functions callable by assetAccessingAddress /// @notice Recover ether, ERC20, ERC721 and ERC1155 from a derived contract abstract contract OwnableAssetRecoverer is OwnableTokenRecoverer, AssetRecoverer { // Functions /** * @notice transfers ether from this contract * @dev using `address.call` is safer to transfer to other contracts * @param _recipient address to transfer ether to * @param _amount amount of ether to transfer */ function transferEther(address _recipient, uint256 _amount) external onlyOwner { _transferEther(_recipient, _amount); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "./Ownable2Step.sol"; import "./IOwnableWithOperator.sol"; /** * @notice newOperator is the zero address */ error Access__ZeroNewOperator(); /** * @notice newOperator is the same as the old one */ error Access__SameOperator(address _operator); /** * @notice caller is neither the operator nor owner */ error Access__CallerNeitherOperatorNorOwner(address _caller, address _operator, address _owner); /** * @notice address is neither the operator nor owner */ error Access__AddressNeitherOperatorNorOwner(address _address, address _operator, address _owner); /** * @dev Ownable with an additional role of operator */ abstract contract OwnableWithOperator is Ownable2Step, IOwnableWithOperator { address private s_operator; /** * @dev Emits when the operator has been changed * @param _previousOperator address of the previous operator * @param _newOperator address of the new operator */ event OperatorChanged( address indexed _previousOperator, address indexed _newOperator ); /** * @dev Throws if called by any account other than the operator or the owner. */ modifier onlyOperatorOrOwner() { address currentOwner = owner(); address currentOperator = s_operator; if (currentOperator != _msgSender() && currentOwner != _msgSender()) { revert Access__CallerNeitherOperatorNorOwner(_msgSender(), currentOperator, currentOwner); } _; } function checkOperatorOrOwner(address _address) public view virtual { address currentOwner = owner(); address currentOperator = s_operator; if (_address == address(0) || (currentOperator != _address && currentOwner != _address)) { revert Access__AddressNeitherOperatorNorOwner(_address, currentOperator, currentOwner); } } /** * @dev Returns the current operator. */ function operator() public view virtual returns (address) { return s_operator; } /** * @dev Transfers operator to a new account (`newOperator`). * Can only be called by the current owner. */ function changeOperator(address _newOperator) external virtual onlyOwner { if (_newOperator == address(0)) { revert Access__ZeroNewOperator(); } if (_newOperator == s_operator) { revert Access__SameOperator(_newOperator); } _changeOperator(_newOperator); } /** * @dev Transfers operator to a new account (`newOperator`). * Internal function without access restriction. */ function _changeOperator(address _newOperator) internal virtual { address oldOperator = s_operator; s_operator = _newOperator; emit OperatorChanged(oldOperator, _newOperator); } /** * @dev Dismisses the old operator without setting a new one. * Can only be called by the current owner. */ function dismissOperator() external virtual onlyOwner { _changeOperator(address(0)); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "../@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "../@openzeppelin/contracts/utils/introspection/ERC165Checker.sol"; import "../constants/P2pConstants.sol"; import "../interfaces/ssv/ISSVNetwork.sol"; import "../interfaces/IDepositContract.sol"; import "../interfaces/p2p/IFeeDistributorFactory.sol"; import "../access/OwnableWithOperator.sol"; import "../assetRecovering/OwnableAssetRecoverer.sol"; import "../structs/P2pStructs.sol"; import "../p2pSsvProxyFactory/IP2pSsvProxyFactory.sol"; import "./IP2pSsvProxy.sol"; /// @notice _referenceFeeDistributor should implement IFeeDistributor interface /// @param _passedAddress passed address for _referenceFeeDistributor error P2pSsvProxy__NotFeeDistributor(address _passedAddress); /// @notice Should be a P2pSsvProxyFactory contract /// @param _passedAddress passed address that does not support IP2pSsvProxyFactory interface error P2pSsvProxy__NotP2pSsvProxyFactory(address _passedAddress); /// @notice Throws if called by any account other than the client. /// @param _caller address of the caller /// @param _client address of the client error P2pSsvProxy__CallerNotClient(address _caller, address _client); /// @notice The caller was neither operator nor owner /// @param _caller address of the caller /// @param _operator address of the operator /// @param _owner address of the owner error P2pSsvProxy__CallerNeitherOperatorNorOwner(address _caller, address _operator, address _owner); /// @notice The caller was neither operator nor owner nor client /// @param _caller address of the caller error P2pSsvProxy__CallerNeitherOperatorNorOwnerNorClient(address _caller); /// @notice Only factory can call `initialize`. /// @param _msgSender sender address. /// @param _actualFactory the actual factory address that can call `initialize`. error P2pSsvProxy__NotP2pSsvProxyFactoryCalled(address _msgSender, IP2pSsvProxyFactory _actualFactory); /// @notice _pubkeys and _operatorIds arrays should have the same lengths error P2pSsvProxy__AmountOfParametersError(); /// @notice Selector is not allowed for the caller. /// @param _caller caller address /// @param _selector function selector to be called on SSVNetwork error P2pSsvProxy__SelectorNotAllowed(address _caller, bytes4 _selector); /// @title Proxy for SSVNetwork calls. /// @dev Each instance of P2pSsvProxy corresponds to 1 FeeDistributor instance. /// Thus, client to P2pSsvProxy instances is a 1-to-many relation. /// SSV tokens are managed by P2P. /// Clients cover the costs of SSV tokens by EL rewards via FeeDistributor instance. contract P2pSsvProxy is OwnableAssetRecoverer, ERC165, IP2pSsvProxy { /// @notice P2pSsvProxyFactory address IP2pSsvProxyFactory private immutable i_p2pSsvProxyFactory; /// @notice SSVNetwork address ISSVNetwork private immutable i_ssvNetwork; /// @notice SSV token (ERC-20) address IERC20 private immutable i_ssvToken; /// @notice FeeDistributor instance address IFeeDistributor private s_feeDistributor; /// @notice If caller is not client, revert modifier onlyClient() { address clientAddress = getClient(); if (clientAddress != msg.sender) { revert P2pSsvProxy__CallerNotClient(msg.sender, clientAddress); } _; } /// @notice If caller is neither operator nor owner, revert modifier onlyOperatorOrOwner() { address currentOwner = owner(); address currentOperator = operator(); if (currentOperator != msg.sender && currentOwner != msg.sender) { revert P2pSsvProxy__CallerNeitherOperatorNorOwner(msg.sender, currentOperator, currentOwner); } _; } /// @notice If caller is neither operator nor owner nor client, revert modifier onlyOperatorOrOwnerOrClient() { address operator_ = operator(); address owner_ = owner(); address client_ = getClient(); if (operator_ != msg.sender && owner_ != msg.sender && client_ != msg.sender) { revert P2pSsvProxy__CallerNeitherOperatorNorOwnerNorClient(msg.sender); } _; } /// @notice If caller is not factory, revert modifier onlyP2pSsvProxyFactory() { if (msg.sender != address(i_p2pSsvProxyFactory)) { revert P2pSsvProxy__NotP2pSsvProxyFactoryCalled(msg.sender, i_p2pSsvProxyFactory); } _; } /// @dev Set values that are constant, common for all clients, known at the initial deploy time. /// @param _p2pSsvProxyFactory address of P2pSsvProxyFactory constructor( address _p2pSsvProxyFactory ) { if (!ERC165Checker.supportsInterface(_p2pSsvProxyFactory, type(IP2pSsvProxyFactory).interfaceId)) { revert P2pSsvProxy__NotP2pSsvProxyFactory(_p2pSsvProxyFactory); } i_p2pSsvProxyFactory = IP2pSsvProxyFactory(_p2pSsvProxyFactory); i_ssvNetwork = (block.chainid == 1) ? ISSVNetwork(0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1) : (block.chainid == 5) ? ISSVNetwork(0xC3CD9A0aE89Fff83b71b58b6512D43F8a41f363D) : ISSVNetwork(0x38A4794cCEd47d3baf7370CcC43B560D3a1beEFA); i_ssvToken = (block.chainid == 1) ? IERC20(0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54) : (block.chainid == 5) ? IERC20(0x3a9f01091C446bdE031E39ea8354647AFef091E7) : IERC20(0xad45A78180961079BFaeEe349704F411dfF947C6); } /// @inheritdoc IP2pSsvProxy function initialize( address _feeDistributor ) external onlyP2pSsvProxyFactory { s_feeDistributor = IFeeDistributor(_feeDistributor); i_ssvToken.approve(address(i_ssvNetwork), type(uint256).max); emit P2pSsvProxy__Initialized(_feeDistributor); } /// @dev Access any SSVNetwork function as cluster owner (this P2pSsvProxy instance) /// Each selector access is managed by P2pSsvProxyFactory roles (owner, operator, client) fallback() external { address caller = msg.sender; bytes4 selector = msg.sig; bool isAllowed = msg.sender == owner() || (msg.sender == operator() && i_p2pSsvProxyFactory.isOperatorSelectorAllowed(selector)) || (msg.sender == getClient() && i_p2pSsvProxyFactory.isClientSelectorAllowed(selector)); if (!isAllowed) { revert P2pSsvProxy__SelectorNotAllowed(caller, selector); } (bool success, bytes memory data) = address(i_ssvNetwork).call(msg.data); if (success) { emit P2pSsvProxy__SuccessfullyCalledViaFallback(caller, selector); assembly { return(add(data, 0x20), mload(data)) } } else { emit P2pSsvProxy__CallingViaFallbackFailed(caller, selector); // Decode the reason from the error data returned from the call and revert with it. revert(string(data)); } } /// @inheritdoc IP2pSsvProxy function registerValidators( SsvPayload calldata _ssvPayload, address _feeDistributorInstance ) external onlyP2pSsvProxyFactory { ( uint64[] memory operatorIds, uint64 clusterIndex ) = _getOperatorIdsAndClusterIndex(_ssvPayload.ssvOperators); uint256 ssvSlot0 = uint256(_ssvPayload.ssvSlot0); // see https://github.com/bloxapp/ssv-network/blob/1e61c35736578d4b03bacbff9da2128ad12a5620/contracts/libraries/ProtocolLib.sol#L15 uint64 currentNetworkFeeIndex = uint64(ssvSlot0 >> 192) + uint64(block.number - uint32(ssvSlot0)) * uint64(ssvSlot0 >> 128); uint256 balance = _getBalance(_ssvPayload.cluster, clusterIndex, currentNetworkFeeIndex, _ssvPayload.tokenAmount); i_ssvNetwork.registerValidator( _ssvPayload.ssvValidators[0].pubkey, operatorIds, _ssvPayload.ssvValidators[0].sharesData, _ssvPayload.tokenAmount, _ssvPayload.cluster ); for (uint256 i = 1; i < _ssvPayload.ssvValidators.length;) { _registerValidator( i, operatorIds, _ssvPayload.cluster, clusterIndex, _ssvPayload.ssvValidators[i].pubkey, _ssvPayload.ssvValidators[i].sharesData, currentNetworkFeeIndex, balance ); unchecked {++i;} } i_ssvNetwork.setFeeRecipientAddress(_feeDistributorInstance); } /// @inheritdoc IP2pSsvProxy function removeValidators( bytes[] calldata _pubkeys, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external onlyOperatorOrOwnerOrClient { uint256 validatorCount = _pubkeys.length; if (!( _clusters.length == validatorCount )) { revert P2pSsvProxy__AmountOfParametersError(); } for (uint256 i = 0; i < validatorCount;) { i_ssvNetwork.removeValidator(_pubkeys[i], _operatorIds, _clusters[i]); unchecked {++i;} } } /// @inheritdoc IP2pSsvProxy function liquidate( uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external onlyOperatorOrOwner { address clusterOwner = address(this); uint256 validatorCount = _clusters.length; for (uint256 i = 0; i < validatorCount;) { i_ssvNetwork.liquidate(clusterOwner, _operatorIds, _clusters[i]); unchecked {++i;} } } /// @inheritdoc IP2pSsvProxy function reactivate( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external onlyOperatorOrOwner { uint256 tokenPerValidator = _tokenAmount / _clusters.length; uint256 validatorCount = _clusters.length; for (uint256 i = 0; i < validatorCount;) { i_ssvNetwork.reactivate(_operatorIds, tokenPerValidator, _clusters[i]); unchecked {++i;} } } /// @inheritdoc IP2pSsvProxy function depositToSSV( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external { address clusterOwner = address(this); uint256 validatorCount = _clusters.length; uint256 tokenPerValidator = _tokenAmount / validatorCount; for (uint256 i = 0; i < validatorCount;) { i_ssvNetwork.deposit(clusterOwner, _operatorIds, tokenPerValidator, _clusters[i]); unchecked {++i;} } } /// @inheritdoc IP2pSsvProxy function withdrawFromSSV( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external onlyOperatorOrOwner { uint256 tokenPerValidator = _tokenAmount / _clusters.length; uint256 validatorCount = _clusters.length; for (uint256 i = 0; i < validatorCount;) { i_ssvNetwork.withdraw(_operatorIds, tokenPerValidator, _clusters[i]); unchecked {++i;} } } /// @inheritdoc IP2pSsvProxy function withdrawSSVTokens( address _to, uint256 _amount ) external onlyOwner { i_ssvToken.transfer(_to, _amount); } /// @inheritdoc IP2pSsvProxy function setFeeRecipientAddress( address _feeRecipientAddress ) external onlyOperatorOrOwner { i_ssvNetwork.setFeeRecipientAddress(_feeRecipientAddress); } /// @notice Extract operatorIds and clusterIndex out of SsvOperator list /// @param _ssvOperators list of SSV operator data /// @return operatorIds list of SSV operator IDs, clusterIndex updated cluster index function _getOperatorIdsAndClusterIndex( SsvOperator[] calldata _ssvOperators ) private view returns( uint64[] memory operatorIds, uint64 clusterIndex ) { // clusterIndex updating logic reflects // https://github.com/bloxapp/ssv-network/blob/fe3b9b178344dd723b19792d01ab5010dfd2dcf9/contracts/modules/SSVClusters.sol#L77 clusterIndex = 0; uint256 operatorCount = _ssvOperators.length; operatorIds = new uint64[](operatorCount); for (uint256 i = 0; i < operatorCount;) { operatorIds[i] = _ssvOperators[i].id; uint256 snapshot = uint256(_ssvOperators[i].snapshot); // see https://github.com/bloxapp/ssv-network/blob/6ae5903a5c99c8d75b59fc0d35574d87f82e5861/contracts/libraries/OperatorLib.sol#L13 clusterIndex += uint64(snapshot >> 32) + (uint32(block.number) - uint32(snapshot)) * uint64(_ssvOperators[i].fee / 10_000_000); unchecked {++i;} } } /// @notice Calculate the balance for the subsequent cluster values in a batch /// @param _cluster cluster value before the 1st validator registration /// @param _newIndex clusterIndex value after the 1st validator registration /// @param _currentNetworkFeeIndex currentNetworkFeeIndex from ssvSlot0 /// @param _tokenAmount amount of SSV tokens deposited along with the 1st validator registration /// @return balance updated balance after the 1st validator registration function _getBalance( ISSVNetwork.Cluster calldata _cluster, uint64 _newIndex, uint64 _currentNetworkFeeIndex, uint256 _tokenAmount ) private pure returns(uint256 balance) { uint256 balanceBefore = _cluster.balance + _tokenAmount; // see https://github.com/bloxapp/ssv-network/blob/1e61c35736578d4b03bacbff9da2128ad12a5620/contracts/libraries/ClusterLib.sol#L16 uint64 networkFee = uint64(_currentNetworkFeeIndex - _cluster.networkFeeIndex) * _cluster.validatorCount; uint64 usage = (_newIndex - _cluster.index) * _cluster.validatorCount + networkFee; uint256 expandedUsage = usage * 10_000_000; balance = expandedUsage > balanceBefore? 0 : balanceBefore - expandedUsage; } /// @notice Register subsequent validators after the 1st one /// @param i validator index in calldata /// @param _operatorIds list of SSV operator IDs /// @param _cluster cluster value before the 1st registration /// @param _clusterIndex calculated clusterIndex after the 1st registration /// @param _pubkey validator pubkey /// @param _sharesData validator SSV sharesData /// @param _currentNetworkFeeIndex currentNetworkFeeIndex from ssvSlot0 /// @param _balance cluster balance after the 1st validator registration function _registerValidator( uint256 i, uint64[] memory _operatorIds, ISSVNetwork.Cluster calldata _cluster, uint64 _clusterIndex, bytes calldata _pubkey, bytes calldata _sharesData, uint64 _currentNetworkFeeIndex, uint256 _balance ) private { ISSVClusters.Cluster memory cluster = ISSVClusters.Cluster({ validatorCount: uint32(_cluster.validatorCount + i), networkFeeIndex: _currentNetworkFeeIndex, index: _clusterIndex, active: true, balance: _balance }); i_ssvNetwork.registerValidator( _pubkey, _operatorIds, _sharesData, 0, cluster ); } /// @inheritdoc IP2pSsvProxy function getClient() public view returns (address) { return s_feeDistributor.client(); } /// @inheritdoc IP2pSsvProxy function getFactory() external view returns (address) { return address(i_p2pSsvProxyFactory); } /// @inheritdoc IOwnable function owner() public view override(OwnableBase, IOwnable) returns (address) { return i_p2pSsvProxyFactory.owner(); } /// @inheritdoc IOwnableWithOperator function operator() public view returns (address) { return i_p2pSsvProxyFactory.operator(); } /// @inheritdoc IP2pSsvProxy function getFeeDistributor() external view returns (address) { return address(s_feeDistributor); } /// @inheritdoc ERC165 function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IP2pSsvProxy).interfaceId || super.supportsInterface(interfaceId); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../interfaces/ssv/ISSVClusters.sol"; /// @dev 256 bit struct /// @member basisPoints basis points (percent * 100) of EL rewards that should go to the recipient /// @member recipient address of the recipient struct FeeRecipient { uint96 basisPoints; address payable recipient; } /// @member pubkey The public key of the new validator /// @member sharesData Encrypted shares related to the new validator struct SsvValidator { bytes pubkey; bytes sharesData; } /// @member signatures BLS12-381 signatures /// @member depositDataRoots SHA-256 hashes of the SSZ-encoded DepositData objects struct DepositData { bytes[] signatures; bytes32[] depositDataRoots; } /// @dev Data from https://github.com/bloxapp/ssv-network/blob/8c945e82cc063eb8e40c467d314a470121821157/contracts/interfaces/ISSVNetworkCore.sol#L20 /// @member owner SSV operator owner /// @member id SSV operator ID /// @member snapshot SSV operator snapshot (should be retrieved from SSVNetwork storage) /// @member fee SSV operator fee struct SsvOperator { address owner; uint64 id; bytes32 snapshot; uint256 fee; } /// @member ssvOperators SSV operators for the cluster /// @member ssvValidators new SSV validators to be registered in the cluster /// @member cluster SSV cluster /// @member tokenAmount amount of ERC-20 SSV tokens for validator registration /// @member ssvSlot0 Slot # (uint256(keccak256("ssv.network.storage.protocol")) - 1) from SSVNetwork struct SsvPayload { SsvOperator[] ssvOperators; SsvValidator[] ssvValidators; ISSVClusters.Cluster cluster; uint256 tokenAmount; bytes32 ssvSlot0; }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "../structs/P2pStructs.sol"; import "../constants/P2pConstants.sol"; import "../interfaces/ssv/ISSVNetwork.sol"; import "../access/IOwnableWithOperator.sol"; /// @dev External interface of P2pSsvProxyFactory interface IP2pSsvProxyFactory is IOwnableWithOperator, IERC165 { /// @notice Emits when batch registration of validator with SSV is completed /// @param _proxy address of P2pSsvProxy that was used for registration and became the cluster owner event P2pSsvProxyFactory__RegistrationCompleted( address indexed _proxy ); /// @notice Emits when a new P2pSsvProxy instance was deployed and initialized /// @param _p2pSsvProxy newly deployed P2pSsvProxy instance address /// @param _client client address /// @param _feeDistributor FeeDistributor instance address event P2pSsvProxyFactory__P2pSsvProxyCreated( address indexed _p2pSsvProxy, address indexed _client, address indexed _feeDistributor ); /// @notice Emits when a new reference FeeDistributor has been set /// @param _referenceFeeDistributor new reference FeeDistributor address event P2pSsvProxyFactory__ReferenceFeeDistributorSet( address indexed _referenceFeeDistributor ); /// @notice Emits when a new value for ssvPerEthExchangeRateDividedByWei has been set /// @param _ssvPerEthExchangeRateDividedByWei new value for ssvPerEthExchangeRateDividedByWei event P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiSet( uint112 _ssvPerEthExchangeRateDividedByWei ); /// @notice Emits when a new value for maximum amount of SSV tokens per validator has been set /// @param _maxSsvTokenAmountPerValidator new value for maximum amount of SSV tokens per validator event P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorSet( uint112 _maxSsvTokenAmountPerValidator ); /// @notice Emits when a new reference P2pSsvProxy has been set /// @param _referenceP2pSsvProxy new reference P2pSsvProxy address event P2pSsvProxyFactory__ReferenceP2pSsvProxySet( address indexed _referenceP2pSsvProxy ); /// @notice Emits when new selectors were allowed for clients /// @param _selectors newly allowed selectors event P2pSsvProxyFactory__AllowedSelectorsForClientSet( bytes4[] _selectors ); /// @notice Emits when new selectors were allowed for operator /// @param _selectors newly allowed selectors event P2pSsvProxyFactory__AllowedSelectorsForOperatorSet( bytes4[] _selectors ); /// @notice Emits when new SSV operator owner addresses have been allowed /// @param _allowedSsvOperatorOwners newly allowed SSV operator owner addresses event P2pSsvProxyFactory__AllowedSsvOperatorOwnersSet( address[] _allowedSsvOperatorOwners ); /// @notice Emits when some SSV operator owner addresses have been removed from the allowlist /// @param _allowedSsvOperatorOwners disallowed SSV operator owner addresses event P2pSsvProxyFactory__AllowedSsvOperatorOwnersRemoved( address[] _allowedSsvOperatorOwners ); /// @notice Emits when new SSV operator IDs have been set to the given SSV operator owner /// @param _ssvOperatorOwner SSV operator owner event P2pSsvProxyFactory__SsvOperatorIdsSet( address indexed _ssvOperatorOwner, uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] _operatorIds ); /// @notice Emits when operator IDs list has been cleared for the given SSV operator owner /// @param _ssvOperatorOwner SSV operator owner event P2pSsvProxyFactory__SsvOperatorIdsCleared( address indexed _ssvOperatorOwner ); /// @notice Set Exchange rate between SSV and ETH set by P2P. /// @dev (If 1 SSV = 0.007539 ETH, it should be 0.007539 * 10^18 = 7539000000000000). /// @param _ssvPerEthExchangeRateDividedByWei Exchange rate function setSsvPerEthExchangeRateDividedByWei(uint112 _ssvPerEthExchangeRateDividedByWei) external; /// @notice Set Maximum amount of SSV tokens per validator that is allowed for client to deposit during `depositEthAndRegisterValidators` /// @param _maxSsvTokenAmountPerValidator Maximum amount of SSV tokens per validator function setMaxSsvTokenAmountPerValidator(uint112 _maxSsvTokenAmountPerValidator) external; /// @notice Set template to be used for new P2pSsvProxy instances /// @param _referenceP2pSsvProxy template to be used for new P2pSsvProxy instances function setReferenceP2pSsvProxy(address _referenceP2pSsvProxy) external; /// @notice Allow selectors (function signatures) for clients to call on SSVNetwork via P2pSsvProxy /// @param _selectors selectors (function signatures) to allow for clients function setAllowedSelectorsForClient(bytes4[] calldata _selectors) external; /// @notice Allow selectors (function signatures) for P2P operator to call on SSVNetwork via P2pSsvProxy /// @param _selectors selectors (function signatures) to allow for P2P operator function setAllowedSelectorsForOperator(bytes4[] calldata _selectors) external; /// @notice Set template to be used for new FeeDistributor instances /// @param _referenceFeeDistributor template to be used for new FeeDistributor instances function setReferenceFeeDistributor( address _referenceFeeDistributor ) external; /// @notice Allow addresses of SSV operator owners (both P2P and partners) /// @param _allowedSsvOperatorOwners addresses of SSV operator owners to allow function setAllowedSsvOperatorOwners( address[] calldata _allowedSsvOperatorOwners ) external; /// @notice Disallow addresses of SSV operator owners (both P2P and partners) /// @param _allowedSsvOperatorOwnersToRemove addresses of SSV operator owners to disallow function removeAllowedSsvOperatorOwners( address[] calldata _allowedSsvOperatorOwnersToRemove ) external; /// @notice Set own SSV operator IDs list /// @dev To be called by SSV operator owner /// @param _operatorIds SSV operator IDs list function setSsvOperatorIds( uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] calldata _operatorIds ) external; /// @notice Set SSV operator IDs list for a SSV operator owner /// @dev To be called by P2P /// @param _operatorIds SSV operator IDs list /// @param _ssvOperatorOwner SSV operator owner function setSsvOperatorIds( uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] calldata _operatorIds, address _ssvOperatorOwner ) external; /// @notice Clear own SSV operator IDs list /// @dev To be called by SSV operator owner function clearSsvOperatorIds() external; /// @notice Clear SSV operator IDs list for a SSV operator owner /// @dev To be called by P2P /// @param _ssvOperatorOwner SSV operator owner function clearSsvOperatorIds( address _ssvOperatorOwner ) external; /// @notice Computes the address of a P2pSsvProxy created by `_createP2pSsvProxy` function /// @dev P2pSsvProxy instances are guaranteed to have the same address if _feeDistributorInstance is the same /// @param _feeDistributorInstance The address of FeeDistributor instance /// @return address client P2pSsvProxy instance that will be or has been deployed function predictP2pSsvProxyAddress( address _feeDistributorInstance ) external view returns (address); /// @notice Deploy P2pSsvProxy instance if not deployed before /// @param _feeDistributorInstance The address of FeeDistributor instance /// @return p2pSsvProxyInstance client P2pSsvProxy instance that has been deployed function createP2pSsvProxy( address _feeDistributorInstance ) external returns(address p2pSsvProxyInstance); /// @notice Batch deposit ETH and register validators with SSV (up to 50, calldata size is the limit) /// @param _depositData signatures and depositDataRoots from Beacon deposit data /// @param _withdrawalCredentialsAddress address for 0x01 withdrawal credentials from Beacon deposit data (1 for the batch) /// @param _ssvPayload a stuct with data necessary for SSV registration (see `SsvPayload` struct for details) /// @param _clientConfig address and basis points (percent * 100) of the client (for FeeDistributor) /// @param _referrerConfig address and basis points (percent * 100) of the referrer (for FeeDistributor) /// @return p2pSsvProxy client P2pSsvProxy instance that became the SSV cluster owner function depositEthAndRegisterValidators( DepositData calldata _depositData, address _withdrawalCredentialsAddress, SsvPayload calldata _ssvPayload, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external payable returns (address p2pSsvProxy); /// @notice Register validators with SSV (up to 60, calldata size is the limit) without ETH deposits /// @param _ssvPayload a stuct with data necessary for SSV registration (see `SsvPayload` struct for details) /// @param _clientConfig address and basis points (percent * 100) of the client (for FeeDistributor) /// @param _referrerConfig address and basis points (percent * 100) of the referrer (for FeeDistributor) /// @return p2pSsvProxy client P2pSsvProxy instance that became the SSV cluster owner function registerValidators( SsvPayload calldata _ssvPayload, FeeRecipient calldata _clientConfig, FeeRecipient calldata _referrerConfig ) external payable returns (address p2pSsvProxy); /// @notice Returns the FeeDistributorFactory address /// @return FeeDistributorFactory address function getFeeDistributorFactory() external view returns (address); /// @notice A list of addresses of the deployed client P2pSsvProxy instances by client address /// @param _client client address /// @return A list of addresses of the deployed client P2pSsvProxy instances function getAllClientP2pSsvProxies( address _client ) external view returns (address[] memory); /// @notice Returns a list of all ever deployed client P2pSsvProxy instances /// @return a list of all ever deployed client P2pSsvProxy instances function getAllP2pSsvProxies() external view returns (address[] memory); /// @notice Returns if a certain selector (function signature) is allowed for clients to call on SSVNetwork via P2pSsvProxy /// @return True if allowed function isClientSelectorAllowed(bytes4 _selector) external view returns (bool); /// @notice Returns if a certain selector (function signature) is allowed for a P2P operator to call on SSVNetwork via P2pSsvProxy /// @param _selector selector (function signature) /// @return True if allowed function isOperatorSelectorAllowed(bytes4 _selector) external view returns (bool); /// @notice Returns SSV operator IDs list by operator owner address /// @param _ssvOperatorOwner operator owner address /// @return SSV operator IDs list function getAllowedSsvOperatorIds(address _ssvOperatorOwner) external view returns (uint64[MAX_ALLOWED_SSV_OPERATOR_IDS] memory); /// @notice Returns a set of addresses of SSV operator owners (both P2P and partners) /// @return a set of addresses of SSV operator owners (both P2P and partners) function getAllowedSsvOperatorOwners() external view returns (address[] memory); /// @notice Returns a template set by P2P to be used for new FeeDistributor instances /// @return a template set by P2P to be used for new FeeDistributor instances function getReferenceFeeDistributor() external view returns (address); /// @notice Returns a template set by P2P to be used for new P2pSsvProxy instances /// @return a template set by P2P to be used for new P2pSsvProxy instances function getReferenceP2pSsvProxy() external view returns (address); /// @notice Returns exchange rate between SSV and ETH set by P2P /// @dev (If 1 SSV = 0.007539 ETH, it should be 0.007539 * 10^18 = 7539000000000000). /// Only used during validator registration without ETH deposits to cover SSV token costs with client ETH. /// SSV tokens exchanged with this rate cannot be withdrawn by the client. /// P2P is willing to tolarate potential discrepancies with the market exchange rate for the sake of simplicity. /// The client agrees to this rate when calls `registerValidators` function. /// @return exchange rate between SSV and ETH set by P2P function getSsvPerEthExchangeRateDividedByWei() external view returns (uint112); /// @notice Returns the maximum amount of SSV tokens per validator that is allowed for client to deposit during `depositEthAndRegisterValidators` /// @return maximum amount of SSV tokens per validator function getMaxSsvTokenAmountPerValidator() external view returns (uint112); /// @notice Returns needed amount of ETH to cover SSV fees by SSV token amount /// @param _tokenAmount SSV token amount /// @return needed amount of ETH to cover SSV fees function getNeededAmountOfEtherToCoverSsvFees(uint256 _tokenAmount) external view returns (uint256); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity 0.8.18; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; /** * @dev External interface of Ownable. */ interface IOwnable { /** * @dev Returns the address of the current owner. */ function owner() external view returns (address); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, Lido <[email protected]> // SPDX-License-Identifier: MIT // https://github.com/lidofinance/lido-otc-seller/blob/master/contracts/lib/AssetRecoverer.sol pragma solidity 0.8.18; import "./TokenRecoverer.sol"; import "../access/OwnableBase.sol"; /// @title Token Recoverer with public functions callable by assetAccessingAddress /// @notice Recover ERC20, ERC721 and ERC1155 from a derived contract abstract contract OwnableTokenRecoverer is TokenRecoverer, OwnableBase { // Functions /** * @notice transfer an ERC20 token from this contract * @dev `SafeERC20.safeTransfer` doesn't always return a bool * as it performs an internal `require` check * @param _token address of the ERC20 token * @param _recipient address to transfer the tokens to * @param _amount amount of tokens to transfer */ function transferERC20( address _token, address _recipient, uint256 _amount ) external onlyOwner { _transferERC20(_token, _recipient, _amount); } /** * @notice transfer an ERC721 token from this contract * @dev `IERC721.safeTransferFrom` doesn't always return a bool * as it performs an internal `require` check * @param _token address of the ERC721 token * @param _recipient address to transfer the token to * @param _tokenId id of the individual token */ function transferERC721( address _token, address _recipient, uint256 _tokenId ) external onlyOwner { _transferERC721(_token, _recipient, _tokenId); } /** * @notice transfer an ERC1155 token from this contract * @dev see `AssetRecoverer` * @param _token address of the ERC1155 token that is being recovered * @param _recipient address to transfer the token to * @param _tokenId id of the individual token to transfer * @param _amount amount of tokens to transfer * @param _data data to transfer along */ function transferERC1155( address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes calldata _data ) external onlyOwner { _transferERC1155(_token, _recipient, _tokenId, _amount, _data); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, Lido <[email protected]> // SPDX-License-Identifier: MIT // https://github.com/lidofinance/lido-otc-seller/blob/master/contracts/lib/AssetRecoverer.sol pragma solidity 0.8.18; import "./TokenRecoverer.sol"; /** * @notice could not transfer ether * @param _recipient address to transfer ether to * @param _amount amount of ether to transfer */ error AssetRecoverer__TransferFailed(address _recipient, uint256 _amount); /// @title Asset Recoverer /// @notice Recover ether, ERC20, ERC721 and ERC1155 from a derived contract abstract contract AssetRecoverer is TokenRecoverer { event EtherTransferred(address indexed _recipient, uint256 _amount); /** * @notice transfers ether from this contract * @dev using `address.call` is safer to transfer to other contracts * @param _recipient address to transfer ether to * @param _amount amount of ether to transfer */ function _transferEther(address _recipient, uint256 _amount) internal virtual burnDisallowed(_recipient) { (bool success, ) = _recipient.call{value: _amount}(""); if (!success) { revert AssetRecoverer__TransferFailed(_recipient, _amount); } emit EtherTransferred(_recipient, _amount); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "./Ownable.sol"; /** * @notice caller must be pendingOwner */ error Ownable2Step__CallerNotNewOwner(); /** * @notice new owner address should be different from the current owner */ error Ownable2Step__NewOwnerShouldNotBeCurrentOwner(); /** * @dev Contract module which provides access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership} and {acceptOwnership}. * * This module is used through inheritance. It will make available all functions * from parent (Ownable). */ abstract contract Ownable2Step is Ownable { address private s_pendingOwner; /** * @dev Emits in transferOwnership (start of the transfer) * @param _previousOwner address of the previous owner * @param _newOwner address of the new owner */ event OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner); /** * @dev Returns the address of the pending owner. */ function pendingOwner() public view virtual returns (address) { return s_pendingOwner; } /** * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual override onlyOwner { address currentOwner = owner(); if (newOwner == currentOwner) { revert Ownable2Step__NewOwnerShouldNotBeCurrentOwner(); } s_pendingOwner = newOwner; emit OwnershipTransferStarted(currentOwner, newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner. * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual override { delete s_pendingOwner; super._transferOwnership(newOwner); } /** * @dev The new owner accepts the ownership transfer. */ function acceptOwnership() external { address sender = _msgSender(); if (pendingOwner() != sender) { revert Ownable2Step__CallerNotNewOwner(); } _transferOwnership(sender); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "./IOwnable.sol"; /** * @dev Ownable with an additional role of operator */ interface IOwnableWithOperator is IOwnable { /** * @dev Returns the current operator. */ function operator() external view returns (address); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity 0.8.18; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `from` to `to` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 amount ) external returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.2) (utils/introspection/ERC165Checker.sol) pragma solidity 0.8.18; import "./IERC165.sol"; /** * @dev Library used to query support of an interface declared via {IERC165}. * * Note that these functions return the actual result of the query: they do not * `revert` if an interface is not supported. It is up to the caller to decide * what to do in these cases. */ library ERC165Checker { // As per the EIP-165 spec, no interface should ever match 0xffffffff bytes4 private constant _INTERFACE_ID_INVALID = 0xffffffff; /** * @dev Returns true if `account` supports the {IERC165} interface, */ function supportsERC165(address account) internal view returns (bool) { // Any contract that implements ERC165 must explicitly indicate support of // InterfaceId_ERC165 and explicitly indicate non-support of InterfaceId_Invalid return _supportsERC165Interface(account, type(IERC165).interfaceId) && !_supportsERC165Interface(account, _INTERFACE_ID_INVALID); } /** * @dev Returns true if `account` supports the interface defined by * `interfaceId`. Support for {IERC165} itself is queried automatically. * * See {IERC165-supportsInterface}. */ function supportsInterface(address account, bytes4 interfaceId) internal view returns (bool) { // query support of both ERC165 as per the spec and support of _interfaceId return supportsERC165(account) && _supportsERC165Interface(account, interfaceId); } /** * @dev Returns a boolean array where each value corresponds to the * interfaces passed in and whether they're supported or not. This allows * you to batch check interfaces for a contract where your expectation * is that some interfaces may not be supported. * * See {IERC165-supportsInterface}. * * _Available since v3.4._ */ function getSupportedInterfaces(address account, bytes4[] memory interfaceIds) internal view returns (bool[] memory) { // an array of booleans corresponding to interfaceIds and whether they're supported or not bool[] memory interfaceIdsSupported = new bool[](interfaceIds.length); // query support of ERC165 itself if (supportsERC165(account)) { // query support of each interface in interfaceIds for (uint256 i = 0; i < interfaceIds.length; i++) { interfaceIdsSupported[i] = _supportsERC165Interface(account, interfaceIds[i]); } } return interfaceIdsSupported; } /** * @dev Returns true if `account` supports all the interfaces defined in * `interfaceIds`. Support for {IERC165} itself is queried automatically. * * Batch-querying can lead to gas savings by skipping repeated checks for * {IERC165} support. * * See {IERC165-supportsInterface}. */ function supportsAllInterfaces(address account, bytes4[] memory interfaceIds) internal view returns (bool) { // query support of ERC165 itself if (!supportsERC165(account)) { return false; } // query support of each interface in _interfaceIds for (uint256 i = 0; i < interfaceIds.length; i++) { if (!_supportsERC165Interface(account, interfaceIds[i])) { return false; } } // all interfaces supported return true; } /** * @notice Query if a contract implements an interface, does not check ERC165 support * @param account The address of the contract to query for support of an interface * @param interfaceId The interface identifier, as specified in ERC-165 * @return true if the contract at account indicates support of the interface with * identifier interfaceId, false otherwise * @dev Assumes that account contains a contract that supports ERC165, otherwise * the behavior of this method is undefined. This precondition can be checked * with {supportsERC165}. * Interface identification is specified in ERC-165. */ function _supportsERC165Interface(address account, bytes4 interfaceId) private view returns (bool) { // prepare call bytes memory encodedParams = abi.encodeWithSelector(IERC165.supportsInterface.selector, interfaceId); // perform static call bool success; uint256 returnSize; uint256 returnValue; assembly { success := staticcall(30000, account, add(encodedParams, 0x20), mload(encodedParams), 0x00, 0x20) returnSize := returndatasize() returnValue := mload(0x00) } return success && returnSize >= 0x20 && returnValue > 0; } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; /// @dev Collateral size of 1 validator uint256 constant COLLATERAL = 32 ether; /// @dev Maximum number of SSV operator IDs per SSV operator owner address supported simultaniously by P2pSsvProxyFactory uint256 constant MAX_ALLOWED_SSV_OPERATOR_IDS = 8;
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity 0.8.18; import "./ISSVClusters.sol"; /// @dev https://github.com/bloxapp/ssv-network/blob/8c945e82cc063eb8e40c467d314a470121821157/contracts/interfaces/ISSVNetwork.sol interface ISSVNetwork is ISSVClusters { function setFeeRecipientAddress(address feeRecipientAddress) external; }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "../structs/P2pStructs.sol"; import "../access/IOwnableWithOperator.sol"; import "../interfaces/ssv/ISSVNetwork.sol"; /// @dev External interface of P2pSsvProxy declared to support ERC165 detection. interface IP2pSsvProxy is IOwnableWithOperator, IERC165 { /// @notice Emits when P2pSsvProxy instance is initialized /// @param _feeDistributor FeeDistributor instance that determines the identity of this P2pSsvProxy instance event P2pSsvProxy__Initialized( address indexed _feeDistributor ); /// @notice Emits when the function was called successfully on SSVNetwork via fallback /// @param _caller caller of P2pSsvProxy /// @param _selector selector of the function from SSVNetwork event P2pSsvProxy__SuccessfullyCalledViaFallback( address indexed _caller, bytes4 indexed _selector ); /// @notice Emits when an error occurred during the call of SSVNetwork via fallback /// @param _caller caller of P2pSsvProxy /// @param _selector selector of the function from SSVNetwork event P2pSsvProxy__CallingViaFallbackFailed( address indexed _caller, bytes4 indexed _selector ); /// @notice Initialize the P2pSsvProxy instance /// @dev Should only be called by P2pSsvProxyFactory /// @param _feeDistributor FeeDistributor instance that determines the identity of this P2pSsvProxy instance function initialize( address _feeDistributor ) external; /// @notice Register a batch of validators with SSV /// @dev Should be called by P2pSsvProxyFactory only /// @param _ssvPayload struct with the SSV data required for registration /// @param _feeDistributorInstance instance of FeeDistributor to be used as EL fee recipient in SSV function registerValidators( SsvPayload calldata _ssvPayload, address _feeDistributorInstance ) external; /// @notice Remove a batch of validators from SSV /// @dev Can be called either by P2P or by the client /// @param _pubkeys validator pubkeys /// @param _operatorIds SSV operator IDs /// @param _clusters SSV clusters, each of which should correspond to pubkey and operator IDs function removeValidators( bytes[] calldata _pubkeys, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external; /// @notice Liquidate SSV clusters /// @dev Should be called by P2P only. /// This function is just batching calls for convenience. It's always possible to call the same function on SSVNetwork via fallback /// @param _operatorIds SSV operator IDs /// @param _clusters SSV clusters function liquidate( uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external; /// @notice Reactivate SSV clusters /// @dev Should be called by P2P only /// This function is just batching calls for convenience. It's always possible to call the same function on SSVNetwork via fallback /// @param _tokenAmount SSV token amount to be deposited for reactivation /// @param _operatorIds SSV operator IDs /// @param _clusters SSV clusters function reactivate( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external; /// @notice Deposit SSV tokens to SSV clusters /// @dev Can be called by anyone /// This function is just batching calls for convenience. It's possible to call the same function on SSVNetwork directly /// @param _tokenAmount SSV token amount to be deposited /// @param _operatorIds SSV operator IDs /// @param _clusters SSV clusters function depositToSSV( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external; /// @notice Withdraw SSV tokens from SSV clusters to this contract /// @dev Should be called by P2P only /// This function is just batching calls for convenience. It's always possible to call the same function on SSVNetwork via fallback /// @param _tokenAmount SSV token amount to be withdrawn /// @param _operatorIds SSV operator IDs /// @param _clusters SSV clusters function withdrawFromSSV( uint256 _tokenAmount, uint64[] calldata _operatorIds, ISSVNetwork.Cluster[] calldata _clusters ) external; /// @notice Withdraw SSV tokens from this contract to the given address /// @dev Should be called by P2P only /// @param _to destination address /// @param _amount SSV token amount to be withdrawn function withdrawSSVTokens( address _to, uint256 _amount ) external; /// @notice Set a new fee recipient address for this contract (cluster owner) /// @dev Should be called by P2P only. /// Another FeeDistributor instance can become the fee recipient (e.g. if service percentages change). /// Client address itself can become the fee recipient (e.g. if service percentage becomes zero due to some promo). /// It's fine for P2P to determine the fee recipient since P2P is paying SSV tokens and EL rewards are a way to compansate for them. /// Other operators are compansated via SSV tokens paid by P2P. /// @param _feeRecipientAddress fee recipient address to set function setFeeRecipientAddress( address _feeRecipientAddress ) external; /// @notice Returns the client address /// @return address client address function getClient() external view returns (address); /// @notice Returns the factory address /// @return address factory address function getFactory() external view returns (address); /// @notice Returns the address of FeeDistributor instance accociated with this contract /// @return FeeDistributor instance address function getFeeDistributor() external view returns (address); }
// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity 0.8.18; /// @dev https://github.com/bloxapp/ssv-network/blob/8c945e82cc063eb8e40c467d314a470121821157/contracts/interfaces/ISSVNetworkCore.sol interface ISSVClusters { /// @notice Represents a cluster of validators struct Cluster { /// @dev The number of validators in the cluster uint32 validatorCount; /// @dev The index of network fees related to this cluster uint64 networkFeeIndex; /// @dev The last index calculated for the cluster uint64 index; /// @dev Flag indicating whether the cluster is active bool active; /// @dev The balance of the cluster uint256 balance; } /// @notice Registers a new validator on the SSV Network /// @param publicKey The public key of the new validator /// @param operatorIds Array of IDs of operators managing this validator /// @param sharesData Encrypted shares related to the new validator /// @param amount Amount of SSV tokens to be deposited /// @param cluster Cluster to be used with the new validator function registerValidator( bytes calldata publicKey, uint64[] memory operatorIds, bytes calldata sharesData, uint256 amount, Cluster memory cluster ) external; /// @notice Removes an existing validator from the SSV Network /// @param publicKey The public key of the validator to be removed /// @param operatorIds Array of IDs of operators managing the validator /// @param cluster Cluster associated with the validator function removeValidator(bytes calldata publicKey, uint64[] memory operatorIds, Cluster memory cluster) external; /**************************/ /* Cluster External Functions */ /**************************/ /// @notice Liquidates a cluster /// @param owner The owner of the cluster /// @param operatorIds Array of IDs of operators managing the cluster /// @param cluster Cluster to be liquidated function liquidate(address owner, uint64[] memory operatorIds, Cluster memory cluster) external; /// @notice Reactivates a cluster /// @param operatorIds Array of IDs of operators managing the cluster /// @param amount Amount of SSV tokens to be deposited for reactivation /// @param cluster Cluster to be reactivated function reactivate(uint64[] memory operatorIds, uint256 amount, Cluster memory cluster) external; /******************************/ /* Balance External Functions */ /******************************/ /// @notice Deposits tokens into a cluster /// @param owner The owner of the cluster /// @param operatorIds Array of IDs of operators managing the cluster /// @param amount Amount of SSV tokens to be deposited /// @param cluster Cluster where the deposit will be made function deposit(address owner, uint64[] memory operatorIds, uint256 amount, Cluster memory cluster) external; /// @notice Withdraws tokens from a cluster /// @param operatorIds Array of IDs of operators managing the cluster /// @param tokenAmount Amount of SSV tokens to be withdrawn /// @param cluster Cluster where the withdrawal will be made function withdraw(uint64[] memory operatorIds, uint256 tokenAmount, Cluster memory cluster) external; /** * @dev Emitted when the validator has been added. * @param publicKey The public key of a validator. * @param operatorIds The operator ids list. * @param shares snappy compressed shares(a set of encrypted and public shares). * @param cluster All the cluster data. */ event ValidatorAdded(address indexed owner, uint64[] operatorIds, bytes publicKey, bytes shares, Cluster cluster); /** * @dev Emitted when the validator is removed. * @param publicKey The public key of a validator. * @param operatorIds The operator ids list. * @param cluster All the cluster data. */ event ValidatorRemoved(address indexed owner, uint64[] operatorIds, bytes publicKey, Cluster cluster); event ClusterLiquidated(address indexed owner, uint64[] operatorIds, Cluster cluster); event ClusterReactivated(address indexed owner, uint64[] operatorIds, Cluster cluster); event ClusterWithdrawn(address indexed owner, uint64[] operatorIds, uint256 value, Cluster cluster); event ClusterDeposited(address indexed owner, uint64[] operatorIds, uint256 value, Cluster cluster); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, Lido <[email protected]> // SPDX-License-Identifier: MIT // https://github.com/lidofinance/lido-otc-seller/blob/master/contracts/lib/AssetRecoverer.sol pragma solidity 0.8.18; import {IERC20} from "../@openzeppelin/contracts/token/ERC20/IERC20.sol"; import {IERC721} from "../@openzeppelin/contracts/token/ERC721/IERC721.sol"; import {IERC1155} from "../@openzeppelin/contracts/token/ERC1155/IERC1155.sol"; import {SafeERC20} from "../@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; /** * @notice prevents burn for transfer functions * @dev _recipient should not be a zero address */ error TokenRecoverer__NoBurn(); /// @title Token Recoverer /// @notice Recover ERC20, ERC721 and ERC1155 from a derived contract abstract contract TokenRecoverer { using SafeERC20 for IERC20; event ERC20Transferred(address indexed _token, address indexed _recipient, uint256 _amount); event ERC721Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId); event ERC1155Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, uint256 _amount, bytes _data); /** * @notice prevents burn for transfer functions * @dev checks for zero address and reverts if true * @param _recipient address of the transfer recipient */ modifier burnDisallowed(address _recipient) { if (_recipient == address(0)) { revert TokenRecoverer__NoBurn(); } _; } /** * @notice transfer an ERC20 token from this contract * @dev `SafeERC20.safeTransfer` doesn't always return a bool * as it performs an internal `require` check * @param _token address of the ERC20 token * @param _recipient address to transfer the tokens to * @param _amount amount of tokens to transfer */ function _transferERC20( address _token, address _recipient, uint256 _amount ) internal virtual burnDisallowed(_recipient) { IERC20(_token).safeTransfer(_recipient, _amount); emit ERC20Transferred(_token, _recipient, _amount); } /** * @notice transfer an ERC721 token from this contract * @dev `IERC721.safeTransferFrom` doesn't always return a bool * as it performs an internal `require` check * @param _token address of the ERC721 token * @param _recipient address to transfer the token to * @param _tokenId id of the individual token */ function _transferERC721( address _token, address _recipient, uint256 _tokenId ) internal virtual burnDisallowed(_recipient) { IERC721(_token).transferFrom(address(this), _recipient, _tokenId); emit ERC721Transferred(_token, _recipient, _tokenId); } /** * @notice transfer an ERC1155 token from this contract * @dev `IERC1155.safeTransferFrom` doesn't always return a bool * as it performs an internal `require` check * @param _token address of the ERC1155 token that is being recovered * @param _recipient address to transfer the token to * @param _tokenId id of the individual token to transfer * @param _amount amount of tokens to transfer * @param _data data to transfer along */ function _transferERC1155( address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes calldata _data ) internal virtual burnDisallowed(_recipient) { IERC1155(_token).safeTransferFrom(address(this), _recipient, _tokenId, _amount, _data); emit ERC1155Transferred(_token, _recipient, _tokenId, _amount, _data); } }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]> // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "../@openzeppelin/contracts/utils/Context.sol"; import "./IOwnable.sol"; /** * @notice Throws if called by any account other than the owner. * @param _caller address of the caller * @param _owner address of the owner */ error OwnableBase__CallerNotOwner(address _caller, address _owner); /** * @dev minimalistic version of OpenZeppelin's Ownable. * The owner is abstract and is not persisted in storage. * Needs to be overridden in a child contract. */ abstract contract OwnableBase is Context, IOwnable { /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { address caller = _msgSender(); address currentOwner = owner(); if (currentOwner != caller) { revert OwnableBase__CallerNotOwner(caller, currentOwner); } _; } /** * @dev Returns the address of the current owner. * Needs to be overridden in a child contract. */ function owner() public view virtual override returns (address); }
// SPDX-FileCopyrightText: 2023 P2P Validator <[email protected]>, OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) // SPDX-License-Identifier: MIT pragma solidity 0.8.18; import "./OwnableBase.sol"; /** * @notice _newOwner cannot be a zero address */ error Ownable__NewOwnerIsZeroAddress(); /** * @dev OpenZeppelin's Ownable with modifier onlyOwner extracted to OwnableBase * and removed `renounceOwnership` */ abstract contract Ownable is OwnableBase { /** * @dev Emits when the owner has been changed. * @param _previousOwner address of the previous owner * @param _newOwner address of the new owner */ event OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner); address private s_owner; /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual override returns (address) { return s_owner; } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. * @param _newOwner address of the new owner */ function transferOwnership(address _newOwner) external virtual onlyOwner { if (_newOwner == address(0)) { revert Ownable__NewOwnerIsZeroAddress(); } _transferOwnership(_newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. * @param _newOwner address of the new owner */ function _transferOwnership(address _newOwner) internal virtual { address oldOwner = s_owner; s_owner = _newOwner; emit OwnershipTransferred(oldOwner, _newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC721/IERC721.sol) pragma solidity 0.8.18; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev Approve or remove `operator` as an operator for the caller. * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller. * * Requirements: * * - The `operator` cannot be the caller. * * Emits an {ApprovalForAll} event. */ function setApprovalForAll(address operator, bool _approved) external; /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll} */ function isApprovedForAll(address owner, address operator) external view returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol) pragma solidity 0.8.18; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC1155 compliant contract, as defined in the * https://eips.ethereum.org/EIPS/eip-1155[EIP]. * * _Available since v3.1._ */ interface IERC1155 is IERC165 { /** * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`. */ event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value); /** * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all * transfers. */ event TransferBatch( address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values ); /** * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to * `approved`. */ event ApprovalForAll(address indexed account, address indexed operator, bool approved); /** * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. * * If an {URI} event was emitted for `id`, the standard * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value * returned by {IERC1155MetadataURI-uri}. */ event URI(string value, uint256 indexed id); /** * @dev Returns the amount of tokens of token type `id` owned by `account`. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) external view returns (uint256); /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids) external view returns (uint256[] memory); /** * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, * * Emits an {ApprovalForAll} event. * * Requirements: * * - `operator` cannot be the caller. */ function setApprovalForAll(address operator, bool approved) external; /** * @dev Returns true if `operator` is approved to transfer ``account``'s tokens. * * See {setApprovalForAll}. */ function isApprovedForAll(address account, address operator) external view returns (bool); /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes calldata data ) external; /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function safeBatchTransferFrom( address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/utils/SafeERC20.sol) pragma solidity 0.8.18; import "../IERC20.sol"; import "../extensions/draft-IERC20Permit.sol"; import "../../../utils/Address.sol"; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using Address for address; function safeTransfer( IERC20 token, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom( IERC20 token, address from, address to, uint256 value ) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } /** * @dev Deprecated. This function has issues similar to the ones found in * {IERC20-approve}, and its usage is discouraged. * * Whenever possible, use {safeIncreaseAllowance} and * {safeDecreaseAllowance} instead. */ function safeApprove( IERC20 token, address spender, uint256 value ) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' require( (value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance( IERC20 token, address spender, uint256 value ) internal { uint256 newAllowance = token.allowance(address(this), spender) + value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance( IERC20 token, address spender, uint256 value ) internal { unchecked { uint256 oldAllowance = token.allowance(address(this), spender); require(oldAllowance >= value, "SafeERC20: decreased allowance below zero"); uint256 newAllowance = oldAllowance - value; _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } } function safePermit( IERC20Permit token, address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) internal { uint256 nonceBefore = token.nonces(owner); token.permit(owner, spender, value, deadline, v, r, s); uint256 nonceAfter = token.nonces(owner); require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed"); } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function _callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that // the target address contains contract code and also asserts for success in the low-level call. bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity 0.8.18; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol) pragma solidity 0.8.18; /** * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. * * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't * need to send a transaction, and thus is not required to hold Ether at all. */ interface IERC20Permit { /** * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens, * given ``owner``'s signed approval. * * IMPORTANT: The same issues {IERC20-approve} has related to transaction * ordering also apply here. * * Emits an {Approval} event. * * Requirements: * * - `spender` cannot be the zero address. * - `deadline` must be a timestamp in the future. * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` * over the EIP712-formatted function arguments. * - the signature must use ``owner``'s current nonce (see {nonces}). * * For more information on the signature format, see the * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP * section]. */ function permit( address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) external; /** * @dev Returns the current nonce for `owner`. This value must be * included whenever a signature is generated for {permit}. * * Every successful call to {permit} increases ``owner``'s nonce by one. This * prevents a signature from being used multiple times. */ function nonces(address owner) external view returns (uint256); /** * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}. */ // solhint-disable-next-line func-name-mixedcase function DOMAIN_SEPARATOR() external view returns (bytes32); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol) pragma solidity 0.8.18; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly /// @solidity memory-safe-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
{ "remappings": [ "ds-test/=lib/forge-std/lib/ds-test/src/", "forge-std/=lib/forge-std/src/" ], "optimizer": { "enabled": true, "runs": 200 }, "metadata": { "useLiteralContent": false, "bytecodeHash": "ipfs", "appendCBOR": true }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "evmVersion": "paris", "libraries": {} }
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_feeDistributorFactory","type":"address"},{"internalType":"address","name":"_referenceFeeDistributor","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_owner","type":"address"}],"name":"Access__AddressNeitherOperatorNorOwner","type":"error"},{"inputs":[{"internalType":"address","name":"_caller","type":"address"},{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_owner","type":"address"}],"name":"Access__CallerNeitherOperatorNorOwner","type":"error"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"}],"name":"Access__SameOperator","type":"error"},{"inputs":[],"name":"Access__ZeroNewOperator","type":"error"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"AssetRecoverer__TransferFailed","type":"error"},{"inputs":[],"name":"Ownable2Step__CallerNotNewOwner","type":"error"},{"inputs":[],"name":"Ownable2Step__NewOwnerShouldNotBeCurrentOwner","type":"error"},{"inputs":[{"internalType":"address","name":"_caller","type":"address"},{"internalType":"address","name":"_owner","type":"address"}],"name":"OwnableBase__CallerNotOwner","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__CannotRemoveZeroAllowedSsvOperatorOwners","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__CannotSetZeroAllowedSsvOperatorOwners","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__CannotSetZeroSelectors","type":"error"},{"inputs":[{"internalType":"uint256","name":"_ssvValidatorsLength","type":"uint256"},{"internalType":"uint256","name":"_signaturesLength","type":"uint256"},{"internalType":"uint256","name":"_depositDataRootsLength","type":"uint256"}],"name":"P2pSsvProxyFactory__DepositDataArraysShouldHaveTheSameLength","type":"error"},{"inputs":[{"internalType":"uint64","name":"_ssvOperatorId","type":"uint64"}],"name":"P2pSsvProxyFactory__DuplicateIdsNotAllowed","type":"error"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"},{"internalType":"uint64","name":"_ssvOperatorId1","type":"uint64"},{"internalType":"uint64","name":"_ssvOperatorId2","type":"uint64"}],"name":"P2pSsvProxyFactory__DuplicateOperatorOwnersNotAllowed","type":"error"},{"inputs":[{"internalType":"uint256","name":"_actualEthValue","type":"uint256"}],"name":"P2pSsvProxyFactory__EthValueMustBe32TimesValidatorCount","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorExceeded","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorNotSet","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorOutOfRange","type":"error"},{"inputs":[{"internalType":"address","name":"_caller","type":"address"}],"name":"P2pSsvProxyFactory__NotAllowedSsvOperatorOwner","type":"error"},{"inputs":[{"internalType":"uint256","name":"_needed","type":"uint256"},{"internalType":"uint256","name":"_paid","type":"uint256"}],"name":"P2pSsvProxyFactory__NotEnoughEtherPaidToCoverSsvFees","type":"error"},{"inputs":[{"internalType":"address","name":"_passedAddress","type":"address"}],"name":"P2pSsvProxyFactory__NotFeeDistributor","type":"error"},{"inputs":[{"internalType":"address","name":"_passedAddress","type":"address"}],"name":"P2pSsvProxyFactory__NotFeeDistributorFactory","type":"error"},{"inputs":[{"internalType":"address","name":"_passedAddress","type":"address"}],"name":"P2pSsvProxyFactory__NotP2pSsvProxy","type":"error"},{"inputs":[{"internalType":"uint64","name":"_operatorId","type":"uint64"},{"internalType":"address","name":"_passedOwner","type":"address"},{"internalType":"address","name":"_actualOwner","type":"address"}],"name":"P2pSsvProxyFactory__SsvOperatorIdDoesNotBelongToOwner","type":"error"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"},{"internalType":"uint64","name":"_ssvOperatorId","type":"uint64"}],"name":"P2pSsvProxyFactory__SsvOperatorNotAllowed","type":"error"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"P2pSsvProxyFactory__SsvOperatorOwnerAlreadyExists","type":"error"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"P2pSsvProxyFactory__SsvOperatorOwnerDoesNotExist","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiNotSet","type":"error"},{"inputs":[],"name":"P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiOutOfRange","type":"error"},{"inputs":[],"name":"TokenRecoverer__NoBurn","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_token","type":"address"},{"indexed":true,"internalType":"address","name":"_recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"},{"indexed":false,"internalType":"bytes","name":"_data","type":"bytes"}],"name":"ERC1155Transferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_token","type":"address"},{"indexed":true,"internalType":"address","name":"_recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"ERC20Transferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_token","type":"address"},{"indexed":true,"internalType":"address","name":"_recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ERC721Transferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"EtherTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_previousOperator","type":"address"},{"indexed":true,"internalType":"address","name":"_newOperator","type":"address"}],"name":"OperatorChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"_newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"_newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes4[]","name":"_selectors","type":"bytes4[]"}],"name":"P2pSsvProxyFactory__AllowedSelectorsForClientSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes4[]","name":"_selectors","type":"bytes4[]"}],"name":"P2pSsvProxyFactory__AllowedSelectorsForOperatorSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"_allowedSsvOperatorOwners","type":"address[]"}],"name":"P2pSsvProxyFactory__AllowedSsvOperatorOwnersRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"_allowedSsvOperatorOwners","type":"address[]"}],"name":"P2pSsvProxyFactory__AllowedSsvOperatorOwnersSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint112","name":"_maxSsvTokenAmountPerValidator","type":"uint112"}],"name":"P2pSsvProxyFactory__MaxSsvTokenAmountPerValidatorSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_p2pSsvProxy","type":"address"},{"indexed":true,"internalType":"address","name":"_client","type":"address"},{"indexed":true,"internalType":"address","name":"_feeDistributor","type":"address"}],"name":"P2pSsvProxyFactory__P2pSsvProxyCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_referenceFeeDistributor","type":"address"}],"name":"P2pSsvProxyFactory__ReferenceFeeDistributorSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_referenceP2pSsvProxy","type":"address"}],"name":"P2pSsvProxyFactory__ReferenceP2pSsvProxySet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_proxy","type":"address"}],"name":"P2pSsvProxyFactory__RegistrationCompleted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"P2pSsvProxyFactory__SsvOperatorIdsCleared","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_ssvOperatorOwner","type":"address"},{"indexed":false,"internalType":"uint64[8]","name":"_operatorIds","type":"uint64[8]"}],"name":"P2pSsvProxyFactory__SsvOperatorIdsSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint112","name":"_ssvPerEthExchangeRateDividedByWei","type":"uint112"}],"name":"P2pSsvProxyFactory__SsvPerEthExchangeRateDividedByWeiSet","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOperator","type":"address"}],"name":"changeOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"checkOperatorOrOwner","outputs":[],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"clearSsvOperatorIds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"clearSsvOperatorIds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_feeDistributorInstance","type":"address"}],"name":"createP2pSsvProxy","outputs":[{"internalType":"address","name":"p2pSsvProxyInstance","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"bytes[]","name":"signatures","type":"bytes[]"},{"internalType":"bytes32[]","name":"depositDataRoots","type":"bytes32[]"}],"internalType":"struct DepositData","name":"_depositData","type":"tuple"},{"internalType":"address","name":"_withdrawalCredentialsAddress","type":"address"},{"components":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint64","name":"id","type":"uint64"},{"internalType":"bytes32","name":"snapshot","type":"bytes32"},{"internalType":"uint256","name":"fee","type":"uint256"}],"internalType":"struct SsvOperator[]","name":"ssvOperators","type":"tuple[]"},{"components":[{"internalType":"bytes","name":"pubkey","type":"bytes"},{"internalType":"bytes","name":"sharesData","type":"bytes"}],"internalType":"struct SsvValidator[]","name":"ssvValidators","type":"tuple[]"},{"components":[{"internalType":"uint32","name":"validatorCount","type":"uint32"},{"internalType":"uint64","name":"networkFeeIndex","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"bool","name":"active","type":"bool"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ISSVClusters.Cluster","name":"cluster","type":"tuple"},{"internalType":"uint256","name":"tokenAmount","type":"uint256"},{"internalType":"bytes32","name":"ssvSlot0","type":"bytes32"}],"internalType":"struct SsvPayload","name":"_ssvPayload","type":"tuple"},{"components":[{"internalType":"uint96","name":"basisPoints","type":"uint96"},{"internalType":"address payable","name":"recipient","type":"address"}],"internalType":"struct FeeRecipient","name":"_clientConfig","type":"tuple"},{"components":[{"internalType":"uint96","name":"basisPoints","type":"uint96"},{"internalType":"address payable","name":"recipient","type":"address"}],"internalType":"struct FeeRecipient","name":"_referrerConfig","type":"tuple"}],"name":"depositEthAndRegisterValidators","outputs":[{"internalType":"address","name":"p2pSsvProxy","type":"address"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"dismissOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_client","type":"address"}],"name":"getAllClientP2pSsvProxies","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getAllP2pSsvProxies","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"getAllowedSsvOperatorIds","outputs":[{"internalType":"uint64[8]","name":"","type":"uint64[8]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getAllowedSsvOperatorOwners","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFeeDistributorFactory","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getMaxSsvTokenAmountPerValidator","outputs":[{"internalType":"uint112","name":"","type":"uint112"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenAmount","type":"uint256"}],"name":"getNeededAmountOfEtherToCoverSsvFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getReferenceFeeDistributor","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getReferenceP2pSsvProxy","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getSsvPerEthExchangeRateDividedByWei","outputs":[{"internalType":"uint112","name":"","type":"uint112"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"_selector","type":"bytes4"}],"name":"isClientSelectorAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"_selector","type":"bytes4"}],"name":"isOperatorSelectorAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"operator","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_feeDistributorInstance","type":"address"}],"name":"predictP2pSsvProxyAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint64","name":"id","type":"uint64"},{"internalType":"bytes32","name":"snapshot","type":"bytes32"},{"internalType":"uint256","name":"fee","type":"uint256"}],"internalType":"struct SsvOperator[]","name":"ssvOperators","type":"tuple[]"},{"components":[{"internalType":"bytes","name":"pubkey","type":"bytes"},{"internalType":"bytes","name":"sharesData","type":"bytes"}],"internalType":"struct SsvValidator[]","name":"ssvValidators","type":"tuple[]"},{"components":[{"internalType":"uint32","name":"validatorCount","type":"uint32"},{"internalType":"uint64","name":"networkFeeIndex","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"bool","name":"active","type":"bool"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ISSVClusters.Cluster","name":"cluster","type":"tuple"},{"internalType":"uint256","name":"tokenAmount","type":"uint256"},{"internalType":"bytes32","name":"ssvSlot0","type":"bytes32"}],"internalType":"struct SsvPayload","name":"_ssvPayload","type":"tuple"},{"components":[{"internalType":"uint96","name":"basisPoints","type":"uint96"},{"internalType":"address payable","name":"recipient","type":"address"}],"internalType":"struct FeeRecipient","name":"_clientConfig","type":"tuple"},{"components":[{"internalType":"uint96","name":"basisPoints","type":"uint96"},{"internalType":"address payable","name":"recipient","type":"address"}],"internalType":"struct FeeRecipient","name":"_referrerConfig","type":"tuple"}],"name":"registerValidators","outputs":[{"internalType":"address","name":"p2pSsvProxy","type":"address"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_allowedSsvOperatorOwnersToRemove","type":"address[]"}],"name":"removeAllowedSsvOperatorOwners","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4[]","name":"_selectors","type":"bytes4[]"}],"name":"setAllowedSelectorsForClient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4[]","name":"_selectors","type":"bytes4[]"}],"name":"setAllowedSelectorsForOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_allowedSsvOperatorOwners","type":"address[]"}],"name":"setAllowedSsvOperatorOwners","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint112","name":"_maxSsvTokenAmountPerValidator","type":"uint112"}],"name":"setMaxSsvTokenAmountPerValidator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_referenceFeeDistributor","type":"address"}],"name":"setReferenceFeeDistributor","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_referenceP2pSsvProxy","type":"address"}],"name":"setReferenceP2pSsvProxy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64[8]","name":"_operatorIds","type":"uint64[8]"},{"internalType":"address","name":"_ssvOperatorOwner","type":"address"}],"name":"setSsvOperatorIds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64[8]","name":"_operatorIds","type":"uint64[8]"}],"name":"setSsvOperatorIds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint112","name":"_ssvPerEthExchangeRateDividedByWei","type":"uint112"}],"name":"setSsvPerEthExchangeRateDividedByWei","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"transferERC1155","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"transferERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"transferERC721","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"transferEther","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
6101006040523480156200001257600080fd5b5060405162003ef138038062003ef18339810160408190526200003591620003ef565b62000040336200026c565b6200005e82631e9abf3f60e01b6200029660201b620016651760201c565b6200008c576040516378eb2a3160e11b81526001600160a01b03831660048201526024015b60405180910390fd5b6001600160a01b03821660a052620000b881639967e99b60e01b62000296602090811b6200166517901c565b620000e25760405163fa5e4a2160e01b81526001600160a01b038216600482015260240162000083565b600380546001600160a01b0319166001600160a01b0383169081179091556040517fe9d395ade7e90aa86b53f2ca7a6af85aa882c2363e96203e90b856a978059ff590600090a246600114620001715746600514620001565773424242424242424242424242424242424242424262000183565b73ff50ed3d0ec03ac01d4c79aad74928bff48a7b2b62000183565b6f219ab540356cbb839cbe05303d7705fa5b6001600160a01b031660805260014614620001d75746600514620001bc5773ad45a78180961079bfaeee349704f411dff947c6620001ed565b733a9f01091c446bde031e39ea8354647afef091e7620001ed565b739d65ff81a3c488d585bbfb0bfe3c7707c7917f545b6001600160a01b031660c05260014614620002415746600514620002265773352a18aee90cdcd825d1e37d9939dca86c00e28162000257565b73ae2c84c48272f5a1746150ef333d5e5b51f6876362000257565b73afe830b6ee262ba11cce5f32fdcd760ffe6a66e45b6001600160a01b031660e05250620004279050565b600180546001600160a01b03191690556200029381620002be602090811b6200168817901c565b50565b6000620002a3836200030e565b8015620002b75750620002b7838362000347565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600062000323826301ffc9a760e01b62000347565b80156200034157506200033f826001600160e01b031962000347565b155b92915050565b604080516001600160e01b03198316602480830191909152825180830390910181526044909101909152602080820180516001600160e01b03166301ffc9a760e01b178152825160009392849283928392918391908a617530fa92503d91506000519050828015620003ba575060208210155b8015620003c75750600081115b979650505050505050565b80516001600160a01b0381168114620003ea57600080fd5b919050565b600080604083850312156200040357600080fd5b6200040e83620003d2565b91506200041e60208401620003d2565b90509250929050565b60805160a05160c05160e051613a826200046f60003960006120ec01526000611b7d0152600081816107a10152818161277a0152612821015260006123ec0152613a826000f3fe6080604052600436106102465760003560e01c80637860180e11610139578063b83802f5116100b6578063e30c39781161007a578063e30c397814610701578063e4eecb3d1461071f578063ea1f73731461073f578063f16521551461075d578063f2fde38b14610772578063f8b442cc1461079257600080fd5b8063b83802f514610645578063b9e6b12b1461065a578063cfbe2e7814610694578063dbecc616146106c1578063dfb86bb7146106e157600080fd5b80638da5cb5b116100fd5780638da5cb5b146105745780639473d8691461059257806395031908146105cb5780639db5dbe4146105eb578063b214a7c51461060b57600080fd5b80637860180e146104ee57806379ba5097146105015780637c8c9f2e146105165780637e1e221b146105345780637f01a0f81461055457600080fd5b8063340d73a7116101c75780635a8c880e1161018b5780635a8c880e1461045b5780636494731e1461047957806366552b9514610499578063696e5fc3146104ae57806372616d37146104ce57600080fd5b8063340d73a7146103af57806347e66774146103cf5780634d5b4881146103ef578063542d91081461040f578063570ca7351461043d57600080fd5b80631aca63761161020e5780631aca63761461030f5780631b54769e1461032f5780632630ba941461034f5780632794e08d1461036f578063311a3c171461038f57600080fd5b806301ffc9a71461024b57806305b1137b1461028057806306394c9b146102a2578063085d6e42146102c2578063166effcf146102ed575b600080fd5b34801561025757600080fd5b5061026b610266366004612dee565b6107c5565b60405190151581526020015b60405180910390f35b34801561028c57600080fd5b506102a061029b366004612e1e565b6107fc565b005b3480156102ae57600080fd5b506102a06102bd366004612e4a565b610847565b6102d56102d0366004612e92565b6108e7565b6040516001600160a01b039091168152602001610277565b3480156102f957600080fd5b50610302610909565b6040516102779190612ef1565b34801561031b57600080fd5b506102a061032a366004612f3e565b61091a565b34801561033b57600080fd5b506102a061034a366004612e4a565b61095e565b34801561035b57600080fd5b506102a061036a366004612fca565b6109ea565b34801561037b57600080fd5b506102d561038a366004612e4a565b610b27565b34801561039b57600080fd5b506103026103aa366004612e4a565b610b78565b3480156103bb57600080fd5b506102a06103ca366004612e4a565b610bee565b3480156103db57600080fd5b506102a06103ea366004612fca565b610c2e565b3480156103fb57600080fd5b506102a061040a366004612fca565b610d1e565b34801561041b57600080fd5b5061042f61042a36600461300b565b610e0e565b604051908152602001610277565b34801561044957600080fd5b506002546001600160a01b03166102d5565b34801561046757600080fd5b506004546001600160a01b03166102d5565b34801561048557600080fd5b506102a0610494366004613036565b610e3b565b3480156104a557600080fd5b506102a0610ebd565b3480156104ba57600080fd5b506102d56104c9366004612e4a565b610ef8565b3480156104da57600080fd5b506102a06104e9366004612e4a565b610f1f565b6102d56104fc366004613070565b610fd6565b34801561050d57600080fd5b506102a0611020565b34801561052257600080fd5b506003546001600160a01b03166102d5565b34801561054057600080fd5b506102a061054f36600461310b565b611056565b34801561056057600080fd5b506102a061056f366004612e4a565b611131565b34801561058057600080fd5b506000546001600160a01b03166102d5565b34801561059e57600080fd5b50600c54600160701b90046001600160701b03165b6040516001600160701b039091168152602001610277565b3480156105d757600080fd5b506102a06105e6366004612fca565b6111ed565b3480156105f757600080fd5b506102a0610606366004612f3e565b6112eb565b34801561061757600080fd5b5061026b610626366004612dee565b6001600160e01b0319166000908152600a602052604090205460ff1690565b34801561065157600080fd5b506102a0611328565b34801561066657600080fd5b5061026b610675366004612dee565b6001600160e01b0319166000908152600b602052604090205460ff1690565b3480156106a057600080fd5b506106b46106af366004612e4a565b611368565b6040516102779190613134565b3480156106cd57600080fd5b506102a06106dc36600461316f565b6113eb565b3480156106ed57600080fd5b506102a06106fc366004613218565b611435565b34801561070d57600080fd5b506001546001600160a01b03166102d5565b34801561072b57600080fd5b506102a061073a36600461310b565b61146e565b34801561074b57600080fd5b50600c546001600160701b03166105b3565b34801561076957600080fd5b5061030261154d565b34801561077e57600080fd5b506102a061078d366004612e4a565b6115af565b34801561079e57600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006102d5565b60006001600160e01b031982166307c1653f60e21b14806107f657506301ffc9a760e01b6001600160e01b03198316145b92915050565b60005433906001600160a01b031680821461083757818160405163078c725960e01b815260040161082e929190613235565b60405180910390fd5b61084184846116d8565b50505050565b60005433906001600160a01b031680821461087957818160405163078c725960e01b815260040161082e929190613235565b6001600160a01b03831661089f57604051626cca8560e81b815260040160405180910390fd5b6002546001600160a01b03908116908416036108d95760405163b16f970560e01b81526001600160a01b038416600482015260240161082e565b6108e2836117cf565b505050565b60006108f68460e00135611821565b6109018484846118a2565b949350505050565b60606109156005611c8c565b905090565b60005433906001600160a01b031680821461094c57818160405163078c725960e01b815260040161082e929190613235565b610957858585611c99565b5050505050565b6000546002546001600160a01b039182169190811690831615806109b15750826001600160a01b0316816001600160a01b0316141580156109b15750826001600160a01b0316826001600160a01b031614155b156108e25760405163f886421960e01b81526001600160a01b03808516600483015280831660248301528316604482015260640161082e565b6000546002546001600160a01b039182169116338114801590610a1657506001600160a01b0382163314155b15610a5157335b604051620653ff60e81b81526001600160a01b0391821660048201528183166024820152908316604482015260640161082e565b826000819003610a74576040516330f69ae560e01b815260040160405180910390fd5b60005b81811015610ae6576000868683818110610a9357610a9361324f565b9050602002016020810190610aa89190612e4a565b9050610ab5600582611d7c565b610add576040516356f314bb60e01b81526001600160a01b038216600482015260240161082e565b50600101610a77565b507ffc6d52677793949e1840b9b6953d4ec3f4942d6e175e46f366e5acd6e5402c748585604051610b18929190613265565b60405180910390a15050505050565b600080610b3c6000546001600160a01b031690565b6002549091506001600160a01b0316338114801590610b6457506001600160a01b0382163314155b15610b6f5733610a1d565b61090184611d91565b6001600160a01b038116600090815260086020908152604091829020805483518184028101840190945280845260609392830182828015610be257602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610bc4575b50505050509050919050565b6000546002546001600160a01b039182169116338114801590610c1a57506001600160a01b0382163314155b15610c255733610a1d565b6108e283611f83565b60005433906001600160a01b0316808214610c6057818160405163078c725960e01b815260040161082e929190613235565b826000819003610c8357604051630ef7da7760e31b815260040160405180910390fd5b60005b81811015610cec576001600b6000888885818110610ca657610ca661324f565b9050602002016020810190610cbb9190612dee565b6001600160e01b03191681526020810191909152604001600020805460ff1916911515919091179055600101610c86565b507fdd82d1dff1dbfeff391b03e9ec0a39d28964bf9972ed71ce60e8a7162e43f4198585604051610b189291906132b3565b60005433906001600160a01b0316808214610d5057818160405163078c725960e01b815260040161082e929190613235565b826000819003610d7357604051630ef7da7760e31b815260040160405180910390fd5b60005b81811015610ddc576001600a6000888885818110610d9657610d9661324f565b9050602002016020810190610dab9190612dee565b6001600160e01b03191681526020810191909152604001600020805460ff1916911515919091179055600101610d76565b507f9af894151314cf5c8f253a71f43eab115ae4b5963967529ec692905a5f5b89ef8585604051610b189291906132b3565b600c54600090670de0b6b3a764000090610e31906001600160701b03168461330b565b6107f69190613322565b6000546002546001600160a01b039182169116338114801590610e6757506001600160a01b0382163314155b15610e725733610a1d565b826000610e80600583611fcd565b905080610eab57604051630f0782ed60e31b81526001600160a01b038316600482015260240161082e565b610eb58686611fef565b505050505050565b6000610eca600533611fcd565b905080610eec57604051630f0782ed60e31b815233600482015260240161082e565b610ef533611f83565b50565b6004546000906107f6906001600160a01b03166001600160601b0319606085901b16612233565b60005433906001600160a01b0316808214610f5157818160405163078c725960e01b815260040161082e929190613235565b610f62836301b126d360e61b611665565b610f8a576040516347eceb1760e11b81526001600160a01b038416600482015260240161082e565b600480546001600160a01b0319166001600160a01b0385169081179091556040517f11f0ffbb8f2ed411b4fa661dcaba92bdfe8e4eced3a98a1556336384f906280d90600090a2505050565b6000610ff460e0850135610fed6020870187613344565b9050612299565b61100b86866110066020880188613344565b612301565b6110168484846118a2565b9695505050505050565b60015433906001600160a01b0316811461104d57604051634b5dfa7d60e01b815260040160405180910390fd5b610ef581612504565b60005433906001600160a01b031680821461108857818160405163078c725960e01b815260040161082e929190613235565b64e8d4a51000836001600160701b031610806110b5575068056bc75e2d63100000836001600160701b0316115b156110d35760405163592643c560e11b815260040160405180910390fd5b600c80546dffffffffffffffffffffffffffff19166001600160701b0385169081179091556040519081527f5da50833eee5d5726caca4250b6d7d8a972913b02081b430e5c98bdc29e0ca0b906020015b60405180910390a1505050565b6000546002546001600160a01b03918216911633811480159061115d57506001600160a01b0382163314155b156111685733610a1d565b61117983639967e99b60e01b611665565b6111a15760405163fa5e4a2160e01b81526001600160a01b038416600482015260240161082e565b600380546001600160a01b0319166001600160a01b0385169081179091556040517fe9d395ade7e90aa86b53f2ca7a6af85aa882c2363e96203e90b856a978059ff590600090a2505050565b6000546002546001600160a01b03918216911633811480159061121957506001600160a01b0382163314155b156112245733610a1d565b8260008190036112475760405163430b78e160e01b815260040160405180910390fd5b60005b818110156112b95760008686838181106112665761126661324f565b905060200201602081019061127b9190612e4a565b905061128860058261251d565b6112b0576040516314bf775160e11b81526001600160a01b038216600482015260240161082e565b5060010161124a565b507f403cb436b5360f44a015c50aa8b4eb13cff157957347944f8d6d7f9f24c636f28585604051610b18929190613265565b60005433906001600160a01b031680821461131d57818160405163078c725960e01b815260040161082e929190613235565b610957858585612532565b60005433906001600160a01b031680821461135a57818160405163078c725960e01b815260040161082e929190613235565b61136460006117cf565b5050565b611370612cf4565b6001600160a01b03821660009081526007602052604080822081516101008101928390529290916008918390855b82829054906101000a90046001600160401b03166001600160401b03168152602001906008019060208260070104928301926001038202915080841161139e575094979650505050505050565b60005433906001600160a01b031680821461141d57818160405163078c725960e01b815260040161082e929190613235565b61142b8888888888886125b3565b5050505050505050565b6000611442600533611fcd565b90508061146457604051630f0782ed60e31b815233600482015260240161082e565b6113648233611fef565b60005433906001600160a01b03168082146114a057818160405163078c725960e01b815260040161082e929190613235565b64e8d4a51000836001600160701b031610806114ce575069d3c21bcecceda1000000836001600160701b0316115b156114ec57604051632026ab9560e21b815260040160405180910390fd5b600c80546dffffffffffffffffffffffffffff60701b1916600160701b6001600160701b038616908102919091179091556040519081527fe2badc4ee8835bf149d207b80ab81bc05d339496d3aa17f90aa66d168056f7f090602001611124565b606060098054806020026020016040519081016040528092919081815260200182805480156115a557602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611587575b5050505050905090565b60005433906001600160a01b03168082146115e157818160405163078c725960e01b815260040161082e929190613235565b6000546001600160a01b03908116908416819003611612576040516321886cf960e11b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0386811691821790925560405190918316907f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270090600090a350505050565b60006116708361269d565b8015611681575061168183836126d0565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b816001600160a01b0381166117005760405163a8cefabd60e01b815260040160405180910390fd5b6000836001600160a01b03168360405160006040518083038185875af1925050503d806000811461174d576040519150601f19603f3d011682016040523d82523d6000602084013e611752565b606091505b505090508061178657604051637304e92760e01b81526001600160a01b03851660048201526024810184905260440161082e565b836001600160a01b03167f2bd8874aee0f667380057c67e3a812157e4b7649b244d6fcbc9094a9a1f7ee1d846040516117c191815260200190565b60405180910390a250505050565b600280546001600160a01b038381166001600160a01b0319831681179093556040519116919082907fd58299b712891143e76310d5e664c4203c940a67db37cf856bdaa3c5c76a802c90600090a35050565b600c546001600160701b0316600081900361184f576040516351a28c1560e11b815260040160405180910390fd5b6000670de0b6b3a764000061186d6001600160701b0384168561330b565b6118779190613322565b90508034146108e2576040516310cb217360e21b81526004810182905234602482015260440161082e565b60006118ae848061338d565b8060005b81811015611b395760008484838181106118ce576118ce61324f565b6118e49260206080909202019081019150612e4a565b6001600160a01b0381166000908152600760205260408082208151610100810192839052939450919291906008908285855b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116119165750949550600094508493505050505b60088110156119d7578787868181106119805761198061324f565b905060800201602001602081019061199891906133ed565b6001600160401b03168382600881106119b3576119b361324f565b60200201516001600160401b0316036119cf57600191506119d7565b600101611965565b5080611a3a57828787868181106119f0576119f061324f565b9050608002016020016020810190611a0891906133ed565b6040516296e02760e41b81526001600160a01b0390921660048301526001600160401b0316602482015260440161082e565b60005b85811015611b2a57808514158015611a8d5750878782818110611a6257611a6261324f565b611a789260206080909202019081019150612e4a565b6001600160a01b0316846001600160a01b0316145b15611b225783888887818110611aa557611aa561324f565b9050608002016020016020810190611abd91906133ed565b898984818110611acf57611acf61324f565b9050608002016020016020810190611ae791906133ed565b60405163351c0a5960e21b81526001600160a01b0390931660048401526001600160401b03918216602484015216604482015260640161082e565b600101611a3d565b508360010193505050506118b2565b506000611b468787612759565b9050611b5181611d91565b60405163a9059cbb60e01b81526001600160a01b03808316600483015260e08b013560248301529196507f00000000000000000000000000000000000000000000000000000000000000009091169063a9059cbb906044016020604051808303816000875af1158015611bc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bec9190613416565b506040516313785a2160e01b81526001600160a01b038616906313785a2190611c1b908b908590600401613676565b600060405180830381600087803b158015611c3557600080fd5b505af1158015611c49573d6000803e3d6000fd5b50506040516001600160a01b03881692507f5024bc22be69cf6a4b8a15170414e79de44a8853ae021ce695262332ad9846499150600090a2505050509392505050565b60606000611681836128a6565b816001600160a01b038116611cc15760405163a8cefabd60e01b815260040160405180910390fd5b6040516323b872dd60e01b81523060048201526001600160a01b038481166024830152604482018490528516906323b872dd90606401600060405180830381600087803b158015611d1157600080fd5b505af1158015611d25573d6000803e3d6000fd5b50505050826001600160a01b0316846001600160a01b03167fcd68d836931d28b26c81fd06a68b603542d9b3a2fd1ba1c1bd30c9e2e5f4e6eb84604051611d6e91815260200190565b60405180910390a350505050565b6000611681836001600160a01b038416612901565b6000611d9c82610ef8565b9050806001600160a01b03163b600003611f7e57611dc182639967e99b60e01b611665565b611de95760405163fa5e4a2160e01b81526001600160a01b038316600482015260240161082e565b600454611e0d906001600160a01b03166001600160601b0319606085901b166129f4565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b158015611e5457600080fd5b505af1158015611e68573d6000803e3d6000fd5b505050506000826001600160a01b031663109e94cf6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611eac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ed0919061373d565b6001600160a01b03808216600081815260086020908152604080832080546001818101835591855292842090920180548987166001600160a01b0319918216811790925560098054948501815585527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af9093018054909316811790925551949550928716939192917f74b819b8f23dff5a79460de77b1c59893078357c408163c9502f71b7b39540d89190a4505b919050565b6001600160a01b038116600081815260076020526040808220828155600101829055517faaeaa052a256956b26324e9642ea99c37516184524168473d5c91d124154ecaf9190a250565b6001600160a01b03811660009081526001830160205260408120541515611681565b60005b60088110156121c857600083826008811061200f5761200f61324f565b60200201602081019061202291906133ed565b9050600061203183600161375a565b90505b60088110156120bb5784816008811061204f5761204f61324f565b60200201602081019061206291906133ed565b6001600160401b0316826001600160401b031614801561208a57506001600160401b03821615155b156120b3576040516378ffbe6960e11b81526001600160401b038316600482015260240161082e565b600101612034565b506001600160401b038116156121bf57604051635f1f82c760e11b81526001600160401b03821660048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063be3f058e9060240160c060405180830381865afa15801561213b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061215f919061376d565b50505050509050836001600160a01b0316816001600160a01b0316146121bd576040516001625887f560e11b031981526001600160401b03831660048201526001600160a01b0380861660248301528216604482015260640161082e565b505b50600101611ff2565b506001600160a01b03811660009081526007602052604090206121ed90836008612d13565b50806001600160a01b03167fdcb0babe4f0d3603570b9dc8c9f7c10843aae0ec6478971ec4ee989babe6beb98360405161222791906137ea565b60405180910390a25050565b6000611681838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b600c54600160701b90046001600160701b031660008190036122ce576040516313daf87360e11b815260040160405180910390fd5b6122e1826001600160701b03831661330b565b8311156108e257604051631bce861960e11b815260040160405180910390fd5b80612315816801bc16d674ec80000061330b565b341461233657604051637f65afd960e11b815234600482015260240161082e565b806123418680613344565b905014158061235e5750806123596020870187613344565b905014155b156123a8578061236e8680613344565b905061237d6020880188613344565b60405163605e7d7360e01b81526004810194909452602484019290925250604482015260640161082e565b60005b81811015610eb55760408051600160f81b60208201526001600160601b0319606088901b16602c8201526000910160405160208183030381529060405290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663228951186801bc16d674ec8000008787868181106124355761243561324f565b90506020028101906124479190613824565b6124519080613844565b8561245c8d80613344565b8981811061246c5761246c61324f565b905060200281019061247e9190613844565b8e806020019061248e9190613344565b8b81811061249e5761249e61324f565b905060200201356040518863ffffffff1660e01b81526004016124c6969594939291906138da565b6000604051808303818588803b1580156124df57600080fd5b505af11580156124f3573d6000803e3d6000fd5b5050505050816001019150506123ab565b600180546001600160a01b0319169055610ef581611688565b6000611681836001600160a01b038416612a94565b816001600160a01b03811661255a5760405163a8cefabd60e01b815260040160405180910390fd5b61256e6001600160a01b0385168484612ae3565b826001600160a01b0316846001600160a01b03167fe8de91d538b06154a2c48315768c5046f47e127d7fd3f726fd85cc723f29b05284604051611d6e91815260200190565b846001600160a01b0381166125db5760405163a8cefabd60e01b815260040160405180910390fd5b604051637921219560e11b81526001600160a01b0388169063f242432a906126119030908a908a908a908a908a90600401613929565b600060405180830381600087803b15801561262b57600080fd5b505af115801561263f573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b03167f1c84289b4389ba8251b26974eaec89409eb21a1198ca5eb281c86388da2e778b8787878760405161268c9493929190613970565b60405180910390a350505050505050565b60006126b0826301ffc9a760e01b6126d0565b80156107f657506126c9826001600160e01b03196126d0565b1592915050565b604080516001600160e01b03198316602480830191909152825180830390910181526044909101909152602080820180516001600160e01b03166301ffc9a760e01b178152825160009392849283928392918391908a617530fa92503d91506000519050828015612742575060208210155b801561274e5750600081115b979650505050505050565b6003546040516336642b5760e11b81526000916001600160a01b03908116917f000000000000000000000000000000000000000000000000000000000000000090911690636cc856ae906127b5908490889088906004016139d4565b602060405180830381865afa1580156127d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127f6919061373d565b9150816001600160a01b03163b60000361289f5760405163ea7a8b5160e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063ea7a8b519061285a908490889088906004016139d4565b6020604051808303816000875af1158015612879573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061289d919061373d565b505b5092915050565b606081600001805480602002602001604051908101604052809291908181526020018280548015610be257602002820191906000526020600020905b8154815260200190600101908083116128e25750505050509050919050565b600081815260018301602052604081205480156129ea5760006129256001836139fe565b8554909150600090612939906001906139fe565b905081811461299e5760008660000182815481106129595761295961324f565b906000526020600020015490508087600001848154811061297c5761297c61324f565b6000918252602080832090910192909255918252600188019052604090208390555b85548690806129af576129af613a11565b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506107f6565b60009150506107f6565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166107f65760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c6564000000000000000000604482015260640161082e565b6000818152600183016020526040812054612adb575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556107f6565b5060006107f6565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526108e292869291600091612b73918516908490612bf0565b8051909150156108e25780806020019051810190612b919190613416565b6108e25760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161082e565b60606109018484600085856001600160a01b0385163b612c525760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161082e565b600080866001600160a01b03168587604051612c6e9190613a27565b60006040518083038185875af1925050503d8060008114612cab576040519150601f19603f3d011682016040523d82523d6000602084013e612cb0565b606091505b509150915061274e82828660608315612cca575081611681565b825115612cda5782518084602001fd5b8160405162461bcd60e51b815260040161082e9190613a39565b6040518061010001604052806008906020820280368337509192915050565b600283019183908215612db15791602002820160005b83821115612d7c5783356001600160401b031683826101000a8154816001600160401b0302191690836001600160401b031602179055509260200192600801602081600701049283019260010302612d29565b8015612daf5782816101000a8154906001600160401b030219169055600801602081600701049283019260010302612d7c565b505b50612dbd929150612dc1565b5090565b5b80821115612dbd5760008155600101612dc2565b80356001600160e01b031981168114611f7e57600080fd5b600060208284031215612e0057600080fd5b61168182612dd6565b6001600160a01b0381168114610ef557600080fd5b60008060408385031215612e3157600080fd5b8235612e3c81612e09565b946020939093013593505050565b600060208284031215612e5c57600080fd5b813561168181612e09565b60006101208284031215612e7a57600080fd5b50919050565b600060408284031215612e7a57600080fd5b600080600060a08486031215612ea757600080fd5b83356001600160401b03811115612ebd57600080fd5b612ec986828701612e67565b935050612ed98560208601612e80565b9150612ee88560608601612e80565b90509250925092565b6020808252825182820181905260009190848201906040850190845b81811015612f325783516001600160a01b031683529284019291840191600101612f0d565b50909695505050505050565b600080600060608486031215612f5357600080fd5b8335612f5e81612e09565b92506020840135612f6e81612e09565b929592945050506040919091013590565b60008083601f840112612f9157600080fd5b5081356001600160401b03811115612fa857600080fd5b6020830191508360208260051b8501011115612fc357600080fd5b9250929050565b60008060208385031215612fdd57600080fd5b82356001600160401b03811115612ff357600080fd5b612fff85828601612f7f565b90969095509350505050565b60006020828403121561301d57600080fd5b5035919050565b8061010081018310156107f657600080fd5b600080610120838503121561304a57600080fd5b6130548484613024565b915061010083013561306581612e09565b809150509250929050565b600080600080600060e0868803121561308857600080fd5b85356001600160401b038082111561309f57600080fd5b6130ab89838a01612e80565b9650602088013591506130bd82612e09565b909450604087013590808211156130d357600080fd5b506130e088828901612e67565b9350506130f08760608801612e80565b91506130ff8760a08801612e80565b90509295509295909350565b60006020828403121561311d57600080fd5b81356001600160701b038116811461168157600080fd5b6101008101818360005b60088110156131665781516001600160401b031683526020928301929091019060010161313e565b50505092915050565b60008060008060008060a0878903121561318857600080fd5b863561319381612e09565b955060208701356131a381612e09565b9450604087013593506060870135925060808701356001600160401b03808211156131cd57600080fd5b818901915089601f8301126131e157600080fd5b8135818111156131f057600080fd5b8a602082850101111561320257600080fd5b6020830194508093505050509295509295509295565b6000610100828403121561322b57600080fd5b6116818383613024565b6001600160a01b0392831681529116602082015260400190565b634e487b7160e01b600052603260045260246000fd5b60208082528181018390526000908460408401835b868110156132a857823561328d81612e09565b6001600160a01b03168252918301919083019060010161327a565b509695505050505050565b60208082528181018390526000908460408401835b868110156132a8576001600160e01b03196132e284612dd6565b16825291830191908301906001016132c8565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176107f6576107f66132f5565b60008261333f57634e487b7160e01b600052601260045260246000fd5b500490565b6000808335601e1984360301811261335b57600080fd5b8301803591506001600160401b0382111561337557600080fd5b6020019150600581901b3603821315612fc357600080fd5b6000808335601e198436030181126133a457600080fd5b8301803591506001600160401b038211156133be57600080fd5b6020019150600781901b3603821315612fc357600080fd5b80356001600160401b0381168114611f7e57600080fd5b6000602082840312156133ff57600080fd5b611681826133d6565b8015158114610ef557600080fd5b60006020828403121561342857600080fd5b815161168181613408565b8183526000602080850194508260005b8581101561349f57813561345681612e09565b6001600160a01b031687526001600160401b036134748385016133d6565b1687840152604082810135908801526060808301359088015260809687019690910190600101613443565b509495945050505050565b6000808335601e198436030181126134c157600080fd5b83016020810192503590506001600160401b038111156134e057600080fd5b8060051b3603821315612fc357600080fd5b6000808335601e1984360301811261350957600080fd5b83016020810192503590506001600160401b0381111561352857600080fd5b803603821315612fc357600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b81835260006020808501808196508560051b81019150846000805b888110156135f2578385038a528235603e1989360301811261359b578283fd5b880160406135a982806134f2565b8289526135b9838a018284613537565b925050506135c9888301836134f2565b9250878203898901526135dd828483613537565b9c89019c97505050928601925060010161357b565b509298975050505050505050565b63ffffffff81168114610ef557600080fd5b803561361d81613600565b63ffffffff168252613631602082016133d6565b6001600160401b0380821660208501528061364e604085016133d6565b1660408501525050606081013561366481613408565b15156060830152608090810135910152565b6040815260008335601e1985360301811261369057600080fd5b84016020810190356001600160401b038111156136ac57600080fd5b8060071b36038213156136be57600080fd5b6101208060408601526136d661016086018385613433565b92506136e560208801886134aa565b868503603f1901606088015292506136fe848483613560565b9350506137116080860160408901613612565b60e087013590850152506101008501356101408401526001600160a01b03841660208401529050611681565b60006020828403121561374f57600080fd5b815161168181612e09565b808201808211156107f6576107f66132f5565b60008060008060008060c0878903121561378657600080fd5b865161379181612e09565b6020880151604089015191975095506137a981613600565b60608801519094506137ba81612e09565b60808801519093506137cb81613408565b60a08801519092506137dc81613408565b809150509295509295509295565b6101008101818360005b6008811015613166576001600160401b0361380e836133d6565b16835260209283019291909101906001016137f4565b60008235603e1983360301811261383a57600080fd5b9190910192915050565b6000808335601e1984360301811261385b57600080fd5b8301803591506001600160401b0382111561387557600080fd5b602001915036819003821315612fc357600080fd5b60005b838110156138a557818101518382015260200161388d565b50506000910152565b600081518084526138c681602086016020860161388a565b601f01601f19169290920160200192915050565b6080815260006138ee60808301888a613537565b828103602084015261390081886138ae565b90508281036040840152613915818688613537565b915050826060830152979650505050505050565b6001600160a01b03878116825286166020820152604081018590526060810184905260a0608082018190526000906139649083018486613537565b98975050505050505050565b848152836020820152606060408201526000611016606083018486613537565b80356bffffffffffffffffffffffff81168082146139ad57600080fd5b83525060208101356139be81612e09565b6001600160a01b03166020929092019190915250565b6001600160a01b038416815260a081016139f16020830185613990565b6109016060830184613990565b818103818111156107f6576107f66132f5565b634e487b7160e01b600052603160045260246000fd5b6000825161383a81846020870161388a565b60208152600061168160208301846138ae56fea2646970667358221220fe21def2e261ad0230fb24f542e5ae62fbd08b17c77eca2685c0d6bc2ed7a7a564736f6c63430008120033000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b440000000000000000000000003ab5252b37425842b9f253821e946fc5d24a2ce4
Deployed Bytecode
0x6080604052600436106102465760003560e01c80637860180e11610139578063b83802f5116100b6578063e30c39781161007a578063e30c397814610701578063e4eecb3d1461071f578063ea1f73731461073f578063f16521551461075d578063f2fde38b14610772578063f8b442cc1461079257600080fd5b8063b83802f514610645578063b9e6b12b1461065a578063cfbe2e7814610694578063dbecc616146106c1578063dfb86bb7146106e157600080fd5b80638da5cb5b116100fd5780638da5cb5b146105745780639473d8691461059257806395031908146105cb5780639db5dbe4146105eb578063b214a7c51461060b57600080fd5b80637860180e146104ee57806379ba5097146105015780637c8c9f2e146105165780637e1e221b146105345780637f01a0f81461055457600080fd5b8063340d73a7116101c75780635a8c880e1161018b5780635a8c880e1461045b5780636494731e1461047957806366552b9514610499578063696e5fc3146104ae57806372616d37146104ce57600080fd5b8063340d73a7146103af57806347e66774146103cf5780634d5b4881146103ef578063542d91081461040f578063570ca7351461043d57600080fd5b80631aca63761161020e5780631aca63761461030f5780631b54769e1461032f5780632630ba941461034f5780632794e08d1461036f578063311a3c171461038f57600080fd5b806301ffc9a71461024b57806305b1137b1461028057806306394c9b146102a2578063085d6e42146102c2578063166effcf146102ed575b600080fd5b34801561025757600080fd5b5061026b610266366004612dee565b6107c5565b60405190151581526020015b60405180910390f35b34801561028c57600080fd5b506102a061029b366004612e1e565b6107fc565b005b3480156102ae57600080fd5b506102a06102bd366004612e4a565b610847565b6102d56102d0366004612e92565b6108e7565b6040516001600160a01b039091168152602001610277565b3480156102f957600080fd5b50610302610909565b6040516102779190612ef1565b34801561031b57600080fd5b506102a061032a366004612f3e565b61091a565b34801561033b57600080fd5b506102a061034a366004612e4a565b61095e565b34801561035b57600080fd5b506102a061036a366004612fca565b6109ea565b34801561037b57600080fd5b506102d561038a366004612e4a565b610b27565b34801561039b57600080fd5b506103026103aa366004612e4a565b610b78565b3480156103bb57600080fd5b506102a06103ca366004612e4a565b610bee565b3480156103db57600080fd5b506102a06103ea366004612fca565b610c2e565b3480156103fb57600080fd5b506102a061040a366004612fca565b610d1e565b34801561041b57600080fd5b5061042f61042a36600461300b565b610e0e565b604051908152602001610277565b34801561044957600080fd5b506002546001600160a01b03166102d5565b34801561046757600080fd5b506004546001600160a01b03166102d5565b34801561048557600080fd5b506102a0610494366004613036565b610e3b565b3480156104a557600080fd5b506102a0610ebd565b3480156104ba57600080fd5b506102d56104c9366004612e4a565b610ef8565b3480156104da57600080fd5b506102a06104e9366004612e4a565b610f1f565b6102d56104fc366004613070565b610fd6565b34801561050d57600080fd5b506102a0611020565b34801561052257600080fd5b506003546001600160a01b03166102d5565b34801561054057600080fd5b506102a061054f36600461310b565b611056565b34801561056057600080fd5b506102a061056f366004612e4a565b611131565b34801561058057600080fd5b506000546001600160a01b03166102d5565b34801561059e57600080fd5b50600c54600160701b90046001600160701b03165b6040516001600160701b039091168152602001610277565b3480156105d757600080fd5b506102a06105e6366004612fca565b6111ed565b3480156105f757600080fd5b506102a0610606366004612f3e565b6112eb565b34801561061757600080fd5b5061026b610626366004612dee565b6001600160e01b0319166000908152600a602052604090205460ff1690565b34801561065157600080fd5b506102a0611328565b34801561066657600080fd5b5061026b610675366004612dee565b6001600160e01b0319166000908152600b602052604090205460ff1690565b3480156106a057600080fd5b506106b46106af366004612e4a565b611368565b6040516102779190613134565b3480156106cd57600080fd5b506102a06106dc36600461316f565b6113eb565b3480156106ed57600080fd5b506102a06106fc366004613218565b611435565b34801561070d57600080fd5b506001546001600160a01b03166102d5565b34801561072b57600080fd5b506102a061073a36600461310b565b61146e565b34801561074b57600080fd5b50600c546001600160701b03166105b3565b34801561076957600080fd5b5061030261154d565b34801561077e57600080fd5b506102a061078d366004612e4a565b6115af565b34801561079e57600080fd5b507f000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b446102d5565b60006001600160e01b031982166307c1653f60e21b14806107f657506301ffc9a760e01b6001600160e01b03198316145b92915050565b60005433906001600160a01b031680821461083757818160405163078c725960e01b815260040161082e929190613235565b60405180910390fd5b61084184846116d8565b50505050565b60005433906001600160a01b031680821461087957818160405163078c725960e01b815260040161082e929190613235565b6001600160a01b03831661089f57604051626cca8560e81b815260040160405180910390fd5b6002546001600160a01b03908116908416036108d95760405163b16f970560e01b81526001600160a01b038416600482015260240161082e565b6108e2836117cf565b505050565b60006108f68460e00135611821565b6109018484846118a2565b949350505050565b60606109156005611c8c565b905090565b60005433906001600160a01b031680821461094c57818160405163078c725960e01b815260040161082e929190613235565b610957858585611c99565b5050505050565b6000546002546001600160a01b039182169190811690831615806109b15750826001600160a01b0316816001600160a01b0316141580156109b15750826001600160a01b0316826001600160a01b031614155b156108e25760405163f886421960e01b81526001600160a01b03808516600483015280831660248301528316604482015260640161082e565b6000546002546001600160a01b039182169116338114801590610a1657506001600160a01b0382163314155b15610a5157335b604051620653ff60e81b81526001600160a01b0391821660048201528183166024820152908316604482015260640161082e565b826000819003610a74576040516330f69ae560e01b815260040160405180910390fd5b60005b81811015610ae6576000868683818110610a9357610a9361324f565b9050602002016020810190610aa89190612e4a565b9050610ab5600582611d7c565b610add576040516356f314bb60e01b81526001600160a01b038216600482015260240161082e565b50600101610a77565b507ffc6d52677793949e1840b9b6953d4ec3f4942d6e175e46f366e5acd6e5402c748585604051610b18929190613265565b60405180910390a15050505050565b600080610b3c6000546001600160a01b031690565b6002549091506001600160a01b0316338114801590610b6457506001600160a01b0382163314155b15610b6f5733610a1d565b61090184611d91565b6001600160a01b038116600090815260086020908152604091829020805483518184028101840190945280845260609392830182828015610be257602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610bc4575b50505050509050919050565b6000546002546001600160a01b039182169116338114801590610c1a57506001600160a01b0382163314155b15610c255733610a1d565b6108e283611f83565b60005433906001600160a01b0316808214610c6057818160405163078c725960e01b815260040161082e929190613235565b826000819003610c8357604051630ef7da7760e31b815260040160405180910390fd5b60005b81811015610cec576001600b6000888885818110610ca657610ca661324f565b9050602002016020810190610cbb9190612dee565b6001600160e01b03191681526020810191909152604001600020805460ff1916911515919091179055600101610c86565b507fdd82d1dff1dbfeff391b03e9ec0a39d28964bf9972ed71ce60e8a7162e43f4198585604051610b189291906132b3565b60005433906001600160a01b0316808214610d5057818160405163078c725960e01b815260040161082e929190613235565b826000819003610d7357604051630ef7da7760e31b815260040160405180910390fd5b60005b81811015610ddc576001600a6000888885818110610d9657610d9661324f565b9050602002016020810190610dab9190612dee565b6001600160e01b03191681526020810191909152604001600020805460ff1916911515919091179055600101610d76565b507f9af894151314cf5c8f253a71f43eab115ae4b5963967529ec692905a5f5b89ef8585604051610b189291906132b3565b600c54600090670de0b6b3a764000090610e31906001600160701b03168461330b565b6107f69190613322565b6000546002546001600160a01b039182169116338114801590610e6757506001600160a01b0382163314155b15610e725733610a1d565b826000610e80600583611fcd565b905080610eab57604051630f0782ed60e31b81526001600160a01b038316600482015260240161082e565b610eb58686611fef565b505050505050565b6000610eca600533611fcd565b905080610eec57604051630f0782ed60e31b815233600482015260240161082e565b610ef533611f83565b50565b6004546000906107f6906001600160a01b03166001600160601b0319606085901b16612233565b60005433906001600160a01b0316808214610f5157818160405163078c725960e01b815260040161082e929190613235565b610f62836301b126d360e61b611665565b610f8a576040516347eceb1760e11b81526001600160a01b038416600482015260240161082e565b600480546001600160a01b0319166001600160a01b0385169081179091556040517f11f0ffbb8f2ed411b4fa661dcaba92bdfe8e4eced3a98a1556336384f906280d90600090a2505050565b6000610ff460e0850135610fed6020870187613344565b9050612299565b61100b86866110066020880188613344565b612301565b6110168484846118a2565b9695505050505050565b60015433906001600160a01b0316811461104d57604051634b5dfa7d60e01b815260040160405180910390fd5b610ef581612504565b60005433906001600160a01b031680821461108857818160405163078c725960e01b815260040161082e929190613235565b64e8d4a51000836001600160701b031610806110b5575068056bc75e2d63100000836001600160701b0316115b156110d35760405163592643c560e11b815260040160405180910390fd5b600c80546dffffffffffffffffffffffffffff19166001600160701b0385169081179091556040519081527f5da50833eee5d5726caca4250b6d7d8a972913b02081b430e5c98bdc29e0ca0b906020015b60405180910390a1505050565b6000546002546001600160a01b03918216911633811480159061115d57506001600160a01b0382163314155b156111685733610a1d565b61117983639967e99b60e01b611665565b6111a15760405163fa5e4a2160e01b81526001600160a01b038416600482015260240161082e565b600380546001600160a01b0319166001600160a01b0385169081179091556040517fe9d395ade7e90aa86b53f2ca7a6af85aa882c2363e96203e90b856a978059ff590600090a2505050565b6000546002546001600160a01b03918216911633811480159061121957506001600160a01b0382163314155b156112245733610a1d565b8260008190036112475760405163430b78e160e01b815260040160405180910390fd5b60005b818110156112b95760008686838181106112665761126661324f565b905060200201602081019061127b9190612e4a565b905061128860058261251d565b6112b0576040516314bf775160e11b81526001600160a01b038216600482015260240161082e565b5060010161124a565b507f403cb436b5360f44a015c50aa8b4eb13cff157957347944f8d6d7f9f24c636f28585604051610b18929190613265565b60005433906001600160a01b031680821461131d57818160405163078c725960e01b815260040161082e929190613235565b610957858585612532565b60005433906001600160a01b031680821461135a57818160405163078c725960e01b815260040161082e929190613235565b61136460006117cf565b5050565b611370612cf4565b6001600160a01b03821660009081526007602052604080822081516101008101928390529290916008918390855b82829054906101000a90046001600160401b03166001600160401b03168152602001906008019060208260070104928301926001038202915080841161139e575094979650505050505050565b60005433906001600160a01b031680821461141d57818160405163078c725960e01b815260040161082e929190613235565b61142b8888888888886125b3565b5050505050505050565b6000611442600533611fcd565b90508061146457604051630f0782ed60e31b815233600482015260240161082e565b6113648233611fef565b60005433906001600160a01b03168082146114a057818160405163078c725960e01b815260040161082e929190613235565b64e8d4a51000836001600160701b031610806114ce575069d3c21bcecceda1000000836001600160701b0316115b156114ec57604051632026ab9560e21b815260040160405180910390fd5b600c80546dffffffffffffffffffffffffffff60701b1916600160701b6001600160701b038616908102919091179091556040519081527fe2badc4ee8835bf149d207b80ab81bc05d339496d3aa17f90aa66d168056f7f090602001611124565b606060098054806020026020016040519081016040528092919081815260200182805480156115a557602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611587575b5050505050905090565b60005433906001600160a01b03168082146115e157818160405163078c725960e01b815260040161082e929190613235565b6000546001600160a01b03908116908416819003611612576040516321886cf960e11b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0386811691821790925560405190918316907f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270090600090a350505050565b60006116708361269d565b8015611681575061168183836126d0565b9392505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b816001600160a01b0381166117005760405163a8cefabd60e01b815260040160405180910390fd5b6000836001600160a01b03168360405160006040518083038185875af1925050503d806000811461174d576040519150601f19603f3d011682016040523d82523d6000602084013e611752565b606091505b505090508061178657604051637304e92760e01b81526001600160a01b03851660048201526024810184905260440161082e565b836001600160a01b03167f2bd8874aee0f667380057c67e3a812157e4b7649b244d6fcbc9094a9a1f7ee1d846040516117c191815260200190565b60405180910390a250505050565b600280546001600160a01b038381166001600160a01b0319831681179093556040519116919082907fd58299b712891143e76310d5e664c4203c940a67db37cf856bdaa3c5c76a802c90600090a35050565b600c546001600160701b0316600081900361184f576040516351a28c1560e11b815260040160405180910390fd5b6000670de0b6b3a764000061186d6001600160701b0384168561330b565b6118779190613322565b90508034146108e2576040516310cb217360e21b81526004810182905234602482015260440161082e565b60006118ae848061338d565b8060005b81811015611b395760008484838181106118ce576118ce61324f565b6118e49260206080909202019081019150612e4a565b6001600160a01b0381166000908152600760205260408082208151610100810192839052939450919291906008908285855b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116119165750949550600094508493505050505b60088110156119d7578787868181106119805761198061324f565b905060800201602001602081019061199891906133ed565b6001600160401b03168382600881106119b3576119b361324f565b60200201516001600160401b0316036119cf57600191506119d7565b600101611965565b5080611a3a57828787868181106119f0576119f061324f565b9050608002016020016020810190611a0891906133ed565b6040516296e02760e41b81526001600160a01b0390921660048301526001600160401b0316602482015260440161082e565b60005b85811015611b2a57808514158015611a8d5750878782818110611a6257611a6261324f565b611a789260206080909202019081019150612e4a565b6001600160a01b0316846001600160a01b0316145b15611b225783888887818110611aa557611aa561324f565b9050608002016020016020810190611abd91906133ed565b898984818110611acf57611acf61324f565b9050608002016020016020810190611ae791906133ed565b60405163351c0a5960e21b81526001600160a01b0390931660048401526001600160401b03918216602484015216604482015260640161082e565b600101611a3d565b508360010193505050506118b2565b506000611b468787612759565b9050611b5181611d91565b60405163a9059cbb60e01b81526001600160a01b03808316600483015260e08b013560248301529196507f000000000000000000000000ad45a78180961079bfaeee349704f411dff947c69091169063a9059cbb906044016020604051808303816000875af1158015611bc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bec9190613416565b506040516313785a2160e01b81526001600160a01b038616906313785a2190611c1b908b908590600401613676565b600060405180830381600087803b158015611c3557600080fd5b505af1158015611c49573d6000803e3d6000fd5b50506040516001600160a01b03881692507f5024bc22be69cf6a4b8a15170414e79de44a8853ae021ce695262332ad9846499150600090a2505050509392505050565b60606000611681836128a6565b816001600160a01b038116611cc15760405163a8cefabd60e01b815260040160405180910390fd5b6040516323b872dd60e01b81523060048201526001600160a01b038481166024830152604482018490528516906323b872dd90606401600060405180830381600087803b158015611d1157600080fd5b505af1158015611d25573d6000803e3d6000fd5b50505050826001600160a01b0316846001600160a01b03167fcd68d836931d28b26c81fd06a68b603542d9b3a2fd1ba1c1bd30c9e2e5f4e6eb84604051611d6e91815260200190565b60405180910390a350505050565b6000611681836001600160a01b038416612901565b6000611d9c82610ef8565b9050806001600160a01b03163b600003611f7e57611dc182639967e99b60e01b611665565b611de95760405163fa5e4a2160e01b81526001600160a01b038316600482015260240161082e565b600454611e0d906001600160a01b03166001600160601b0319606085901b166129f4565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b158015611e5457600080fd5b505af1158015611e68573d6000803e3d6000fd5b505050506000826001600160a01b031663109e94cf6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611eac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ed0919061373d565b6001600160a01b03808216600081815260086020908152604080832080546001818101835591855292842090920180548987166001600160a01b0319918216811790925560098054948501815585527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af9093018054909316811790925551949550928716939192917f74b819b8f23dff5a79460de77b1c59893078357c408163c9502f71b7b39540d89190a4505b919050565b6001600160a01b038116600081815260076020526040808220828155600101829055517faaeaa052a256956b26324e9642ea99c37516184524168473d5c91d124154ecaf9190a250565b6001600160a01b03811660009081526001830160205260408120541515611681565b60005b60088110156121c857600083826008811061200f5761200f61324f565b60200201602081019061202291906133ed565b9050600061203183600161375a565b90505b60088110156120bb5784816008811061204f5761204f61324f565b60200201602081019061206291906133ed565b6001600160401b0316826001600160401b031614801561208a57506001600160401b03821615155b156120b3576040516378ffbe6960e11b81526001600160401b038316600482015260240161082e565b600101612034565b506001600160401b038116156121bf57604051635f1f82c760e11b81526001600160401b03821660048201526000907f000000000000000000000000352a18aee90cdcd825d1e37d9939dca86c00e2816001600160a01b03169063be3f058e9060240160c060405180830381865afa15801561213b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061215f919061376d565b50505050509050836001600160a01b0316816001600160a01b0316146121bd576040516001625887f560e11b031981526001600160401b03831660048201526001600160a01b0380861660248301528216604482015260640161082e565b505b50600101611ff2565b506001600160a01b03811660009081526007602052604090206121ed90836008612d13565b50806001600160a01b03167fdcb0babe4f0d3603570b9dc8c9f7c10843aae0ec6478971ec4ee989babe6beb98360405161222791906137ea565b60405180910390a25050565b6000611681838330604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b8152606093841b60148201526f5af43d82803e903d91602b57fd5bf3ff60801b6028820152921b6038830152604c8201526037808220606c830152605591012090565b600c54600160701b90046001600160701b031660008190036122ce576040516313daf87360e11b815260040160405180910390fd5b6122e1826001600160701b03831661330b565b8311156108e257604051631bce861960e11b815260040160405180910390fd5b80612315816801bc16d674ec80000061330b565b341461233657604051637f65afd960e11b815234600482015260240161082e565b806123418680613344565b905014158061235e5750806123596020870187613344565b905014155b156123a8578061236e8680613344565b905061237d6020880188613344565b60405163605e7d7360e01b81526004810194909452602484019290925250604482015260640161082e565b60005b81811015610eb55760408051600160f81b60208201526001600160601b0319606088901b16602c8201526000910160405160208183030381529060405290507f00000000000000000000000042424242424242424242424242424242424242426001600160a01b031663228951186801bc16d674ec8000008787868181106124355761243561324f565b90506020028101906124479190613824565b6124519080613844565b8561245c8d80613344565b8981811061246c5761246c61324f565b905060200281019061247e9190613844565b8e806020019061248e9190613344565b8b81811061249e5761249e61324f565b905060200201356040518863ffffffff1660e01b81526004016124c6969594939291906138da565b6000604051808303818588803b1580156124df57600080fd5b505af11580156124f3573d6000803e3d6000fd5b5050505050816001019150506123ab565b600180546001600160a01b0319169055610ef581611688565b6000611681836001600160a01b038416612a94565b816001600160a01b03811661255a5760405163a8cefabd60e01b815260040160405180910390fd5b61256e6001600160a01b0385168484612ae3565b826001600160a01b0316846001600160a01b03167fe8de91d538b06154a2c48315768c5046f47e127d7fd3f726fd85cc723f29b05284604051611d6e91815260200190565b846001600160a01b0381166125db5760405163a8cefabd60e01b815260040160405180910390fd5b604051637921219560e11b81526001600160a01b0388169063f242432a906126119030908a908a908a908a908a90600401613929565b600060405180830381600087803b15801561262b57600080fd5b505af115801561263f573d6000803e3d6000fd5b50505050856001600160a01b0316876001600160a01b03167f1c84289b4389ba8251b26974eaec89409eb21a1198ca5eb281c86388da2e778b8787878760405161268c9493929190613970565b60405180910390a350505050505050565b60006126b0826301ffc9a760e01b6126d0565b80156107f657506126c9826001600160e01b03196126d0565b1592915050565b604080516001600160e01b03198316602480830191909152825180830390910181526044909101909152602080820180516001600160e01b03166301ffc9a760e01b178152825160009392849283928392918391908a617530fa92503d91506000519050828015612742575060208210155b801561274e5750600081115b979650505050505050565b6003546040516336642b5760e11b81526000916001600160a01b03908116917f000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b4490911690636cc856ae906127b5908490889088906004016139d4565b602060405180830381865afa1580156127d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127f6919061373d565b9150816001600160a01b03163b60000361289f5760405163ea7a8b5160e01b81526001600160a01b037f000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b44169063ea7a8b519061285a908490889088906004016139d4565b6020604051808303816000875af1158015612879573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061289d919061373d565b505b5092915050565b606081600001805480602002602001604051908101604052809291908181526020018280548015610be257602002820191906000526020600020905b8154815260200190600101908083116128e25750505050509050919050565b600081815260018301602052604081205480156129ea5760006129256001836139fe565b8554909150600090612939906001906139fe565b905081811461299e5760008660000182815481106129595761295961324f565b906000526020600020015490508087600001848154811061297c5761297c61324f565b6000918252602080832090910192909255918252600188019052604090208390555b85548690806129af576129af613a11565b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506107f6565b60009150506107f6565b6000604051733d602d80600a3d3981f3363d3d373d3d3d363d7360601b81528360601b60148201526e5af43d82803e903d91602b57fd5bf360881b6028820152826037826000f59150506001600160a01b0381166107f65760405162461bcd60e51b815260206004820152601760248201527f455243313136373a2063726561746532206661696c6564000000000000000000604482015260640161082e565b6000818152600183016020526040812054612adb575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556107f6565b5060006107f6565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526108e292869291600091612b73918516908490612bf0565b8051909150156108e25780806020019051810190612b919190613416565b6108e25760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161082e565b60606109018484600085856001600160a01b0385163b612c525760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161082e565b600080866001600160a01b03168587604051612c6e9190613a27565b60006040518083038185875af1925050503d8060008114612cab576040519150601f19603f3d011682016040523d82523d6000602084013e612cb0565b606091505b509150915061274e82828660608315612cca575081611681565b825115612cda5782518084602001fd5b8160405162461bcd60e51b815260040161082e9190613a39565b6040518061010001604052806008906020820280368337509192915050565b600283019183908215612db15791602002820160005b83821115612d7c5783356001600160401b031683826101000a8154816001600160401b0302191690836001600160401b031602179055509260200192600801602081600701049283019260010302612d29565b8015612daf5782816101000a8154906001600160401b030219169055600801602081600701049283019260010302612d7c565b505b50612dbd929150612dc1565b5090565b5b80821115612dbd5760008155600101612dc2565b80356001600160e01b031981168114611f7e57600080fd5b600060208284031215612e0057600080fd5b61168182612dd6565b6001600160a01b0381168114610ef557600080fd5b60008060408385031215612e3157600080fd5b8235612e3c81612e09565b946020939093013593505050565b600060208284031215612e5c57600080fd5b813561168181612e09565b60006101208284031215612e7a57600080fd5b50919050565b600060408284031215612e7a57600080fd5b600080600060a08486031215612ea757600080fd5b83356001600160401b03811115612ebd57600080fd5b612ec986828701612e67565b935050612ed98560208601612e80565b9150612ee88560608601612e80565b90509250925092565b6020808252825182820181905260009190848201906040850190845b81811015612f325783516001600160a01b031683529284019291840191600101612f0d565b50909695505050505050565b600080600060608486031215612f5357600080fd5b8335612f5e81612e09565b92506020840135612f6e81612e09565b929592945050506040919091013590565b60008083601f840112612f9157600080fd5b5081356001600160401b03811115612fa857600080fd5b6020830191508360208260051b8501011115612fc357600080fd5b9250929050565b60008060208385031215612fdd57600080fd5b82356001600160401b03811115612ff357600080fd5b612fff85828601612f7f565b90969095509350505050565b60006020828403121561301d57600080fd5b5035919050565b8061010081018310156107f657600080fd5b600080610120838503121561304a57600080fd5b6130548484613024565b915061010083013561306581612e09565b809150509250929050565b600080600080600060e0868803121561308857600080fd5b85356001600160401b038082111561309f57600080fd5b6130ab89838a01612e80565b9650602088013591506130bd82612e09565b909450604087013590808211156130d357600080fd5b506130e088828901612e67565b9350506130f08760608801612e80565b91506130ff8760a08801612e80565b90509295509295909350565b60006020828403121561311d57600080fd5b81356001600160701b038116811461168157600080fd5b6101008101818360005b60088110156131665781516001600160401b031683526020928301929091019060010161313e565b50505092915050565b60008060008060008060a0878903121561318857600080fd5b863561319381612e09565b955060208701356131a381612e09565b9450604087013593506060870135925060808701356001600160401b03808211156131cd57600080fd5b818901915089601f8301126131e157600080fd5b8135818111156131f057600080fd5b8a602082850101111561320257600080fd5b6020830194508093505050509295509295509295565b6000610100828403121561322b57600080fd5b6116818383613024565b6001600160a01b0392831681529116602082015260400190565b634e487b7160e01b600052603260045260246000fd5b60208082528181018390526000908460408401835b868110156132a857823561328d81612e09565b6001600160a01b03168252918301919083019060010161327a565b509695505050505050565b60208082528181018390526000908460408401835b868110156132a8576001600160e01b03196132e284612dd6565b16825291830191908301906001016132c8565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176107f6576107f66132f5565b60008261333f57634e487b7160e01b600052601260045260246000fd5b500490565b6000808335601e1984360301811261335b57600080fd5b8301803591506001600160401b0382111561337557600080fd5b6020019150600581901b3603821315612fc357600080fd5b6000808335601e198436030181126133a457600080fd5b8301803591506001600160401b038211156133be57600080fd5b6020019150600781901b3603821315612fc357600080fd5b80356001600160401b0381168114611f7e57600080fd5b6000602082840312156133ff57600080fd5b611681826133d6565b8015158114610ef557600080fd5b60006020828403121561342857600080fd5b815161168181613408565b8183526000602080850194508260005b8581101561349f57813561345681612e09565b6001600160a01b031687526001600160401b036134748385016133d6565b1687840152604082810135908801526060808301359088015260809687019690910190600101613443565b509495945050505050565b6000808335601e198436030181126134c157600080fd5b83016020810192503590506001600160401b038111156134e057600080fd5b8060051b3603821315612fc357600080fd5b6000808335601e1984360301811261350957600080fd5b83016020810192503590506001600160401b0381111561352857600080fd5b803603821315612fc357600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b81835260006020808501808196508560051b81019150846000805b888110156135f2578385038a528235603e1989360301811261359b578283fd5b880160406135a982806134f2565b8289526135b9838a018284613537565b925050506135c9888301836134f2565b9250878203898901526135dd828483613537565b9c89019c97505050928601925060010161357b565b509298975050505050505050565b63ffffffff81168114610ef557600080fd5b803561361d81613600565b63ffffffff168252613631602082016133d6565b6001600160401b0380821660208501528061364e604085016133d6565b1660408501525050606081013561366481613408565b15156060830152608090810135910152565b6040815260008335601e1985360301811261369057600080fd5b84016020810190356001600160401b038111156136ac57600080fd5b8060071b36038213156136be57600080fd5b6101208060408601526136d661016086018385613433565b92506136e560208801886134aa565b868503603f1901606088015292506136fe848483613560565b9350506137116080860160408901613612565b60e087013590850152506101008501356101408401526001600160a01b03841660208401529050611681565b60006020828403121561374f57600080fd5b815161168181612e09565b808201808211156107f6576107f66132f5565b60008060008060008060c0878903121561378657600080fd5b865161379181612e09565b6020880151604089015191975095506137a981613600565b60608801519094506137ba81612e09565b60808801519093506137cb81613408565b60a08801519092506137dc81613408565b809150509295509295509295565b6101008101818360005b6008811015613166576001600160401b0361380e836133d6565b16835260209283019291909101906001016137f4565b60008235603e1983360301811261383a57600080fd5b9190910192915050565b6000808335601e1984360301811261385b57600080fd5b8301803591506001600160401b0382111561387557600080fd5b602001915036819003821315612fc357600080fd5b60005b838110156138a557818101518382015260200161388d565b50506000910152565b600081518084526138c681602086016020860161388a565b601f01601f19169290920160200192915050565b6080815260006138ee60808301888a613537565b828103602084015261390081886138ae565b90508281036040840152613915818688613537565b915050826060830152979650505050505050565b6001600160a01b03878116825286166020820152604081018590526060810184905260a0608082018190526000906139649083018486613537565b98975050505050505050565b848152836020820152606060408201526000611016606083018486613537565b80356bffffffffffffffffffffffff81168082146139ad57600080fd5b83525060208101356139be81612e09565b6001600160a01b03166020929092019190915250565b6001600160a01b038416815260a081016139f16020830185613990565b6109016060830184613990565b818103818111156107f6576107f66132f5565b634e487b7160e01b600052603160045260246000fd5b6000825161383a81846020870161388a565b60208152600061168160208301846138ae56fea2646970667358221220fe21def2e261ad0230fb24f542e5ae62fbd08b17c77eca2685c0d6bc2ed7a7a564736f6c63430008120033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b440000000000000000000000003ab5252b37425842b9f253821e946fc5d24a2ce4
-----Decoded View---------------
Arg [0] : _feeDistributorFactory (address): 0xB7C5d2e55c64D508C8927EFD37DF8a1db8431B44
Arg [1] : _referenceFeeDistributor (address): 0x3AB5252B37425842B9f253821e946Fc5d24A2cE4
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 000000000000000000000000b7c5d2e55c64d508c8927efd37df8a1db8431b44
Arg [1] : 0000000000000000000000003ab5252b37425842b9f253821e946fc5d24a2ce4
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.