MerkleDistributor
Verified contract
Active on
Ethereum with 8,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,165,028.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EIGEN | ERC-20 | 340.65164K | $3.42 |
$1,165,028.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276489 | 2 hours ago | | | 0 | 0.00062375992 | |
| 21276487 | 2 hours ago | | | 0 | 0.00057005193 | |
| 21274827 | 8 hours ago | | | 0 | 0.00094217769 | |
| 21274165 | 10 hours ago | | | 0 | 0.0011331421 | |
| 21273947 | 11 hours ago | | | 0 | 0.0010886376 | |
| 21273943 | 11 hours ago | | | 0 | 0.0011450135 | |
| 21269694 | a day ago | | | 0 | 0.00072230586 | |
| 21269673 | a day ago | | | 0 | 0.00057322000 | |
| 21269643 | a day ago | | | 0 | 0.00048741960 | |
| 21269641 | a day ago | | | 0 | 0.00058033362 |
ABI
ABI objects
Getter at block 21277106
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()