DegenAirdrop1
Verified contract
Active on
Base with 9,100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($68,787.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 3.61796M | $0.019013 |
$68,787.91 | |
BASED | ERC-20 | 2.222K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746737 | 41 minutes ago | | | 0 | 7.8331852e-7 | |
| 22743393 | 3 hours ago | | | 0 | 7.5078856e-7 | |
| 22741177 | 4 hours ago | | | 0 | 0.0000074839458 | |
| 22737723 | 6 hours ago | | | 0 | 0.0000070661741 | |
| 22736077 | 7 hours ago | | | 0 | 2.2385700e-7 | |
| 22734770 | 7 hours ago | | | 0 | 0.0000089192967 | |
| 22732852 | 8 hours ago | | | 0 | 0.0000068076411 | |
| 22732064 | 9 hours ago | | | 0 | 1.3310808e-7 | |
| 22731147 | 9 hours ago | | | 0 | 3.6113000e-7 | |
| 22730609 | 10 hours ago | | | 0 | 1.2670125e-7 |
ABI
ABI objects
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 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 indexed index, address indexed account, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UnauthorizedClaim(address sender)