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 ($12.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 408 | $0.020459 |
$8.35 | |
DUDE | ERC-20 | 258.05K | $0.000013 |
$3.39 | |
BENTO | ERC-20 | 35.523552M | $0.00 |
$0.36 | |
BOOMER | ERC-20 | 6.9 | $0.010326 |
$0.07 | |
POLA | ERC-20 | 100 | $0.000496 |
$0.05 | |
PEEZY | ERC-20 | 4.2 | $0.008949 |
$0.04 | |
FPEPE | ERC-20 | 36 | $0.000177 |
$0.01 | |
BRETT2.0 | ERC-20 | 10 | $0.000435 |
$0 | |
kurbi | ERC-20 | 4.2069 | $0.00075 |
$0 | |
Boe | ERC-20 | 13.8 | $0.000157 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14136772 | 7 months ago | | | 0 | 3.8702693e-7 | |
| 14088910 | 7 months ago | | | 0 | 2.7329347e-7 | |
| 13821734 | 7 months ago | | | 0 | 5.9674037e-7 | |
| 13820329 | 7 months ago | | | 0 | 7.2476000e-7 | |
| 13819502 | 7 months ago | | | 0 | 7.2793027e-7 | |
| 13818813 | 7 months ago | | | 0 | 5.9895116e-7 | |
| 13818117 | 7 months ago | | | 0 | 6.6431208e-7 | |
| 13817854 | 7 months ago | | | 0 | 5.3177238e-7 | |
| 13815768 | 7 months ago | | | 0 | 5.8619276e-7 | |
| 13815380 | 7 months ago | | | 0 | 7.3075770e-7 |
ABI
ABI objects
Getter at block 22764817
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)