MerkleDistributor
Verified contract
Active on
Ethereum with 16,397 txns
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 |
---|---|---|---|---|---|
REALMADRID | ERC-20 | 1.083477M | -- | -- | |
UNO | ERC-20 | 0.5 | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21289732
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xc7c467c7cda5b09a9d9de2098affdc924884958ccca74e2b08249ba72effbfcf
owner() view returns (address)
0x19b3eb3af5d93b77a5619b047de0eed7115a19e7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
week() view returns (uint32)
29
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimOwnership()
freeze()
transferOwnership(address newOwner, bool direct, bool renounce)
unfreeze()
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, uint256 amount, address indexed account, uint256 indexed week)
MerkleRootUpdated(bytes32 indexed merkleRoot, uint32 indexed week)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.