MerkleDistributorToken

Verified contract

Active on Ethereum with 1,549 txns
Deployed by via 0xacf606a1 at 20060111
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,889,873.56
0x0b20de8a9b7e3b375de8ea47616f2ef4d98724c5a7105524dfa8d7bd92354653
0xb61e586239870bee0b19e1937d04e6e280c02df11ad0b16a4dc9821b8b14c52c
0x00ed366d5e63bb8ffb379264a555b4573db6630929623c6c4221fffb1d33f977
0xc7c2eba056d6569fd2a5509b825f1bbe7c11d67c2df744f8672b25e956fff356
0xbfb324fe9d037a3da6e81640850af9fb781e2dc5a583a2f5f429752a83690897
0xb47e39104fbb5a7eac94edfeb901a20aa0489c5ca8ae3880c114e83fc2c8dc37
0x7a97500ed6f81c164e3d0b5faaa57f936561358cbc7664830140d3b685c657a2
0x261f334b83df3f45ebb5cf78c297be9f5191362ef5298579f529b3ee21c8d68f
0x2a363b6eabeba087b6431fd08db0b896fe1aca098bc4f0d27bc0dd6eff901a66
0x2fca11e3b561c2f496aa5b812a439592a2c9d4ab89acbb3f356791412f913aa4

Functions
Getter at block 21269301
endDate(view returns (uint256)
1725955200
isPaused(view returns (bool)
false
merkleRoot(view returns (bytes32)
0xc457227370e38324d5284b6cb24d6bf413b94fff785df6ef90c0577403a9773a
owner(view returns (address)
0xbc83a1dcc9352f4c9aa7e9cf5a47e01d369df87a
 
renounceOwnership(pure 
startDate(view returns (uint256)
1718006400
underlying(view returns (address)
0x767fe9edc9e0df98e07454847909b5e959d7ca0e
Read-only
getClaimAmount(uint256 amountview returns (uint256)
isClaimed(uint256 indexview returns (bool)
State-modifying
claim(uint256 indexuint256 amountbytes32[] proof
pause(bool shouldPause
recover(uint256 amount
setMerkleRoot(bytes32 merkleRoot_
transferOwnership(address newOwner
Events
Claimed(uint256 indexaddress indexed accountuint256 amountuint256 claimed
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address by
Recovered(address byuint256 amount
SetMerkleRoot(address bybytes32 merkleRoot
Unpaused(address by
Constructor
constructor(address owner_address underlying_bytes32 merkleRoot_uint256 startDate_uint256 endDate_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
AlreadyPaused(
AlreadyUnpaused(
ClaimingTooEarly(
InvalidDate(
InvalidProof(
IsPaused(
ZeroAddress(
ZeroBytes(
ZeroDate(