This contract is being backfilled. You may encounter incomplete storage history.

FeeDistributorFactory

Verified contract

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

No balances found for "FeeDistributorFactory"

0xf85655b3bdc29a09efeef9626749e855077e1bf1a1e0db78de019be1aee1f8f6

Functions
Getter at block 20793034
 
allFeeDistributors(view returns (address[])
defaultClientBasisPoints(view returns (uint96)
9000
operator(view returns (address)
0x10f4ec919e3e692cb79301e58a7055c783630dfc
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
p2pEth2Depositor(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allClientFeeDistributors(address _clientview returns (address[])
checkOperatorOrOwner(address _addressview 
checkP2pEth2Depositor(address _addressview 
check_Operator_Owner_P2pEth2Depositor(address _addressview 
predictFeeDistributorAddress(address _referenceFeeDistributorstruct FeeRecipient _clientConfigstruct FeeRecipient _referrerConfigview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
changeOperator(address _newOperator
createFeeDistributor(address _referenceFeeDistributorstruct FeeRecipient _clientConfigstruct FeeRecipient _referrerConfigreturns (address newFeeDistributorAddress)
dismissOperator(
setDefaultClientBasisPoints(uint96 _defaultClientBasisPoints
setP2pEth2Depositor(address _p2pEth2Depositor
transferERC1155(address _tokenaddress _recipientuint256 _tokenIduint256 _amountbytes _data
transferERC20(address _tokenaddress _recipientuint256 _amount
transferERC721(address _tokenaddress _recipientuint256 _tokenId
transferEther(address _recipientuint256 _amount
transferOwnership(address newOwner
Events
ERC1155Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenIduint256 _amountbytes _data
ERC20Transferred(address indexed _tokenaddress indexed _recipientuint256 _amount
ERC721Transferred(address indexed _tokenaddress indexed _recipientuint256 _tokenId
EtherTransferred(address indexed _recipientuint256 _amount
FeeDistributorFactory__DefaultClientBasisPointsSet(uint96 _defaultClientBasisPoints
FeeDistributorFactory__FeeDistributorCreated(address indexed _newFeeDistributorAddressaddress indexed _clientAddressaddress indexed _referenceFeeDistributoruint96 _clientBasisPoints
FeeDistributorFactory__P2pEth2DepositorSet(address indexed _p2pEth2Depositor
OperatorChanged(address indexed _previousOperatoraddress indexed _newOperator
OwnershipTransferStarted(address indexed _previousOwneraddress indexed _newOwner
OwnershipTransferred(address indexed _previousOwneraddress indexed _newOwner
Constructor
constructor(uint96 _defaultClientBasisPoints
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__AddressNeitherOperatorNorOwner(address _addressaddress _operatoraddress _owner
Access__SameOperator(address _operator
Access__ZeroNewOperator(
AssetRecoverer__TransferFailed(address _recipientuint256 _amount
FeeDistributorFactory__CallerNotAuthorized(address _caller
FeeDistributorFactory__InvalidDefaultClientBasisPoints(uint96 _defaultClientBasisPoints
FeeDistributorFactory__NotFeeDistributor(address _passedAddress
FeeDistributorFactory__NotP2pEth2Depositor(address _passedAddress
FeeDistributorFactory__ReferenceFeeDistributorNotSet(
Ownable2Step__CallerNotNewOwner(
Ownable2Step__NewOwnerShouldNotBeCurrentOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner
TokenRecoverer__NoBurn(