MerkleDistributor
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MerkleDistributor"
ABI
ABI objects
Getter at block 21387095
lockBlock() view returns (uint256)
0
nextCreatedIndex() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isClaimed(uint256 windowIndex, uint256 accountIndex) view returns (bool)
merkleWindows(uint256) view returns (bytes32 merkleRoot, address rewardToken, string ipfsHash)
verifyClaim(struct MerkleDistributorClaim _claim) view returns (bool valid)
State-modifying
Events claim(struct MerkleDistributorClaim _claim)
claimMulti(struct MerkleDistributorClaim[] claims)
deleteWindow(uint256 windowIndex)
initialize()
renounceOwnership()
setLock(uint256 _lock)
setWindow(uint256 rewardsToDeposit, address rewardToken, bytes32 merkleRoot, string ipfsHash)
transferOwnership(address newOwner)
withdrawRewards(address rewardCurrency, uint256 amount)
Claimed(address indexed caller, uint256 windowIndex, address indexed account, uint256 accountIndex, uint256 amount, address indexed rewardToken)
CreatedWindow(uint256 indexed windowIndex, uint256 rewardsDeposited, address indexed rewardToken, address owner)
DeleteWindow(uint256 indexed windowIndex, address owner)
LockSet(uint256 indexed lockBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawRewards(address indexed owner, uint256 amount, address indexed currency)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.