MerkleDistributorWithDeadline

Verified contract

Active on Ethereum with 7,953 txns
Deployed by via 0xfb1db283 at 20371211
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $68,653.71
0x3138fb9eff875c1b30633888b867aeb51fa37dd8cec626e80f6531d816b770ce
0xbf5c682bb378cb151857e79a228032ce166789d4b6b432fa333338f7500f89f4
0x9f0897a7533aae565ed699046daed41984370e61ba6e3688e80b86ccf891f5e8
0x8f65013e1dee223f8f534a48e33eb4bccc0b035640db23ef4989d305ff806f86
0x763a8303e3d7eb357ccd3f9ceabfd8ab68b8455f856c558dcb7d7ef569eef9e9
0xab8d0a14ace710140b1656d5fb6b0a1a8fd677aa0cad0466866dff38ae7d6221
0x9fc19996e5c19465883d924c00b409bea287811002a7645ead88ac61e7a05fe4
0x4615fda2a2405d677d9c214bef2a331f7c12ab2de487c168967e9cc23a3ac7d6
0x50ba9ca67adae02539cd6ff491a1dbd1cdff3be91d04c52ce78983f58da2bb73
0x0f5b55208143f7001ca583dea014018fc0a972152e669ff8ee6835b1cadff930

Functions
Getter at block 21245915
endTime(view returns (uint256)
1727128800
merkleRoot(view returns (bytes32)
0x21682e9f80005d980cfb755ee303ef4d25704aebfaac3062b20e32677c2ac0d4
owner(view returns (address)
0xff89c654846b2e4bc572ceabe77056daf7b299a3
token(view returns (address)
0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb
Read-only
isClaimed(uint256 indexview returns (bool)
State-modifying
claim(uint256 indexaddress accountuint256 amountbytes32[] merkleProof
renounceOwnership(
transferOwnership(address newOwner
withdraw(
Events
Claimed(uint256 indexaddress accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address token_bytes32 merkleRoot_uint256 endTime_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
ClaimWindowFinished(
EndTimeInPast(
InvalidProof(
NoWithdrawDuringClaim(