MerkleDistributor
Verified contract
Active on
Ethereum with 5,165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,086,690.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EIGEN | ERC-20 | 340.65538K | $3.19 |
$1,086,690.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20902181 | 2 minutes ago | | | 0 | 0.00041743397 | |
| 20902177 | 3 minutes ago | | | 0 | 0.00054049491 | |
| 20902170 | 4 minutes ago | | | 0 | 0.00051959012 | |
| 20902081 | 22 minutes ago | | | 0 | 0.0013665240 | |
| 20902045 | 29 minutes ago | | | 0 | 0.00055796652 | |
| 20902015 | 35 minutes ago | | | 0 | 0.00031436545 | |
| 20902014 | 36 minutes ago | | | 0 | 0.00037854189 | |
| 20901948 | an hour ago | | | 0 | 0.00049938854 | |
| 20901885 | an hour ago | | | 0 | 0.00046304591 | |
| 20901804 | an hour ago | | | 0 | 0.00032277847 |
ABI
ABI objects
Getter at block 20902189
TOKEN() view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
canClaim() view returns (bool)
true
owner() view returns (address)
0x849738999ba1f3d995d28bdb35efa2e47b4c8203
Read-only
isClaimed(uint256, address) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
whitelist(uint256, address) view returns (uint256)
State-modifying
Events addMerkleRoot(bytes32 _merkleRoot)
addToWhitelist(uint256 index, address[] addresses, uint256[] amounts)
claim(uint256 index)
claim(uint256 index, uint256 amount, bytes32[] merkleProof)
removeFromWhitelist(uint256 index, address[] addresses)
renounceOwnership()
setCanClaim(bool _canClaim)
setMerkleRoot(uint256 index, bytes32 _merkleRoot)
setToken(address _token)
transferOwnership(address newOwner)
withdraw()
AddWhitelists(uint256 indexed index, address[] indexed account, uint256[] amount)
CanClaimChanged(bool canClaim)
Claimed(uint256 index, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveWhitelists(uint256 indexed index, address[] indexed account)
Withdrawn(address indexed recipient, uint256 amount)
constructor(bytes32[] _merkleRoots, address _token, address _owner)
This contract contains no fallback and receive objects.
AlreadyClaimed()
InvalidAmount()
InvalidProof()
LengthNotMatch()
NotInWhitelist()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PausedClaim()
ReentrancyGuardReentrantCall()