FeeDistributorFactory

Verified contract

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

No balances found for "FeeDistributorFactory"

0x17e1f69d267796b238e65caf45af3380a35b0491eedb93c35a4b9f44797455a7
0x029d17ecd136a62303ecafc1733a41e52f9529efb0e0719904701f804a04afc9
0x4478e43754cc7de26fdc34c6cc63231c6eb5522ce948773efc54d6d315fd01c9
0x4e86f5a016cfeb802f14526f5348aa33d660071f6fe77eed562ae3a5e87a28a8
0xf48ac50a485d8004851d01704ec4c1a00ea0848a63f4403fc7b63342fee01d8f
0x065bad811211063f87b27a5b294527f35b5fb187b487251bdd06d4bf47001bdd
0xa9298a5b2e6275b02ea53a2153ade075f0309d4ba4b40b6a326a8fb6bb6850b8
0xcd04f2c46b9c68373957057670122d721e48f4c65a5982f203348e261bcc475e
0x46c090f4c18b18cea94e216a066a4582a1afc46bd3994f76d24d70de197065cc
0x818f3e011c419b3f3b626bed602b2d19cec69e4047d2ab4d13c28b25ad1c04d2

Functions
Getter at block 21246648
 
allFeeDistributors(view returns (address[])
defaultClientBasisPoints(view returns (uint96)
9000
operator(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
p2pEth2Depositor(view returns (address)
0xb3c7b1b21189dbcb78f21fba26208a90dda7e256
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(