0xff33df52ad28716c4e1c089f150f9c79dc241c11

Verified contract

Proxy

Active on Ethereum with 23 txns
Deployed by via 0x099c1ed3 at 16897409
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $26,224.49
0x95b82d37b182b8fce4c2b75ed085912738905885d6c849f65c76cc0b86e6200e
0x3a74ffb1a9144ae3b4b7bc821062617bacc31d7467bae062fdfcf39934c845a1
0x53b6e1d136236bfd7c3057265315607b2dc5f673f53976f8e1358b79e66aa4c5
0x9573a1215b26fc3f4da80f5e54636c29a67c5bef28611efa058e47d3df436e40
0x752a4d834efda8f4165ded19b724e14376ec6e730a6d5556c049e171619110e2
0xa7f389fbc24a6e15cf699e1dda830551e7118fd0712f4803d217b8e7d2f9dbf8
0xc4cab06ca864bcfbdf3e7fc0159ad3e01d3bf78d30571a3d3e704294528c84e9
0x73c88f80c22e7b2bf279d6b7265ca336c51cffe5d67530790b41dbb9c02ebd9c
0x3f93ab25fbdca5cdaa8d75abb46e66e4f3ad7346c440e76597029321edf0cc84
0xfdf9f93e4c2955a4d10c1c2fc8fd9de40d28e9e2fead1d200a901ceb365918db

Functions
Getter at block 21296984
getClient(view returns (address)
0x098b1216a72842d0024b637a231ac3a3fd6f7e9e
getClientBasisPoints(view returns (uint256)
6200
getFactory(view returns (address)
0xd875e7e690dcb00997b0247022f87dedb40176e4
getService(view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
initialize(struct IFeeDistributorFeeRecipient _clientConfigstruct IFeeDistributorFeeRecipient _referrerConfig
recoverEther(address _to
transferERC1155(address _tokenaddress _recipientuint256 _tokenIduint256 _amountbytes _data
transferERC20(address _tokenaddress _recipientuint256 _amount
transferERC721(address _tokenaddress _recipientuint256 _tokenIdbytes _data
withdraw(
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
EtherRecovered(address indexed _touint256 _amount
EtherRecoveryFailed(address indexed _touint256 _amount
Initialized(address indexed _clientuint96 _clientBasisPointsaddress indexed _referreruint96 _referrerBasisPoints
Withdrawn(uint256 _serviceAmountuint256 _clientAmountuint256 _referrerAmount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
FeeDistributor__ClientAddressEqualsService(address _passedAddress
FeeDistributor__ClientAlreadySet(address _existingClient
FeeDistributor__ClientCannotReceiveEther(address _client
FeeDistributor__ClientNotSet(
FeeDistributor__ClientPlusReferralBasisPointsExceed10000(uint96 _clientBasisPointsuint96 _referralBasisPoints
FeeDistributor__InvalidClientBasisPoints(uint96 _clientBasisPoints
FeeDistributor__NotFactory(address _passedAddress
FeeDistributor__NotFactoryCalled(address _msgSenderaddress _actualFactory
FeeDistributor__NothingToWithdraw(
FeeDistributor__ReferrerAddressEqualsClient(address _passedAddress
FeeDistributor__ReferrerAddressEqualsService(address _passedAddress
FeeDistributor__ReferrerBasisPointsMustBeZeroIfAddressIsZero(uint96 _referrerBasisPoints
FeeDistributor__ReferrerCannotReceiveEther(address _referrer
FeeDistributor__ServiceCannotReceiveEther(address _service
FeeDistributor__ZeroAddressClient(
FeeDistributor__ZeroAddressService(
OwnableBase__CallerNotOwner(address _calleraddress _owner
TokenRecoverer__NoBurn(