DegenAirdrop1
Verified contract
Active on
Base with 1,541 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($191.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 6.153K | $0.020978 |
$129.08 | |
DOG | ERC-20 | 4.324618K | $0.006673 |
$28.86 | |
toby | ERC-20 | 591.549294M | $0.00 |
$27.8 | |
DUDE | ERC-20 | 258.05K | $0.000013 |
$3.4 | |
BENTO | ERC-20 | 89.696969M | $0.00 |
$0.99 | |
Rebase | ERC-20 | 0.6 | $1.024 |
$0.61 | |
LOA | ERC-20 | 40 | $0.008171 |
$0.33 | |
NEGED | ERC-20 | 3.162K | $0.00006 |
$0.19 | |
BOOMER | ERC-20 | 6.9 | $0.01105 |
$0.08 | |
POLA | ERC-20 | 100 | $0.000578 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14132124 | 7 months ago | | | 0 | 7.5571579e-7 | |
| 13834441 | 7 months ago | | | 0 | 0.0000013314705 | |
| 13818847 | 7 months ago | | | 0 | 0.0000011117088 | |
| 13818784 | 7 months ago | | | 0 | 0.000015219608 | |
| 13807867 | 7 months ago | | | 0 | 0.0000010935011 | |
| 13806802 | 7 months ago | | | 0 | 0.000018126404 | |
| 13806049 | 7 months ago | | | 0 | 0.0000014040091 | |
| 13805994 | 7 months ago | | | 0 | 0.0000014014559 | |
| 13802326 | 7 months ago | | | 0 | 0.0000014091321 | |
| 13751379 | 7 months ago | | | 0 | 0.0000013767720 |
ABI
ABI objects
Getter at block 22747661
END_TIME() view returns (uint256)
1714521600
MERKLE_ROOT() view returns (bytes32)
0x04395c7a299761c2cb47a74f8b15c4c829cba9cb793c22b1ed8e63eb89fadd3b
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)