MerkleClaim
Verified contract
Active on
Ethereum with 1,581 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MerkleClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15372959 | 2 years ago | | | 0 | 0.0010300918 | |
| 15334204 | 2 years ago | | | 0 | 0.00089509998 | |
| 15328850 | 2 years ago | | | 0 | 0.0012780282 | |
| 15306514 | 2 years ago | | | 0 | 0.00070146245 | |
| 15261404 | 2 years ago | | | 0 | 0.00063818502 | |
| 15243469 | 2 years ago | | | 0 | 0.00086333815 | |
| 15242320 | 2 years ago | | | 0 | 0.00094076193 | |
| 15195447 | 2 years ago | | | 0 | 0.00089109411 | |
| 15168518 | 2 years ago | | | 0 | 0.0019480291 | |
| 15146271 | 2 years ago | | | 0 | 0.0011774446 |
ABI
ABI objects
Getter at block 21215953
merkleRoot() view returns (bytes32)
0x1cc89145d7ddfb4a255e327ab01d1f98259db2b14430efdc24124d5cdb169ba1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6a7efa964cf6d9ab3bc3c47ebddb853a8853c502
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
token() view returns (address)
0xc2544a32872a91f4a553b404c6950e89de901fdb
Read-only
hasClaimed(address) view returns (bool)
State-modifying
Events acceptOwnership()
claim(address to, uint256 amount, bytes32[] proof)
execute(address _to, uint256 _value, bytes _data) returns (bool, bytes)
nominateNewOwner(address _owner)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setTimelock(address _new_timelock_address)
Claim(address indexed to, uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Recovered(address token, uint256 amount)
constructor(address _erc20Address, bytes32 _merkleRoot, address _owner_address, address _timelock_address)
This contract contains no fallback and receive objects.
AlreadyClaimed()
NotInMerkle()
notEnoughRewards()