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

FeeDistributorFactory

Verified contract

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

No balances found for "FeeDistributorFactory"

0xedff48868e26f15a41d1024e36b6c7ccb89ea2a1a7a80c92bb017fc8a2c8676c
0x9dd8f76b6fad91bbf8b6935d04e142ea0cac4c1815e42422747c11edf9cb9b13
0xa089f4a9880655cfc5fa588c0fa9fb4155ae28d736460cf6f6fb48ec3657cd51
0x4f0531d63d6dbef7e0d8ca6e65f6f76bb609eeb314aaaaebb97b4fe34a115e32
0xab5e0aaa76c221a183598c41a58b45cb55d39cb21a517d60eb6df0d31fdd1bec
0x124ddd50178ba80b837bc6c928523a93ca6ada5179c753559dbe67375f10887b
0x800a5a81be94fb8913ccba26c22ffc54124884bf4c1aae93017ec2962cd21924
0x074e56d2bd7f7e811479ffc412129f6f6e7cf305718cd6c8fc6190eb7c336832
0x9ea9e07eb15721cffd1de71ef4ad5a66842adaf273d6c293df298f62613727e9
0xdaf5867c4cd0d11e92b6b213e2c8363983b1f68bb924771d5112fdc70bb1043f

Functions
Getter at block 21214263
getReferenceFeeDistributor(view returns (address)
0xc4aed615614f26c8df4eaaf4a1caea9184aeb3de
operator(view returns (address)
0xa0d1833ca948143f9dfdff593788104e9de34c3f
owner(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
changeOperator(address _newOperator
createFeeDistributor(struct IFeeDistributorFeeRecipient _clientConfigstruct IFeeDistributorFeeRecipient _referrerConfigstruct IFeeDistributorValidatorData _validatorDatareturns (address newFeeDistributorAddress)
dismissOperator(
setDefaultClientBasisPoints(uint96 _defaultClientBasisPoints
setP2pEth2Depositor(address _p2pEth2Depositor
setReferenceInstance(address _referenceFeeDistributor
transferERC1155(address _tokenaddress _recipientuint256 _tokenIduint256 _amountbytes _data
transferERC20(address _tokenaddress _recipientuint256 _amount
transferERC721(address _tokenaddress _recipientuint256 _tokenIdbytes _data
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 _tokenIdbytes _data
EtherTransferred(address indexed _recipientuint256 _amount
FeeDistributorCreated(address indexed _newFeeDistributorAddressaddress indexed _clientAddress
OperatorChanged(address indexed _previousOperatoraddress indexed _newOperator
OwnershipTransferStarted(address indexed _previousOwneraddress indexed _newOwner
OwnershipTransferred(address indexed _previousOwneraddress indexed _newOwner
P2pEth2DepositorSet(address indexed _p2pEth2Depositor
ReferenceInstanceSet(address indexed _referenceFeeDistributor
Constructor
constructor(uint96 _defaultClientBasisPoints
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__SameOperator(address _operator
Access__ZeroNewOperator(
AssetRecoverer__TransferFailed(address _recipientuint256 _amount
FeeDistributorFactory__CallerNotAuthorized(address _caller
FeeDistributorFactory__NotFeeDistributor(address _passedAddress
FeeDistributorFactory__NotP2pEth2Depositor(address _passedAddress
FeeDistributorFactory__ReferenceFeeDistributorNotSet(
Ownable2Step__CallerNotNewOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner
TokenRecoverer__NoBurn(