FeeDistributorFactory

Verified contract

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

No balances found for "FeeDistributorFactory"

0xbb127b9e4678c15f64e89c944ec5e9c1777ae7ef5cae40800a0e638c585fabcb
0x2a94bbae553f96374c23e66f4e458739c395f09f437513df66479f9a9d124967
0xe9613c659af0b5e67304db902b241829279e9f988d26567d95089c0abb5e9e16
0xfd96c98c03f5a724cc420743811b5de7be05cf43945a25012d655891bcaeaf03
0x40712b5b8508fedd6c72728c56898a42d834c1abee0612f842dd3592ec1bc976
0x92930cd756b42042cd2d958cd76d7116ec1558e73697eaabddd90907e44b0dd7
0x3754a2046ad36c77b413bd6e90a140dc9e1cfeb232710485ab4fb6a92d78bb27
0x7707203bc67ad8a505c7f779c5c09dc89c729c969c95551481c344cfeb788eb8
0x14f95e3489de7d3190b3de3436080102f177927e8d0257e3021268d9cdd442b7
0x2f5d6d559e55b16e1e6abb943e222e5b8d797daf29529aa73dd69eb466a41aa0

Functions
Getter at block 21270508
getReferenceFeeDistributor(view returns (address)
0xf4e8ac9a2f2c563e8e3729ee5aa5f1d7e5d02c6a
operator(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
changeOperator(address _newOperator
createFeeDistributor(struct IFeeDistributorFeeRecipient _clientConfigstruct IFeeDistributorFeeRecipient _referrerConfig
dismissOperator(
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
ReferenceInstanceSet(address indexed _referenceFeeDistributor
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__CallerNeitherOperatorNorOwner(address _calleraddress _operatoraddress _owner
Access__SameOperator(address _operator
Access__ZeroNewOperator(
AssetRecoverer__TransferFailed(address _recipientuint256 _amount
FeeDistributorFactory__NotFeeDistributor(address _passedAddress
FeeDistributorFactory__ReferenceFeeDistributorNotSet(
Ownable2Step__CallerNotNewOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner
TokenRecoverer__NoBurn(