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 ($64.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 2.875K | $0.021064 |
$60.56 | |
DUDE | ERC-20 | 258.05K | $0.000013 |
$3.43 | |
BENTO | ERC-20 | 35.523552M | $0.00 |
$0.43 | |
NEGED | ERC-20 | 3.162K | $0.00006 |
$0.19 | |
BOOMER | ERC-20 | 6.9 | $0.011321 |
$0.08 | |
POLA | ERC-20 | 100 | $0.000718 |
$0.07 | |
PEEZY | ERC-20 | 4.2 | $0.009908 |
$0.04 | |
kurbi | ERC-20 | 9.4138 | $0.000786 |
$0.01 | |
FPEPE | ERC-20 | 36 | $0.0002 |
$0.01 | |
BRETT2.0 | ERC-20 | 10 | $0.00044 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14136759 | 7 months ago | | | 0 | 0.000000403794864135 | |
| 13696313 | 7 months ago | | | 0 | 0.000000202986838905 | |
| 13434313 | 7 months ago | | | 0 | 1.9017049e-7 | |
| 12605509 | 8 months ago | | | 0 | 1.8145258e-7 | |
| 12605431 | 8 months ago | | | 0 | 1.8613593e-7 | |
| 12601251 | 8 months ago | | | 0 | 0.0000085206412 | |
| 12526801 | 8 months ago | | | 0 | 4.7743793e-7 | |
| 12526708 | 8 months ago | | | 0 | 4.8739195e-7 | |
| 12526684 | 8 months ago | | | 0 | 0.000010169698 | |
| 12526635 | 8 months ago | | | 0 | 5.6250609e-7 |
ABI
ABI objects
Getter at block 22743649
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)