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

FeeDistributorFactory

Verified contract

Active on Ethereum with 295 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"

0x32403977053cc5bbd826e92ab29a2e5b83beb27fa29b484efe9266e7389ba40e
0xc1ce4cf6a7f4857d7b35e3422fb29f70def780896efba8715120459f47acd25d
0x64ccfadf26bc855b92d31ee879a65f1a7ad895b2074e506e5d21fd4c59e5343b
0x71bee32d0613f10536e1ee87f327dcc73f65aaae2046a7220673ed70626df8be
0xfbf31ac8c200a3e60d30f97ff5f13de55b24601be2f226b64f95e3b339afae9b
0xb823488051a01904c2b3aaf5619473d8a4471e11c3e26617fbb8f611a33560ee
0x88c6d5fc50c6c1df0171f2e872c35a21576de26cffc48716fea879c97c0c14f3
0x8023a1c492db7af74f6d8e6be31e474cfb6fe76378bff93ce3d3e03a166aa9f7
0xcdb0220b8d866fcce9a649fcb6cb3f3f9deab8fee9bd2a1c160a38fba9c37bd2
0x0bac0e766d83d7b7f94ea7ac7693a8b70fb70bd1fe57d597d1c887f9f72c13fa

Functions
Getter at block 20794209
 
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(