MerkleDistributorProxy
Verified contract
Proxy
Active on
Ethereum with 26,784 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MerkleDistributorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19843759 | 7 months ago | | | 0 | 0.0019737060 | |
| 19693219 | 8 months ago | | | 0 | 0.00035158874 | |
| 19675310 | 8 months ago | | | 0 | 0.0016993103 | |
| 19656611 | 8 months ago | | | 0 | 0.00039259180 | |
| 19656611 | 8 months ago | | | 0 | 0.00039363644 | |
| 19656611 | 8 months ago | | | 0 | 0.00039399065 | |
| 19656611 | 8 months ago | | | 0 | 0.00039393480 | |
| 19656611 | 8 months ago | | | 0 | 0.00039408558 | |
| 19656611 | 8 months ago | | | 0 | 0.00039437199 | |
| 19656611 | 8 months ago | | | 0 | 0.00039241206 |
ABI
ABI objects
Getter at block 21414906
MAX_BPS() view returns (uint256)
10000
claimsStart() view returns (uint256)
1708669800
currentRewardRate() view returns (uint256)
10000
epochDuration() view returns (uint256)
2592000
finalEpoch() view returns (uint256)
0
getClaimsStartTime() view returns (uint256)
1708669800
getCurrentEpoch() view returns (uint256)
9
getCurrentRewardsRate() view returns (uint256)
0
getGracePeriodEnd() view returns (uint256)
1711179000
getNextEpochRewardsRate() view returns (uint256)
0
getNextEpochStart() view returns (uint256)
1734507000
getTimeUntilNextEpoch() view returns (uint256)
156973
gracePeriod() view returns (uint256)
2509200
merkleRoot() view returns (bytes32)
0xf483503ed0db9d5c906c148ec7819d5181c9a596c884542ccb63a1eaef9a38d2
owner() view returns (address)
0x0f5f880dab8f00eb0cbc7f4af21bd11e1410e52c
rewardReductionPerEpoch() view returns (uint256)
10000
rewardsEscrow() view returns (address)
0xa56596e48b1a4e079b45f6efaeca813de2307550
token() view returns (address)
0xdb82c0d91e057e05600c8f8dc836beb41da6df14
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__MerkleDistributor_init(address token_, bytes32 merkleRoot_)
claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
initialize(address token_, bytes32 merkleRoot_, uint256 epochDuration_, uint256 rewardReductionPerEpoch_, uint256 claimsStart_, uint256 gracePeriod_, address rewardsEscrow_, address owner_)
recycleExcess()
renounceOwnership()
setGracePeriod(uint256 duration)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claimed(uint256 index, address account, uint256 amount)
Hunt(uint256 index, address indexed account, uint256 amount, uint256 userClaim, uint256 rewardsEscrowClaim)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.