0xee313647779301c6d59c12bd1639e358df058f5d
Verified contract
Proxy
Active on
Ethereum with 7 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 ($0.00)
No balances found for "0xee313647779301c6d59c12bd1639e358df058f5d"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19312035 | 9 months ago | | | 0 | 0.0034679540 | |
Transfer | 16425912 | 2 years ago | | | 0.00048135656 | 0.00034985089 | |
Transfer | 16417248 | 2 years ago | | | 0.0005941719 | 0.00036243388 | |
Transfer | 16412515 | 2 years ago | | | 0.00061 | 0.00038096082 | |
Transfer | 16403240 | 2 years ago | | | 0.00057721037 | 0.00039689908 | |
Transfer | 16396360 | 2 years ago | | | 0.00054619073 | 0.00039373595 | |
Transfer | 16394992 | 2 years ago | | | 0.00058383982 | 0.00036956336 |
ABI
ABI objects
Getter at block 21168058
getClient() view returns (address)
0x3fd8462e467708e5d1dd4ad6becf4058d4ccbd8d
getFactory() view returns (address)
0xba1daf11b323dd8c8f84931220918689aaad041a
getService() view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
getServiceBasisPoints() view returns (uint256)
10000
owner() view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
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.
This contract contains no fallback and receive objects.
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()