0xb21e436d4dea46adbb3f5276d357180e694dc8b7
Verified contract
Proxy
Active on
Ethereum with 333 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 ($516.37)
Native
Value
$516.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.154624 | $3,339.54 |
$516.37 | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165313 | 13 hours ago | | | 0.11839602 | 0.00074721303 | |
| 21144177 | 3 days ago | | | 0.036228263 | 0.00053336092 | |
| 21085367 | 12 days ago | | | 0 | 0.00062756931 | |
| 21043278 | 18 days ago | | | 0.050446284 | 0.00029507078 | |
| 21030205 | 19 days ago | | | 0.043856255 | 0.00038489560 | |
| 21021639 | 21 days ago | | | 0.09589703 | 0.0021014331 | |
| 21007021 | 23 days ago | | | 0.033537757 | 0.00037023200 | |
| 21005475 | 23 days ago | | | 0.033255616 | 0.00023102805 | |
| 20996993 | 24 days ago | | | 0.037265438 | 0.00022877149 | |
| 20996993 | 24 days ago | | | <0.00000001 | 0.0094947720 |
ABI
ABI objects
Getter at block 21169184
client() view returns (address)
0x5661449c72ed80f28b5be3a962bf7e88adfa68bd
clientBasisPoints() view returns (uint256)
9000
clientOnlyClRewards() view returns (uint256)
171267982428099595986
factory() view returns (address)
0xd5b7680f95c5a6caecdbbeb1dee580960c4f891b
firstValidatorId() view returns (uint256)
2
owner() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
referrer() view returns (address)
0x0000000000000000000000000000000000000000
referrerBasisPoints() view returns (uint256)
0
service() view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
validatorCount() view returns (uint256)
78
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events emergencyEtherRecoveryWithoutOracleData()
initialize(struct IFeeDistributorFeeRecipient _clientConfig, struct IFeeDistributorFeeRecipient _referrerConfig, struct IFeeDistributorValidatorData _validatorData)
recoverEther(address _to, bytes32[] _proof, uint256 _amountInGwei)
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(bytes32[] _proof, uint256 _amountInGwei)
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__CallerNotClient(address _caller, address _client)
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__InvalidFirstValidatorId(uint64 _firstValidatorId)
FeeDistributor__InvalidValidatorCount(uint16 _validatorCount)
FeeDistributor__NotFactory(address _passedAddress)
FeeDistributor__NotFactoryCalled(address _msgSender, address _actualFactory)
FeeDistributor__NotOracle(address _passedAddress)
FeeDistributor__NothingToWithdraw()
FeeDistributor__ReferrerAddressEqualsClient(address _passedAddress)
FeeDistributor__ReferrerAddressEqualsService(address _passedAddress)
FeeDistributor__ReferrerBasisPointsMustBeZeroIfAddressIsZero(uint96 _referrerBasisPoints)
FeeDistributor__ReferrerCannotReceiveEther(address _referrer)
FeeDistributor__ServiceCannotReceiveEther(address _service)
FeeDistributor__WaitForEnoughRewardsToWithdraw()
FeeDistributor__ZeroAddressClient()
FeeDistributor__ZeroAddressService()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()