DegenAirdrop1

Verified contract

Active on Base with 9,100 txns
Deployed by via 0x86fb7629 at 21790893
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $68,787.91
ERC-20
--
0x44b66062f9897c04b9b66df1f9838bb75a82a3ed34badd72663f0a2cc07a06ab
0x70dc79a9f829e36b441dd7a3e46a0c3ff71cfb3ef7b3c21a648637744e00d2f8
0x845697a48ec1545ceec0656de1bd617e096222c8e0c222cdc712d2830474c2ed
0x53f02d13fa80d25dafc60d350be715cde8cfe07c32844f3fcdb441e0dbdcf56d
0x4f199c1aafc1f7f2af8d3a50d9467430db9bb402a326e55e4ba7e81f1817a391
0x13875ba2ba5428a27d045e5da7c201bf7019c6c1db63bf28bd8b920c04180143
0x847c67b7f13b65fb594e723504f2369ba1a746e1166132caa7870b16cef76448
0xd1d2d77697ad00e66174d69e5ef46d00fbf4d0b12181c97664fbb7b799233c1c
0x6bf92bcb67d2757d0e107c4ccae60dec483314d5bde7b7d5cb43d0c7c7e5560f
0xb96ab303957302d011fb3d0c6b8ce3b3d95bfd1128d723b081e92391518cb076

Functions
Getter at block 22747969
END_TIME(view returns (uint256)
1732924800
MERKLE_ROOT(view returns (bytes32)
0xfb1d58774796ad8eb17d726c1b8e3640e7a1dca38c54de3287ca68792111dbb3
TOKEN(view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
owner(view returns (address)
0x3c12b77ae8b7dd1feb63d1d6a2a819acda0a41d2
Read-only
isClaimed(uint256 indexview returns (bool)
State-modifying
claim(uint256 indexaddress accountuint256 amountbytes32[] merkleProof
renounceOwnership(
transferOwnership(address newOwner
withdraw(
Events
Claimed(uint256 indexed indexaddress indexed accountuint256 indexed 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(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
UnauthorizedClaim(address sender