0xd6781e7f15752d3f5764609a42a803a7345de25c
Verified contract
Proxy
Active on
Ethereum with 138 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195672 | 12 days ago | | | 0 | 0.0023205883 | |
| 21162341 | 17 days ago | | | 0.082104098 | 0.00040165343 | |
| 21125868 | 22 days ago | | | 0.10884952 | 0.0017928365 | |
| 21085375 | a month ago | | | 0 | 0.00056606574 | |
| 21082134 | a month ago | | | 0.024564125 | 0.00024823743 | |
| 21056213 | a month ago | | | 0.036221786 | 0.00018103771 | |
| 20977693 | a month ago | | | 0.054812687 | 0.00031832901 | |
| 20970421 | a month ago | | | 0 | 0.00094000914 | |
| 20908106 | 2 months ago | | | 0.038557001 | 0.00019958132 | |
| 20884783 | 2 months ago | | | 0.066202746 | 0.00011434818 |
ABI
ABI objects
Getter at block 21282659
client() view returns (address)
0xe4d3a1f0b7ff84798a1ff4f42ffe09467776f8d2
clientBasisPoints() view returns (uint256)
8500
clientOnlyClRewards() view returns (uint256)
40229348477934876432
factory() view returns (address)
0xd5b7680f95c5a6caecdbbeb1dee580960c4f891b
firstValidatorId() view returns (uint256)
10
owner() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
referrer() view returns (address)
0x0000000000000000000000000000000000000000
referrerBasisPoints() view returns (uint256)
0
service() view returns (address)
0x6bb8b45a1c6ea816b70d76f83f7dc4f0f87365ff
validatorCount() view returns (uint256)
31
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()