DegenAirdrop1
Verified contract
Active on
Base with 16,827 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 408 | $0.020666 |
$8.43 | |
DUDE | ERC-20 | 258.05K | $0.000011 |
$2.73 | |
BENTO | ERC-20 | 35.523552M | $0.00 |
$0.36 | |
PEEZY | ERC-20 | 4.2 | $0.009949 |
$0.04 | |
BOOMER | ERC-20 | 6.9 | $0.005702 |
$0.04 | |
POLA | ERC-20 | 100 | $0.000105 |
$0.01 | |
kurbi | ERC-20 | 4.2069 | $0.000723 |
$0 | |
FPEPE | ERC-20 | 36 | $0.000083 |
$0 | |
USA | ERC-20 | 1 | $0.001793 |
$0 | |
Boe | ERC-20 | 13.8 | $0.000089 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14136772 | 6 months ago | | | 0 | 4.1684103e-7 | |
| 14088910 | 6 months ago | | | 0 | 2.9434627e-7 | |
| 13821734 | 6 months ago | | | 0 | 6.4286313e-7 | |
| 13820329 | 6 months ago | | | 0 | 7.8158362e-7 | |
| 13819502 | 6 months ago | | | 0 | 7.8472891e-7 | |
| 13818813 | 6 months ago | | | 0 | 6.4509056e-7 | |
| 13818117 | 6 months ago | | | 0 | 7.2116900e-7 | |
| 13817854 | 6 months ago | | | 0 | 5.7785352e-7 | |
| 13815768 | 6 months ago | | | 0 | 6.3231551e-7 | |
| 13815380 | 6 months ago | | | 0 | 7.8705064e-7 |
ABI
ABI objects
Getter at block 21754363
END_TIME() view returns (uint256)
1714435200
MERKLE_ROOT() view returns (bytes32)
0x12f4a3a18409b4bdd22f1f927a0dabbfe75afc67e33a263330272a1e9d0ba221
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)