DegenAirdrop1
Verified contract
Active on
Base with 13,419 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($59.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 2.875K | $0.019446 |
$55.91 | |
DUDE | ERC-20 | 258.05K | $0.000011 |
$2.72 | |
BENTO | ERC-20 | 35.523552M | $0.00 |
$0.32 | |
NEGED | ERC-20 | 3.162K | $0.000042 |
$0.13 | |
BOOMER | ERC-20 | 6.9 | $0.005514 |
$0.04 | |
PEEZY | ERC-20 | 4.2 | $0.008858 |
$0.04 | |
POLA | ERC-20 | 100 | $0.0001 |
$0.01 | |
kurbi | ERC-20 | 9.4138 | $0.000659 |
$0.01 | |
FPEPE | ERC-20 | 36 | $0.000077 |
$0 | |
HIGH | ERC-20 | 4.2 | $0.000398 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14136759 | 6 months ago | | | 0 | 6.7815367e-7 | |
| 13696313 | 6 months ago | | | 0 | 3.4152481e-7 | |
| 13434313 | 6 months ago | | | 0 | 3.2870846e-7 | |
| 12605509 | 7 months ago | | | 0 | 3.1063809e-7 | |
| 12605431 | 7 months ago | | | 0 | 3.1532144e-7 | |
| 12601251 | 7 months ago | | | 0 | 0.0000085206412 | |
| 12526801 | 7 months ago | | | 0 | 8.5198868e-7 | |
| 12526708 | 7 months ago | | | 0 | 8.6975165e-7 | |
| 12526684 | 7 months ago | | | 0 | 0.000010169698 | |
| 12526635 | 7 months ago | | | 0 | 9.4470139e-7 |
ABI
ABI objects
Getter at block 21797772
END_TIME() view returns (uint256)
1711843200
MERKLE_ROOT() view returns (bytes32)
0x5c5913015c164e46af7307b27f274b46813132f9f19f8ea7f21ee33774c76c06
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.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
FailedInnerCall()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)