0xff33df52ad28716c4e1c089f150f9c79dc241c11
Verified contract
Proxy
Active on
Ethereum with 23 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,224.49)
Native
Value
$26,224.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.301882 | $3,591.47 |
$26,224.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17782660 | a year ago | | | 0.052359706 | 0.00046307245 | |
| 17778681 | a year ago | | | 0.54227573 | 0.0011120052 | |
| 17765293 | a year ago | | | 0.047306986 | 0.0010946311 | |
| 17757571 | a year ago | | | 0.097373399 | 0.00095531258 | |
| 17733009 | a year ago | | | 0.069414861 | 0.00050205428 | |
| 17725651 | a year ago | | | 0.044357311 | 0.00044065823 | |
| 17667267 | a year ago | | | 0.14335845 | 0.00036450540 | |
| 17601103 | a year ago | | | 0.042990111 | 0.00041158651 | |
| 17588937 | a year ago | | | 0.063296409 | 0.00051363581 | |
| 17580395 | a year ago | | | 0.56773573 | 0.00068380226 |
ABI
ABI objects
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 interfaceId) view returns (bool)
State-modifying
Events initialize(struct IFeeDistributorFeeRecipient _clientConfig, struct IFeeDistributorFeeRecipient _referrerConfig)
recoverEther(address _to)
transferERC1155(address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
transferERC20(address _token, address _recipient, uint256 _amount)
transferERC721(address _token, address _recipient, uint256 _tokenId, bytes _data)
withdraw()
ERC1155Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
ERC20Transferred(address indexed _token, address indexed _recipient, uint256 _amount)
ERC721Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, bytes _data)
EtherRecovered(address indexed _to, uint256 _amount)
EtherRecoveryFailed(address indexed _to, uint256 _amount)
Initialized(address indexed _client, uint96 _clientBasisPoints, address indexed _referrer, uint96 _referrerBasisPoints)
Withdrawn(uint256 _serviceAmount, uint256 _clientAmount, uint256 _referrerAmount)
This contract contains no constructor objects.
receive()
FeeDistributor__ClientAddressEqualsService(address _passedAddress)
FeeDistributor__ClientAlreadySet(address _existingClient)
FeeDistributor__ClientCannotReceiveEther(address _client)
FeeDistributor__ClientNotSet()
FeeDistributor__ClientPlusReferralBasisPointsExceed10000(uint96 _clientBasisPoints, uint96 _referralBasisPoints)
FeeDistributor__InvalidClientBasisPoints(uint96 _clientBasisPoints)
FeeDistributor__NotFactory(address _passedAddress)
FeeDistributor__NotFactoryCalled(address _msgSender, address _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 _caller, address _owner)
TokenRecoverer__NoBurn()